/* @override 
	http://www.whatcutandwhere.com/css/stylesheet.css
*/

/* @group Logo */

h1.logo {
	width: 900px;
	padding: 40px 20px 0px 20px;
	margin: 35px auto 0px auto;
	height: 102px;
	overflow: hidden;
	background: white url(/images/logo.gif) no-repeat 20px;
	border-width: 2px 2px 0 2px;
	border-style: solid;
	border-color: #d46056;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-radius: 15px;
}
h1.logo a {
	display: block;
	height: 90px;
	width: 400px;
}



/* @end */

/* @group Account Beacon */

.account_beacon {
	width: 900px;
	margin: -36px auto 27px auto;
	text-align: right;
	font-size: 11px;
	color: #79928c;
	position: relative;
	top: -90px;
	z-index: 10;
}
.account_beacon a {
	color: #0d322d;
}

/* @end */

/* @group Navigation */

ul.navigation {
	width: 900px;
	margin: -40px auto 0 auto;
	list-style: none;
	padding: 0 30px;
	text-align: right;
	font-size: 14px;
	position: relative;
	top: -6px;
	z-index: 10px;
}
ul.navigation li {
	display: inline;
}
ul.navigation li.Contest a {
	color: #d46056;
	font-weight: bold;
}
ul.navigation li a {
	color: #288f81;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	margin: 0;
	display: inline-block;
	border-width: 1px 0;
	border-style: solid;
	border-color: #288f81;
}
ul.navigation li:hover a {
	background-color: #30b09e;
	color: white;
	border-color: #30b09e;
}

/* @end */

/* @group Homepage Length Selector */

#index .length_selector ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 90px;
}
#index .length_selector ul li {
	display: block;
	float: left;
	margin-left: 33px;
	background: #288f81;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 6px solid #288f81;
	width: 186px;
	height: 212px;
	margin-bottom: 20px;
}
#index .length_selector ul li a.length_title {
	color: white;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 21px;
	line-height: 30px;
	display: block;
	width: 100%;
	margin-left: 3px;
}
#index .length_selector ul li div.image {
	margin-left: 4px;
	width: 178px;
	height: 178px;
}
#index .length_selector ul li:first-child {

}
#index .length_selector ul li:hover {
	border-color: #30b09e;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
	width: 178px;
	height: 178px;
}
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
.slideshow-images-visible { 
	opacity: 1;
}
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
	
/* @end */



/* @group xHomepage Length Selector */

#xindex .length_selector ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 270px 0;
}
#xindex .length_selector ul li {
	display: block;
	float: left;
	margin-left: 33px;
}
#xindex .length_selector ul li a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 21px;
	text-transform: capitalize;
	width: 178px;
	height: 211px;
	padding: 0px 4px 0 4px;
	background: #288f81;
	-moz-border-radius: 9px;
	-webkit-border-radius: 15px;
	border: 6px solid #288f81;
	line-height: 30px;
}
#xindex .length_selector ul li:first-child {
	margin-left: 0;
}
#xindex .length_selector ul li:hover a {
	border-color: #30b09e;
}

/* @end */

/* @group Home Street Style */
.featured_street_style h2x {
	background-color: #d46157;
	font-weight: normal;
	width: 460px;
	border-color: #d46157;
}
.featured_street_style img {
	float: left;
	margin: 0 20px 20px 0;
}
.featured_street_style {
	color: #d46056;
}


/* @end */



/* @group Standard Forms */
form.standard .inputrow {
	padding-bottom: 30px;
	clear: both;
}
form.standard .label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bolder;
	position: relative;
	top: 3px;
	line-height: 22px;
	display: block;
}
form.standard .inputrow .input {
	position: relative;
	top: 2px;
	float: left;
	width: 200px;
}
form.standard .inputrow .input input {
	width: 200px;
}
form.standard .image_deleter {
	font-size: 11px;
}
.button {
	width: 200px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	padding: 0;
	display: block;
	font-size: 11px;
	border: 1px solid #144b43;
	background-color: white;
	color: #144b43;
	margin-top: 10px;
	float: left;
	margin-right: 20px;
}
form .note {
	float: left;
	font-size: 10px;
	margin: 8px 10px;
}
.terms_window {
	width: 400px;
	height: 200px;
	overflow: scroll;
	margin-left: 210px;
	border: 1px solid #144b43;
	padding: 10px;
	font-size: 10px;
	line-height: 13px;
	float: left;
}
.terms_window h1, .terms_window h1 {
	font-size: 12px;
}
.terms_window h2 {
	font-size: 11px;
}

/* @end */

/* @group Copyright */

.footer {
	width: 900px;
	margin: 0 auto;
	font-size: 10px;
	color: #79928c;
	padding: 20px 20px 0px 20px;
	background-color: #e4f6f6;
	margin-top: -30px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #d46056;
}
.social_links {
	float: right;
}
.social_links .facebook {
	position: relative;
	top: -16px;
}
.social_links .twitter {
	position: relative;
	top: -9px;
}
.social_links .myspace {
	position: relative;
	top: -9px;
}
.social_links img {
	margin-left: 50px;
	z-index: 2;
}
.legal {
	float: right;
	margin-right: 100px;
}
.legal a {
	position: relative;
	z-index: 2;
	left: 20px;
}
.copyright {
	position: relative;
	z-index: 1;
	white-space: nowrap;
	float: left;
}


