/* JDSFA */
/* Section Blog Stylesheet
----------------------------------------------------------------------------- */
	


	@import url("markdown.css");


/* STYLE PRECEDENTS
--------------------------------------------------------------------------------- */


	#blog h3 {
	
	display: none;
	
	}


/* Blog Article
----------------------------------------------------------------------------- */


	#blog {
	
	float: left;
		
					
	}
		
	#blog h3 {
	
	display: none;
	
	} 
	
	#blog p.lead {
	
	display: none;
	
	}
	
	
	#blog h4, #blog strong{
	
	clear: left;
	float: left;
	width: 546px;
				
	} 
	
	#blog div.story {
	
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: solid 2px #1e1e1b;	
	
	}
	
	#blog h4 {
	
	font: normal 25px/29px Verdana, sans-serif;
	color: #959595;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-transform: uppercase;
		
	}
	
	#blog h4 a {
	
	font: normal 25px/29px arial, sans-serif;
	color: #959595;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;		
					
	}
	
	#blog h4 a:hover {
	
	color: #f3f3a7;
	
	}
	
	#blog strong {
	
	text-transform: uppercase;
	font-weight: bold;
	color: #F3F3A7;
	margin: 15px 0;
		
	}
	
	a.comments, #blog ul.pages {
	
	display: none;
	
	}
	
	
	
/* Recent Posts
----------------------------------------------------------------------------- */

	
	#recent-posts, #recent-posts ul li, #recent-posts ul li strong, #recent-posts ul li a {
	
	clear: left;
	float: left;
							
	}
	
	#recent-posts ul li span {
	
	display: none;
	
	}
	
	#recent-posts ul li strong {
	
	margin: 0 0 2px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #F3F3A7;
		
	}
	
	#recent-posts ul li a {
	
	color: #959595;
	margin-bottom: 15px;
	font-weight: normal;
		
	}
		
	#recent-posts ul li a:hover {
	
	color: #f3f3a7;
		
	}
		
	#recent-posts h3 {
	
	display: block;
	width: 172px;
	height: 77px;
	background: url(../images/layout/h3-recent-posts.gif) no-repeat left top;
	text-indent: -5000px;
	margin: -27px 0 5px -21px;
			
	}
	
	
	
/* Related Tags for Story Page
----------------------------------------------------------------------------- */

	div.tags strong {
	
	margin-top: 0 !important;
	color: #fff !important;
	width: auto !important;
	padding-right: 15px;
	
	}
	
	div.tags a {
	
	text-decoration: underline;
	
	}
