/*
Theme Name: NicheLabs Custom Theme 
Theme URI: http://nichelabs.com/
Description: Search engine optimized theme. Theme designed by <a href="http://nichelabs.com" target="_blank">NicheLabs LLC</a>.
Version: 1.1
Author: NicheLabs LLC
Author URI: http://nichlabs.com
Tags: 2 columns, 3 columns, white, widgets, fixed width, wooden mannequin, solbergs, blue, gravatars, business, fixed width, one column, two columns, three columns, clean, lorem ipsum, search engine optimized,
*/

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot%3F') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	padding-right: 40px;
}

.alignright {
	float: right;
	padding-left: 40px;
}

/* Body */
* {
	margin:0;
 	padding:0;
}
body {
	background: url(img/pg_bg.jpg) top left;
	color:#3c3630;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
#wrapper {
	padding: 0px 1px 20px;
	margin:0 auto;
	width:998px;
	background: url(img/wrapper_bg.jpg) top left repeat-y;
}

/* Links */
a {
	text-decoration:none;
	color:#3c3630;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
h1 {
	font-size: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #706d6a;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin:0 0 10px;
	font-weight:normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	margin:0 0 8px;
	color: #414141;
	font-weight:normal;
}
.index h2, 
.index h3 {text-transform: lowercase;}
h4 {
 font-size: 15px;
 color: #262626;
}
.salonteam td h4 {
	color: #1d1d1d;
	font-weight: normal;
}

/* Header */
#header {
	height: 107px;
	background: url(img/header_bg.jpg) top center no-repeat;
}
#logo {
	width: 358px;
	height: 101px;
	float: left;
	margin: 6px 0 0 32px;
}
#nav-wrapper { 
	clear:both; 
	height: 38px; 
	position: relative;  
	z-index: 100;
	background: url(img/nav_bg.jpg) top left repeat-x;
	padding-bottom: 10px;
}
#main-nav {
	width: 780px;
}
.menu  {
	list-style: none;
	padding: 2px 0 5px 40px;
	height: 38px;
	margin: 0;
}
	
.menu li {
	float: left;
	text-align: center;
	padding: 0;
	position: relative;
}
.menu li a:link,
.menu li a:visited,
.menu li a:hover {
    font-family: 'OpenSansRegular';
	display: block;
	font-size: 14px;
	text-decoration: none;
	color:#fff;
	line-height: 32px;
	font-weight: normal;
	text-transform: lowercase;
    padding: 0 23px;
}
.menu li a:hover {
}
.menu li ul {
	margin: 0;
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 90;
	text-align: left;
	list-style:none;
	background: #4b4845 !important;
	border: 1px solid #3b3834;
	border-top: none;
	width: 100%;
	min-width: 150px;
	-webkit-box-shadow: 0px 2px 3px rgba(154, 149, 135, 0.75);
	-moz-box-shadow:    0px 2px 3px rgba(154, 149, 135, 0.75);
	box-shadow:         0px 2px 3px rgba(154, 149, 135, 0.75);
}
.menu li li {
	float: none;
	padding: 2px 15px !important;
	height: auto !important;
	text-align: left;
}
.menu li li a {
	display: block;
	margin: 0 !important;
	padding: 5px !important;
	width: auto !important;
	background: none !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px !important;
	height: auto !important;
	text-indent: 0;
}
.menu li li a:hover {
	color: #bebda3 !important;
}
.menu li li ul {
	background: none;
	position: relative;
	top: 0px;
	left: 0;
	padding: 0;
}
.menu li li ul li {
	padding: 0;
	margin: 0;
}
.menu li li li a {
	color: #fff;
	font-weight: normal;
}
	
.menu li:hover ul, .menu li.sfhover ul {
	display: block;
}

#search{
	width: 194px;
	float: right;
	padding-top: 5px;
	margin-right: 20px;
}
#search input[type=text] {
	width: 158px;
	height: 25px;
	padding: 0 5px;
	line-height: 25px;
	background: url(img/search_bg.jpg) top left no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4a47;
}
#search input[type=submit] {
	vertical-align: top;
	width: 26px;
	height: 25px;
	background: url(img/search_bttn.jpg) bottom left no-repeat;
	border: none;
}

