/*****************************************************
*
Theme Name: Sophisticates Black Hair Styles and Hair Guide
Theme URI: http://www.associatedpub.com/
Description: SBH Wordpress theme created Jennie Thai 
Author: Jennie Thai, jennie.thai@gmail.com
Author URI: http://www.jenniethai.com/
Version: 1.01
Tags: 960gs, fixed width, hair magazine
*
Last modified: DECEMBER 13, 2011
*
*
	SBH template created for Associated Publications, Inc. All rights reserved.
*
*
****************************************************/

/*------------------------------
  	 CHANGE W/ EVERY ISSUE
--------------------------------*/

.prmybg{ /* USE IN HEADER, LEFT COL "WHAT'S INSIDE", MID COL BUTTONS */
	background-color: #D81F49; 
}
.prmycolor{ /* USE IN LEFT COL LINKS */
	color: #D81F49;
}
div.covergirl{
	float:left;
	border:solid 10px #BC9B66;  /* SECONDARY COLOR */
}
div.yourspace strong{
	font-weight: bold;
	text-transform:uppercase;
	color: #BC9B66; /* WELCOME TO SBH [B]YOUR SPACE[/B]; SECONDARY COLOR */
}
.button:hover {
	text-decoration: none;
	background:#BC9B66; /* SECONDARY COLOR */
}
.button:active {
	position: relative;
	background:#BC9B66; /* SECONDARY COLOR */
	top: 1px;
}


/*-----------------------
  	 GENERAL STYLES
-----------------------*/

div.spacer{  
     height: 1em;  
}
div#content h2{ /* THIS IS THE ARTICLE TITLE IN LEVEL-TWO HEADING */
	line-height: 22px;
	padding-left: 25px;
	margin: 2px 2px 2px 2px; /* clockwise */
	background: url(img/titlearrow.png) no-repeat;
}
p.pinkspan {
	width:100%;
	height:2px;
	margin:0;
	color: #FFFFFF;
	border-bottom:dotted 4px #DF007A;
}
h5.yourspacespan { /* THIS IS THE YOUR SPACE BAR IN LEVEL-FIVE HEADING */
	padding:5px 5px 5px 5px; /* clockwise */
	color: #FF0099;
    width:100%;
	height:20px;
	background-color: #FFCCFF;
}
div.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
img.alignright{
	margin-left: 4px;
}
img.alignleft{
	margin-right:4px;
}
img.blkframe{
	border: 2px solid #000000;
}
img.dropshadow{
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 2px ridge #CCCCCC;
	border-bottom: 2px ridge #CCCCCC;
}
div.askstylist{ /* THIS IS THE Q & A BOXES*/
	float:left; 
	font-size:x-large; 
	font-weight:bold;
	color:#FFFFFF; 
	background-color:#FF0099; 
	border:solid 2px #FF0099; 
	border-right:4px solid;
	border-left:4px solid; 
	border-top:4px solid; 
	border-bottom:4px solid;
}
.pink{
	color:#FF0099;
}
div.askstylist_B{ /* THIS IS THE MIDDLE BOX IN THE ASK A STYLIST PAGE */
	background-color:#FFFFCC; /* YELLOW */
	border:dotted 1px #000000;
	padding:5px;
	margin-bottom:20px;
}
h3.braids{ /* LEVEL-THREE HEADING FOR BRAIDS&NATURALS */
	color:#CC0000; /* RED */
}
.goldgradbg{ /* GOLD GRADIENT BACKGROUND */
	background: url(bg/gradient1.png) repeat-x;
	padding: 10px;
}
.width230{
	width:230px;
}
.width160{
	width:160px;
}
#sceneGallery { 
	width: 460px !important;
	height: 400px !important; /* height of image is 345px */
}
a.fb{ /* THIS IS THE LINK COLOR FOR FACEBOOK ON THE RIGHT COLUMN */
	color:#000000;
	font-weight:bold;
}

/*-----------------------
	 HEADER STYLES
-----------------------*/

div#header_ad{
	border-top: 3px solid #000000;
	background-color:#000000;
	border-bottom:10px solid #000000;
}


/*----------------------- 
 MAIN NAVIGATION STYLES
-----------------------*/

div#navbar{
	background-color:#000000;
	padding: 10px 0;
	overflow: hidden;
	clear:both;
	white-space:nowrap;
}
div#navbar ul{
	list-style: none;
	display:block;
	width:940px; /* give a width */
	margin:auto; /* browser automatically centers menu */
	position:relative;
	text-align:center;
}
div#navbar ul li{
	float:left;
	margin: 0 .45em;
	font: bold 1.25em Arial;
	text-align:center;
}
div#navbar li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	line-height:1.3em;
}
div#navbar ul li a:hover {
	color:#CB0013; /* hover dark red */
	font-weight:bold;
}
div#navbar ul li a.active,
div#navbar ul li a.active:hover {
	color:#ffffff;
	font-weight:bold;
}

/*----------------------- 
ROLLOVER MENU NAVIGATION 
------------------------*/

div#nav_content { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
	width: 100%;
	margin: 0px 10px 10px 0px;
	padding-left: 0px;
	display:inline;
}
.button {
	color: #FFF;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13.5px/100% sans-serif;
	padding: 12px 14px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

/*----------------------- 
	LEFT COLUMN STYLES 
-----------------------*/

div.left_col div#title{ 
	border:solid 1px #000000;
}
div.left_col div a{
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}
div.left_col div#title p{ /* the font styles here apply to WHAT'S INSIDE title */
	margin: 10px;
	color:#FFFFFF;
	font-size:large;
	font-weight:bold;
	text-align:center;
}
div.left_col div#leftside{ 
	border: solid 1px #000000;
	background-color:#EFEFEF;	
}
div.left_col div p{ /* the styles here apply to the WHAT'S INSIDE excerpts */
	margin: 10px;
	color:#000000;
	font-size:.9em;
	font-weight:normal;
}
div.left_col div a:hover{
    text-decoration:underline;
}

