/* 
	Theme Name: Consumer Queen 3.0
	Theme URL: None
	Description: Consumer Queen 3.0
	Author: Stephanie Stroud
	Author URI: http://www.decoratemyweb.com
*/

/* ************************************************************** */
/* ***********************General Styles ************************ */
/* ************************************************************** */
body{
	background: #FFFFFF url('http://www.consumerqueen.com/consumerqueenwp/wp-content/themes/consumer queen/images/background.jpg') top center repeat;background-attachment:fixed; 
	color:#bb5852;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size:62.5%;
	line-height:1.5em;
}
	
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}

h1{
	text-align: center;
	font-size: 1.7em;
	padding: 3px 0;
	margin: 1px 0 20px 0;
	color:#ffffff;
	font-weight:bold;
}

h1 a, h1 a:hover, h1 a:visited{
	color:#ffffff;
	text-decoration:none;
}

h2 {
	color:#bb5852;
	font-size:1.3em;
	text-align:center;
	line-height:1.2em;
}

h3 {color:#bb5852;
	font-size:1.2em;
	text-align:left;
	font-weight:bold;
}

a, a:visited{
	color: #bb5852;
	text-decoration: none;
}

.large_box a{
	font-weight:bold;
}
	
a:hover{
	text-decoration: underline;
}

li{
	padding:4px 0;
}

/* ************************************************************** */
/* ******************* General Site Structure ******************* */
/* ************************************************************** */
#container {
	background-color:#ffffff;
	width: 960px;
	margin: 0px auto;
}

#header {
	background: #FFFFFF url('http://www.consumerqueen.com/consumerqueenwp/wp-content/themes/consumer queen/images/main_header.jpg') top center no-repeat;
	width: 950px;
	height: 230px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#nav {
	width:960px;
	margin:0 auto;
	background-color:#bb5853;
	text-align:left;
	padding:0;
    border-bottom: none;
	float:left;
	position:relative;
	font-size:1.7em;
}

#left_sidebar{
	width:260px;
	margin:10px 10px 10px 0;
	padding:0 0 0 10px;
	float:left;
}

#main{
	width:400px;
	float:left;
}

#right_sidebar{
	width:260px;
	float:left;
	margin:10px;
}

#footer{
	clear:both;
	background: #ffffff;
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	font-size:1.4em;
}

/* ************************************************************** */
/* Main Navigation                                                */
/* ************************************************************** */
#nav li a, #nav li {
 float: left;
}

#nav li {
 list-style: none;
 position: relative;
 padding:0;
 margin:3px 0;
 border-right:1px solid #b35550;
}

#nav li a {
 padding: 1em 1.5em;
 text-decoration: none;
 color: white;
 background: #bb5853;
 border-right: 1px solid #c65e59;
}

#nav li a:hover {
 background: #fcefee;
 color:#bb5853;
}


/* Submenu */
#nav li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; 
 margin: 0;
}

#nav li:hover > ul {
 display: block;
}

#nav li ul li, #nav li ul li a {
 float: none;
 margin:0;
}

#nav li ul li{
 border-top:1px solid #b35550;
}

#nav li ul li a {
 border-top: 1px solid #c65e59;
}

#nav li ul li {
 _display: inline; /* for IE6 */
}

#nav li ul li a {
 width: 220px;
 display: block;
}

/* ************************************************************** */
/* ************************** Sidebars ************************** */
/* ************************************************************** */
.sidebar_box{
	background:url('http://www.consumerqueen.com/consumerqueenwp/wp-content/themes/consumer queen/images/scallop.jpg') repeat-x #ffe1df;
	border:2px solid #bb5853;
	width:255px;
	margin: 0 0 10px 0;
	overflow:auto;
}

.no_header_sidebar_box{
	background-color:#ffe1df;
	border:2px solid #bb5853;
	width:255px;
}

.plain_sidebar_box{
	background-color:#ffffff;
	width:255px;
	overflow:auto;
	margin-bottom:10px;
}

.sidebar_box_content{
	margin:5px;
	padding:5px;
	font-size:1.3em;
	overflow:auto;
}

.center_widget{
	text-align:center;
}

/* ************************************************************** */
/* ************************* Main Content *********************** */
/* ************************************************************** */
.large_box{
	background:url('http://www.consumerqueen.com/consumerqueenwp/wp-content/themes/consumer queen/images/scallop.jpg') repeat-x #ffe1df;
	border:2px solid #bb5853;
	width:396px;
	margin:10px 0;
	overflow:auto;
        text-align: justify;
}

.large_box_content{
	padding:5px;
	font-size:1.3em;
	line-height:1.5em;
	overflow:auto;
}

/* *********************************************** */
/* Post Entries   				   */
/* *********************************************** */
.entry{
	/*background-color:#fcefee; old background color */
        background-color:#ffffff;
	border:2px dotted #bb5853;
	padding:2px 10px 10px 10px;
	margin:0 auto;
	font-size:1.2em;
	line-height:1.5em;
	}
	