/* Sidebars */
.home #left-wrapper,
.salonteam #left-wrapper,
.specialevents #left-wrapper {
	background: url(img/leftcol_bg.jpg) 0px 0px repeat-y;
}
#leftside {
	clear:left;
	float:left;
	line-height:1.5em;
	margin:-2px 0 0;
	padding:0;
	width:224px;
}

.contact td .wpcf7,
.sidebox-outter-wrapper {
	width: 218px;
	border: 1px solid #c9c7b6;
	-webkit-box-shadow: 0px 2px 3px rgba(154, 149, 135, 0.75);
	-moz-box-shadow:    0px 2px 3px rgba(154, 149, 135, 0.75);
	box-shadow:         0px 2px 3px rgba(154, 149, 135, 0.75);
	margin-top: 2px;
}	
.contact td .wpcf7 {
	width: 291px;
}	
.contact td .wpcf7-form,
.sidebox-inner-wrapper {
	width: 200px;
	padding: 20px 8px 10px;
	border: 1px solid #edecdc;
	background: #edecdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #edecdc 0%, #c8c7b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edecdc), color-stop(100%,#c8c7b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #edecdc 0%,#c8c7b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #edecdc 0%,#c8c7b0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #edecdc 0%,#c8c7b0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #edecdc 0%,#c8c7b0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edecdc', endColorstr='#c8c7b0',GradientType=0 ); /* IE6-9 */
}
.contact td .wpcf7-form {
	width: 273px;
	text-align: center;
}
.contact table#recaptcha_table td + td + td {
	display: none;
}
.contact table#recaptcha_table td.recaptcha_image_cell,
.contact table#recaptcha_table td.recaptcha_image_cell div#recaptcha_image,
.contact table#recaptcha_table td.recaptcha_image_cell div#recaptcha_image img,
.contact table#recaptcha_table td div.recaptcha_input_area input {
	width: 205px !important;
}
#leftside table#recaptcha_table td + td + td {
	display: none;
}
#leftside table#recaptcha_table td.recaptcha_image_cell,
#leftside table#recaptcha_table td.recaptcha_image_cell div#recaptcha_image,
#leftside table#recaptcha_table td.recaptcha_image_cell div#recaptcha_image img,
#leftside table#recaptcha_table td div.recaptcha_input_area input {
	width: 140px !important;
}
.sidebox-inner-wrapper.bookonline {
	width: 208px;
	padding: 10px 4px 6px;
}
.sidebox-inner-wrapper.today {
	padding: 16px 8px 13px;
	text-align: center;
    font-family: 'OpenSansRegular';
}
.sidebox-inner-wrapper.today p {
	font-size: 17px;
	margin-bottom: 5px;
}
.sidebox-inner-wrapper.today p.title {
	font-size: 14px;
	margin-bottom: 0;
}
.sidebox-inner-wrapper.social {
	width: 216px;
	padding: 16px 0px 13px;
	text-align: center;
    font-family: 'OpenSansRegular';
}
.sidebox-inner-wrapper #social-wrapper {
	display: table;
	margin: 0 auto;
}
.sidebox-inner-wrapper.social ul {
	list-style: none;
	text-align: left;
}
.sidebox-inner-wrapper.social li {
	float: left;
}
.sidebox-inner-wrapper.social li a {
	display: block;
	width: 41px;
	height: 43px;
	text-indent: -9999px;
}
.sidebox-inner-wrapper.social li a#facebook {
	background: url(img/facebook_icon.png) top center no-repeat;
}
.sidebox-inner-wrapper.social li a#facebook:hover {
	background: url(img/facebook_icon_act.png) top center no-repeat;
}
.sidebox-inner-wrapper.social li a#twitter {
	background: url(img/twitter_icon.png) top center no-repeat;
}
.sidebox-inner-wrapper.social li a#twitter:hover {
	background: url(img/twitter_icon_act.png) top center no-repeat;
}
.sidebox-inner-wrapper.social li a#linkedin {
	background: url(img/linkedin_icon.png) top center no-repeat;
}
.sidebox-inner-wrapper.social li a#linkedin:hover {
	background: url(img/linkedin_icon_act.png) top center no-repeat;
}
.sidebox-inner-wrapper.social li a#google {
	background: url(img/google_icon.png) top center no-repeat;
}
.sidebox-inner-wrapper.social li a#google:hover {
	background: url(img/google_icon_act.png) top center no-repeat;
}
.sidebox-inner-wrapper.social li a#youtube {
	background: url(img/youtube_icon.png) top center no-repeat;
}
.sidebox-inner-wrapper.social li a#youtube:hover {
	background: url(img/youtube_icon_act.png) top center no-repeat;
}
.sidebox-inner-wrapper.latest .post {
	font-size: 12px;
    font-family: 'OpenSansRegular';
	color: #3c3630;
}
.sidebox-inner-wrapper.latest .post p {
	margin-bottom: 5px;
}
.sidebox-inner-wrapper.latest .post .postinfo {
	font-size: 11px;
	font-style: italic;
}
.sidebox-inner-wrapper.latest .post .readmore {
	text-align: right;
}
.sidebox-inner-wrapper.latest .post .readmore a {
	color: #3c3630;
}
#testimonials h4,
.sidebox-inner-wrapper.latest .post h4 a {
	font-size: 13px;
	color: #3c3630;
    font-family: 'OpenSansRegular';
	text-decoration: none;
}
#testimonials h4 {
	margin-bottom: 15px;
}
#testimonials {
	padding: 20px 16px 10px 12px;
	font-size: 12px;
	color: #3c3630;
    font-family: 'OpenSansRegular';
}
#testimonials p {
	margin-bottom: 5px;
}
#contact .wpcf7 p {
	margin: 0;
}
#leftside .wpcf7 {text-align: center;}

