/* ~-~-~~-~-~ CSS Document -~-~-~-~-~ *\
|                                      |
|              Created for             |
|         WebsitesinaFlash.com         |
|           by Ashton Sanders          |
|                                      |
\* ~-~-~~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */




.date {
	float:left;
	width: 50px; 
	padding: 15px 0 10px;
	margin-right: 10px;
	margin-top:-10px;
	background: url('images/date-marker.jpg') no-repeat bottom left #034659; 
}

.date span, .date p {
	color:#AEBEDF !important;
	text-align:center !important;
}

.date .day { font-size:27px;}

.author { float:right; padding-top:8px;}

.meta { font-size:14px; margin-bottom:20px; }
.tags { font-size:12px; padding: 15px 0; width:479px; float:left;}

.postcontent { margin-left: 60px; margin-bottom:20px;}

.feedback { float:right; margin-top:-33px; }


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright, div.alignright {
	float:right;
}
.alignleft, div.alignleft {
	float:left;
}

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption  p.wp-caption-text {
	text-align: center;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
