/*
Theme Name: Clean Slate Theme
Theme URI: http://turn1media.com/
Description: Clean Slate Theme Version 3.
Version: 3.0
Author: TurnOne Media
Author URI: http://turn1media.com/
*/

* { margin: 0; padding: 0 }

html
{
		font-size: 100%;
}

body
{
		background: #fff;
		font: normal georgia, arial;
		color: #333;
		margin: 0 0 2em;
		padding: 0 0 0;
}

a { text-decoration: none; color: #333; }
p,li { line-height: 1.5em; font-size: 94%; font-family: Helvetica, Verdana, Arial, sans-serif; text-decoration: none; }
a:hover { text-decoration: none; color: #de264c; }
img { border: none; }
.clear { clear: both; }

#wrapper
{
	width: 950px;
	margin: 0 auto;
}

#header
{
	padding-left: 0;
	padding-bottom: 0px;
	padding-right: 0;
	padding-top: 5px;
	position: relative;
	border-bottom: 1px solid #eee;
	margin: 0 0 15px;
}

#header h1
{
	float: left;
	width: 175px;
	height: 45px;
	font-size: 1em;
}

#header h1 a
{
	text-indent: -9999px;
	display: block;
}

#header ul#nav
{
	float: right;
	position:absolute;
	top: 73px;	
	right:0px;
}

#header ul
{
	position: relative;
}

#header li
{
	position: relative;
	float: left;
	list-style: none;
	white-space: nowrap;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial;
}

#header li a
{
	padding-left: 15px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-top: 7px;
	text-transform: capitalize;
	display: block;
	color: #e8194d;
}

#header li li a, #header li:hover a
{
	color: #fff;
}

#header li li
{
	clear: left;
	float: none;
	border-bottom: 1px solid #C42243;
}

#header li li:hover
{
	color: black;
}

#header li ul
{
	position: absolute;
	top: 27px;
	left: 0;
	z-index: 9999;
}

#header li li ul
{
	position: absolute;
	top: -1px;
	left: 100%;
	border-left: 1px solid #C42243;
}

#header li ul
{
	display: none;
	background: #de264c;
	border-top: 1px solid #C42243;
}

#header li:hover, #header li a:hover
{
	color: black;
}

#header li:hover > ul
{
	display: block;
}

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

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

#header #banner
{
	right: 0px;
	top: 90px;
	position: absolute;
}
#features
{
		width: 950px;
		overflow: auto;
		padding: 0 0 15px;
		border-bottom: 1px solid #eee;
		margin: 0 0 10px;
}

#features h2, #othernews h2, #extras h2, #extras #search label
{
		display: block;
		font: bold 90% arial;
		text-transform: uppercase;
		color: #999;
		margin: 0 0 10px;
}

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

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

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

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

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

#featured-posts #posts
{
		width: 620px;
		height: 250px;
		overflow: hidden;
		background: #333;
		border: 5px solid #151515;
}

#featured-posts #posts .post
{
		padding-left: 0;
		padding-bottom: 0;
		padding-right: 0;
		padding-top: 193px;
		width: 620px;
		height: 95px;
}

#featured-posts #posts .post .post-intro
{
		font-size: 85%;
		height: 80px;
		padding: 10px 10px 5px;
		background: url(images/post-intro-bg.png) repeat-x;
}

#featured-posts #posts .post .post-intro h2
{
		font-family: georgia;
		text-transform: none;
		font-size: 1.5em;
		margin: 0 0 5px;
}

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

#featured-posts #posts .post .entry
{
		color: #fff;
		line-height: 1.6em;
		font-size: 90%;
}

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

#featured-sponsor
{
		float: right;
		width: 310px;
}

#featured-sponsor #sponsor
{
		height: 250px;
		background: #333;
		border: 5px solid #151515;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
}

#featured-sponsor h2, #search h2, #extras #search label
{
		text-align: left;
}



/*	ENTRY SECTION
-----------------------------------------------------------*/

div.entry
{
	margin-top:5px;
	margin-bottom:5px;
	margin-right:15px;
}






/*	OTHERNEWS SECTION
-----------------------------------------------------------*/

#othernews
{
		width: 600px;
		overflow: hidden;
		padding: 0 0 -5px;
		margin: 0 0 15px;
		border-bottom: 1px solid #eee;
		float:left;
}

#othernews li
{
		border-bottom-style: solid;
		border-bottom-color: #EEEEEE;
		border-bottom-width: 1px;
		float: left;
		list-style: none;
		width: 600px;
		padding: 0 0 10px;
		margin: 0 10px 20px 0;
}

#othernews li.last
{
		margin-right: 0;
}

#othernews li .post
{
		/*font-size: 1.2em;*/
}

#othernews li h3
{
		font-size: 24px;
		margin: 0 0 5px;
}

#othernews li h3 a
{
		color: #333;
}

#othernews li h3 a:hover
{
		color: #de264c;
}

#othernews li a
{
		color: #de264c;
}

#othernews li a:hover
{
		color: black;
}

#othernews li .entry
{
		margin: 0 0 10px;
		line-height: 1.5em;
		color: #666;
}

#othernews li .post-info
{
		margin-right: 10px;
		float: left;
		color: #999;
		font-size: 0.9em;
}

#othernews li p.postimg
{
		margin: 0 0 10px;
}

/*	PHOTOS / SEARCH SECTION
-----------------------------------------------------------*/

#othernews .showcase
{
	border-top-style: dashed;
	border-top-color: black;
	border-top-width: 2px;
	margin: 0px;
	padding: 0px;
}

#othernews .showcase li
{
	color: black;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;
	border-style: dashed;
	border-color: black;
	background-color: #faeded;
	margin: 0px;
	padding: 10px;
	width: 570px;
}

#extras
{
		width: 300px;
		overflow: hidden;
		margin: 0 0 10px;
		float:right;
}

#photos
{
		float: left;
}

#photos ul
{
		width: 610px;
}

#photos li
{
		list-style: none;
		float: left;
		width: 122px;
		text-align: center;
}

#photos a img
{
		border: 2px solid white;		
}

#photos a img:hover
{
		border: 2px solid #C42243;		
}

#extras #search
{
		float: right;
		width: 300px;
}

#extras #searchform
{
		padding: 0 10px 0;
}

#extras #searchform input
{
		background-color: #ffe3e8;
		display: block;
		font: normal 1em georgia, serif;
		width: 278px;
		padding: 4px 5px;
		border: 1px solid #c5c5c5;
		border-right-color: #eee;
		border-bottom-color: #eee;
		margin: 0 0 0.83em;
}

#extras #searchform button
{
		display: block;
		float: right;
		width: 75px;
		height: 25px;
		font-size: 1em;
		border: none;
		background: url(images/search-button.gif) no-repeat;
		text-indent: -9999px;
		cursor: pointer;
}

/*	SINGLE PAGE SECTION
-----------------------------------------------------------*/

#content
{
		float: left;
		width: 620px;
		margin: 10px 0;
}

#content .post
{
		font-size: 0.9em;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		margin: 0 0 20px;
}

#content .entry h1, #content .post h2
{
		line-height: 2em;
		font-size: 2.4em;
		margin: 0 0 10px;
}

#content .post h2 a
{
		font-weight: bold;
		text-decoration: none;
		color: #de264c;
		margin: 0 0 10px;
}

#content .post h2 a:hover
{
		text-decoration: underline;
		color: black;
		margin: 0 0 10px;
}

#content .entry h2
{
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 1.6em;
	font-size: 1.6em;
}

#content .entry p
{
		text-align: justify;
		margin-left: 0;
		margin-bottom: 10px;
		margin-right: 10px;
		margin-top: 0;
		font-size: 1em;
		line-height: 1.5em;
}

#content .entry a
{
		color: #de264c;
		font-size: 1em;
		line-height: 1.5em;
		margin: 0px;
}

#content .entry a:hover
{
		color: black;
		font-size: 1em;
		line-height: 1.5em;
		margin: 0px;
}

#content .entry h3
{
		font-size: 1.2em;
		margin: 0 0 10px;
}

#content .entry ul
{
		margin: 0 0 10px 30px;
}

#content .entry li
{
		margin: 0 0 3px;
}

#content .entry ol
{
		margin: 0 0 10px 19px;
}

#content .bio
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-color: #333333;
	padding-bottom: 3em;
	padding-top: 1em;
	font-size: 90%;
}

#content .bio h2
{
	padding-top: 2em;
	line-height: 1em;
}

#content .bio h3
{
	margin-bottom: 3px;
	margin-top: 3px;
	line-height: 1em;
	font-style: italic;
	font-weight: bold;
}

#content .bio a
{
	font-weight: bold;
	color: #de264c;
}

                                   
 
	               
	                  
 

#content .bio a:hover
{
	font-weight: bold;
	color: black;
}

#content .bio .4, #content .bio .5 
{
	font-size: 80%;
	font-weight: bold;
}

#content .entry blockquote
{
		display: block;
		font-style: italic;
		color: #666;
		border-top: 0.1em solid #eee;
		border-bottom: 0.1em solid #eee;
		padding: 10px 10px 0;
		margin: 0 0 10px;
}

#content .entry .alignright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 3px;
}

