/* CSS Document */



/*  basics */
* {
margin: 0;
padding: 0;
}
/* end basics */

/* structure */
body{
	margin: 0;
	padding: 0;
	top: 0;
	text-align:center;
	background: #E9E9E9 url(images/bgw.jpg) repeat top;}

div#header{
	height: 121px;
	width: 795px;	
	position:relative;
	background: url(images/header.jpg) no-repeat top;}


div#headerimg {
	height: 311px;
	width: 43px;
	position: relative;
	left: 70px;
}

div#header h1{
	top: 0;
	margin:0 0 0 -9999px;
	}
	
.description{
	position:absolute;
	top: 65px;
	left: 100px;
	margin:0 0 0 -9999px;
}


div#container{
	text-align:left;
	width: 795px;
	background: url(images/content.jpg) repeat-y center;
}


div#container{
	width:795px;
	margin: 0 auto 0 auto;
}

div#wrapper{
	width: 590px;
	padding: 20px 0px 20px 0px;
	float: left;
	min-height: 300px;
	border-left: 1px solid #CCCCCC;
}
	
div#content {
	margin-left: 10px;
	margin-right: 10px;
	}


div#navigation{
	float: left;
	clear: both;
	width: 160px;
	margin: 0;
	padding:40px 10px 20px 25px;
	}


div#extra{
	height: 225px !important;
	background: url(images/news.jpg) no-repeat;
	clear:both;
}

div#extra-sidebar{
	margin: 5px 10px 5px 0px;	
	padding: 0;
	height:210px;
	width: 265px;
	float:right;
	text-align:left;
	
}

#rotating_image { 
width: 480px; 
height: 210px;
margin: 12px 0 0 12px; 
float: left;
clear: both;
}

#myGallery {
	margin: 5px 0px 5px 10px;
	float:left;
	width: 458px !important;
	height: 225px !important;
	background: url(images/news.jpg) no-repeat;
}



div#footer{
	clear:both;
	width:100%;
	height:85px;
	background: url(images/footer.jpg) no-repeat bottom;
	text-align: center;
	padding-bottom: 25px;
	padding: 20px 0 0 0 ;
}
/* end structure */


/* navigation */

#topnav {
	position: absolute;
	top: 100px;
	color: #89261A;
	right: 30px;	
}

#topnav a, #topnav a:visited {
	color: #89261A;
	text-decoration: none;
}

#topnav a:hover {
	color: #89261A;
	text-decoration: underline;
}

#nav{
	background: url(images/nav.jpg) no-repeat bottom;
	text-align: center;
	position:absolute;
	margin: 0;
	padding: 0;
	top: 315px;
	height: 50px;
	width: 795px;
}

ul#navbar{
	margin: 8px 20px 0 20px;
	padding: 0;}


#navbar li{
	text-align: center;
	display: inline;
}


#navbar li a {
	float: left;
	color: #666666;
	text-decoration: none;
	height: 12px;
	margin-left: 1px;
	text-align: center;
	font-size: 14px;
	display: block;
	line-height: 20px;
	padding-left: 16px;
	padding-right: 16px;
}


#navbar li.current_page_item a, #navbar li.current_page_item a:visted{
	color: #666666;
	}

#navbar li a:hover{
	color: #999999;
	text-decoration: none;
}

#pagenav{
	font-size: 12px;
	text-transform: uppercase !important;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #CCC;
}

ul#pagenav{	
	margin: 0;
	padding:0;
	list-style-type:none;
	text-transform: uppercase !important;
}
	
#pagenav ul li{
	padding: 0;
	margin: 5px 0 5px 0;
	text-align: left;
	list-style-type:none;
	text-transform:uppercase !important;
}


#pagenav li a, #pagenav li a:visited {
	text-transform: uppercase !important;
	color: #89261A;
	text-decoration: none;
}

#pagenav li.current_page_item a{
	background-color: #E8E8E8;
	color: #666;
	text-transform: uppercase !important;
}

#pagenav li a:hover{
	color: #89261A;
	text-decoration: underline;
	text-transform: uppercase !important;
}

#sidebar {
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 15px 0 5px 0;
}

.spotads {
	text-align: center;
	float: right;
	clear: both; 
	width: 145px;
	padding: 0 5px 0 0;
	border-left: 1px solid #CCC;
	min-height: 400px;
}

