/*========= SETUP =========*/

*{border:0; margin:0; padding:0; }

a {color:#000000; text-decoration:none; }

a:hover {text-decoration:underline; }


/*=== Small Box Post ===*/

.post{ margin:0; }

.post h2{ font-size: 18px;
	  padding: 0 0 5px; }
	
.post h3{ font-size: 14px; }

.post h3 a{ color: #000000; }

.post p{ padding: 0 0 15px;
	 line-height: 15px; }

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding: 0;
	margin: 0;
}

.box .post{
	width: 290px;
	background-color: #ffffff;
	border:1px solid #ddd;
}

.box .post h2 a{ color:#333333; }

.box .post h2{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}

.box .post p{
	font-size: 11px;
	padding: 5px 10px;
}

.box .post img{
	border: 1px solid #dddddd;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
	float: right;
}

/*=== Traditional Blog Post ===*/
.post-alt{ margin: 0 0 15px 0; }

.post-alt h2{
	font-size: 22px;
	padding: 0;
	color:#000000;
	line-height: 26px; 
}
	
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000; 
}
	
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px; 
}
	
.post-alt h3 a, .post-alt h2 a{	color: #000000; }

.post-alt p{ padding: 0 0 15px; }

.post-alt p.post_date{
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 11px;
	font-weight: normal; 
}
	
p.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #ddd;
	/*border-bottom:1px solid #ddd;*/
	clear:both;
}

h3.posted a { color: #000000; font-size:11px; }

.box .post h3.posted { border-bottom:none; }



/*=== Buttons ===*/
.continue{
	background: url(http://living-in-washingtondc.com/images/layout/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}

/*=== Traditional Post ===*/


.alignleft{ display:inline; float:left; margin-right:15px; }

.alignright{ display:inline; float:right; margin-left:15px; }


img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

.hl{ border-bottom: 2px solid #eee; }

.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}

.fl{ float: left; }

.fr{ float: right; }


/* Centering Images in Posts */

.aligncenter { margin:0 auto; }

