#header h2 a{
	float: left;
	text-indent: -10000px;
	overflow: hidden;	
	width: 191px;
	height: 54px;
	background: url(../images/structure/logo.jpg) no-repeat left top transparent;
	margin: 34px 0 0 0;
}

.post{
	text-align: right;
	float: left;
	width: 216px;
	height: auto;
	display: inline;
	padding-bottom: 15px;
	background-color: #530751;
}

.date{
	float: left;
	clear: both;
	width: 200px;
	margin-bottom: 5px;
	font: 14px Georgia;
}

.post-info .post-categories{ list-style: none; }

.post-info .post-categories a{
	float: left;
	width: 200px;
	font: 10px Georgia;
	color: #fff;
}

.tag{
	float: left;
	width: 200px;
	font: 10px Georgia;
	color: #fff;
}

.share{
	float: right;
	margin: 5px -3px 0 0;
}

#post-content{
	float: left;
	width: 433px;
	background-color: #530751;
}

#post-content h1{
	float: left;
	width: 413px;
	font: 26px Georgia;
	margin: 10px 10px 20px 10px;
	color: #fff;
}

#post-content p, #post-content address{
	font: 14px Georgia;
	margin: 10px 10px 20px 10px;
	color: #fff;
}

#post-content a{ 
	font: 14px Georgia;
	text-decoration: underline;
	color: #fff;
}

#nav-new{ margin-left: 217px; }