/*======================
	HEADINGS
========================*/
h1{ font-size:36px; color:#152337; margin-bottom:20px; line-height:1; font-weight:400;}
h2{ font-size:24px; color:#152337; margin-bottom:3px; margin-top:20px; font-weight:400; }
h3{ font-size:18px; color:#4c7ec6; margin-bottom:3px; margin-top:10px; font-weight:400; }
h4{ font-size:18px; color:#152337; margin-bottom:10px; margin-top:10px; font-weight:400;}
h5{ font-size:14px; color:#152337; margin-bottom:10px; margin-top:10px; font-weight:400; }
h6{ font-size:14px; color:#152337; margin-bottom:10px; margin-top:10px; font-weight:400;}
.first{ margin-top:0 }
/*======================
	LINKS
========================*/
a
{
	color:#d78708; 
}
a:hover
{
	color:#087dd7; 
}
a:visited
{
	color:#5e3b04; 
}
/*======================
	PARAGRAPHS
========================*/
p
{ 
	color:#525252; 
	font-size:15px; 
	margin-bottom:10px; 
}
/*======================
	STRONG/B EM/I
========================*/
strong, b
{
	font-weight:700;
}
em, i
{
	font-style:italic;
}
/*======================
	UNORDERED LIST
========================*/
ul
{
	list-style:disc; 	
	margin-left:35px; 	
    margin-bottom:10px; 
}
ul li
{
	
}
/*======================
	ORDERED LIST
========================*/
ol 
{
	list-style:decimal; 	
	margin-left:35px; 
    margin-bottom:10px;	
}
ol li
{
	
}
/*======================
	DEFINITION LIST
========================*/
dl{  }
dt{ font-weight:700;  margin-top:10px; font-size:14px;  }
dd{ margin-left:18px;    }
/*======================
	POST-LIST
========================*/

.post-list
{
     border-bottom:solid 1px #e1e1e1;  
     float:left; 
     width:100%;
     padding:15px 0 15px 0;  
     margin-bottom:10px;     
}
.post-img
{
    float:left;
    width:220px; 
}
.post-img img{ float:left; border:solid 1px #4e5969;   }
.post-info
{
    float:left; 
    width:360px; 
}
.post-list dl{ float:left; }
.post-list dt
{
	text-decoration:none; 	
	margin: 0px 0 0 0;
    padding:0; 
}
.post-list dt a
{
	font-size:23px;  
	font-weight:400;
}
.post-list dd, dl.post-archive dd
{
	padding:0px 0 0px 0;
	margin:0px 0 0px 0;
}
dl.post-archive dd
{
	padding: 5px 0 5px 10px;
	margin:0; 
	border:0; 
    float:left; 
}
dl.post-archive dt
{
    margin-top:15px; 
    display:block; 
}

/*======================
	MISC
========================*/
blockquote{ }

abbr{ }

acronym{ }

sub{ font-size:10px; line-height:1.5; vertical-align:bottom; }

sup{ font-size:10px; line-height:1.5; vertical-align:top; }

code{ }

small{ font-size:11px }
/*======================
	PUBLISHED
========================*/
p.published
{
	color:#bebebe; 
	font-size:12px; 
}
p.intro
{
	color:#7cb425;
	font-size:16px;
	font-style:italic;
	padding-bottom:10px;
	margin-bottom:10px; 
}