@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Beauty Company 2010
Theme URI: http://beautycompany.com
Author: Noise 13 (Hien Hoang)
Author URI: http://noise13.com
*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
body {
	background: transparent url("images/global/bg_top.gif") repeat-x;
	color: #8a7967;
	}
	
/*===================================================================
TEXT STYLES 
===================================================================*/

h1 {
	font-size: 2.75em;	
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 15px;
	}
	
h1.small {
	font-size: 1.5em;
	text-transform: none;
	padding-bottom: 0px;
	}
	
h2, label {
	font-weight: bold;
	font-size: .70em;
	padding-bottom: 10px;
	text-transform: uppercase;
	}
	
h2.blog, h2.blog a, h2.blog a:visited {
	font-size: 1em;
	padding-bottom: 0px;
	color: #8a7967;
	}
	
h3, h3 a, h3 a:visited {
	color: #fbb482;
	font: italic 1em "Times New Roman", Times, serif;
	padding-bottom: 10px;
	font-weight: normal;
	}

h4 {
	color: #fbb482;
	font: italic 1em Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	font-size: 14px; 
	display: block;
	border-top: 1px solid #EDEAE6;
	margin: 0px 0 10px 0;
	padding: 5px 0 0 10px;
}
	
a, a:visited {
	color: #fbb482;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #8a7967;
	}
	
a:focus {outline: none;}
	
p {
	font-size: .70em;
	line-height: 1.5em;
	padding-bottom: 20px;
	}
	
em {
 	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}
	
.quote_meta {
	font: italic .40em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
	color: #ad977f;
	}
	
img {border: none;}
	
/*===================================================================
STRUCTURE
===================================================================*/

#wrap {
	width: 839px;
	position: relative;
	margin: 0px auto;
	padding: 0px 30px;
	}
	
#container {
	width: 839px;
	margin: 0px auto;
	padding-bottom: 40px;
	}
	
#header {
	height: 52px;
	position: relative;
	width: 839px;
	float: left;
	padding-top: 30px;
	}
	
#hero_home {
	width: 574px;
	padding: 0px 0px 27px 256px;
	background: transparent url("images/global/bg_hero.gif") no-repeat top left;
	border-bottom: solid #edeae6 1px;
	margin: 97px 0px 25px 0px;
	float:left;
	height: 263px;
	}
	
img.home_quote {
	position: absolute;
	top: 87px;
	left: 10px;
	}
	
#home_content {
	float: left;
	width: 839px;
	}
	
#home_content .home_col_1 {
	width: 384px;
	float: left;
	padding-right: 20px;
	}
	
#home_content .home_col_1 img, 
#home_content .home_col_2 img {
	float: left;
	padding-right: 20px;
	width: 157px;
	}
	
#home_content .home_col_1 p, 
#home_content .home_col_2 p,
#home_content .home_col_3 p {
	display: block;
	float: left;
	width: 180px;
	}
	
#home_content .home_col_2 {
	width: 393px;
	float: right;
	}

#home_content .home_col_3 {
	width: 393px;
	float: right;
	}
	
#home_content .home_col_2 h2 {
	padding-left: 35px;
	}
	
#home_content .home_col_2 p.home_date {
	margin: 0px 10px 0px 0px;
	display: block;
	font-weight: bold;
	font-size: .50em;
	text-transform: uppercase;
	display: block;
	background-color: #fbb482;
	padding: 3px;
	float: left;
	color: #FFFFFF;
	width: 20px;
	}
	
#home_content .home_col_2 .post {
	float: right;
	width: 357px;
	}
	
span.day {
	font-size: 1.7em;
	}

#content {
	width: 839px;
	float: left;
	padding: 40px 0px;
	}
	
#content .col_1 {
	width: 225px;
	padding-right: 24px;
	float: left;
	}
	
#content .col_1 p {
	font-size: .77em;
	line-height: 1.75em;
	}

#content .col_1 .quote_box {
	border-top: solid #edeae6 1px;
	border-bottom: solid #edeae6 1px;
	padding: 10px 0px;
	}
	
