@charset "utf-8";
/* CSS Document */

#content2 {
	float: left;
	width: 610px;
	padding: 20px 0px 0px 103px;
}

.post2 {
}

.post2 .title2 {
	margin: 0;
	font-weight: normal;
}

.post2 h1.title2 {
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 2.4em;
	color:#034893;
}

.post2 h2.title2 {
	padding: 15px 0  0 0px;
	height: 30px;
	font-size: 1.5em;
	color:#034893;
}

.post2 .entry2 {
	padding: 0 10px 30px 15px;
	color:#333;
}

.post2 .entry2 a {
	color:#009;
}

.post2 .entry2 a:hover {
	color:#C00;
}

.post2 .meta2 {
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}

.post2 .meta2 a {
	color: #CFCFCF;
}

.post2 .links2 {
	margin: 0;
}

.post2 .tags2 {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post2 .links2 a, .post2 .tags2 a {
	border: none;
}

#hr{
	border-bottom: 1px dotted #009;
	width: 610px;
	color:#000;
}

