/* ----------------------------------------------------
Title: 		Blog CSS - www.JackinaStark.com
Author:		Matthew Spiel - www.TheManInTheSea.com
Born:		1/7/2009
---------------------------------------------------- */

div.blog_content {
	margin: 0px 0px 40px;
	float: left;
}
img#blogpic {
	float: right;
	margin: -40px -260px 0px 0px;
}
/* Archive */
ul#archive {
	width: 562px;
	float: left;
	margin: 0px;
	list-style: none;
	font-size: 15px;
}
ul#archive li {
	text-align: center;
	padding: 5px 0px;
}

/* Popular Post Styling */
ul#pop_post {
	width: 330px;
	float: left;
	list-style: none;
	margin: 5px 0px 0px;
	padding: 5px 0px 0px;
	border-top: 1px dashed silver;	
}
ul#pop_post li {
	width: 330px;
	padding: 4px 0px 5px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: #596166;
}
ul#pop_post li a{
	font-size: 15px;
	border-bottom: 1px dotted #1e423f;
}
ul#pop_post li a:hover {
	border-bottom: 1px dotted ;
}
/* Date Styling */
div.date_wrap {
	width: 60px;
	float: left;
	margin: 5px 0px 0px;
	background: white;
	text-align: center;
}
div.date_wrap div.triangle {
	float: right;
	width: 15px;
	height: 15px;
	margin: 10px -15px 0px 0px;
	background: url(../images/triangle_date.png) no-repeat center top;
}
div.date_wrap p {
	margin: 0px 0px 12px;
	font-size: 35px;
}
div.date_wrap p span {
	width: 40px;
	margin: 3px 10px;
	font-size: 15px;
	float: left;
	border-bottom: 1px dashed silver;
}
div.date_meta {
	width: 482px;
	margin: 0px 0px 0px 20px;
	float: left;
}
div.date_meta h2 {
	margin: 0px 0px 10px;
}
/* Text Styling */
p.blogdate {
	width: 482px;
	margin: 0px 0px 15px;
	float: left;
	font-size: 11px;
	color: #596166;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}
div.blogtext {
	width: 482px;
	margin: 0px 0px 0px 80px;
	float: left;
}
div.blogtext p {
	text-align: left;
}
div.blogtext p a {
	border-bottom: 1px dotted #1e423f;
}
div.blogtext p a:hover {
	border-bottom: 1px dotted #007cab;
}
div.meta_wrap {
	width: 482px;
	margin: 0px 0px 0px 80px;
	padding: 0px 0px 0px;
	float: left;
}
div.meta_wrap p.meta {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
}
/* Comment Styling */
div.comment ul li.author {
	color: #1e423f;
	font-size: 13px;
}
div#comment_wrap {
	width: 562px;
	float: left;
	margin: 10px -12px 20px;
	padding: 20px 12px 0px;
	border-bottom: 1px dashed silver;
	border-top: 1px dashed silver;
}