#content .entry .alignleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
}

#content .entry .aligncenter
{
	display: block;
	margin: 0 auto 15px;
	padding: 3px;
}

#content .more-link
{
		display: block;
		width: 75px;
		height: 25px;
		font-size: 1em;
		background: url(images/read-button.gif) no-repeat;
		text-indent: -9999em;
}

#content .more-link:hover
{
		background-position: 0 25pxem;
}

.commentlist li
{
		list-style: none;
		padding: 0 0 20px;
		margin: 0 0 20px;
		border-bottom: 5px solid #eee;
}

.comment-header
{
		padding: 0 0 10px;
		margin: 0 0 5px;
		border-bottom: 1px solid #eee;
		width: 610px;
		overflow: auto;
}

.comment-header img
{
		float: left;
		margin-right: 10px;
		border: 2px solid #333;
		padding: 2px;
}

.comment-header cite
{
		font-weight: bold;
		font-style: normal;
		display: block;
		margin: 0 0 4px;
		padding: 2px 0 0;
}

.comment-header small
{
		font-size: 1em;
}

.comment-text
{
		padding: 10px 0 0;
		line-height: 1.6em;
}

#links ul{
list-style: none;
}

#links .sidelink
{
	line-height: 44px;
	padding-left:50px;
}

#links .facebook
{background-repeat: no-repeat; background-image: url(images/facebook_icon_sm.png);
	margin-left:10px;

}


