

@import url('style-basics.css'); /* general body styles */
@import url('style-header.css'); /* header styles i.e. h1, menu, and search */
@import url('style-typography.css'); /* content typography styles */
@import url('style-sidebar.css'); /* general sidebar styles */
@import url('style-widgets.css'); /* sidebar widgets */
@import url('style-comments.css'); /* comments template */

#container{
	margin:0 5px 0 5px;
	width: 710px;
}



#content{
	float: left;
	margin: 0 20px 0 0;
	width: 455px;
	display: inline;
	background-color:#fff;
}

.post{
	width: 455px;
	overflow: hidden;
    border-top:solid 2px #000;
	line-height:130%;
}

.post h2{
	padding:4px 0 8px 0;
	font: 26px georgia, serif;
}

.entry-meta{
	padding:8px 0 5px 0;
	font-size: 11px;
	color: #666;

}

.entry-meta a{
	color: #666;
}

.entry-meta .tagColor a{
color:#fe3d3e;
}


.entry-meta a:hover,
.entry-meta .tagColor a:hover{
color:#3082bb;
}


.entry-foot{
	border-top: 1px solid #181818;
	padding: 13px 20px 12px;
	font-size: 12px;
	line-height: 24px;
}

.entry-content{
	padding:0;
}

.entry-content h2{font-size: 24px; font-weight: bold; line-height: 28px; font-family: arial, helvetica, sans-serif; padding: 0; background-image: none;}
.entry-content h3{font-size: 18px; font-weight: bold; line-height: 24px;}
.entry-content h4{font-size: 14px; font-weight: bold; line-height: 20px;}
.entry-content h5{font-size: 11px; line-height: 16px;}
.entry-content h6{font-size: 10px; line-height: 14px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 10px;
}

.ads-468x60 img{
	margin: 0 0 0 20px;
}


.navigation{
	float: left;
	margin: 13px 0 0;
	width: 520px;
	line-height: 24px;
}

.navigation span.nav-previous{
	margin: 0 0 0 20px;
	padding: 0 0 0 24px;
}

.navigation span.nav-next{
	margin: 0 20px 0;
	padding: 0 24px 0;
}





#footer{
height:40px;
}

#footer p{
	padding: 13px 20px;
}



li.cat-item-11, li.cat-item-1{
display:none;
}

.post .entry-content{
margin-bottom:15px;
}

p.topImg{
margin:0;
padding:0;
}


div.entry-content p a{
color:#3082bb;
}

li#twitter{ padding:6px 0 5px 0; margin:0px 0 5px 0;}