#sfSimpleBlog_container
{
  width: 760px;
  \width: 780px;
  w\idth: 760px;
  border: 1px solid gray;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: left;
  color:#000000;
  font-family:verdana,arial,helvetica,sans-serif!Important;
  font-size: 16px;
}

#sfSimpleBlog_container #header
{
	padding: 5px;
	margin-bottom: 10px;
	background-color: #0066B3;  
  height:120px; 
  text-align: center;
  color: white;
}

#sfSimpleBlog_container #content 
{
	padding: 0 5px 5px 5px;
	margin-right: 250px;
	background-color: #ffffff;
	font-size: 79%;
}

#sfSimpleBlog_container #sidebar-a
{
  float: right;
  width: 230px;
  margin: 0;
  padding: 0 5px;
  font-size: 79%;
}


#sfSimpleBlog_container #footer
{
  padding: 5px;
  margin-top: 10px;			
  height:30px; 
  background-color:#0066B3; 
  clear:both;
} 

#sfSimpleBlog_container #header h1
{
  font-size: 200%;
  font-weight: normal;
  margin: 30px 0 0 0;
  font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
}

#sfSimpleBlog_container #header h1 a
{
  color: white;
  text-decoration: none;
}

#sfSimpleBlog_container #header #tagline
{
  font-size: 90%;
}
 
#sfSimpleBlog_container #sidebar-a h2 
{
  color: #003D6B;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #E6F4FF;
  padding: 2px;
  margin: 10px 0;
}

#sfSimpleBlog_container #sidebar-a ul, #sfSimpleBlog_container #sidebar-a li
{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}

#sfSimpleBlog_container #sidebar-a li
{
  margin-bottom: 5px;
}

.sfSimpleBlog .comment
{
  padding:5px;
  margin: 5px;
  background: #eef;
  border: solid 1px #ccd;
}

.sfSimpleBlog .comment .author
{
  font-weight: bold;
}

.sfSimpleBlog form.add_comment .form_control
{
  margin: 2px;
}

.sfSimpleBlog form.add_comment .form_control label
{
  padding-left:10px;
}

.sfSimpleBlog form.add_comment .form_control input.text
{
  width: 200px;
}

.sfSimpleBlog form.add_comment .form_control textarea
{
  width: 300px;
  height: 150px;
}

.sfSimpleBlog .form_error
{
  color: red;
}

/* START CUSTOM CSS */
body{
	background:url(../images/bg.gif) repeat;
	margin:0 25px 20px 25px;
	padding:0;
	font-family:"Lucida", Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:11px;
	color:#333333;
	line-height:15px;
}
br.clear {
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}
p{
	padding:0;
	margin:0 0 9px 0;
}
a{	
	text-decoration:none;
	font-weight:bold;
}
#main{
	width:770px;
	background:url(../images/cb_bg.jpg) left repeat-y;
	margin:0; 
	padding:0;
	display:block;
}
#leftcol{
	width:82px;
	float:left;
	background:url(../images/cb_top.jpg) no-repeat;
	height:639px;
	display:block;
}
#mainbot{
	width:770px;
	background:url(../images/cb_bot.jpg) left no-repeat;
	margin:-11px 0 0 0; 
	padding:0;
	display:block;
	height:11px;
	line-height:0;
}
#rightcol{
	width:677px;
	float:left;
	display:block;
	margin-left:2px;
	text-align:left;
}
#header{
	width:677px;
	height:149px;
	background:url(../images/header.jpg) no-repeat;
}
#header h1{
  margin:0pt;
  overflow:hidden;
  position:relative;
  height: 149px;
  width: 677px;
  text-indent:-5000px;
}
#header h1 a{
  display:block;
	height:149px;
  left:-11px;
  position:absolute;
  top:0pt;
  width: 677px;
}
#contentwrap{
	width:674px;
	display:block;
	margin:0;
	padding:0;
	background:url(../images/nav_bg.jpg) right repeat-y;
}
#contentwrapbot{
	background:url(../images/nav_bot.jpg) right no-repeat;
	display:block;
	width:674px;
	height:25px;
	margin-top:-27px;
	margin-bottom:1px;
}
#entrycol {
	width:456px;
	display:block;
	float:left;
	padding:3px 0 0 0;
	margin-left:3px;
}

