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

/* Layout */
.blog{ padding: 30px; }
.blog .left{ 
 	border-right: 1px solid #eee;
	float: left;
	margin-bottom: 1em;
	padding-right: 5%;
	width: 65%;
	}
	
 .blog .right{
  	float: right;
 	width: 25%;
 	}
 	
 .blog img{ max-width: 100%; }
 
 .blog h3{
 	font-size: small;
 	text-transform: uppercase;
 	margin: .5em 0 1em;
	}

/* Right Column */
.right h2{
	color: #00437A;
	font: bold medium Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}

 .right ol, .right ul{
 	border-top: 1px solid #eee;
 	margin-bottom: 2em;
 	}	
	
 .right li{
 	border-bottom: 1px solid #eee;
 	}
 	
 .right li a{
 	color: #666;
 	display: block;
 	padding: 8px; 	
 	text-decoration: none;
 	}
 	
 .right li a:hover{
 	background: #fafafa;
 	color: #00437A;
	text-decoration: underline;
 	}
 	
 .rss, .home{
 	background: no-repeat left url("../images/rss.png");
 	color: #666;
 	display: block;
 	font-family: Helvetica, Arial, sans-serif;
 	font-weight: bold;
 	padding: 10px 24px;
 	text-decoration: none;
 	text-transform: uppercase;
 	}
 	
 .home{ background-image: url("../images/home.png"); }
 
 .rss:hover, .home:hover{ text-decoration: underline; }
 .rss{ margin-bottom: 1em; }

/* Post styling */
.entry{
	overflow: hidden;
	width: 100%;
	}
	
.left h2{
	color: #00437A;
	font: bold x-large Helvetica, Arial, sans-serif;
    }
	
.entry a:hover{ color: #00437A;}
	
.left h2 a:link, .left h2 a:visited{
	color: #000;
	text-decoration: none;
	}	
	
.left h2 a:hover{	color: #00437A;	}
	
	
.date_author{
	color: #666;
	margin-bottom: 10px;
	text-transform: uppercase;
	}

.metadata{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
	padding-bottom: 25px;
	margin-top: 10px;
	clear: both;
	overflow: hidden;
	}
	
.metadata a{
	color: #fff;
	padding: 3px 5px;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	background: #ccc;
	text-decoration: none;
	position: relative;
	}
	
.metadata a:focus{ outline: none; }
	
.metadata a.current, .metadata a.current:hover{ background: #00437A; }	
	
.metadata a:hover{ background: #666; }

.widget{
	background: #00437A;
	color: #fff;
	display: none;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 1px;
	padding: 10px;
	}
	
.widget a{
	background: none;
	color: #fff;
	padding: 0;
	height: auto;
	line-height: auto;
	font-weight: normal;
	text-decoration: underline;
	}
	
.widget a:hover{
	background: none;
	color: #ffc;
	}
	
/* Comments */
#comments{
	border-top: 1px solid #eee;
	margin: 2em 0 4em;
}

#comments li{ 
	border-bottom: 1px solid #eee; 
	padding: 1em;
	}

#comments li.odd{ background: #fcfcfc; }
.comment_author{ margin-bottom: 0; }


.widget #comments li.odd{ background: none; }
	
/* Comment Form */
#comment_form{ margin: 2em 0; }
	
#comment_form label{ 
	display: block; 
	padding: 2px 0;
	}
	
#comment_form input.text, #comment_form textarea{
	border: 1px solid #aaa;
	width: 100%;
	padding: 3px;
	margin-bottom: .5em;
	}
	
#comment_form textarea{ margin-bottom: 1em; }
.captcha{ margin-bottom: 2em; }