/* @end */

/* @group General */

body {
	background-color: #e5e5e5;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background-image: url(/test/7.jpg);
	margin: 15px 0 40px 0;
	padding: 0;
	color: #144b43;
	font-size: 14px;
	text-align: center;
}
img {
	border: 0;
}
a {
	color: #144b43;
	outline: none;
}

.clearificator {
	clear: both;
}

.content {
	text-align: left;
	width: 900px;
	margin: 0px auto 30px auto;
	background-color: white;
	padding: 20px 20px;
	border-width: 0 2px;
	border-style: solid;
	border-color: #d46056;
}
.content p {
	line-height: 22px;
	text-align: justify;
}
h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: -1px;
	clear: both;
}
h2x {
	margin-top: 40px;
	padding: 4px 10px 2px 10px;
	color: white;
	font-weight: normal;
	-moz-border-radius: 10px;
	-webkit-border-radius: 7px;
	font-size: 22px;
	b/ackground-color: #288f81;
	background-color: #60aca2;
	border: 2px solid #288f81;
}
h3 {
	color: #d46056;
}

/* @end */

/* @group Errors */
.error_messages {
	color: red;
	font-size: 11px;
	border: 1px solid red;
	padding: 10px 30px;
}

/* @end */*/

/* @group Membership Plan Table */
table.memberships {
	
}
table.memberships th {
	width: 150px;
	font-size: 11px;
	vertical-align: bottom;
	background-color: #e5e5e5;
	padding: 10px;
}
table.memberships .note {
	font-weight: normal;
	font-size: 11px;
	margin: 4px 0;
}
table.memberships td {
	text-align: center;
}

/* @end */

/* @group Misc Elements */
.enthusiasts_button {
	float: right;
	margin: 28px 180px 0 20px;
}
.free_trial_button_new {
	clear: right;
	float: right;
	margin: 10px 110px 0 20px;
}
.free_trial_button {
	float: right;
	margin: 20px 180px 0 20px;
}
.banner_example {
}
.banner_example img {
	border: 1px solid #19978d;
	margin: 10px 10px 10px 0;
}
.banner_example input {
	float: left;
	clear: both;
}
/* @end */

/* @group Hairstyle Table */

ul.hairstyles {
	list-style: none;
	margin: 0 0 0 -17px;
	padding: 20px 0 0 0;
}
ul.hairstyles li {
	display: block;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
ul.hairstyles li a {
	display: block;
	width: 162px;
	height: 162px;
	padding: 0px 0 0 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #288f81 no-repeat 6px 6px;
	text-decoration: none;
}
ul.hairstyles li a.like_button {
	display: block;
	width: 100px;
	text-align: center;
	height: 20px;
	margin: -15px auto 0px auto;
	font-size: 12px;
	color: white;
	font-weight: bold;
	line-height: 20px;
	visibility: hidden;
}
ul.hairstyles li:hover a.like_button {
	visibility: visible;
}
ul.hairstyles li.Enthusiast a {
	background-color: #666;
}
ul.hairstyles li.Enthusiast:hover a {
	background-color: #999;
}
ul.hairstyles div.admin_links a {
	width: 81px;
	float: left;
	display: block;
	height: 10px;
	text-align: center;
	background: none;
	font-size: 11px;
	margin-top: 5px;
}
ul.hairstyles li:hover div.admin_links a {
	background: none;
}
ul.hairstyles li:hover a {
	background-color: #30b09e;
}
ul.hairstyles li a div.inner_text {
	width: 158px;
	height: 98px;
	position: relative;
	top: 2px;
	left: 2px;
	color: white;
	text-align: center;
	padding-top: 60px;
}
ul.hairstyles li a div.inner_text.pending {
	color: black;
	font-size: 14px;
	text-shadow: #fff 0 0 3px;
	top: 80px;
}
/* @end */

/* @group Mediabox wrapper */

#mbCenter {
	border-color: #d46056;
	border-width: 1px 1px 0 1px;
	border-style: solid;	
}
#mbBottomContainer {
	border-color: #d46056;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}


/* @end */

/* @group Mini Search */

.mini_search_wrapper .inputrow {
	float: left;
	margin-left: 20px;
}

.mini_search_wrapper {
	padding: 20px 0px 80px 0px;
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #32b7a4;
}
.mini_search_wrapper span {
	display: block;
	float: left;
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-bottom: 20px;
}
/* @end */

/* @group Mini Length Selector */
.mini_length_selector_wrapper {
	padding: 15px 0px 30px 0px;
}
#search .mini_length_selector_wrapper {
	border-width: 1px 0;
	border-style: dashed;
	border-color: #32b7a4;
}
.mini_length_selector_wrapper span {
	display: block;
	float: left;
	font-size: 20px;
	position: relative;
	top: 3px;
}
.mini_length_selector {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.mini_length_selector li {
	display: block;
	float: left;
	margin: 0 8px 0 0;
}
.mini_length_selector li a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 18px;
	text-transform: capitalize;
	width: 100px;
	text-align: center;
	height: 20px;
	padding: 5px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #288f81;
}

