/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */


#sidebar #nav {
    display: none;
}

.valentinesbtns {
	background-color: #ffffff;
	height: 40px;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 190px;
	float: left;
	padding: 15px 0 15px 0;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 30px;
	

}

.50offbtns {
	background-color: #ffffff;
	height: 40px;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 190px;
	float: left;
	padding: 15px 0 15px 0;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 30px;
	

}

.valentinesbtn2 {
	background-color: #ffffff;
	height: 40px;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 190px;
	float: left;
	padding: 15px 0 15px 0;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 30px;

}

.valentinesbtn2 h3 {
	
	line-height: 20px;
	
}

.two-thirds p, .one-third p, .two-thirds ol li { font-size: 14px!important; }
#footer p { font-size: 12px !important; }
#sidebar  { color: #000; }

.show-me { display: none !important; }

#contact-fields { width: 250px; float: left; }
   
#nav {
    border-bottom: 4px solid #000;
    background: #ff007f;
    padding: 7px 0;
    }
    

    
#nav ul {
    width: 960px;
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0 auto;
	z-index:5;
    }
    
#nav li {
    display: inline;
    float: left;
    padding: 3px 20px 0 0;
	position:relative;
    }
    
#nav li a {
    font-family: Oswald, helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    }
    
#nav li a:hover {
    color: #000;
    }
    
#navi select {
  display: none;
}

#nav li a.phone { color: #000; }

/*--- DROPDOWN ---*/
#nav ul ul {
	width: 200px;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	}
	
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li li {
    position:relative;
    width: 200px;
    margin: 0;
    padding: 0;
	border-top: 1px solid #fff;
	background:#000;
	}
	
#nav li li.last { border-bottom: 1px solid #fff; }
    
#nav li:hover li a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	font-size: 14px;
	display: block;
    padding: 5px;
	}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#ff007f;
    }
    
/*--- DROPDOWN ---*/
#nav ul ul ul {
	display: none;
	width: 200px;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	}

#nav li li:hover ul{ /* Display the dropdown on hover */
	display: block;
	top: -10px;
	left:200px; /* Bring back on-screen when needed */
}
    
 h2.home-inline {
     display: inline; margin: 0; padding: 0; font-family: helvetica; font-size: 13px; font-weight: normal; line-height: 13px;
     }   

.black {
    background: #000;
    color: #fff;
    }

.white {
    background: #fff;
    color: #00939f;
    }

.blue {
    background: #00939f;
    color: #fff;
    }
    
.grey {
    background: #423d3c;
    color: #fff;
    }
    
.pink {
    background: #ff007f;
    color: #fff;
    }
    
#valentines input[type="submit"] {
	margin-bottom: 2px;
	margin-top: 2px;
}
    
.special-price {
    font-family: Oswald, helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 120%;
    padding: 5px !important;
    color: #000;
    width: 100px;
    text-align: center;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px; 
    /* Firefox 1-3.6 */
    -moz-border-radius:    10px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 10px;
    }
    
.column p {
    padding: 0 10px 0 0;
    }
    
#home-quote, #sidebar {
    background: #66bec5;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px; 
    /* Firefox 1-3.6 */
    -moz-border-radius:    10px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 10px;
    margin-bottom: 20px;
    }
    
#sidebar { padding: 10px; }

.question strong { color: #000; }
    
#home-logo {
    float: right;
    margin: 30px 100px 0 0;
    }
    
#home-quote blockquote {
    color: #fff;
    border: none;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 0;
    }
    
#home-quote cite {
    display: block;
    font-style: italic;
    font-size: 110%;
    padding: 10px 0 10px 20px;
    }
    
#home-leg {
    background: #fff url(../_img/gigantic_leg.jpg) top left no-repeat;
    height: 242px;
    margin: 0;
    }
    
#home1, #home2, #home4 { font-family: Oswald, helvetica, arial, sans-serif; color: #00939f; margin: 0; padding: 0; }
#home3 { font-family: Oswald, helvetica, arial, sans-serif; color: #fff; margin: 0; padding: 0; }

#home1 { padding-top: 100px; font-size: 24px; padding-left: 40px; }
#home2 { font-size: 48px; line-height: 50px; font-weight: bold; padding-left: 70px; }
#home3 { font-size: 36px; line-height: 36px; font-weight: bold; }
#home4 { font-size: 24px; line-height: 24px; text-align: right; padding-right: 25px; }

