/*
Theme Name: Theory for Hair
Theme URI: http://www.theoryforhair.com.au
Description: Wordpress theme created for the Theory for Hair website
Version: 1.0
Author: Rob Boulton
Author URI: http://www.virtuosity.com.au
*/

/* ---------------------  RESET ALL STYLES --------------------- */

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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
	font: inherit inherit 100% inherit;
}

ul, li {
	list-style-type: none;
}


/* ---------------------  GENERAL --------------------- */

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

body{
	min-width: 960px;
	color:#222;
	background: #ACADB1;
	font: 14px/18px Arial, Helvetica, sans-serif;
}

#bg {
    position: fixed;
}

#bg div {
    height:100%;
    position:absolute;
    width:100%;
}

#bg td {
    text-align:right;
    vertical-align:top;
}

#bg img {
    min-height:100%;
}

a {
	color: #222;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #444;
}

.clear {
	clear: both;
	height: 0px;
}

/* --------------------- CONTAINER --------------------- */

#container{
	position:absolute;
    top:0;left:0;
    z-index:70;
	background: url(images/right_trans_bg.png) repeat-y top left;
	min-height: 100%;
	width: 100%;
	height: 100%;
    overflow: auto;
}

#page-wrap{
	position: relative;
	width: 900px;
}

/* --------------------- SIDEBAR --------------------- */

#sidebar{
	float: left;
	width: 325px;
}


#logo {
	margin-top:41px;
}

#logo h1 a{
	display: block;
	width: 238px;
	height: 97px;
	clear: both;
	margin: auto;
	background: url(images/theory_for_hair_logo.png) no-repeat;
	text-indent: -9999px;
}

#logo h3{
	display: block;
	width: 238px;
	height: 14px;
	clear: both;
	margin: auto;
	margin-top: 20px;
	background: url(images/chill_out.png) no-repeat;
	text-indent: -9999px;
}

/* --------------------- NAVIGATION --------------------- */

#main-nav{
	float: left;
	width: 325px;
	margin: 35px 0 35px 0;
}

#main-nav ul li {
	text-transform: uppercase;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
}

#main-nav ul li a{
	display: block;
	float: left;
	margin-top: 7px;
	width: 238px;
	height: 28px;
	padding-top: 10px;
	padding-right: 35px;
	background-color: #3f3f3f;
	color: #FFF;
	text-decoration:none;
}

#main-nav ul li a:hover{
	background: #666;
}

#main-nav ul li a:active{
	background: #222;
}

#main-nav ul li.current_page_item a{
	width: 285px;
	height: 30px;
	padding-top: 14px;
	background: url(images/trans_bg.png) repeat;
	color: #222;
	font-size: 24px;
}

/* --------------------- NEWSLETTER MODULE --------------------- */

#newsletter{
	float:left;
	color: #FFF;
	width: 240px;
	margin-bottom: 30px;
	padding: 20px 20px 20px 30px;
	background-color: #6c6d70;
	display: inline;
	overflow: hidden;
}

#newsletter h3{
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#newsletter input{
	width: 210px;
	height: 18px;
	float: left;
	font-size: 14px;
	padding: 3px 10px;
	margin-bottom: 10px;
	color: #444;
	border: 1px solid #CCC;
}

#newsletter input.submit{
	display: block;
	outline: none;
	border: none;
	width: 112px;
	height: 24px;
	margin: 5px 60px;
        padding-bottom: 5px;
	background: #a40007;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #fff;
        font-size: 12px;
	cursor: pointer;
}

#newsletter input.submit:hover{
	background: #8e0006;
}

/* --------------------- SALONS --------------------- */

#salons{
	float:left;
	width: 240px;
	margin-bottom: 30px;
	padding: 20px 20px 20px 30px;
	background-color: #6c6d70;
	display: inline;
	overflow: hidden;
	
}

#salons h3{
	color: #FFF;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#salons ul li {
	display: block;
	width: 120px;
	float: left;
	color: #fff;
	font-size: 14px;
	text-align: center;
}


#salons ul li ul{
	margin-bottom: 30px;
}

#salons ul li ul li{
	font-size: 12px;
}

#salons img{
	margin-top: 5px;
	margin-bottom: 5px;
	border: 5px solid #dedede;
}

#salons a:hover img{
	border: 5px solid #cdcdcd;
}


/* --------------------- CREDITS --------------------- */

#credits {
	display: block;
	margin: 10px auto 10px auto;
	font-size: 11px;
	color: #ccc;
	text-align: center;
}

/* --------------------- MAIN CONTENT --------------------- */

#main-content{
	float: right;
	width: 495px;
	padding: 40px;
	padding-bottom: 0px;
}

#main_text h2{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}

#main_text h3{
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}

#main_text p{
	margin-bottom: 20px;
}

#main_text img {
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #dedede;
	margin-bottom: 10px;
}

#main_text a:hover img{
	border: 10px solid #cdcdcd;
}

#news_text {
	margin-bottom: 10px;
}

#news_text h2{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}

#news_text h3, h3 a{
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}

#news_text img{
	border: 10px solid #dedede;
}

#news_text a:hover img{
	border: 10px solid #cdcdcd;
}

#news_text .date{
	font-size: 18px;
	font-weight: bold;
	color: #888;
	margin-bottom: 10px;
}

#news_text p{
	margin-bottom: 20px;
}

#news_text ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*---- BODY CLASSES ----*/


.page-id-3, .page-id-66, .single, .page-template-default, .error404 {
	background:#ACADB1 url(images/theory_bg.jpg) repeat-x top fixed;
}

.page-id-2 {
	background:#ACADB1 url(images/theory_bg_4.jpg) repeat-x top fixed;
}

.page-id-6 {
	background:#ACADB1 url(images/theory_bg_9.jpg) repeat-x top fixed;
}

.page-id-8 {
	background: #000;
}
.page-id-8 #logo h1 a {
	background: url(images/theory_for_hair_logo_white.png) no-repeat;
}
.page-id-8 #logo h3 {
	background: url(images/chill_out_white.png) no-repeat;
}

.page-id-8 #news_text img {
	border: 10px solid #fff;
}

.page-id-8 #news_text a:hover img {
	border: 10px solid #eee;
}

.page-id-11 {
	background:#ACADB1 url(images/theory_bg_6.jpg) repeat-x top fixed;
}

.page-id-14 {
	background:#ACADB1 url(images/theory_bg_3.jpg) repeat-x top fixed;
}

.page-id-16 {
	background:#ACADB1 url(images/theory_bg_7.jpg) repeat-x top fixed;
}

/*---- ALIGNMENT CLASSES ----*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center {display: block; margin-left: auto; margin-right: auto}

img.alignright {float:right; margin:0 1em 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 1em 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*---- SOCIABLE PLUG-IN ----*/
#news_text div.sociable { margin: 16px 0; }

#news_text div.sociable_tagline { position: relative; float: left; margin-right: 10px; color: #666; }

#news_text .sociable span {
	display: block;
}
#news_text .sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
#news_text .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
#news_text .sociable ul li:before { content: ""; }
#news_text .sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

#news_text .sociable a:hover img {
	border: 0;
}

/*---- CONTACT FORM 7 ----*/
.wpcf7 form {
	background:none repeat scroll 0 0;
	border:1px solid #888;
	margin:20px 10px;
	padding:15px 20px 0px 20px;
	color: #000;
}

.wpcf7 input, select, textarea {
	background:#fff none repeat scroll 0 0;
	border:1px solid #666;
	color:#222;
	font-family:Arial, Verdana,Tahoma,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:5px 4px;
}

.wpcf7 input#submit {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
}