.mini_length_selector li:hover a, .mini_length_selector li.selected a {
	background-color: #30b09e;
}

/* @end */

/* @group Twitter */
#twitter_div li {
	margin-bottom: 10px;
}


/* @end */

/* @group Holding */
.holding_cell {
	width: 35%;
	float: left;
	background-color: #19978d;
	margin-left: 70px;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	height: 90px;
	text-align: center;
}
.holding_cell h3, .holding_cell h3 a {
	color: white;
}
input.inactive {
	color: #666;
}
input.active {
	color: #000;
}
#plans .holding_cell {
	line-height: 60px;
}
/* @end */

/* @group Detail Full */
body.popup {
	margin: -20px 0;
	background-color: #288f81;
	background-image: none;
	padding: 0;
	height: 440px;
	overflow: hidden;
}
body.popup .content {
	width: 810px;
	margin: 0px auto 30px auto;
	background-color: #288f81;
	padding: 0 8px;
	border-width: 0;
	margin-top: 10px;
}
.addthis_button {
	float: right;
	margin: 30px 10px 0 0;
}
.details_full {
	background-color: #288f81;
	margin: 20px 0 0 25px;
	width: 810px;
	height: 460px;
	padding: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
}
#left_content {
	width: 390px;
	float: left;
	display: inline;
}
#left_content img {
	margin: 0 0 5px 0;
	padding: 0px 0 0 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#main_image {
	height: 380px;
	width: 380px;
}
#right_content {
	width: 410px;
	float: right;
	display: inline;
	min-height: 380px;
	padding: 0;
	color: #1e7065;
	font-size: 12px;
}
.stylist_details {
	width: 185px;
	float: left;
	min-height: 370px;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 9px;
}
.salon_details {
	width: 185px;
	float: right;
	min-height: 370px;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 9px;
}
.stylist_name {
	margin-top: 20px;
}
.stylist_photo {
	margin: 10px 0;
}
.salon_name {
	font-weight: normal;
}
.salon_photo {
	margin-top: 10px;
}
.salon_other div {
	margin: 4px 0;
	font-size: 11px;
}
.stylist_freelancer {
	font-style: italic;
}
.stylist_other {
	font-size: 11px;
}
.enlarge_note {
	position: relative;
	top: -3px;
	margin-left: 10px;
	color: white;
	font-size: 10px;
	z-index: 10;
}
.popup a.like_button {
	float: right;
	clear: right;
	xposition: relative;
	xmargin-right: 15px;
	display: block;
	width: 100px;
	text-align: center;
	height: 20px;
	xmargin: -15px 50px 0px auto;
	margin: 25px 10px 0px auto;	
	font-size: 12px;
	color: white;
	font-weight: bold;
	line-height: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #288f81 no-repeat 6px 6px;
	text-decoration: none;
	border: 2px solid white;
}
/* @end */

/* @group Uploads Form */


/* @end */



/* @group Blog */
.byline .addthis_button {
	float: right;
	xmargin: 0px 297px 0 8px;
	margin: 0px 10px 0px 0px;
}


/* @end */

/* @group Open Chairs */
.open_chairs {
	margin: 20px auto;
}
.open_chairs thead td {
	font-weight: bold;
	background-color: #e4f6f6;
}
.open_chairs td {
	padding: 2px 20px 2px 4px;
}
.open_chairs tbody td {
	border-bottom: 1px solid #e4f6f6;
	padding: 5px 25px 5px 4px;
	font-size: 12px;
}
/* @end */

/* @group Ad */

.top_adsense {
	width: 900px;
	margin: 50px auto -130px auto;
	list-style: none;
	text-align: right;
}

/* @end */

/* @group Enthusiast */
.enthusiast_details {
	width: 400px;
	float: left;
	min-height: 370px;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 9px;
}

/* @end */

/* @group Legend */
.legend .stylists {
	float: right;
	width: 220px;
	color: #288f81;
	font-size: 12px;
}
.legend .enthusiasts {
	clear: right;
	float: right;
	width: 210px;
	color: #666;
	font-size: 12px;
	padding-bottom: ;	
}

/* @end */

/* @group Contest */
body#contest h2 {
	color: #144b43;
	margin-left: 10px;
}
body#contest {
	color: #144b43;
}
body#contest p {
	text-align: left;
}
body#contest .emphasis {
	font-weight: bold;
	color: #d46056;
}
body#contest div.left {
	width: 360px;
	float: left;
	margin-right: 40px;
	margin-left: 10px;
}
body#contest div.left img {
	margin-left: 40px;
	margin-top: 20px;
}
body#contest div.right {
	width: 440px;
	margin-right: 20px;
	float: right;
	text-align: left;
}
body#contest div.right .small {
	font-size: 12px;
	color: #288f81;
}
body#contest div.right img.inline {
	margin-right: 240px;
	margin-left: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

/* @end */
