/* ------------ General ------------ */
* { margin:0; padding:0; }
body { background:#40137e; color:#333; font:12px Verdana, Geneva, sans-serif; }
img { border:none; }
a { color:#ff6633; text-decoration:none; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; }
a:hover { text-decoration:underline; }
h1, h2, h3, h4, h5 { font-family: "cora-1","cora-2",sans-serif; }
h1 { background: transparent; color: #6c9; font-size: 24px; font-weight: 200; margin:0 0 13px; }
h3 { background: transparent; color: #ff6633; font-size: 30px; font-weight: 200; margin: 10px 0; }
h3 span { color: #6c9; }
h3 strong { color: #0cf; }
h4 { background: transparent; color: #00c5f8; font-size: 27px; font-weight: normal; margin: 10px 0; }
h4 span { background: transparent; color: #6c9; }
h5 { background: transparent; color: #6c9; font-size: 16px; font-weight: normal; }
h6 { color: #2f0e5c; font-size: 1.1em; line-height: 1.7em; margin: 5px 0 14px; }

ul, li { list-style-type: none; }
p { line-height:1.7em; margin:0 0 10px; }
blockquote { color: #999; font-size: 1.1em; font-style: italic; margin: 10px 25px 25px; }

.bluetext { color: #0cf; }
.purple { background: inherit; color: #2f0e5c; }
.teal { background: inherit; color: #6c9; }
.orange { background: inherit; color: #f63; }
.caviat { font-size: 0.9em; padding: 5px 0; width: 165px; }


/* ------------ Header ------------ */
#header_wrap { height:220px; background:url(../images/header_bg.png) 0 0 repeat-x; }
#header { width:800px; margin:0 auto; position:relative; height:220px; }
#logo { display:block; width:223px; height:226px; position:absolute; top:19px; left:-27px; z-index:4; }
#cotm { display:block; width:169px; height:217px; position:absolute; top:72px; right:-1px; z-index:3; }
#groupon { display:block; width:200px; height:94px; position:absolute; top:101px; right:290px; z-index:4; }

/* ------------ Large Header Image ------------ */
#header_img { width:800px; height:300px; padding:12px; position:absolute; z-index:2; left:-12px; top:188px; }
#header_img img { display:block; }
#header_img.welcome { background:url(../images/headerimg_bg.png) 0 0 no-repeat; }
#header_img.hairstudioimg { background:url(../images/headerimg_hs_bg.png) 0 0 no-repeat; }

/* ------------ Main Nav ------------ */
.nav li { display:block; float:left; list-style:none; }
#main_nav { float:right; z-index:5; position:relative; }
#main_nav a { display:block; height:46px; overflow:hidden; text-indent:-9000px; margin:0 -20px 0 0; position:relative; z-index:7; }
#main_nav a.last { margin:0 -10px 0 0; }
#main_nav a:hover { background-position:0 -46px; z-index:6; }

/* ------------ Main Nav: Links ------------ */
a.studio { background:url(../images/nav_hairstudio.png) 0 0 no-repeat; width:114px; }
a.boutique { background:url(../images/nav_fashionbou.png) 0 0 no-repeat; width:158px; }
a.vip { background:url(../images/nav_vip.png) 0 0 no-repeat; width:107px; }
a.services { background:url(../images/nav_services.png) 0 0 no-repeat; width:92px; }
a.about { background:url(../images/nav_about.png) 0 0 no-repeat; width:131px; }
a.contact { background:url(../images/nav_contact.png) 0 0 no-repeat; width:140px; }

/* ------------ Content Wraps ------------ */
#background { background:url(../images/body_bg.jpg) top center repeat-y; }
.header_shadow { display:block; background:url(../images/header_shadow.png) 0 0 repeat-x; width:100%; height:10px;}
body.blue #background { background:url(../images/body_bg_blue.jpg) top center repeat-y; }
#content_wrap { width:1024px; margin:0 auto 0; }

/* ------------ Main Content ------------ */
#content_main { background: #fff url(../images/header_shadow.png) 0 0 repeat-x; margin: 0 auto; padding:0 0 50px; width:800px; } 
body.has_img #content_main { padding:270px 0 0; }
body.has_img #content_main .header_shadow { display:none; }
body.has_img #content_fashion { padding:270px 0 60px; min-height:440px; }
body.has_img #content_hair { padding:270px 0 80px; min-height:440px; }

.col_left { padding:30px 24px 0 32px; width:352px; float:left; }
.col_right { padding:30px 0 0 0; float:left; width:392px; }
.col_right img { display:block; }
.col_right h2 { margin:-76px 0 0; }

.col_right_spaced { padding:30px 30px 0 0; float:left; width:362px; }

.directions { padding: 10px; width: 270px; }
.col_both { padding: 0 20px; width: 759px; }
.col_both h3 { margin-top: 0; padding-top: 20px; }
.col_cotm { padding: 30px 20px; width: 759px; }

#block { margin: -132px; }

/* ------------ Lists ------------ */
#awards li { list-style-type: none; padding: 10px 0; }
#awards li a { background: inherit; border-bottom: 1px dashed #6c9; color: #40137e; font-size: 1.6em; font-weight: bold; line-height: 2em; width: 300px; }
#awards li a:hover { background: inherit; color: #6c9; text-decoration: none; }

.purplelist { border-bottom: 1px dashed #6c9; margin: 0 0 10px 0; }
.purplelist li { padding: 4px 0; }
.purplelist li a { background: inherit; color: #40137e; font-size: 16px; font-weight: bold; width: 300px; }
.purplelist li a:hover { background: inherit; color: #6c9; text-decoration: none; }

.productlist { margin: 10px 0; }
.productlist li { padding: 3px 0; }

ul.col { -moz-column-count: 2; -moz-column-gap: 1em; -webkit-column-count: 2; -webkit-column-gap: 1em; }
.bulleted li { background: url(/images/bullet.gif) no-repeat 0 5px; padding: 7px 0 7px 25px; }

/* ------------ Page Specific ------------ */
#content_bio { background: #fff url(../images/header_shadow.png) 0 0 repeat-x; margin: 0 auto; padding:0 0 100px 0; width:800px; min-height:750px; font-size:0.9em; } 
#content_bio h2 { color: #6c9; font-size: 18px; font-weight: 500; padding: 30px 0 0 0; text-align: center; }


/* ------------ Fashion Boutique ------------ */
#content_fashion { background: #fff url(../images/header_shadow.png) 0 0 repeat-x; margin: 0 auto; padding:0 0 50px 0; width:800px; min-height:750px; } 
.col_fashion_left { float: left; padding: 40px 100px 20px 30px; width: 382px; }
.col_fashion_left h2 { background: transparent; color: #6c9; font-size: 24px; font-weight: 200; margin: 10px 0; }
.col_fashion_left h2 span { background: transparent; color: #f26037; }
.col_fashion_right { height: 551px; float: right; margin: 30px 0 0 0; width: 287px; }
.col_fashion_right h3 { font-size: 22px; margin: 10px 0 10px 20px; } 
.fmain_right { background: url(../images/fashion_main_right.jpg) 0 0 no-repeat; }
.fhem_right { background: url(../images/fashion_hem.jpg) 0 0 no-repeat; }
.fca_right { background: url(../images/fashion_closet.jpg) 0 0 no-repeat; }
.flb_right { background: url(../images/fashion_jewelery.jpg) 0 0 no-repeat; margin-top: 0; }
.con_right { background: url(../images/fashion_hem_2.jpg) 0 0 no-repeat; margin-top: 0; }

.col_bio_pic { float: left; width: 220px; }
.col_bio_copy { float: left; padding: 0 15px 0 27px; width: 250px; }
.col_bio_right { background: url(../images/fashion_services.jpg) 0 0 no-repeat; }




#content_hair { background: #fff url(../images/header_shadow.png) 0 0 repeat-x; font-size:0.9em; margin: 0 auto; min-height:750px; padding:0 0 50px 0; width:800px; } 

/* ------------ Hair Studio ------------ */
.col_hair_left { float: left; padding: 30px 24px 0 32px; width: 352px; }
.col_hair_left h2 { background: transparent; color: #6c9; font-size: 24px; font-weight: 200; margin: 10px 0; }
.col_hair_left h2 span { background: transparent; color: #f26037; }
.col_hair_left h3 { background: transparent; color: #6c9; font-size: 24px; font-weight: 200; margin: 10px 0; } 
.col_hair_right { background-color: #fff; height: 451px; float: left; padding:30px 0 0 0; width: 392px; }



#sideheadshots { margin: 5px 0; }
#sideheadshots li { display: inline; }
#sideheadshots li a { float: left; background-repeat:no-repeat; margin: 5px; text-indent:-9999em; height:75px; overflow:hidden; width: 75px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.leahead a { background: url(../images/stylists/lea_head.jpg); width: 75px; }
.alanahead a { background: url(../images/stylists/alana_head.jpg); width: 75px; }
.brendahead a { background: url(../images/stylists/brenda_head.jpg); width: 75px; }
.mickyhead a { background: url(../images/stylists/micky_head.jpg); width: 75px; }
.kimhead a { background: url(../images/stylists/kim_head.jpg); width: 75px; }
.jaimeehead a { background: url(../images/stylists/jaimee_head.jpg); width: 75px; }
.sarahead a { background: url(../images/stylists/sara_head.jpg); width: 75px; }

.lea .leahead a, .alana .alanahead a, .brenda .brendahead a, .micky .mickyhead a,
.kim .kimhead a, .jaimee .jaimeehead a, .sara .sarahead a { display: none; }
#sideheadshots li a:hover { box-shadow: inset 0 0 3px #333; -moz-box-shadow: inset 0 0 3px #333; -webkit-box-shadow: inset 0 0 3px #333; }
.col_bio_pic h5 { text-align: center; }
.col_bio_info { margin: 5px 25px; }
.col_bio_info h4 { font-size: 20px; text-align: center; }

#hs_products { background: #f2f2f2; color: #a5a5a5; height: 180px;  margin: 0; padding: 10px; width: 355px; }

.col_menu_right { background: url(../images/hair_menu_bg.jpg) 0 0 no-repeat; color: #fff; float: right; height: 660px; line-height: 1.6em;padding: 30px 0 30px 10px; width: 267px; }

#fashionservicestop { padding: 5px 0 20px 0; text-align: center; }
#fashionservicestop li { display: inline; font-size: 1.3em; font-weight: 700; }
#fashionservicestop li a { background: url(../images/fashion_seperator.gif) left center no-repeat; color: #f63; padding: 0 10px; }
#fashionservicestop li.first a { background: none; }
#fashionservicestop li a.purple { background: url(../images/fashion_seperator.gif) left center no-repeat; color: #2f0e5c; }

#hairstudiotop { font-family: "cora-1","cora-2",sans-serif; padding: 5px 0 20px 0; text-align: center; }
#hairstudiotop li { display: inline; font-size: 1.3em; font-weight: normal; }
#hairstudiotop li a { background: url(../images/stylists_seperator.gif) left center no-repeat; color: #0cf; padding: 0 10px; }
#hairstudiotop li a:hover, #hairstudiotop li a:active { color: #0af; text-decoration: none; }
#hairstudiotop li.first a { background: none; }
#hairstudiotop li a.purple { background: url(../images/stylists_seperator.gif) left center no-repeat; color: #2f0e5c; }

#fashionservicesside li { margin: 5px 23px; }
#fashionservicesside li a { margin: 10px 0; }


/* ------------ Tour Studio Slideshow ------------ */
#tour { margin: -30px 0 0 0; }

/* ------------ Products Page ------------ */
.ebay-rss-store-item { float: left; font-family: "cora-1","cora-2",sans-serif; min-height: 140px; margin: 10px; padding: 10px; width: 339px; }
.ebay-rss-store-item-title { color: #40137e; font-size: 13px; font-weight: 500; }
.ebay-rss-store-description { color: #666; font-size: 12px; }
.ebay-rss-store-description img { border:1px solid #ccc; margin: 10px 10px 0; padding: 5px; }

/* ------------ VIP Parties Slideshow ------------ */
#flashcontent { padding: 0; }
#vipflash { padding: 40px 0 0 105px; }

/* ------------ About > Awards Page ------------ */
.awards { border-bottom: 1px solid #eee; clear: both; height: 125px; margin: 10px 0 0; padding: 0 0 5px; width: 350px; }
.awardslogo { float: left; width: 125px; }
.awardsdesc { float: left; padding: 10px; width: 205px; }

/* ------------ About > Awards Page ------------ */
.network { border-bottom: 1px solid #eee; clear: both; height: 90px; width: 350px; }
.snicon { float: left; padding: 15px 10px; width: 32px; }
.sndesc { float: left; padding: 10px; width: 277px; }



/* ------------ Contact Form ------------ */
input, textarea {
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	box-shadow: 0 0 5px #ddd inset; -moz-box-shadow: 0 0 5px #ddd inset; -webkit-box-shadow: 0 0 5px #ddd inset;
	padding: 4px;
	width: 240px;
	}
input:focus, textarea:focus, input:hover, textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #fff inset; -moz-box-shadow: 0 0 1px #fff inset; -webkit-box-shadow: 0 0 1px #fff inset;
	}
form label { color: #aaa; display: block; float: left; padding-right: 15px; text-align: right; width: 70px; }
div#commentForm { margin: 0 auto; padding-top: 20px; width: 423px; }
form#contactForm { margin: 0 auto; padding-top: 20px; width: 423px; }
input.submit { 
background: #66CC99; /* old browsers */
background: -moz-linear-gradient(top, #66CC99 0%, #5EBC8D 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66CC99), color-stop(100%,#5EBC8D)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66CC99', endColorstr='#5EBC8D',GradientType=0 ); /* ie */
border: 1px solid #40986b;
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
box-shadow: 0 0 1px #fff inset; -moz-box-shadow: 0 0 1px #fff inset; -webkit-box-shadow: 0 0 1px #fff inset;
color:#fff;
cursor:pointer;
display:inline-block;
font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode", Verdana, sans-serif;
font-size:12px;
font-weight:bold;
height:24px;
line-height:24px;
outline:medium none;
padding: 3px 10px;
position:relative;
text-align:center;
text-decoration:none;
text-shadow:1px 1px 0 rgba(54, 54, 54, 0.3);
text-transform: uppercase;
vertical-align:top;
width: auto; }
p.submitButton{ text-align: center; padding: 7px 14px; }
input.submit:hover {
	background: #6f9b85;
	border: 1px solid #23543b;
	box-shadow: 0 0 1px #23543b inset; -moz-box-shadow: 0 0 1px #23543b inset; -webkit-box-shadow: 0 0 1px #23543b inset;
}

/* ------------ Footer ------------ */
#footer { background:url(../images/footer_40137e.png) 0 0 repeat-x; height: 100px; margin-top: -2px; width:100%; }
#footerwrap { background: transparent; color: #fff; font-size:0.85em; margin: 0px auto; padding:20px 0 0; width: 800px; }
#footnav { float: left; height: 27px; width: 715px; }
#footnav a { color:#fff; padding: 0 0 0 5px; }
.addthis_toolbox { float: left; height: 27px; width: 85px; }
#copyright { float: left; padding-top: 3px; width: 715px; }
#credits { float: left; width: 85px; }
.icon { vertical-align: middle; }
#credit { float: left; padding-top: 3px; width: 27px; }
.linkcreative { float: left; width: 58px; }
.linkcreative a:link, .linkcreative a:visited { cursor: pointer; display:block; background: url(../images/link_creative.png) 0 0 no-repeat; width: 58px; text-align: left; text-indent:-9999px; height:22px; overflow:hidden; }
.linkcreative a:hover {	background-position: 0 -22px; }
#footer a:hover, #bhome #footer a.fhome, #bhair #footer a.fhair, #bfashion #footer a.ffashion,
#bparties #footer a.fparties, #bservices #footer a.fservices, #babout #footer a.fabout, #bcontact #footer a.fcontact { background-color:inherit; color:#f63; text-decoration:none; }




/* ------------ Images ------------ */
img.meetourstylists { height: 15px; margin-left: 50px; width: 118px; }
img.redline { height: 110px; padding: 10px 50px; width: 250px; }
img.kevinmurphy { float: right; height: 147px; width: 96px; }
img.meetoshead { height: 15px; width: 118px; }
img.xawardpetaluma360 { float: left; height: 122px; margin: 0 10px 10px 0; width: 118px; }
img.xbestofbohemian   { float: left; height: 97px; margin: 0 10px 10px 0; width: 118px; }
img.va { vertical-align: middle; }


/* ------------ Self Clearing Floats ------------ */
#content_main:after,
#content_bio:after,
#content_wrap:after  { content:"."; display:block; height:0; clear:both; visibility:hidden; }

/* These are standard sIFR styles... do not modify */

.sIFR-flash {visibility: visible !important; margin: 0;}
.sIFR-replaced { visibility: visible !important;}
span.sIFR-alternate { position: absolute; left: 0; top: 0; 	width: 0; height: 0; display: block; overflow: hidden;}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] { display: none !important;}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
