

#page {
padding: 0;
margin-left: 0 auto;
border: none;
}

#header {
background: #3371A3 url(roundedtop.png) no-repeat top right;
height: 100px;
width: 880px;
border-bottom: 2px solid #ccc;
}

.content {
border-top: 1px solid #eee;
background: #fff;
width: 828px;
padding: 0 0 0 50px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 28px solid #3371A3 ;
}

h1.blog-title {
padding: 15px 40px 0 40px;
}

.menu .admintab{
 display: none;
}

ul.menu li.current_page_item a {
border: 2px solid #ccc;
position: relative;
top: 2px;
}

ul.menu li a:hover {
background: #246;

}


h3 a, h3 a:visited{
color: #a90000;
}

.continue {
	
}

.ad {
float: right;
padding-left: 10px;
}

#primary {
padding: 0;
margin: 0;
}
.secondary {

}



#sidebar-1 ul li {
border-bottom: 1px solid #ccc;
margin-bottom: 6px;

}

.page-head h2 {
text-align: left;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
margin: -30px 0px 0 -25px;
padding: 8px 0px 0 4px;
color: #400;
font-size: 1.8em;
}



.single #header {
background: #3371A3;
width: 200px;
float: right;
z-index: 1;
height: 200px;
font-size: .75em;
border-left: 2px solid #ccc;
border-right: 2px solid #ccc;
position: relative;
left: 90px;
top: 200px;
*top: 8px;
}

.single .secondary {
position: relative;
top: 200px;
}

.single .menu {
display: none;
}

.single .content {
margin-top: -200px;
}



