/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* Salon Pictures Styles */

html {
	overflow-y: scroll;
	background-color: #000000;
}

body {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	color: #FFF;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	width: 1020px;
}

#logo {
	margin: 30px auto 20px;
	width: 300px;
	height: 69px;
}

#tagline {
	text-align: center;
	margin: 0 auto 20px;
}

.line {
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
	height: 1px;
}

#menu {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 900px;
	text-align: center;
	background-color: #000;
}

#menu.stuck {
			position:fixed;
			top:0px;
			left: 0px;
			width: 100%;
			box-shadow:0 2px 4px rgba(0, 0, 0, .3);
			z-index: 999;
			border-bottom: 1px solid #FFF;
		}


#menu li {
	display: inline;
	list-style: none;
	padding: 0px 20px 0px 20px;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#menu a:hover {
	color: #888;
}
#slideshow-wrapper {
	width: 1020px;
	height: 512px;
	margin: 0px auto 50px;
}

#left-arrow {
	width: 30px;
	height: 38px;
	float: left;
	margin-right: 30px;
	margin: 237px 30px 0 0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	display: none;
}

#right-arrow {
	width: 30px;
	height: 38px;
	float: left;
	margin: 237px 0 0 30px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	display: none;
}

#left-arrow:hover, #right-arrow:hover {
	opacity: 0.5;
	cursor: pointer;
}

#slideshow {
	width: 900px;
	height: 512px;
	float: left;
	margin-left:60px;
	position: relative;
}

#footer-left {
	font-size: 12px;
	float: left;
	width: 450px;
	text-align: left;
}

#footer-right {
	font-size: 12px;
	float: left;
	width: 450px;
	text-align: right;
}

#footer {
	height: 40px;
	color: #888;
	border-top: 1px solid #888;
	padding-top: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	color: #888;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}

.page-content {
	width:900px;
	margin: 10px auto 0px;
	line-height: 22px;
	text-align: left;
	padding-bottom: 30px;
	color: #FFF;
}

.page-content a {
	color: #888;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.page-content a:hover {
	color: #FFF;
}

.left-col {
	width: 435px;
	float: left;
	margin-right: 30px;
	margin-top: 20px;
}

.right-col {
	width: 435px;
	float: left;
	margin-top: 20px;
}

.who {

}

.slate-item {
	width: 900px;
	margin: 0px auto 30px;
	border-bottom: 1px solid #888;
	padding-bottom: 30px;
}

.slates li:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.slate-image {
	width: 250px;
	height: 371px;
	margin-right: 30px;
	float: left;
}

.slate-info {
	width: 620px;
	float: left;
}

.slate-info-title h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 22px;
	letter-spacing: 5px;
}

.right-col h3 {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 18px;
	letter-spacing: 4px;
}

.company {
	font-size: 11px;
	margin-top: 80px;
	color: #888;
}

.slatecover {
	width: 900px;
	height: 512px;
	background-image: url('../../uploads/2013/02/slate-slide.png');
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#slatebutton:hover {
	cursor: pointer;
}

#slate-narrow {
	width: 900px;
	height: 208px;
	position: relative;
	margin: 0 auto;
	display: none;
	background-image: url('../../uploads/2013/02/slate2.png');
}

.flexslider {
	margin-bottom: 0px !important;
}

.photocredit {
	text-align: right;
	margin-top: 5px;
}

.photocredit a {
	color: #888;
	font-size: 11px;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.photocredit a:hover {
	color: #FFF;
}

/* Laundrymen */

.page-template-laundrymen-php .sticky-wrapper, .page-template-laundrymen-php .line, .page-template-laundrymen-php #tagline, .page-template-laundrymen-php #footer {
	display: none;
}

#laundrymen {
	text-align: center;
	margin-top: 40px;
}

#laundrymen_content {
	margin-top: 30px;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 30px;
}

#laundrymen_signup input {
	padding: 10px;
	background: #000;
	border: 1px solid #FFF;
	font-size: 20px;
	color: #FFF;
	outline: none;
	margin-bottom: 30px;
	text-align: center;
	width: 650px;
}

#laundrymen_signup input[type=submit] {
	background-color: #FFF;
	color: #000;
	width: 200px;
}

div.wpcf7-response-output {
	width: 650px;
	margin: 0 auto !important;
	margin-bottom: 30px !important;
	padding: 10px!important;
}