#links .twitter
{background-repeat: no-repeat; background-image: url(images/twitter_icon_sm.png);
	margin-left:10px;
}

#links .myspace
{background-repeat: no-repeat; background-image: url(images/myspace_icon_sm.png);
	margin-left:10px;
}
 

#respond h2, #comments h2
{
		font-size: 1.8em;
		margin: 0 0 10px;
}

#respond #userinfo
{
		float: left;
		width: 300px;
		margin: 0 0 10px;
}

#respond .commentmsg
{
		float: left;
		width: 300px;
}

#respond .commentbtn
{
		clear: both;
}

#respond .commenttext input, #respond .commentmsg textarea
{
		display: block;
		border: 1px solid #ccc;
		border-right-color: #eee;
		border-bottom-color: #eee;
		padding: 5px 3px;
		margin: 0 0 10px;
		font-size: 1em;
		font-family: georgia;
}

#respond .commenttext input
{
		width: 292px;
}

#respond .commentmsg textarea
{
		width: 292px;
		height: 124px;
}

#respond label, #respond p.loggedinas
{
		display: block;
		font: bold 1em arial;
		text-transform: uppercase;
		color: #999;
		margin: 0 0 5px;
}

#respond button
{
		display: block;
		width: 75px;
		height: 25px;
		border: none;
		background: url(images/submit-button.gif) no-repeat;
		text-indent: -9999px;
		cursor: pointer;
		margin: 0 0 1em;
		font-size: 1em;
}

