/** BEGIN content **/
#content{
	clear: both;
	width: 950px;
	float: left;
	padding-bottom: 10px;
    padding-left:10px;
}
	#featured {
		border: 1px solid #DDDDDD;
		padding: 10px;
		margin-bottom: 10px;
		height: 180px;
	}
		#featured .post {
			padding: 10px;
		}
		#featured h2 {
			font-size: 1.6em;
			margin-bottom: 5px;
		}
			#featured h2 a {
				text-decoration: none;
			}
		#featured .details {
			font-size: 0.9em;
			margin-bottom: 15px;
			color: #888888;
		}
			#featured .details a {
				color: #888888;
				text-decoration: none;
			}
			#featured .details a:hover {
				color: #003366;
				text-decoration: underline;
			}
		#featured .thumb {
			border: 1px solid #dddddd;
			padding: 5px;
			float: left;
			margin: 0 10px 10px 0;
		}
			#featured .thumb a {
				width: 300px; height: 175px;
				display: block;
				overflow: hidden;
			}
			#featured .thumb a img {
				width: 300px;
			}
		#featured p {
			line-height: 1.4em;
			margin-bottom: 10px;
            margin-left:10px;
		}
		#featured .tags {
			clear: both;
			font-size: 0.9em;
			color: #888888;
			margin-bottom: 0;
		}
			#featured .tags a {
				text-decoration: none;
			}
		#featured .readmore {
			font-size: 0.8em;
		}
	#content .recent {
		border: 1px solid #DDDDDD;
	}
		#content .recent .post {
			padding: 15px;
			clear: both;
		}
			#content .recent .post h2 {
				font-size: 1.5em;
				margin-bottom: 10px;
			}
				#content .recent .post h2 a {
					text-decoration: none;
				}
			#content .recent .post img {
				float: right;
				padding: 5px;
				border: 1px solid #DDDDDD;
				background-color: #FFFFFF;
				margin-left: 20px;
			}
			#content .recent .post p {
				line-height: 1.4em;
				margin-bottom: 10px;
                margin-left:10px;
			}
			#content .recent .post .readmore {
				font-size: 0.8em;
			}
		#content .recent .o {
			background-color: #EEEEEE;
		}
	#content {
		
	}
/** END content **/
