/* Basic typography. */

body {
        background-image:url('bgimage.gif');
        background-repeat:repeat;
        background-attachment:fixed;
        background-position:center; 
        background-image: #FFFFFF;
	text-align: center;
	width: 780px;
	margin: auto;
	padding: 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;

	}

a {color: #000066;}

a:hover {
	color: white;
	background-color: #000066;
	text-decoration: none;
}

/* Accessibility options. Firstly, the search box. */

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; }

/* Speaking of the search box, here are some styles to make it
look nice. */

.searchbox { 
	padding: 2px; margin-right: 10px; width: 8em; 
	background-color: #DFD5CA; border: 1px solid #000;
	font-size: 9pt; color: #000; 
	}
	
.searchbutton { 
	padding: 1px;
	border: 1px solid #000;
	font-size: 9pt; color: #000;
	}
	
/* Additional accessibility codes. "hr" hides the borders can be seen in the "text-only" version, 
while the "skiplink" option allows people quick access to certain parts of the page. 
"Off" hides elements from view in the default stylesheet. */

hr {visibility:hidden; display:none;}
	
.skiplink {visibility: hidden; display:none;}	

.off {visibility: hidden; display: none;}

/* Optional - styles for the images code. */

.pivot-image {padding: 5px; border: 1px solid #EAE7DA;}

/* Page starts here. The #container ensures that the content remains within the 
specified perimeters. */

#container {
	width: 780px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	text-align: left;
}

/* The header and the top navigation. */

#header {width: 780px; height: 100px; text-align: left; margin-top: 20px; float: left;}

.nav {
	width: 200px; height: 100px; margin: 0 10px 0 0;
	float: left;  border-right: 1px solid #EAE7DA;
	}
	
.nav ul {
	margin: 0; padding: 0 20px 0 20px ; 
	list-style-type: none;
	}
	
.nav ul li {
	padding: 5px 0 5px 0; display: block; border-bottom: 1px solid #EAE7DA; 
	font-size: 8pt; color: #4B3C32; line-height: 1.6em; 
	}
	.nav_home{
	font-size: 8pt; float: center; clear:both
	}
	
	/* The li:hover effect only works with Firefox and similar browsers, but looks nice, nevertheless. 
	IE users will simply not see any changes. */


.title {
	float: left; margin: 0 10px 0 0;
	width: 300px; height: 100px; border-right: 1px solid #EAE7DA;
	}
	
.star {	float: center; background: url(logo.gif) left no-repeat; height: 82px; width: 300px;}

h1 {
	float: left; 
	padding: 20px 0 0 0;
	color: #DFD5CA; font-weight: normal; font-size: 13pt; text-transform: uppercase; text-align:left;
	}

/* This is the image. */

#middle {
	float: left;
	width: 780px;
	height: 118px;
	background: url(turntable.jpg) top left no-repeat;
	text-align: left;
	margin-top: 20px;
	border-top: 10px solid  #403C35;
	border-right: 0px solid #CEC6A2;

	border-bottom: 4px solid #403C35;
	border-left: 0px solid #CEC6A2;
	}
	
#middle_entpage {
	float: left;
	width: 780px;
	height: 38px;
	background: url(turntable.jpg) no-repeat center center;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
	border-top: 10px solid  #403C35;
	border-right: 0px solid #CEC6A2;

	border-bottom: 4px solid #403C35;
	border-left: 0px solid #CEC6A2;
	}
	


#weblog_title {
	float: left;
	width: 780px;
	background-color: #EAE7DA;
	text-align: right;
	margin-top: 0px;
margin-bottom: 5px;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #403C35;
	border-top: 2px none #403C35;
	border-right: 2px none #403C35;
	border-bottom: 2px solid #403C35;
	border-left: 2px none #403C35;
	}
	.weblog_title {
		font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	


	}

/* Column content. "#left" controls the general area, while ".block" controls each individual entry. */

#left {
	float: left; width: 300px; margin-top: 20px; 

	text-align: left;  border-right: 1px solid #DFD5CA;
	}

		/* Below is an example of how you can incorporate images into text. */

h3.left {
	background: url(circle.gif) left no-repeat; height: 25px; padding: 7px 0 0 35px;
	font-size: 10pt; color: #403C35; font-weight: bold; text-transform: uppercase;
	}

.block {
	width: 300px; padding-top: 20px;
	}

.block ul {
	margin: 0; padding: 0 20px 0 20px; 
	list-style-type: none;
	}
	
.block ul li {
	padding: 10px 0 10px 0; display: block; border-bottom: 1px solid #DFD5CA; 
	font-size: 8pt; color: #DFD5CA; line-height: 1.6em; 
	}
	
.block ul li:hover {}

/* The right content, where the main content is held. "#right" controls the general area, ".content" controls
each individual entry, "entryfooter" controls the bottom of each entry.*/

#right {
	float: right; width: 450px; 
	text-align: justify; 
	}

h2 {
	font-size: 13pt; color: #403C35; font-weight: normal;
	}
	
h2.main {
	font-size: 16pt; color: #990000; font-weight: normal; line-height: 1.6em; text-align: left;
	}
	
h3 {
	font-size: 8pt; color: #403C35; font-weight: normal; 
	text-transform: uppercase;
	}

.content {
	width: 450px;
	padding-bottom: 20px;
	font-size: 9pt;
        text-align: left;
	line-height: 1.4em;
	color: #000000;
	padding-top: 5px;
	}
	
.catagory {
text-decoration: none; font-weight: bold; color:#000066;
}
	
.entryfooter {
	width: 450px; padding-bottom: 10px;
	text-align: right;
	}
#harambee_notes {
	color: #403C35;
	background-color: #EAE7DA;
	margin: 5px 15px 5px 5px;
	padding: 5px;
	border: 1px solid #403C35;
	font-size: 10px;
}

#section_nav {
margin-top: 5px;
margin-bottom: 5px;
	font-size: 12px;
	text-align: center;
line-height: 14pt
}

.caption {
text-align: center;
color: black;
}

/* End of the stylesheet. I hope you enjoyed it. */