.contact .wpcf7-form input[type=text],
.contact .wpcf7-form textarea,
#leftside #contact input[type=text],
#leftside #contact textarea {
	width: 188px;
	height: 27px;
	padding: 0 5px;
	background: #f9f8f1;
	border: 1px solid #c8c4ad;
	margin-bottom: 2px;
	font-size: 11px;
	color: #565656;
    font-family: 'OpenSansRegular';
}
.contact .wpcf7-form input[type=text],
.contact .wpcf7-form textarea {
	width: 256px;
	height: 23px;
}
.contact .wpcf7-form textarea {
	height: 58px;
}
#contact .wpcf7 p {
	margin: 0;
}

#leftside #contact textarea {
	height: 58px;
	padding: 5px;
}
.contact .wpcf7-form input[type=submit],
#leftside #contact input[type=submit] {
	width: 71px;
	height: 26px;
	display: block;
	margin: 10px auto 0;
	background: url(img/submit_bttn.jpg) top center no-repeat;
	border: none;
	text-indent: -9999px;
}
.ajax-loader {display: none;}
#categories,
#archives {
	text-align: center;
}
#categories h3,
#archives h3 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3d3936;
	text-transform: lowercase;
}
#categories ul,
#archives ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#calendar-wrapper {
	width: 190px;
	margin: 0 auto;
	border-right: 1px solid #e2e2d5;
	border-bottom: 1px solid #e2e2d5;
}
#calendar {
	width: 188px;
	border: 1px solid #d5d4be;
	background: #fff;
}
#calendar table {
	width: 100%;
	border-collapse:collapse;
}
#calendar table caption {
	background: #706d6a;
	padding: 5px;
	color: #fff;
}
#calendar table th,
#calendar table tbody td {
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
}
#calendar table tbody td.pad {
	background: #f6f6ec;
}
#calendar table tbody td#today {
	color: #fff;
	background: #aeada3;
}
/* Slideshow */
#slideshow-border {
	width: 720px;
	height: 234px;
	margin-bottom: 20px;
	border-right: 1px solid #f3f2ea;
	border-bottom: 1px solid #f3f2ea;
	float: right;
}
#slideshow {
	width: 720px;
	height: 234px;
	margin-bottom: 18px;
}
ul#slides {
	list-style-type: none;
	width: 720px;
	height: 234px;
}
/* Home Boxes */
#home-boxes {
	width: 720px;
	float: right;
	margin-bottom: 20px;
}
#special-events,
#promotions {
	width: 314px;
	height: 176px;
	padding: 16px;
	overflow: hidden;
	float: left;
	background: #eeeedf;
	border: 1px solid #fff;
}
#promotions {
	margin-left: 20px;
}