#content .col_2 {
	width: 584px;
	float: right;
	padding-top: 25px;
	}
	
#content .col_2 .product {
	width: 584px;
	float: left;
	padding-bottom: 30px;
	}
	
#content .col_2 .product-image {
	float: left;
	width: 100px;
	padding-right: 15px;
	}
	
#content .col_2 .product-info {
	float: right;
	width: 469px;
	}
	
#content .col_2 .purchase {
	float: left;
	width: 469px;
	}
	
#content .col_2 .purchase-info { font-size: .80em; font-weight: bold; padding-bottom: 5px;}
	
#content img.hero {
	width: 584px;
	padding-bottom: 30px;
	}
	
#content .col_2 .inner_col_1, 
#content .col_2 .inner_col_2,
#content .col_2 .inner_col_2_w {
	width: 217px;
	padding-right: 25px;
	float: left;
	}
	

#content .col_2 .inner_col_2 {width: 205px;}
#content .col_2 .inner_col_2_w {width: 310px;}
	
#content .col_2 .inner_col_3 {
	width: 106px;
	float: right;
	}
	
#content .blog_col_1 {
	width: 531px;
	float: left;
	}
	
#content .blog_col_1 .entry {
	border: solid #edeae6 1px;
	float: left;
	width: 465px;
	margin: 0px 34px 10px 0px;
	padding: 65px 30px 0px 30px;
	position: relative;
	}
	
#content p.cat {
	background: transparent url("images/global/bg_blog_date.gif") no-repeat;
	width: 192px;
	height: 32px;
	display: block;
	padding: 7px 0px 0px 30px;
	color: #FFFFFF;
	font: italic .75em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 20px;
	left: -3px;
	}
	
#content .sherri-post img {
	float: right;
	padding: 2px;
	border: 1px solid #EDEAE6;
	margin: -45px 0 0 5px;
}
	
#content img.buzz_image {
	width: 197px;
	float: left;
	padding: 0px 10px 24px 0px;
	}
	
a.dd {
	background: transparent url("images/global/bg_dd.gif") no-repeat;
	color: #FFFFFF;
	font: bold .60em Arial, Helvetica, sans-serif;
	display:block;
	width: 96px;
	padding: 2px 0px 0px 7px;
	line-height: 1em;
	}
	
label {padding-bottom: 10px;}
	
.email_btn {
	display: block;
	padding: 5px 2px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #fbb482;
	border: none;
	float: right;
	font-size: 10px;
	cursor: pointer;
	}
	
.field {
	width: 145px;
	padding: 3px 0px;
	float: left;
}
	
.product .col_2, .product .col_2 p {
	font-size: 12px;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
	
.product .col_2 .inner_col_1 {
	padding-left: 10px;
}

.product .col_2 ul, .product .col_2 li {
	margin: 0;
	padding: 0;
}

.product .col_2 ul {
	list-style: none;
	padding-left:20px;
}

.product a, .product a:visited {
    color: #8A7967;
	font-size: 11px;
    text-decoration: none;
	padding: 0 1px;
}

.product a:hover {
    color: #FBB482;
}

.product .inner_col_2 a, .product .inner_col_2 a:visited {
    color: #FBB482;
	font: italic 1em Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
    text-decoration: none;

}


/*===================================================================
SIDEBAR
===================================================================*/

#content #sidebar {
	float: right;
	width: 253px;
	padding-left: 27px;
	}
	
#content #sidebar h4 {
	border-top: double #edeae6 4px;
	border-bottom: solid #edeae6 1px;
	padding: 5px 0px;
	margin-bottom: 10px;
	font: italic .75em Georgia, "Times New Roman", Times, serif;
	}
	
#content #sidebar ul {
	list-style: none;
	margin-bottom: 50px;
	}
	
#content #sidebar ul li {
	padding-bottom: 5px;
	}
	
#content #sidebar ul li a {
	font: normal .70em Arial, Helvetica, sans-serif;
	color: #8a7967;
	}
	