<!-- Begin MailChimp Signup Form -->
<!--[if IE]>
<style type="text/css" media="screen">
	#mc_embed_signup fieldset {position: relative;}
	#mc_embed_signup legend {position: absolute; top: -1em; left: .2em;}
</style>
<![endif]--> 

<!--[if IE 7]>
<style type="text/css" media="screen">
	.mc-field-group {overflow:visible;}
</style>
<![endif]-->

/*----------------------- 
	FOOTER STYLES 
-----------------------*/

div#bottom{
	margin: 0 auto;
	padding:10px;
	background-color:#333333;
	font: 100% Arial, Helvetica;
}
div#bottom h3{
	font:1.3em Arial;
	margin-bottom:3px;
	color: #FF99CC;
	font-weight:bold;
}
div#bottom a,
div#bottom a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
.clearfloat {
	display: inline-block;
}
#popular div,
#mostcommented div {
	padding:10px;
	float: left;
	border:1px solid #fff;
	width: 250px;
}
#popular div ul,
#mostcommented div ul{
	margin-top:5px;
	margin-left:-2.5em;
}
#popular div ul li,
#mostcommented div ul li{
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
}
#popular div ul li:first-child,
#mostcommented div ul li:first-child{
	border-top:0px dotted #fff;
}
div#footer{
	border-top: 3px solid #333333;
	padding: 10px 0;
	background-color:#CCCCCC;
	border-bottom:15px solid #CCCCCC;
}
div#footer a,
div#footer a:hover{
	color:#333333;
	text-decoration:none;
}
div#footnavbar{
	background-color:#CCCCCC;
	padding: 5px 0;
	color:#666666;
	font-size:x-small;
}
div#footnavbar ul{
	list-style: none;
	display:block;
	width:640px; /* give a width for menu */
	margin:auto; /* browser automatically centers menu */
	position:relative;
	text-align:center;
}
div#footnavbar ul li{
	float:left;
	margin: 0 .5em;
	font: bold x-small Arial;
}
div#footnavbar li a {
	display:block;
	color:#333333;
	text-decoration:none;
}
div#footnavbar ul li a:hover {
	color:#0000FF; /* hover blue*/
	font-weight:bold;
}
div#footnavbar ul li a.active,
div#footnavbar ul li a.active:hover {
	color:#000000;
	font-weight:bold;
}
div#footer_ad{
	background-color:#CCCCCC;
	border-bottom:10px solid #CCCCCC;
}

/*----------------------- 
 	FRONT PAGE STYLES 
-----------------------*/

div.yourspace{
	font: 34px "Helvetica Neue", sans-serif;
	text-align:center;
}
div.covergirl div{
	margin: 0 5px 0 0; /* Space between Cover and Welcome Message */
}
div.welcome{
	margin: 10px;
	color:#000000;
	font-size:small;
	font-weight:normal;
	text-align:justify;
}
div.welcome div{
	margin: 10px; /*Space between top of box and Welcome Message */
}
div.leftbox div{
	height:325px;
	border:solid 1px;
	background: url('bg/1-gradient-bar.jpg') repeat-x;	/* celebrity stylist */    
}
div.midbox div{
	height:325px;
	border:solid 1px;
	background: url('bg/2-gradient-bar.jpg') repeat-x;	 /* makeup musts */ 
}
div.rightbox div{
	height:325px;
	border:solid 1px;
	background: url('bg/3-gradient-bar.jpg') repeat-x;	 /* on the scene */
}
div.leftbox div p,
div.midbox div p, 
div.rightbox div p{
	margin: 10px; 
}
h5.featuredhomespan { /* THIS IS THE FEATURED ARTICLE TITLE BAR */
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
    width:510px;
	height:20px;
	background-color: #000000;
}
.feedback a{ /* THIS IS THE COMMENTS LINK COLOR ON THE HOME PAGE */
	color:#FF0099;
	font-weight:bold;
}

/*----------------------- 
 COMMENTS SECTION STYLES
-----------------------*/
h4.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	border: solid 1px #CCCCCC; /* This is the border around each individual comments */
	background: #FFFFFF url(bg/comments.jpg) repeat-x bottom;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { /* This is the nested thread */
	padding: 5px; 
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.commentlist li .avatar { 
	float: right;
}
cite{ /* This is the author's name */
	font-weight: bold;
	color: #FF0099;
}
.commentmetadata { /* This is the date and time of the comment posted */
	background: url(bg/bg_clock.gif) no-repeat;
	padding-left:13px;
	font: italic bold smaller Arial, sans-serif;
}

/*----------------------- 
 FORM ELEMENTS STYLES 
-----------------------*/

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/*-----------------------
  	 BLACK HAIR FACT
-----------------------*/

div#blkhairtip{
	background: url(img/fact-of-the-day.jpg) no-repeat;
	height: 540px;
	padding: 10px 10px 10px 10px;
	font: bold 14pt Helvetica;
}

div#blkhairtip h3{ /* THIS IS THE DATE */
	font: bold 28pt Helvetica;
}

