/*
	Theme Name: Early to Rise
	Description: Custom ETR WP template
	Version: 1.0
	Author: Toby Robson
	Author URI: http://www.dragonfly-media.com
*/



/**************************************
* Framework & Defaults                                           
**************************************/
body {

	background-color: #FFF3DE;

	margin: 0px;

	padding: 0px;

	color: #111;

	font: small/170% Verdana, verdana, sans-serif;

}

* {

	margin: 0px;

	padding: 0px;

}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Verdana, sans-serif;
}

h1#blogname{
	height:54px;
	padding-top:20px;
	padding-left:20px;	
	font-size:1.2em;
}
h1#blogname  a
{
	color:#FFFFFF;
}
h2 {
	margin-top: 0px;
	margin-bottom: 15px;
}
h3 {
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}
a  {
	color:#0069C8/*#9BBDE9*/;
	text-decoration: underline;
}
a:hover {
	color:#3300CC;
	text-decoration:underline;
}
img {
	border:0px;
}

p{
	padding:20px;
}
hr {
 	border: 0;
	width: 100%;
	height:1px;
	color:#999;
	background-color:#999;
}
#print-title {
	display:none;
	
}
/**************************************
* Masthead - Common Elements                                     
**************************************/
#header {
	background: url(images/header_bg.png) no-repeat;
	height: 72px;
}
#header h1 {
	width: 230px;
	height:71px;
	float: left;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
#header h1 a {
	text-decoration: none;
	
}
#header p {
	width: 230px;
	height:71px;
	float: left;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
#header p a {
	text-decoration: none;
	
}
.search_textarea {
	border: 1px solid #8B5325;
	padding:3px;
}
.banner_desc {
	float: left;
	width: 355px;
	margin-top:25px;
	margin-left: 25px;
	font-family: Verdana, Verdana, sans;
	display: inline;
}
.banner_desc_l1 {
	color:#E4CE96;
	font-size: 16px; 
	font-weight: bold;
	text-transform: uppercase;
	line-height: .9em;
	margin: 0 0 2px 0;
}
.banner_desc_l2 {
	color:#fff;
	font-size: 17px; 
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	padding: 0;

}
.banner_desc_sub {
	width: 360px;
	margin: 5px 0px;
	padding: 5px 0 5px 0;
	color:#E4CE96;
	font-size: 11px;
	line-height: 1.5em;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.signup {
	float:right;
	padding: 5px;
	display: inline;
	margin-top: 30px;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 0;
	background: transparent;
}
.signup_field {
	height:20px;
	width:120px;
	margin:2px;
	padding:0px;
	border:1px solid #00386B;
	display:inline;
}
#search {
	width: 400px;
	float:right;
	margin-top: 5px;
	margin-left: 0px; margin-right:20px;
	padding: 5px;
	display: inline;
	overflow: hidden;
}

.rssfeed {
	margin: 20px 0px 0px 0px;
	line-height:.85em;
	float: right;
	font-size:.85em;
	overflow:hidden;	
}
.rssfeed a{
	color:#FF5500;
	font-weight: bold;
	text-decoration:none;
}
.rssfeed a:hover{
	color:#CC0000;
	font-weight: bold;
	text-decoration:none;
}

/**************************************
* Banner - Main                                   
**************************************/
#mh_main {
	background: url(images/mh_main.jpg) no-repeat;
	height: 149px;
	overflow:hidden;
}
/**************************************
* Banner - Healthy                                   
**************************************/
#mh_healthy {
	background: url(images/mh_healthy.jpg) no-repeat;
	height: 149px;
	overflow:hidden;
}
/**************************************
* Masthead- Wealthy                                    
**************************************/
#mh_wealthy {
	background: url(images/mh_wealthy.jpg) no-repeat;
	height: 149px;
	overflow:hidden;
}
/**************************************
* Masthead - Wise
**************************************/
#mh_wise {
	background: url(images/mh_wise.jpg) no-repeat;
	height: 149px;
	overflow:hidden;
}
/**************************************
* Masthead - Thankyou
**************************************/
#mh_ty {
	background: url(images/mh_ty.jpg) no-repeat;
	height: 149px;
	overflow:hidden;
}