#thepits {
    background: #423d3c url(../_img/home_shave_new.jpg) top right no-repeat;
    height: 217px;
    padding-top: 20px;
    }
    

    
.thepits {
    float: left;
    margin: 0px 30px 40px 0;
    }
    
a.button { 
    font-weight: bold; 
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 7px; 
    /* Firefox 1-3.6 */
    -moz-border-radius:    7px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 7px;
    padding: 10px;
    text-decoration: none;
    z-index: 100;
    }
    
#button-thepits { 
    position: relative;
    top: 100px;
    right: 0px;
    }
    
#button-thepits span, #button-skintypes span { display: none; }
    
#skintypes {
    background: #ff007f url(../_img/feet.jpg) top left no-repeat;
    height: 217px;
    padding-top: 20px;
    }
    
.skintypes {
    float: right;
    margin: 0px 30px 40px 0;
    }
    
#button-skintypes { 
    position: relative;
    top: 100px;
    left: 100px;
    color: #fff;
    }
    
a#button-thepits:hover { color: #fff !important; } 
a#button-skintypes:hover { color: #ff007f !important; }  
 
  
.mini { width: 100%; }
#map_canvas	{ width: 205px; }
.class-about #map_canvas { width: 90%; margin-bottom: 20px; }
.lace a {
    color: #ff007f;
    text-decoration: none;
    display: block;
    font-weight: bold;
    }
    
.lace {  }
.lace div { margin: 0 10px 0 0; height: 260px; }
    
.lace p { padding: 5px; margin: 0; }

a.link-white { color: #fff; }
a.link-white span { color: #ff007f; font-size: 18px; font-weight: bold; }

.calendar { background: #fff url(../_img/calendar.jpg) bottom left no-repeat; height: 250px; padding: 10px 0 0 0; }

.calendar a {
    color: #000;
    text-decoration: none;
    display: block;
    }
    
.calendar p { padding: 5px; margin: 0; }

#footer {
    padding: 20px 0 100px 0;
    }
    
#footer a { color: #ff007f; text-decoration: none; }

.social-box {
    background: #fff; padding: 5px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 7px; 
    /* Firefox 1-3.6 */
    -moz-border-radius:    7px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 7px; }


.teammember {clear: both; margin-bottom: 20px;}

.teammember img {float: left; padding-right: 15px; margin-bottom: 20px;}

.teammember h1 {margin-bottom: 5px !important; line-height: 100%;}

.teammember2 {text-align: center; width: 30%; float: left; margin-right: 19px;}

sup { 
    vertical-align: super;
    font-size: smaller;
}


/* #Page Styles
================================================== */

#header-laser {
    background: #423d3c url(../_img/header_about.jpg) top left no-repeat;
    height: 241px;
    }
    
    #header-body {
    background: #423d3c url(../_img/header_body.jpg) top left no-repeat;
    height: 241px;
    }

    #header-kybella {
    background: #423d3c url(../_img/header_kybella.png) top left no-repeat;
    height: 241px;
    }


    #header-newlocale {
    background: #423d3c url(../_img/header_newlocale.png) top left no-repeat;
    height: 241px;
    }
    
#header-legs {
    background: #423d3c url(../_img/header_legs.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-specials {
    background: #fff url(../_img/gigantic_leg.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-ankles {
    background: #423d3c url(../_img/header_ankles.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-wrinkles {
    background: #423d3c url(../_img/header_wrinkles2.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-face-dark {
    background: #423d3c url(../_img/header_face_dark.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-beach {
    background: #d6ceb9 url(../_img/header_beach.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-lots-legs {
    background: #423d3c url(../_img/header_lots_legs.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-float-legs {
    background: #423d3c url(../_img/header_float_legs.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-moustache {
    background: #beb8b9 url(../_img/header_moustache.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-moustache-gone {
    background: #beb8b9 url(../_img/header_moustache_gone.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-men-chest {
    background: #423d3c url(../_img/header_men_chest.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-men-chest2 {
    background: #423d3c url(../_img/header_men_chest2.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-swim {
    background: #423d3c url(../_img/header_swim.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-valentines {
    background: #423d3c url(../_img/header_valentines.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-50off {
    background: #423d3c url(../_img/header_50ff.png) top left no-repeat;
    height: 241px;
    }
    