/*===================================================================
NAVIGATION 
===================================================================*/
	
a#logo {
	display: block;
	width: 121px;
	height: 49px;
	float: left;
	margin-right: 0px;
	background: transparent url("images/global/beautyco-logo-new.png") no-repeat;
	text-indent: -90000px;
	}
	
a#make_appt {
	position: absolute;
	right: 0px;
	top: 0px;
	background: transparent url("images/global/tab_make_appt.gif") no-repeat;
	width: 112px;
	height: 35px;
	text-indent: -90000px;
	}
	
ul#main_nav {
	list-style: none;
	width: 660px;
	float: right;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #EDEAE6;
	}
	
ul#main_nav li {
	display: block; 
	position: relative; 
	float: left;
	height: 30px;
	margin: 1px 5px 0 5px;
	text-align: center;
	z-index: 9999;

	}

ul#main_nav li#products {
	margin-left: 0px;
}
ul#main_nav a {
	display: block;
	height: 18px;
	padding: 5px 8px 1px 8px;
	float: left;
	color: #b0a59a;
	font:  .8em Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: lowercase;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;
	
	}
	
ul#main_nav li a:hover, 
ul#main_nav li a.active,
ul#main_nav li a#current { 
	color: #fff;
	background: #8a7a67;
}



ul#main_nav li#facebook { 
	padding: 0px 4px 0 4px;
	margin: 0;
	}

ul#main_nav li#facebook a { 
	height: 24px;
	padding: 0;
	width: 24px;
	background: url('images/facebook.png') no-repeat; 
	left: 0;
	margin: 0;
 
	}

ul#main_nav li#facebook a:hover { background-position: 0 -24px; }


ul#main_nav li#twitter { 
	padding: 0px 4px 2px 6px;
	margin: 0;

	}

ul#main_nav li#twitter a { 
padding: 0;
	height: 24px;
	width: 24px;
	background: url('images/twitter.png') no-repeat; 
	left: 0; 
	margin: 0;
	}

ul#main_nav li#twitter a:hover { 
	background-position: 0 -24px; 
}


ul#main_nav li ul {
	display: none;
	position: relative;
	list-style: none;
	z-index: 999;
	width: 65px;
	top:-1px;
	}
	
ul#main_nav li ul li {
	padding-bottom: 0px;
	width: 75px;
	height: 20px;
	float: left;
	display: block;
	margin: 0;
	padding: 3px;
	text-align: left;
	background: #968673;
	border-bottom: solid #a49684 1px;
	}
	
ul#main_nav li ul li a {
	display: block;
	padding: 3px 20px 0 3px;
	color: #FFFFFF;
	font-size: .70em;
	display: block;
	border-radius: 0px; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
	
ul#main_nav li ul li:hover {
	background-color: #8a7a67;
	}
	
ul#main_nav li ul li:hover a {
	background: none;
	}
	
ul#main_nav li:hover ul, ul#main_nav li.sfhover ul {
	left: auto;
	}
	
li#services:hover ul#services-child {
	display: block;
	
}

li#products:hover ul#products-child {
	display: block;
	
}

ul#main_nav li#contact:hover ul#contact-child  {
	display: block;
	}

ul#main_nav li#contact {
	width: 60px;
}
	



/*===================================================================
FOOTER
===================================================================*/

#footer {
	background: transparent url("images/global/bg_footer.gif") repeat-x;
	width: 100%;
	padding-top: 24px;
	}
	
#footer_inner {
	width: 839px;
	margin: 0px auto;
	}
	
#footer_inner .footer_col_1 img.footer_logo {
	float: left;
	width: 49px;
	}
	
#footer_inner .footer_col_1 {
	width: 533px;
	padding-right: 27px;
	float: left;
	}
	
#footer_inner .footer_col_2 {
	width: 260px;
	background: transparent url("images/global/bg_twitter.gif") no-repeat top;
	padding: 9px;
	height: 107px;
	float: right;
	}
	
#footer_inner dl {
	padding-bottom: 41px;
	float: left;
	width: 440px;
	}
	
