/*
Theme Name: Clean Slate Theme V1.5
Theme URI: http://turn1media.com/
Description: A theme with a clean design and many features to allow for easy customization.
Version: 1.5
Author: TurnOne Media
Author URI: http://turn1media.com/
*/

* { margin: 0; padding: 0 }

html
{
		font-size: 100%;
}

body
{
	font-family: georgia, arial;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #ffa708;
}
#features #featured-posts #posts #feature-scroll #post1 .post-intro .entry p a, a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffa708;
	text-decoration: none;
}

/*	NAV SECTION
-----------------------------------------------------------*/

/*	FEATURES SECTION
-----------------------------------------------------------*/

#features
{
	width: 493px;
	overflow: auto;
	padding: 0 0 1.5em;
	border-bottom: 0.1em solid #eee;
	margin: 0 0 1em;
	background-color: transparent;
}

#features h2
{
		display: block;
		font: bold 1.1em arial;
		text-transform: uppercase;
		color: #FFF;
		margin: 0 0 0.909em;
}

#featured-posts
{
	float: left;
	width: 493px;
}

#featured-posts #recent-links
{
		float: right;
}

#featured-posts #recent-links li
{
		float: left;
		list-style: none;
		text-align: center;
		margin-left: 0.5em;
		font: bold 1em/1.6em arial;
		color: #999;
		text-transform: uppercase;
}

#featured-posts #recent-links li a
{
		color: #fff;
		display: block;
		width: 1.8em;
		height: 1.8em;
		background: #151515;
}

#featured-posts #recent-links li a.active
{
	background-color: #ffa708;
}

#featured-posts #posts
{
		height: 25em;
		overflow: hidden;
		background: #333;
		border: 0.5em solid #151515;
}

#feature-scroll
{
}

#featured-posts #posts .post
{
	width: 493px;
	height: 9.5em;
	padding-top: 15.5em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#featured-posts #posts .post .post-intro
{
	background-image: url(../images/post-intro-bg.png);
	background-repeat: repeat-x;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	height: 50px;
	margin-top: 35px;
}

#featured-posts #posts .post .post-intro h2
{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 1.9em;
	margin: 0 0 0.2em;
}

#featured-posts #posts .post .post-intro h2 a
{
		color: #fff;
}

#featured-posts #posts .post .entry
{
	color: #fff;
	font-size: 1.1em;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}