.spotads img {
	border: 1px solid #CCC;
	padding: 2px;
}
/* end navigation */


/* links */

.post a, #post a, .edit-entry a, .entry a, entry a:visited, .spotads a, .post a:visited, #post a:visited, .edit-entry a:visited, .spotads a:visited {	
	color: #89261A;
	text-decoration: none;
	}

.post a:hover, #post a:hover, .edit-entry a:hover, entry a:hover, .spotads a:hover{
	color: #89261A;
	text-decoration: underline;
	}
	
.home_entry a, .home_entry a:visited{
	color: #89261A;
	text-decoration: none;
}

.home_entry a:hover{
	color: #89261A;
	text-decoration: underline;
}	
	
#navigation a, #navigation a:visited {
	color: #89261A;
	padding: 0 2px 0 2px;
	text-decoration: none;
}

#navigation a:hover{
	color: #89261A;
	text-decoration: underline;
	padding: 0 2px 0 2px;
}	


#navigation li.current_page_item a {
	background-color: #EDEDED;
	border: 1px solid #CCCCCC;
	color: #89261A;
	padding: 0 2px 0 2px;
}	
	
#navigation li {
	margin: 2px 0 2px 0 !important;
}	
	
#navigation ul {
	padding-bottom: 15px !important;
}	

a img {
	border:0;
}	
/* end links */


/* images */

img {
	border: 0;
}
/* end images */



/* typography */
	
body {
	font-family: "Verdana", Verdana, Arial, Helvetica, serif;
	color: #666;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0em 0em 0em 0px;	
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	color: #89261A;
}

#footer, #footer a{
	color: #89261A;
	font-size: 10px;
}

#footer a:hover {
	color: #89261A;
	text-decoration: none;
}

h1 {
	font-size: 2.6em;
	line-height: 1.3em;
	color: #89261A;
	font-family: Georgia, serif, Times, "Verdana";
	text-transform: capitalize;}

h1 a{
	color: #89261A;
	border-bottom: 0em none;
	display: block;}

h2 {
	font-size: 200%;
	margin-bottom: 0.1em;
	line-height: 1.3em;
}

h2 a, h3 a, h4 a{
color: #89261A;
	
	}

h3 {
	font-size: 175%;
	line-height: 1.3em;
	padding: 0.5em 0em 0em 0px;
}


h4 {
	font-size: 125%;
	margin-top: 0.5em;
	margin-bottom: -5px;
}


#navigation h3 {
	font-size: 125%;
	font-weight: bold;
	color: #89261A;
	margin: -6px 0 -6px 0;
}

p {
	padding: 0 0 2px 0;
	margin: 8px 0 10px 0;
}

#footer p {
	padding: 7px 0 0 0;
}

#credits {
	color: #CCCCCC;
	padding: 0 0 15px 0;
	text-align: center;
	font-size: 10px;
}

#credits a, .credits a:visited {
	color: #CCC;
	text-decoration: underline;
}

#credits a:hover {
	color: #CCC;
	text-decoration: none;
}

#navigation p {
	padding: 0;
}

.edit-entry {
	text-align: right;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.post{
	padding-left: 5px;
	padding-right: 5px;
}

.post_home{
	padding-left: 5px;
	padding-right: 5px;
	width: 415px;
}

.dte{
	color: #89261A;
	margin-top: -1em;
	margin-bottom: 1em;
}

.postmetadata{
	font-size: 0.8em;
	color: #666;
	background: url(images/documents.gif) no-repeat center left;
	padding-left: 14px;
	border-top: 1px #CCC solid;
	padding-top: 2px;
}

.home_entry {
	width: 415px;
	
}



.entry img, .home_entry img {
	border: 1px #CCCCCC solid;
	padding: 5px;
	margin: 5px;}

.entry a:hover img{	
	border: 1px solid #CCCCCC;
}

.post ul, .post ol{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0.5em;
	margin-bottom: 1em;}

.post ul li{
	list-style-type: square;}

.post blockquote{
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 1em;
	border-left: 4px #CCCCCC solid;
	font-style: italic;
	margin-left: 30px;
	margin-right: 20px;}

.post blockquote em{
	float: right;
	font-weight: normal;
	font-size: 1em;
	font-style: normal;}
/* end typography */


/* special */
span.amp {
	font-family: "Goudy Old Style", "Palatino",
	"Book Antiqua", serif;
	font-style: italic;
	font-size: 110%; }
/* end special */

/* lists */
#navigation ul, #navigation li{
	list-style-type: none;
	margin: 0;
	padding:0;
	text-indent: 0px;
}