#sf_asset_container {
  background:#ACB3BB none repeat scroll 0% 50%;
  margin-bottom:8px;
  padding:6px;
}

.entry {
	background:#acb3bb;
	padding:6px;
	margin-bottom:8px;
}
.entry img{
	border:3px solid #ffffff;
	margin-bottom:6px;
}
.content{
	padding:9px 9px 1px 9px;
	background:#f1f2f4;
	text-align:left;
}
.content h1{
	font-size:15px;
	margin:0;
	padding:0;
	line-height:19px;
	color:#a01c23;
}
.postdate{
	font-size:12px;
	font-weight:bold;
	color:#db5423;
	line-height:16px;
}
.content a{
	color:#a01c23;
}
.content a:hover{
	color:#db5423;
}
#navcol{
	width:209px;
	float:left;
	display:block;
	margin-left:6px;
}
.nav{
	width:209px;
	background:url(../images/nav_bg.jpg) repeat-y;
	display:block;
	margin:0 0 0 0;
	padding:0;
}
.navtop{
	background:url(../images/nav_top.jpg) no-repeat;
	display:block;
}
#navbreak{
	display:block;
	height:109px;
	background:url(../images/nav_top.jpg) no-repeat;
	margin-bottom: 8px;
}
.navcontent{
	padding:11px 12px 7px 10px;
	display:block;
	background:url(../images/nav_bot.jpg) bottom no-repeat;
	text-align:left;
}
.navcontent h2{
	display:block;
	background:#f1f2f4;
	font-size:12px;
	line-height:14px;
	padding:3px 2px 1px 4px;
	color:#12448c;
	border-bottom:2px dotted #a01c23;
	margin:0 0 8px 0;
}
.navcontent h2 a{
	color:#12448c;
	line-height:16px;
}
.navcontent h2 a:hover{
	color:#a01c23;
	line-height:16px;
}
.navcontent p{
	margin:0 0 6px 0;
}
.navcontent a.head{
	display:block;
	background:#f1f2f4;
	font-size:12px;
	line-height:14px;
	padding:3px 2px 1px 4px;
	color:#db5423;
	border-bottom:2px dotted #a01c23;
}
.navcontent a:hover.head{
	color:#a01c23;
	border-bottom:2px dotted #db5423;
}
.navcontent ul{
	margin:0 0 6px 0;
	list-style-type:none;
	padding:0 0 0 0;
}
.navcontent li{
	display:block;
	margin:0 0 0 0px;
	padding:0;
}
.navcontent li{
	display:block;
	margin:0 0 0 0px;
	padding:0;
}
.navcontent li a{
	color:#50627C;
	margin:0 0 0 19px;
}
.navcontent li.recent{
	display:block;
	margin:0 0 8px 9px;
	padding:0;
}
.navcontent li.recent a{
	background:#f1f2f4;
	font-size:11px;
	line-height:13px;
	padding:3px 4px 1px 4px;
	color:#db5423;
	border-bottom:2px dotted #a01c23;
	margin:0;
	display: block;
}
.navcontent li.recent a:hover{
	color:#a01c23;
	border-bottom:2px dotted #db5423;
}
.blue{
	color:#12448c;
}
#footer{
	display:block;
	width:675px;
	background:url(../images/blog_footer.jpg) left;
	height:33px;
	margin-top:-1px;
	line-height:29px;
	font-size:10px;
}
#footer a{
	color:#a01c23;
}
#footer a:hover{
	color:#db5423;
}