.navigation 
{
		margin: 0 0 15px;
		padding: 15px 0 0;
		font: bold 1em arial;
		text-transform: uppercase;
}

.navigation .alignleft
{
		float: left;
}

.navigation .alignright
{
		float: right;
}

#sidebar
{
		float: right;
		width: 310px;
		margin: 1em 0 0;
}

#sidebar h2, #sidebar #search label
{
	display: block;
	font-weight: bold;
	font-size: 1em;
	background: #333;
	color: #fff;
	margin: 0 0 5px;
	padding: 5px;
}

#sidebar li
{
	list-style: none;
}

#sidebar li ul
{
	margin: 0 0 15px;
}

#sidebar li ul li
{
	padding: 5px;
	font-size: 90%;
	border-bottom: 1px solid #eee;
}

#sidebar table
{
	width: 310px;
	margin: 0 0 15px;
}

#sidebar #sponsor
{
	border: 5px solid #151515;
	margin: 0 0 15px;
	height: 250px;
}

#sidebar #search
{
	background: #fff;
	padding: 0 0 15px;
}

#sidebar #search input
{
		display: block;
		font: normal 1em georgia, serif;
		width: 298px;
		padding: 4px 5px;
		border: 1px solid #c5c5c5;
		border-right-color: #eee;
		border-bottom-color: #eee;
		margin: 0 0 10px;
}

#sidebar #search button
{
		display: block;
		width: 75px;
		height: 25px;
		font-size: 1em;
		border: none;
		background: url(images/search-button.gif) no-repeat;
		text-indent: -9999px;
		cursor: pointer;
}

#sidebar form
{
	display: block;
	background: #fff;
}

#sidebar table
{
		width: 310px;
		font: bold 1em arial;
		margin: 0 0 15px;
}

#sidebar td
{
		text-align: center;
		font: bold 1em arial;
		padding: 4px;
		background: #f5f5f5;
}

#sidebar caption
{
		font: bold 1em arial;
		background: #ccc;
		padding: 0.5em;
}

#sidebar th
{
		background: #e5e5e5;
		padding: 0.4em;
}

#sidebar tfoot td
{
		background: #e5e5e5;
}

/*	FOOTER SECTION
-----------------------------------------------------------*/

#footer
{
		clear: both;
		font: normal 75% arial;
		color: #999;
		border-top: 0.1em solid #eee;
		padding: 1.1em 0 0;
}

#footer ul
{
		float: right;
}

#footer li
{
		float: left;
		list-style: none;
		text-transform: uppercase;
		margin: 0 0 0 0.5em;
		padding: 0 0 0 0.5em;
		border-left: 0.1em solid #eee;
}

#footer li.first
{
		border-left: 0;
}

#footer li ul
{
	display: none;
}

#footer a
{
		color: #999;
}

#footer a:hover
{
		text-decoration: underline;
		color: #de264c;
}

#footer p a
{
		color: #de264c;
}

#palm
{
	position: absolute;
	bottom: 0px;
	right: 3px;
	background-image: url(images/palm.jpg);
	background-repeat: no-repeat;
	height: 136px;
	width: 392px;
}

#about
{
	color: #333333;
	background-color: white;
	line-height: 150%;
	font-size: 88%;
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	padding: 0px;
	right: 30px;
	top: 136px;
	position: absolute;
	text-align: left;
	width: 550px;
}

#about span
{
	font-size: 150%;
}

#mc_signup_form .mc_input{
	background-color: #ffe3e8;
		display: block;
		font: normal 1em georgia, serif;
		width: 278px;
		padding: 4px 5px;
		border: 1px solid #c5c5c5;
		border-right-color: #eee;
		border-bottom-color: #eee;
		margin: 0 0 0.83em;

}

#mc_signup_form #mc_signup_submit{
	display: block;
		float: right;
		width: 75px;
		height: 25px;
		font-size: 1em;
		border: none;
		background: url(images/search-button-blank.gif) no-repeat;
		text-indent: -9999px;
		cursor: pointer;
}

#mc_signup_form .mc_var_label{
text-align: right;
font-style: italic;
color:#999999;
font-size:0.9em;
}