.entry img{
	padding:3px 0;
	margin:4px;
	}
	
.entry p{padding:5px;}

.entry ul{list-style:disc;
		padding:10px 10px 10px 40px;			
}

.entry ol{list-style:decimal;
		padding:10px 10px 10px 40px;			
}

a.full_listing_title_link{
	color:#ffffff;	
}

.post_meta{
    font-size:13px;
}

/* ********************************************** */
/*	Post Header   				                  */
/* ********************************************** */
.email_feed_signup{
	width:300px;
	margin:10px auto; 
	border:1px solid #bb5853; 
	background:#ffffff;

}

.email_feed_signup p{
	padding:10px;
}

/* ********************************************** */
/*	Post Links and Navigation		  */
/* ********************************************** */
.links{
	text-align:left;
	padding-left:5px;
	}
	
.post_nav{
	width:395px;
	margin:0 auto 10px auto;
	overflow:auto;
	font-size:1.4em;
	font-weight:bold;
}
	
.alignleft{
	width:150px; 
	float:left; 
	text-align:left;
	}
	
.alignright{
	width:150px; 
	float:right; 
	text-align:right;
	}
	

img.alignright{
	width:auto;
	float:right;
	text-align:right;
}

img.alignleft{
	width:auto;
	float:left;
	text-align:left;
}

/* ********************************************** */
/*	Sponsors in Main Content Area		  *
/* ********************************************** */
.large_box dl{
	width:380px;
	margin:0 auto;
	}
	
.large_box dd{
	display:inline;
	margin:10px 10px 0 0;
	}

.large_box dd a img{
	border:none;
	}
	
/* ********************************************** */
/*	Comments 				  */
/* ********************************************** */
	
#commentblock {
	width: 360px;
	background: #bb5853;
	color: #ffffff;
	padding: 10px;
	margin: 10px auto;
	border: 1px solid #C0C0C0;
	}
	
#commentblock a{
	color:#FFE1DF;
	}

#commentblock .commenttext a{
	color:#BB5852;
	}
	
ol#commentlist {
	padding: 5px 0px;
	margin: 0 0 0 5px;
	list-style-type:decimal;
	list-style-position:inside;
	}
	
.commentdate {
	font-size: 1.2em;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 3px;
	color:#bb5853;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}


.commenttext {
	margin: 5px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	background: #FFFFFF url(http://www.consumerqueen.com/consumerqueenwp/wp-content/themes/consumer queen/images/comment.gif) no-repeat top;
	}

.commenttext-admin {
	margin: 5px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 370px;
	background: #FFFFFF url(http://www.consumerqueen.com/consumerqueenwp/wp-content/themes/consumer queen/images/comment.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	border: none;
	}
	
/* ********************************************** */
/*	Twitter Counter  			  */
/* ********************************************** */
#twitter_counter{
	background-image:url('http://www.consumerqueen.com/consumerqueenwp/wp-content/themes/consumer queen/images/cq_twitter.png');
	background-repeat:no-repeat;
	width:175px;
	height:100px;
	display:block;
	margin:0 auto;
}

#twitter_paragraph{
	width:200px;
	margin:0 auto;
	padding:4px;
	background-color:#fcefee;
	border:2px dotted #bb5853;
}

#twitter_counter a{
	display:block;
	width:70px;
	height:40px;
	padding-left:105px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#004692;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	font-size:1.4em;
}

a#follow_me{
	width:175px; 
	height:40px;
	padding:0;
}

/* ********************************************** */
/*	Special Sidebar Item Styles 		  */
/* ********************************************** */

#meet_cq p{
	float:right;
	width:90px;
}

#contact_button{
	border:2px dotted #BB5853;
	clear:both;
	margin:5px auto 0 auto;
}

.sponsored_ad{
	margin: 0 auto 10px auto;	
}

/* ********************************************** */
/*  Moderator picture and description Styles 	  */
/* ********************************************** */
#moderators, #elite_moderators {
	width:240px;
	overflow:auto;
	margin:0 auto;
}

#moderators h4, #elite_moderators h4{
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
}

#moderators img, #elite_moderators img{
	margin:0;
}

#moderators dl, #elite_moderators dl{
	width:110px;
	padding:5px;
	float:left;
}

#moderators .mod_name, #elite_moderators .mod_name{
	font-weight:bold;
	text-decoration:underline;
}

#moderators dd, #elite_moderators dd{
	display:block;
	margin:0;
	text-align:center;
}
	
/* *************************************************** */
/* misc                                                */
/* *************************************************** */
.highlight{
    background:#ffffa0;
    border: 1px solid #E5E597;
    padding:10px;
    margin:10px;
    color:#666666;
    display:block;
}

.clear_left{
	clear:left;
}

.clear_right{
	clear:right;
}

.clear_both{
	clear:both;
}