.navigation {
	width: 500px;
	clear: both;
	font-family: "verdana", arial, helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 5px;
	height:1.2em;
	border-top: 1px #CCC solid;
	border-bottom: 1px #dbf1fc solid;
}
.navigation a, .navigation a:visited, {	
	color: #89261A;
	text-decoration: none;
	}

.navigation a:hover,{
	color: #89261A;
	text-decoration: underline;
	}


.alignleft{
	float:left;
	}

.alignright{
	float:right;
	}
	
.related{
	margin-bottom: 1em;
	margin-top: 1em;
}

.related ul{
	list-style-type: none;
	margin: 0;
	}

.related ul li{
	list-style-type: none;
	text-indent: 0;
	}
/* end lists */


/* events */
#extra-sidebar ul, #extra-sidebar li{
	margin:0;
	padding:0;
	list-style-type: none;
}

#extra-sidebar ul{
	padding-left: 10px;
	padding-right: 10px;
}

#extra-sidebar li{
	display:block;
	font-size: 11px;
	color: #999999;
	padding: 2px 0 0px 0;
}

#extra-sidebar li a, #extra-sidebar li a:visited {
	color: #999999;
	text-decoration: none;
}

#extra-sidebar li a:hover{
	color: #999999;
	text-decoration: none;
	border-bottom: dotted 1px #999999;
}

#extra-sidebar h2{
	border-bottom: 1px solid #CCCCCC;
	margin:0;
	font-size: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
	color: #999999;
}
/* end events */


/* comments */	
#comments{
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 10px;
}

.commentlist{
	margin-left: 5px;
}

.commentlist li{
	background-color: #ffffff;
	padding: 2px;
	list-style-type: none;
}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1em;
	font-weight: bold;
}

.commentlist p{
	margin-top: 1em;
}

.commentlist .alt{
	border-top: 1px #c2bfb2 solid;
	border-bottom: 1px #c2bfb2 solid;
	background-color: #fffdf8;
}

.nocomments a{
	background-image: url(images/figure.gif);
	padding-left: 12px;
	background-repeat: no-repeat;
}

#respond{
	margin-top: 1em;
}
/* end comments */	


/* forms */	

input, textarea, select {	
	font: 1em Verdana, sans-serif; 
	background: #f8f8f8;
	border:1px solid #999;
	border-color:#999 #eef #eef #999;
	padding:1px;
	color: #444;
}	

input#author, input#email{
	background-color: #fdffdd;
}

input:focus, textarea:focus {
	background: #ffffff;
}

input:hover, textarea:hover {
	background:#ffffff;
	cursor:text;}
	
input#submit {
	border: 1px #0f0000 outset;
	background-color: #e9e9e9;
}

input#submit:hover {
	background-color: #fafafa;
}

#comment{
	width:420px;
	font: 1em Verdana, sans-serif;
	margin-bottom: 1em;
}

#commentform{
	margin-top: 1em;
}

#searchform{
	margin-top: 5px;
	margin-left: 0px;
}

input#searchsubmit{
	display: none;
}

input#s {
	width: 135px;
	font-size: 1.2em;
	border: 1px #aeab9f solid;
}

/* end forms */	





/* archives */	
.archivemonth{
	float:left;
	width:45%;}

.archivesubject{
	float:right;
	width:45%;}

.achiverecent{
	clear:both;}

.archive ul, .archive ol{
	list-style-type: none;
	line-height:1.2em;
	margin: 0;
	padding: 0;
	font-size: 1em;}

.clear{
	clear:both;
}

.archive ul li {
	margin:0;

	list-style-type: none;}
					
.archive li a {
	padding: 0px;
	color: #83b449;
	text-decoration: none;
}

.children li{
	margin:0;
	padding:0;
	border: none;
	padding-left: 1em;
}

.children li a {
	padding-left:0px;
	}			
	
.archive li a:hover {
	color: #333;
}

.service {
	font-size: 11px;
}

.feeds {
	padding: 10px 0 0 0;
}

/* end archives */	
