@charset "UTF-8";
/* CSS Document */

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474842;
	background: #d9ddc6;
	text-align:center;
	}
	

	
img {
	border: none;
	}

#wrapper {
	width: 808px;
	margin: 0 auto;
	background: #ffffff;
	text-align:left;
	}
	
#content {
	clear:both;
	margin: 12px;
	margin-bottom: 0;
	margin-left: 12px;
	}
	
#footer {
	background: url(images/footer-blue.jpg) no-repeat bottom;
	height: 52px;
	text-align: center;
	clear: both;
	color: #ffffff;
	line-height: 12px;
	font-size: 10px;
	}
	
body.new #footer {
	background: url(images/footer-blue.jpg) no-repeat bottom;
}

#content a {
	color: #273a7b;
}
	

#footer p{
	padding: 5px 0 0 0;
	margin: 0;
}
#footer a {
	color: #ffffff;
	}
	

/* Nav */	
	

.suckertreemenu {
	margin: 5px 9px 5px 13px;
	height: 50px;
	}

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

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 95px; /*Width of top level menu link items*/
padding: 8px;
border-right: 1px solid #b0b39f;
text-decoration: none;
color: #0C1975;
font-size:16px;
text-align: center;
}



	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background: #D8DCC4;
border: 1px solid #b0b39f;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}


/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 113px; /*width of sub menu levels*/
color: #444444;
text-decoration: none;
padding: 1px 5px;
font-size:12px;
background: none;
border-right: none;
padding: 8px;
}

.suckertreemenu ul li a:hover{

}

.suckertreemenu ul li ul li a:hover {
background: #F3F8E0;
}

	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }


.centernav a {
	background: url(images/nav-bg.jpg) repeat-x;
	}
	
.centernav a:hover {
	background: url(images/nav-bg-over.jpg) repeat-x;
	}


.leftnav a {
	background:url(images/nav-left.jpg) left no-repeat;
	z-index: 10;
	}
	
.leftnav a:hover {
	background: url(images/nav-left-over.jpg) left no-repeat;
	}
	
.rightnav a {
	background:url(images/nav-right.jpg) right no-repeat;
	}
	
.rightnav a:hover{
	background:url(images/nav-right-over.jpg) right no-repeat;
	}

#blog-sidebar {
	width: 220px;
	float: right;
}

.main {
	float: left;
	width: 530px;
	margin: 0 0 0 10px;
}

.clear {
	clear: both;
}


#blog-sidebar li.linkcat {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.main hr {
	border: 1px solid #fff;
	border-top: 2px dotted #ccc;
	background: #fff;
	margin: 20px 0px;
	clear: both;
}


/* WordPress Images */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
	
	