#footer_inner dd, #footer_inner dd.last {
	font-size: .75em;
	padding: 0px 10px;
	border-right: solid #edeae6 1px;
	float: left;
	}
	
#footer_inner dd.last {border-right: none;}

#footer_inner dd.last a#facebook {
	display: block;
	height: 24px;
	width: 24px;
	background: url('images/facebook.png') no-repeat; 
	float: left;
	margin: -4px 0 0 0px;
}

#footer_inner dd.last a#facebook:hover { background-position: 0 -24px; }

#footer_inner dd.last a#twitter {
	display: block;
	height: 24px;
	width: 24px;
	background: url('images/twitter.png') no-repeat; 
	float: left;
	margin: -4px 0 0 10px;

}

#footer_inner dd.last a#twitter:hover { background-position: 0 -24px; }





	
#footer_inner ul {
	list-style: none;
	font-size: .80em;
	}
	
#footer p.foot_copy {
	display: block;
	color:#ad977f;
	font-size: .65em;
	clear: both;
	padding-top: 25px;
	}

.fix {clear:both;}
 
.product .fix {
	clear: both;
	margin: 0 0 20px 0;
}


/*===================================================================
NEW HOME PAGE TEST
===================================================================*/

#new_content {
	float: left;
	width: 839px;
	}
	
#new_content .home_col_1, #new_content .home_col_2 {
	width: 259px;
	float: left;
	padding-right: 20px;
	}
	
#new_content .home_col_1 img, 
#new_content .home_col_3 img {
	float: left;
	padding-right: 20px;
	width: 157px;
	}

#new_content .home_col_2 img {
	padding: 5px 10px;
	border: 1px solid #EDEAE6;
	}

#new_content .home_col_2 a {
	display: block;
	padding-top: 5px;
	}


#new_content .home_col_1 p, 
#new_content .home_col_2 p,
#new_content .home_col_3 p {
	display: block;
	float: left;
	width: 180px;
	}
	
#new_content .home_col_3 {
	width: 279px;
	float: right;
	}
	
#new_content .home_col_3 h2 {
	padding-left: 35px;
	}

#new_content .home_col_2 h3 {
	width: 230px;
	}
	

	
#new_content .home_col_3 p.home_date {
	margin: 0px 10px 0px 0px;
	display: block;
	font-weight: bold;
	font-size: .50em;
	text-transform: uppercase;
	display: block;
	background-color: #fbb482;
	padding: 3px;
	float: left;
	color: #FFFFFF;
	width: 20px;
	}
	
#new_content .home_col_3 .post {
	float: left;
	width: 200px;
	}


.st_sharethis_custom {
	display: block;
	height: 16px;
	margin: 0 5px 0 0;
	float: left;
	background: #FBB482;
	color: #fff;
	padding: 0 3px;
	cursor: pointer;
	font-size: 9px;
}

/*EVENTS PAGE*/


#content .events_col_1 {
	width: 531px;
	float: left;
	}
	
#content .events_col_1 .entry {
	border: solid #edeae6 1px;
	float: left;
	width: 465px;
	margin: 0px 34px 10px 0px;
	padding: 30px 30px 0px 30px;
	position: relative;
	}
	
#content .events_col_1 .datetime {
	background: transparent url("images/datetime-bg.png") no-repeat;
	width: 295px;
	height: 64px;
	display: block;
	padding: 7px 0px 0px 30px;
	
	margin: 10px 0 10px -35px;

	}
	
#content .events_col_1 .datetime p{
	color: #FFFFFF;
	font: bold italic 0.9em Georgia, "Times New Roman", Times, serif;
	padding: 5px 0 0 0;
	margin: auto;
}

ul.event li span {
	color: #FBB482;
    font: 0.7em Arial,Helvetica,sans-serif;
}

/*TANNING/BRONZBAR PAGE*/

body.page-id-37 h1 {
	background: url('/wp-content/uploads/bronzbar_logo.png') top center no-repeat;
	text-indent: -9999px;
	height: 81px;

}