/**************************************
* Wrappers & Content                                          
**************************************/
#wrapper{
	float:left;width:100%;
	margin:0px;
}
#wrap_3col {
	width: 784px;
	margin: 0px auto 0px auto;
	padding-right: 0px;
	padding-left: 0px;
	background: url(images/bg_3col.png) repeat-y;
}
#wrap_2col {
	width: 784px;
	margin: 0px auto 0px auto;
	padding-right: 0px;
	padding-left: 0px;
	background: url(images/bg_2col.png) repeat-y;
}
#content_3col {
	width:425px;
	margin: 0px 2px;
	padding: 10px 5px;
	border-top: 1px solid #9B6A22;
/*	background: #FFFFFF url(images/content_bg.png) repeat-x;*/
	float:left;
	display: inline;
}
#content_2col {
	width:586px;
	margin: 0px 2px;
	padding: 10px 5px 0px 5px;
	background: #fff;
	border-top: 1px solid #9B6A22;
/*	background: #FFFFFF url(images/content_bg.png) repeat-x;*/
	float:left;
	display: inline;
}
#content_2col h2, #content_3col h2{
	font-size: 1.25em;
	font-weight:bold;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}
#content_2col h3, #content_3col h3{
	font-size: 1.1em;
	font-weight:bold;
}
/**************************************
* Left Sidebar                                      
**************************************/

#sidebar_l{
	float:left;
	width:161px;
	margin-left: 11px;
	padding: 0;
	display: inline;
	overflow: auto;
}
#sidebar_l h2{
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 10px;
	padding-top: 3px;
	margin: 0;
}
#sidebar_l ul{
	list-style-type: none;
	margin: 0px 0px 8px 0px;
}
#sidebar_l ul li {
	margin:1px;
	padding: 2px 5px 3px 19px;
	font-size: 0.85em;
	letter-spacing: -.05em;
	font-weight: bold;
	line-height: 1.45em;
	background-image: url(images/sidebar_l_nav_bullet.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border-bottom: 1px dotted #BD8913;
}
#sidebar_l ul a:link{
	text-decoration: none;
	color:#2C1B12;
	border:0;
}
#sidebar_l ul a:visited{
	text-decoration: none;
	background-color: inherit;
		color:#2C1B12;
}
#sidebar_l ul a:hover{
	text-decoration: none;
	color: #CC0000;
} 
#sidebar_l p{
	font-size:0.9em;
	padding:0;
	margin:0;
	color:#666;
}
.cat_title {
	margin-bottom:5px;
}
/**************************************
* Right Sidebar - Main                                       
**************************************/
#sidebar_r{
	float:left;
	width:157px; 
	padding: 60px 5px 0px 0px;
	background: url(images/this_week_in_etr.png) no-repeat;
	display: inline;
}
#sidebar_r h2 {display: none;}
#sidebar_r h4,
#sidebar_r h3 {
	margin-bottom: -7px;
	padding: 0px 0px 0px 10px;
	font-size: .8em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
#sidebar_r p{
	font-size:0.85em;
	padding:0;
	margin:0;
	color:#666;
}

#sidebar_r ul{
	color:#01182F;
	list-style-type: none;
	line-height: 1.05em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px 1px 0px 1px;
}
#sidebar_r ul li{
	font-size: 0.85em;
	font-weight: bold;
	padding: 0px 0px 5px 10px; 
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #E7FFFF;
	list-style-type: none;
	
}

#sidebar_r ul a:link{
	color:#000066;
	text-decoration: none;

}
#sidebar_r ul a:visited{
		color:#000066;
		text-decoration: none;
}
#sidebar_r ul a:hover{
	color:#006699;
	text-decoration: none;
}
#question-otw  {
	width: 140px;
	margin:0px 1px 0px 1px;
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid #999;
	background-color:#3C6D9D;	
}
#question-otw p{
	color:#fff;
	font-size:.9em;
	line-height:1.2em;
	padding-bottom:5px;
	
}
#question-otw a, #question-otw a:visited{
	color:#ffffcc;
	font-weight:bold;
	text-decoration: none;
}
#question-otw a:hover{
	color:#FF5500;
	
}


/**************************************
* Right Sidebar - Articles                                       
**************************************/
#sidebar_r_bestof{
	float:left;
	width:157px; 
	padding: 0px 5px 0px 0px;
	display: inline;
}
#sidebar_r_bestof h4 {
	margin-bottom: -7px;
	padding: 0px 0px 0px 10px;
	font-size: .8em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
