.blog 
{
	float: left;
	width: 650px;
	margin: 0px 15px 0px 15px;
	padding: 0px 15px 0px 0px;
	border-right: 1px dotted #cccccc;
}

.blog_comment_view
{
	float: left;
	width: 500px;
	margin: 0px 15px 0px 15px;
	padding: 0px 15px 0px 0px;
	border-right: 1px dotted #cccccc;
}

.blog_sidebar 
{
	float: left;
	width: 290px;
	padding-top: 5px;
}

.blog_comment_sidebar 
{
	float: left;
	width: 440px;
}

.blog_header 
{
	width: 100%;
}

.blog_title 
{
	float: left;
}

.blog_rss 
{
	float: right;
	margin-top: 15px;
}

.blog_desc 
{
	display: none;
	clear: both;
}

.blog_share
{
	float: right;
	margin: 15px 15px 0px 0px;
}

.post 
{
	border-bottom: 1px dotted #cccccc;
	margin: 0.5em 0 1.5em;
	padding-bottom: 1.5em;
}

.post_date 
{
	color: #999999;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-Serif;
	font-size: 78%;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 5px 0px;
}

.post_title 
{
	color: #cc9900;
	font-family: Georgia,Serif;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0.25em 0 0 0;
	padding: 0 0 4px 0;
}

.post_photo img
{
	border: 1px solid #cccccc;
	padding: 4px;
	margin: 0px;
}

.post_photo .left
{
	margin: 0px 10px 0px 0px;
	float: left;
}
.post_photo .right
{
	margin: 0px 0px 0px 10px;
	float: right;
}

.post_photo .center
{
	width: 100%;
	margin: auto;
	text-align: center;

}

.post_photo .caption
{
	font-size: 80%;
	color: #aaaaaa;
}

.post_footer 
{
	color: #999999;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-Serif;
	font-size: 78%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin: 1em 0 1em 0;
	text-transform: uppercase;
}

.post_comments 
{
	padding-left: 10px;
}

.comment 
{
	border-bottom: 1px dotted #cccccc;
	margin: 0.5em 0 1.5em;
	padding-bottom: 0.5em;
}

.comment_footer 
{
	color: #999999;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-Serif;
	font-size: 78%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin: 0.5em 0 0 0;
	text-transform: uppercase;
}

.blockquote 
{
	border: 1px solid #aaaaaa;
	background-color: #dddddd;
	margin: 5px 20px 5px 20px;
	padding: 5px;
}

.smallnote 
{
	font-size: 80%;
}

#slide_nav 
{
	margin: 0px 15px 15px 15px;
}