#header-halfoff {
    background: #423d3c url(../_img/header_halfoff.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-facials {
    background: #423d3c url(../_img/header_facials.jpg) top left no-repeat;
    height: 241px;
    }
    
#header-massage {
    background: #423d3c url(../_img/header_massage.jpg) top left no-repeat;
    height: 241px;
    }
    
#interior-logo {
    text-align: center;
    padding-top: 20px;
    }
    
.book-now {
    background: #fff url(../_img/book-now.jpg) top right no-repeat;
    font-family: Oswald, helvetica, arial, sans-serif;
    font-size: 16px;
    color: #000;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px; 
    /* Firefox 1-3.6 */
    -moz-border-radius:    10px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 30px 10px 10px 10px;
    font-weight: bold;
    }
    
    
#sidebar ul { margin-left: 0; }

ul.extras { list-style: none; margin: 20px 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }

ul.extras li { display: inline; border-right: 1px solid #fff; padding: 0 10px; }
ul.extras li a { color: #fff; text-decoration: none; font-size: 120%; font-weight: bold; }

.special-sidebar {
    background: #ff007f;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px; 
    /* Firefox 1-3.6 */
    -moz-border-radius:    10px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 120%;
    font-weight: bold;
    color: #000;
    }
  
.special-sidebar a {
    color: #fff;
    text-decoration: none;
    }
.special-sidebar a:hover { color: #000; }  

.ruled-table td {
    padding: 4px;
    }
    
.ruled-table tr.on td {
    background: #423d3c;
    }
    
.ruled-table tr.off td {
    background: #66bec5;
    }
    
.provider {
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    background: #fff;
    float: left;
    width: 160px;
    margin: 20px 15px 0 0;
    height: 120px;
    text-align: center;
    padding: 10px;
    }
    
.timecost { font-weight: normal; padding-left: 50px; }


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	#home3 { font-size: 24px; line-height: 24px; font-weight: bold; }
	.mini { width: 100%; }
 	.calendar { height: 260px; padding: 0; }
 	#map_canvas { width: auto; }

    .teammember2 {width: 100%; clear: both;}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	#navi ul     { display: none; }
 	#navi select { display: inline-block; }
 	.thepits { margin: 0; float: right; }
 	#promos .four { width: 172px; }
 	.lace { clear: left; }
 	#skintypes { background-image: none; }
 	#button-skintypes { top: 50px; left: 200px; }
 	#map_canvas { width: auto; }
 	#skintypes ul { margin: 0; }
 	#home-logo { position: absolute; top: -10px; left: 200px; z-index: 100; }
 	#button-skintypes { top: 135px; left: 180px; }
    #header-laser .two-thirds, #header-about .one-third { width: 200px; float: left; }
    #header-laser img { width: 100%; }
    
    #header-wrinkles {
    background: #423d3c url(../_img/header_wrinkles2.jpg) -120px 0 no-repeat;
    height: 241px;
    }
    
    #header-face-dark {
    background: #423d3c url(../_img/header_face_dark.jpg) -110px 0 no-repeat;
    height: 241px;
    }
    
    #header-facials {
    background: #423d3c url(../_img/header_facials.jpg) -180px 0 no-repeat;
    height: 241px;
    }
    
    .timecost { display: block; padding: 0; }
      
 	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#button-thepits { top: -60px; left: 240px; }
    #home4 { padding-right: 145px; }
    .skintypes { width: 170px; }
 	
 	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
    .thepits, .skintypes { display: none; }
    #thepits .container .column p { margin-right: 100px; }
    #thepits ul { margin: 0; }
    #button-thepits { top: -30px; left: 180px; }
    .lace div { margin-left: 0; margin-right: 0; }
 	.calendar { height: 260px; padding: 0; }
 	#home-logo { width: 120px; position: absolute; top: -10px; left: 170px; z-index: 100; }
    #header-laser .two-thirds, #header-about .one-third { width: 150px; float: left; }
 	.teammember img {width: 80%; clear: both;}
    .teammember2 {width: 100%; clear: both;}
    }


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('http://allurelasertreatment.com/fonts/FontName.eot');
	    src: url('http://allurelasertreatment.com/fonts/FontName.eot?iefix') format('eot'),
	         url('http://allurelasertreatment.com/fonts/FontName.woff') format('woff'),
	         url('http://allurelasertreatment.com/fonts/FontName.ttf') format('truetype'),
	         url('http://allurelasertreatment.com/fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/