/* Content */
#content-wrapper {
	padding: 0 18px;
}
#content-border {
	width: 720px;
	float: right;
	border-right: 1px solid #f3f2ea;
	border-bottom: 1px solid #f3f2ea;
}
#content {
	width: 660px;
	border: 1px solid #d5d4be;
	background: #fff;
	line-height:1.6em;
	padding:40px 30px;
	margin: -1px 0 0 -1px;
	min-height: 385px;
	position: relative;
}
.services #content {
	/*min-height: 543px; */
}
#content ul,#content ol {
	margin:0 0 16px 20px;
}
#content li {
	padding:0 0 0 5px;
}
#content ul ul,#content ol ol {
	margin:0 0 0 16px;
}
.addthis_toolbox {
    background: #e1e0cd;
    border: 1px solid #c5c5b6;
    padding: 5px;
    position: absolute;
    right: 30px;
    top: 40px;
    width: 150px;
}
#crumbs,
#crumbs a {
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aeada3;
	text-transform: lowercase;
	text-decoration: none;
}
/* Tabs */
#content ul.tabbernav {
	line-height: 34px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #BBBBBB ;
}
#content ul.tabbernav li {
	padding: 0;
	margin: 0;
	height: 36px;
	display: inline-block;
}
#content ul.tabbernav li:first-child a {
	border-left: none;
	margin-left: 0;
}
#content ul.tabbernav li a {
	display: inline-block;
	margin: 0;
	margin-left: 7px;
	padding: 0 46px;
	height: 36px;
    background: url(img/tab_bg.jpg) top left repeat-x;
    border-bottom: none;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
#content .tabberlive .tabbertab {
	background: #e1e0cd;
	padding: 50px 40px;
}
#content ul.tabbernav li a:hover, 
#content ul.tabbernav li.tabberactive a {
    background: url(img/tab_act_bg.jpg) top left repeat-x;
    border-bottom: 1px solid #e1e0cd;
	color: #3d3936;
}
#content .index {
	min-height: 710px;
}
#content .error {
	min-height: 640px;
}
#content .post-wrapper {
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
}
#content .post-thumb {
	width: 160px;
	height: 160px;
	float: left;
	padding-right: 20px;
}
#content .post-thumb img {
	width: 160px;
	height: 160px;
}
table.menu  {
	padding: 0;
}
table.menu td p {
	margin-bottom: 0;
	float: left;
}
td.spacer {
	padding: 15px 0;
	background: url(img/tr_border_bg.jpg) center left repeat-x;
}
td.dots {
	background: url(img/dot_bg.jpg) left center repeat-x;
}
td.dots p {
	background: #E1E0CD;
	padding: 0 10px;
}
/* Footer */
#footer {
	height: 39px;
	line-height: 39px;
	clear:both;
	font-weight:normal;
	text-align:center;
	background: url(img/footer_bg.png) top left repeat-x;
    font-family: 'OpenSansRegular';
	color: #fff;
	font-size: 12px;
	margin-top: 28px;
}
#legal {
	width: 998px;
	margin: 0 auto;
	color: #fff;
    font-family: 'OpenSansRegular';
}
#legal a,
#footer a {
	color: #fff;
}
#copyright {
	width: 40%;
	float: left;
	text-align: left;
	padding-left: 10px;
}
#design {
	width: 40%;
	float: right;
	text-align: right;
	text-align: center;
}

