/*   
Theme Name: RecoveryNow Default
Theme URI: http://www.recoverynowtv.com
Description: Custom WordPress theme made specifically for RecoveryNow
Author: emarketed
Author URI: http://www.emarketed.com
Version: 2.0
*/

@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
}
a img {
	border:0px;
}
div.wrapped {
	clear:both;
	width:1024px;
	margin:0px auto;
	overflow:auto;
}
div.fluid {
	width:100%;
	min-width:1100px;
}
/* #######################################
##
##				ICONS
##
####################################### */
div.icon {
	float:left;
	width:24px;
	height:25px;
	background-image:url(/images/social-icons.png);
	background-repeat:no-repeat;
	margin-left:5px;
	overflow:hidden;
}
div.icon a {
	display:block;
	width:24px;
	height:25px;
	text-decoration:none;
}
div.youtube {
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:24px;
	height:25px;
}
div.youtube-small {
	background-image:url(/images/social-icons-small.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}
div.youtube-small a {
	width:16px;
	height:16px;
}
div.youtube-large {
	background-image:url(/images/social-icons-large.png);
	background-position:-220px 0px;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
}
div.youtube-large a {
	width:100px;
	height:100px;
}
div.facebook {
	background-position:-31px 0px;
	width:24px;
	height:25px;
}
div.facebook-small {
	background-image:url(/images/social-icons-small.png);
	background-position:-21px 0px;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}
div.facebook-small a {
	width:16px;
	height:16px;
}
div.facebook-large {
	background-image:url(/images/social-icons-large.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
}
div.facebook-large a {
	width:100px;
	height:100px;
}
div.twitter {
	background-position:-61px 0px;
	width:24px;
	height:25px;
}
div.twitter-small {
	background-image:url(/images/social-icons-small.png);
	background-position:-40px 0px;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}
div.twitter-small a {
	width:16px;
	height:16px;
}
div.twitter-large {
	background-image:url(/images/social-icons-large.png);
	background-position:-110px 0px;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
}
div.twitter-large a {
	width:100px;
	height:100px;
}
/* #######################################
##
##				HEADER
##
####################################### */
div#header {
	background-color:#000000;
	height:146px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	border-bottom:1px solid #F47B43;
}
div#header div#logo {
	float:left;
	width:278px;
	height:68px;
}
div#header div#top-menu {
	float:left;
	background-image:url(/images/top-menu-background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:190px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin:0px 0px 0px 550px;
}
div#header div#top-menu a {
	color:#d3d3d3;
	text-decoration:none;
	text-transform:uppercase;
	margin:0px 6px;
}
div#header div#top-menu a:hover {
	text-decoration:underline;
}
div#header div#be-on-the-show {
	float:left;
	margin-left:10px;
	width:110px;
	height:35px;
	line-height:35px;
}
div#header div#be-on-the-show a {
	color:#F58A58;
	text-transform:uppercase;
}
div#header div#navigation {
	clear:left;
	float:left;
	width:549px;
	height:78px;
}
div#header div#navigation a {
	float:left;
	display:block;
	padding:10px 20px;
	border-right:1px dotted #ffffff;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:40px;
}
div#header div#navigation a:hover {
	color:#f47b43;
}
div#header div#navigation a.last {
	border-right:0px;
}
div#header div#call-today {
	float:left;
	background-image:url(/images/call-today.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:315px;
	height:85px;
	position:relative;
	top:-7px;
	margin-left:160px;
}

/* #######################################
##
##				MAIN
##
####################################### */
div#main {
	overflow:auto;
	width:1024px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
div#main div#sidebar {
	float:left;
	width:300px;
}
div#main div#sidebar div.box {
	border:1px solid #DFE1E1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	list-style-type:none;
	padding:10px 10px 10px 10px;
}
div#main div#sidebar div.box div.box-title {
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	margin:0px 0px 5px 0px;
}
div#main div#sidebar div.box div.box-content {
}
div#main div#sidebar div.box div.box-content div.link {
}
div#main div#sidebar div.box div.box-content div.link a {
	color:#F58E5D;
	text-decoration:none;
}
div#main div#sidebar div.box div.box-content div.link a:hover {
	text-decoration:underline;
}
div#main div#content {
	float:left;
	width:700px;
	margin:0px 0px 0px 24px;
}
div#main div#content div.post-entry {
	padding:10px;
	background-color:#DFE1E1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0px 0px 15px 0px;
}
div#main div#content div.post-entry div.post-title {
	font-size:20px;
	font-weight:bold;
}
div#main div#content div.post-entry div.post-title a {
	color:#F58E5D;
}
div#main div#content div.post-entry div.post-time {
	font-style:italic;
	margin:0px 0px 15px 0px;
}
div#main div#content div.post-entry div.post-content {
	margin:0px 0px 15px 0px;
}
div#main div#content div.post-entry div.post-content a {
	color:#F58E5D;
}
div#main div#content div.post-entry div.post-tags {
}
div#main div#content div.post-entry div.post-tags a {
	color:#F58E5D;
}

/* #######################################
##
##				FOOTER
##
####################################### */
div#footer2 {
	clear:both;
	overflow:auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	padding:30px 0px 0px 0px;
	margin:30px 0px 0px 0px;
}

div#footer2 div.wrapped {
	background-image:url(/images/footer-background.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

div#footer2 div#footer-links {
	margin:5px 0px 15px 0px;
	color:#ffffff;
}

div#footer2 div#footer-links a {
	color:#ffffff;
	text-decoration:none;
	padding:0px 2px;
}

div#footer2 div#footer-links a:hover {
	color:#FF6C0C;
	text-decoration:underline;
}

div#footer2 div#copyright {
	color:#ffffff;
	line-height:18px;
}

div#footer2 div#designed-by {
	color:#ff6c0c;
	font-size:10px;
	line-height:14px;
	margin:0px 0px 15px 0px;
}

div#footer2 div#designed-by a {
	color:#ff6c0c;
	text-decoration:none;
}