#sidebar_r_bestof p{
	font-size:0.85em;
	padding:0;
	margin:0;
	color:#666;
}

#sidebar_r_bestof ul{
	color:#01182F;
	list-style-type: none;
	line-height: 1.05em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px 1px 0px 1px;
}
#sidebar_r_bestof ul li{
	font-size: 0.85em;
	font-weight: bold;
	padding: 0px 0px 5px 10px; 
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #E7FFFF;
}

#sidebar_r_bestof ul a:link{
	color:#000066;
	text-decoration: none;

}
#sidebar_r_bestof ul a:visited{
		color:#000066;
		text-decoration: none;
}
#sidebar_r_bestof ul a:hover{
	color:#006699;
	text-decoration: none;
}
#sidebar_r li {
	list-style-type: none;
	
}
/**************************************
* Entry Styles                                          
**************************************/
.archive {margin:  0 15px 0 15px;}
.archive,
.archive p{
	padding: 5px 0 0 10px;
	font-size: 11px;
}
.archive h3  {
	margin-bottom: 0 !important;
	font-size:12px !important;
	font-weight: bold !important;
	line-height:16px !important;
}
.archive small {
	font-weight: normal !important;
	color: #666;
}
	
.entry {
	padding: 0px 15px 15px 0px;
}
h1.entrybody {
	color:#FF0000;
}
h1.entrytitle  {
	color:#232323;
	font-size:160%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0 0 8px 0;
	border-bottom:1px solid #A0A0A0;
	
}
h1.entrytitle a{
	color:#232323;
	border:0;
	text-decoration:none;
}
h2.entrydate {
	color:red;
	font-size: 1.1em;
	margin-bottom: 0em;
	margin-top: 0em;
}
h3.entrytitle  {
	color:#232323;
	border-bottom:1px solid #A0A0A0;
	font-weight: bold;
	margin: 0px 0px 10px 0;
	padding: 0 0 8px 0;
}
h3.entrytitle a{
	color:#232323;
	border:0;
	text-decoration:none;
}
.entrybody p{
	margin: 0; 
	padding: .25em 0 1em 1em; 
	line-height: 140%;
}
.entrymeta {
	margin: 0 0 10px 0;	
}
.entrybody ul {
	margin: 0px 0px 10px 30px;
}
.entrybody ol{
	margin: 0px 0px 10px 30px;
}
.entrybody ul li,
.entrybody ol li {
	margin-left: 20px;
} 
.entrybody img{
	padding:0px 5px;
	margin:0px 5px;
	border: #ccc solid 0px;
}
/**************************************
* Page Styles                                       
**************************************/
h1.pagetitle  {
	color:#232323;
	font-size:160%;
	margin: 0 0 15px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ccc;
}
h1.pagetitle a{
	color:#232323;
	border:0;
	text-decoration: none;
}
h2.pagedate {
	font-size: 1.1em;
	margin-bottom: 0em;
	margin-top: 0em;
}
h3.pagetitle  {
	color:#232323;
	border-bottom: 1px solid #ccc;
	text-indent: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
}
.headersuccess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	text-indent: 20px;
	clip: rect(auto,auto,auto,auto);
}
h3.pagetitle a{
	color:#232323;
	border:0;
	text-decoration: none;
}
.page {
	padding: 0px 10px 0px 10px;
}
.pagebody h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
.pagemeta {
	margin: 0 0 10px 0;	
}
.pagebody p{
	margin: 0; 
	padding: .25em 0 1em 0;
	line-height: 140%;
}
.pagebody ul {
	margin: 0px 0px 10px 30px;
}
.pagebody ol{
	margin: 10px 0px 10px 30px;
}
.pagebody img{
	padding:0px 5px;
	margin:0px 5px;
	border: #ccc solid 0px;
}
/**************************************
* Archive Styles                                       
**************************************/
.postpermonth-h a{
	color:#121212;
	text-decoration:none;
}
.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 10px;
}
h1.archivetitle  {
	color:#232323;
	font-size:150%;
	margin: 10px 0 5px 0;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #ccc;
}
h1.archivetitle a{
	color:#333;
	border:0;
	text-decoration: none;	
}
h2.archivetitle  {
	color:#232323;
	margin: 5px 0 5px 0;
	padding: 0 0 1px 0;
}
h2.archivetitle a{
	color:#333;
	border:0;
	text-decoration: none;	
}
h2.archivedate{
	font-size: 1.0em;
	margin-bottom: 0em;
	margin-top: 0em;
}