/* Subpage menu */
#subpages {
}
#subpages h2 {
	font-size:18px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #c5c4b7;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 0;
	text-transform: lowercase;
	color: #3d3936;
}
#subpages ul.submenu {
	padding-top: 10px;
	border-top:1px solid #fff;
	list-style:none;
	margin:0;
}
#subpages ul.submenu li {
	display:inline;
	line-height:1.4em;
	width:180px;
	padding:0;
	text-align: center;
}
#subpages ul.submenu li a {
	display: block;
	color:#69645f;
	margin-bottom:5px;
	padding:3px 0px 3px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
#subpages ul.submenu li ul {
	margin:0 0 5px 10px;
	width:170px;
}
#subpages ul.submenu li ul li a {
	width:170px;
}
#subpages ul.submenu li ul ul {
	margin:0 0 5px 10px;
 	width:160px;
}
#subpages ul.submenu li ul ul li a {
	width:160px;
}
#subpages ul.submenu li ul ul ul {
	margin:0 0 5px 10px;
 	width:150px;
}
#subpages ul.submenu li ul ul ul li a {
	width:150px;
}
#subpages ul.submenu li.current_page_item ul li a,
#subpages ul.submenu li a:hover,#subpages ul.submenu li.current_page_item a {
 	color:#fff;
}

/* Tags */
p,ul,ol {
	margin:0 0 18px;
}
blockquote {
	border-left:0px solid #e0e0e0;
 	margin:20px;
 	padding:8px 8px 8px 15px;
}
blockquote p {
	background-color:inherit;
 	color:#505050;
 	font-size:0.9em;
 	line-height:1.3em;
}
label {
	background-color:inherit;
 	color:#606060;
 	font-size:0.9em;
 	font-weight:bold;
}
code {
	font-size:1.2em;
 	display:block;
 	padding:5px 5px 5px 8px;
 	background-color:#f4f4f4;
 	margin:5px 0 15px 0;
	border-left:0px solid #cccccc;
}

/* Forms */
#s,#submit {
	background-color:#ffffff;
 	border:1px solid #cccccc;
 	color:#505050;
 	font-size:0.9em;
 	margin:0 0 16px;
 	padding:4px;
 	width:130px;
}
#author,#email,#url,#comment {
	border:1px solid #cccccc;
 	font-size:1em;
 	margin:0;
 	padding:4px;
}
#commentsection {
	margin:25px 0 0;
}
#commentsection p {
	margin:0 0 6px;
}


/* WP image align classes */
img.centered {
	display:block;
 	margin-left:auto;
 	margin-right:auto;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}

/* Various classes */
.left {
 	float:left;
}
.right {
 	float:right;
}
.center {
 	text-align:center;
}
.textright {
	text-align:right;
}
.small {
	font-size:0.8em;
}
.clr {
	clear: both;
}
.ddsg-wrapper {
	text-transform: lowercase;
}
/* Popup Bio's */
table#team-table td p {
	margin-bottom: 5px;
}
p.bio-link {
	cursor: pointer;
}
.popup
{
    position:absolute;
    margin: -25px 0 0 -25px;
    width:200px;
    padding:10px;
    background-color:#fff;
    border: 1px solid #C9C8B1;
	-webkit-box-shadow: 0px 2px 3px rgba(154, 149, 135, 0.75);
	-moz-box-shadow:    0px 2px 3px rgba(154, 149, 135, 0.75);
	box-shadow:         0px 2px 3px rgba(154, 149, 135, 0.75);
    z-index:100000000000000000;
    display:none
}

.cancel
{
	position: absolute;
	top: -10px;
	right: -10px;
    display:relative;
    cursor:pointer;
    margin:0;
	width: 30px;
    height:30px;
    background: url(img/x.png) top center no-repeat;
    z-index:100000000000000001;
}