h2.archivetitle a{
	color:#333;
	border:0;
}
h3.archivedate{
	font-size: 1.0em;
	margin-bottom: 0em;
	margin-top: 0em;
}

h3.archivetitle a{
	color:#333;
	border:0;
}
.archive {
	padding: 0px 0 10px 0;
}
.archivemeta {
	margin: 0px 0px 10px 0;	
}
.archivebody {
	margin:0 0 30px 0;
	
}
.archivebody p{
	margin: 0; 
	padding: 0; 
	line-height: 120%;
}
.archivebody ul {
	margin: 10px 0px 10px 30px;
}
.archivebody ol{
	margin: 10px 0px 10px 30px;
}
.archivebody img{
	padding:0px 5px;
	margin:0px 5px;
	border: #ccc solid 0px;
}


/**************************************
* Archive page                         
**************************************/
#pi-table {
	border-collapse: collapse;
	margin-top: 1em;
	font-size: 12px;
}

#pi-table h4 {
	font-size: 14px;
	
}
#pi-table td {
	border-right: 1px solid #ccc;
	padding: 0 5px 0 15px;
}

#pi-r1c3 {
	border-right: none !important;
}
#pi-table ul {
	margin: 0;
}
#pi-r1c1 li,
#pi-r1c2 li,
#pi-r1c3 li {
 	list-style: none;
	font-weight: bold;
	list-style-position: outside;
}
#pi-r1c1 li li,
#pi-r1c2 li li,
#pi-r1c3 li li{
 	list-style: none;
	text-indent: 1em;
	font-weight: normal;
	font-size: .9em;
	
}



/**************************************
* Footer                                    
**************************************/
#footer {
	font-size:.9em;	
	line-height:1.2em;	
	padding: 3px 11px;
	color: #232323;
	background:url(images/footer_bg.png);
	text-align: center;
	clear: both;
	margin: 0px;
}
#footer p {
	padding:.5em;
}
#footer a {
	text-decoration:none;
}

#footer-cap {
		margin: -1px 6px 0px 6px;
		font-size:0px;
		padding:0px;
		width: 774px;
		line-height:1px;
		height:1px;
		border-bottom: 1px solid #7C7C7C;
}
/**************************************
* Misc                                    
**************************************/

.description {
	font-size: 0.9em;
	color: #CAE972;
	text-align: right;
	height:24px;
	padding-right:10px;
	font-weight:bold;
}
.diggclick {
float:right;
padding:3px 0px 5px 5px;
}
/**************************************
* Inline style also defined in fckstyles.xml
/wp-content/plugins/deans_fckeditor/fckeditor/fckstyles.xml
**************************************/ 
.red {
	color:#ff0000; 
}
.blue {
	color: #000066;
}
.green {
	color: #009900;
}
.yellow {
	color: #ffcc00;
}
.px18 {
	font-size: 18px;
}

/**************************************
* Comments (deprecated)                                    
**************************************/
#commentlist {
	margin: 0 0 20px 25px;
}
#commentblock 
.commentauthor {font-weight: bold;}
.commentdate {color: #999;}
.commenttext {
	width:  400px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	}
.commenttext p {padding: 0 5px;}

h2#commentsformheader {
	margin: 0;
}
#commentsform {
	margin: 0;
}
/**************************************
* AdSense (deprecated)                                    
**************************************/


.authors img {
	float: right;
	clear: left;
	margin: 0 0 15px 15px;}

.excerpt {
	line-height: 14px;
	margin: 5px 0 12px 10px;
}
.noborder { 
	border:none !important
}

/**************************************
 *Custom Word
 *************************************/
 
 #centerfix {
 margin: 0 auto !important; 
 } 
 .cssButton {
  border: 2px outset #F4F4F4;
  background:#F4F4F4 none repeat scroll 0 0 ;
  color:#000000;
cursor:pointer;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:1.1em;
font-weight:bold;
line-height:2em;
margin:20px auto 1px;
padding:0 5px;
text-align:center;
text-decoration:none;
white-space:nowrap;
 }
 
#memberinfocenter {
text-align:left;
 }



