/*
Theme Name: James Wood Organic Hairdressing
Theme URI: http://www.jameswood-organic.co.uk
Date: October 2010
Author and copyright: Caroline Hofstede
Author URI: http://www.cosmichandmade.com
*/


/*----------------------
  Basics
  ---------------------*/

*{ 
padding: 0; 
margin: 0; 
border: 0; 
} 


Body {
margin:0 auto;
padding:0;
font-family: verdana, arial, trebuchet ms, tahoma, geneva, sans-serif;
font-weight: normal;
font-variant:normal;
font-style:normal;
word-spacing:normal;
letter-spacing:normal;
font-size: 80%;
color:#595959;
background: #443359 url(../images/body-bg.gif) repeat;
text-align:center;
}

/*----------------------
  Paragraph
  ---------------------*/
p{
margin:5px 0 10px 0;
padding:0;
line-height: 1.4em;
}

p.pad{margin:10px 0;}

p.price{
display:block;
font-weight: bold;
font-size:1.1em;
}

/*---- Blockquote ----*/

blockquote{
margin:10px;
padding:10px 0;
border-bottom: 0px solid #eee;
}

blockquote p{line-height: 1.5em;}

blockquote.magazinequote{
float:right;
width:150px;
margin:0.1em auto;
padding:1em;
font-style: italic;
font-family:"Georgia", Arial, Serif;
font-size:1.3em;
color:#737373;
background:transparent;
border: 0px solid #eee;
}

blockquote.magazinequote p{
margin:0;
padding:4px;
}

blockquote.treatment{
margin:20px 0;
padding:4px;
border-bottom: 0px solid #ddd;
}

blockquote.treatment p{
line-height: 1.4em;
}

/*---- Customer comments ----*/
.link{
margin:15px 0;
border-top:0px solid #eee;
border-bottom:2px solid #eee;
}

/*----------------------
  Headings
  ---------------------*/
h1, h2, h3, h4, h5, h6{
margin:0;
padding:2px 0;
font-family: "arial", trebuchet ms, verdana, tahoma, geneva, sans-serif;
font-weight: normal;
font-size: 1em;
color:#6C892F;
text-align:left;
}

h1{
padding:0 0 18px 0;
font-size: 1.5em;
text-transform:normal;
}

h2{
font-size: 1.4em;
color:#737373;
}

h3{font-size: 1.2em;color:#999;}
h4{font-size: 1.1em;}

.header{
margin:15px 0 5px 0;
padding:2px 5px 2px 0;
text-align:left;
letter-spacing:0.05em;
text-transform:normal;
background: transparent;
border-bottom: 0px solid #eee; 
}

.title{
font-family: Georgia, serif;
font-size: 1.3em;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

.title-big{
font-family: Georgia, serif;
font-size: 20px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}


/*----------------------
  Links
  ---------------------*/

a, a:link{
font-weight:bold;
color:#404040;
text-decoration:none;
outline:none;
}

a:hover{
color:#999;
font-weight:bold;
text-decoration:none;
}

a:active {
color:#ccc;
font-weight:bold;
text-decoration:none;
}

a.up {
padding-left: 15px;
color:#999;
background: url(../images/bulletarrow.gif) no-repeat;
background-position: center left;
}

a:hover.up {
padding-left: 15px;
color:#404040;
background: url(../images/bulletarrow.gif) no-repeat;
background-position: center left;
}


/*----------------------
  Images
  ---------------------*/

a img{
border:0px none;
margin:0;
padding:0;
}

.ileft{ 
float: left;
padding:4px;
}

.iright{
float: right; 
padding:4px;
}

.icenter{
display: block;
text-align: center;
margin: 5px auto;
padding: 5px 0;
}

.ileftB{ 
float: left; 
padding:4px;
margin:2px 8px 2px 0;
background:#fff;
border:1px solid #eee;
}

.irightB{
float: right; 
padding:4px;
margin:2px 0px 2px 8px;
background:#fff;
border:1px solid #eee;
}

.icenterB{
display: block;
text-align: center;
margin: 5px auto;
padding: 4px;
background:#fff;
border:1px solid #eee;
}

.iborder{
padding:4px;
margin:0;
background:#fff;
border:1px solid #eee;
}

/*----------------------
  Gallery
  ---------------------*/

.gallerywrap {
display:block;
width: 100%;
margin:0 auto;
padding: 0;
}

#gallery { 
float:left;
clear:both;
width: 100%; 
margin: 20px 0; 
}

/*div.thumb {
border: 1px solid #ccc;
float: left;
height: 90px;
width: 120px;
margin: 0 10px 10px 0;
padding: 4px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}*/

div.thumb h2{
padding: 10px 0 0 0px;
margin:0 auto;
font-size:1.1em;
}

div.thumb p{
padding: 0;
margin:0 auto;
font-size:0.9em;
}

div.thumb {
float: left;
height: 90px;
width: 120px;
margin: 0 5px 15px 0;
padding: 5px;
background: url(../images/thumb_off2.gif) no-repeat 0% 0%;
}

div:hover.thumb { 
padding: 5px;
background: url(../images/thumb_on2.gif) no-repeat 0% 0%;
}

/*----------------------
  Lists
  ---------------------*/

ul{
list-style: inside;
margin:0;
padding:0;
text-decoration:none;
}

ol{
margin:0 0 15px 0;
padding:5px 0;
text-decoration:none;
}

li{
margin:0;
padding:0;
text-decoration:none;
}

.dot{
list-style-image: url(../images/bullet.gif);
list-style-type: disc;
}

#top{}/*top of page*/

/*---- definition list ----*/

dl{
margin: 0;
padding: 10px 0;
}

dt{
margin: 0;
padding: 0;
font-weight: bold;
}

dd{
margin: 0 0 1em 0;
padding: 0;
}


/*----------------------
  Main holders
  ---------------------*/

#page{
width: 900px;
margin: 0 auto;
padding:0 30px;
text-align: left;
background:#fff;
border:0px solid #ddd;
border-top:0;
}

#wrapper{
width:100%;
margin:0 auto;
padding:0;
background:#fff;
}


/*----------------------
  Header
  ---------------------*/
#header{
width:100%;
height: 190px;
margin:0px auto;
padding:0;
text-indent: -9999px;
background: url(../images/phone.jpg) no-repeat center right;
border-bottom:0px solid #94AE33;
}

#headerimg{
width:100%;
height:190px;
margin:0 auto;
padding:0;
background:url(../images/logo.jpg) no-repeat center left;
}


/*----------------------
  Top Navigation
  ---------------------*/
.underlinemenu{
font-weight: bold;
width: 100%;
padding-top:10px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #404040;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: solid #b0b0b0 /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
color:#999;
border-bottom-color: #7F60A4;
}



/*----------------------
  Banner
  ---------------------*/
#banner{
height:200px;
margin:0;
background: #456B18 url(../images/xx.png) no-repeat;
border:0px solid #8ec1d6;
}

#banner h2{	
margin:0 0 0 10px;
padding-top:10px;
font-size: 1.25em;
font-weight:bold;
color:#fff;
}

#banner p{
width:300px;
margin: 10px;
font-size: 0.9em;
color:#fff;
}

#banner a{
color:#fff;
font-weight: bold;
}

#banner a:visited{
text-decoration: underline;
}

#banner a:hover{
text-decoration: underline;
color: #23370C;
}

/*----------------------
  Content
  ---------------------*/

#content{
float:left;
width: 75%;
height: auto;
margin:0;
padding:0;
text-align:left;
background:transparent;
}

#content a, #content a:link{
font-weight: bold;
text-decoration:none;
border-bottom:1px solid #eee;
}

#content a:hover, #content a:visited{
font-weight: bold;
text-decoration:none;
border-bottom:1px solid #eee;
}


#content ul{
margin: 10px 0 20px 0px; 
list-style-type: square;
list-style-position: outside;
}

#content ul li{line-height:1.4em;}
#content ol{margin: 5px 0 5px 20px;}
#content li{margin: 4px 15px;}

.list {
color: #ccc; 
margin: 10px 0px 10px 15px; 
padding: 0px; 
list-style-type: square;
}


/*----------------------
  Sidebar - right
  ---------------------*/

#sidebar{
float:right;
width: 20%;
margin:0 auto;
padding:0 5px;
text-align:left;
background:transparent;
}

#sidebar h3{
height:20px;
padding:4px 0 0 0;
margin-bottom:10px;
font-weight: bold;
text-transform:uppercase;
color:#404040;
background:#fff;
}

/*----------------------
  Menu - sidebar 
  ---------------------*/

.menu{
width:100%;
margin:0 auto;
padding:0;
text-align:right;
background:transparent;
}

.menu p{
margin:0;
padding:5px 0;
text-align:left
}

.menu a{}
.menu a:hover, .menu a:active{}

.menu h2{
margin-top:0px;
padding:2px;
text-align:right;
text-transform:uppercase;
font-size:1.2em;
color:#6C892F;
border-bottom: 0px solid #c7c7c7; 
}

.menu h2.home{
display:block;
height:24px;
text-align:right;
background: url(../images/but-home.jpg) no-repeat center right;
}

.menu h2.about{
display:block;
height:24px;
text-align:right;
background: url(../images/but-about.jpg) no-repeat center right;
}

.menu h2.treatments{
display:block;
height:24px;
text-align:right;
background: url(../images/but-treatments.jpg) no-repeat center right;
}

.menu h2.spa{
display:block;
height:24px;
text-align:right;
background: url(../images/but-spa.jpg) no-repeat center right;
}

.menu h2.resources{
display:block;
height:24px;
text-align:right;
background: url(../images/but-resources.jpg) no-repeat center right;
}


.menu h2.contact{
display:block;
height:24px;
text-align:right;
background: url(../images/but-contact.jpg) no-repeat center right;
}


.menu li{list-style-type: none;}

.menu ul{
margin:0 0 20px 0;
padding:0;
list-style-type: none;
text-align:right;
border:0px solid #eee;
}

.menu ul li{
margin:0;
padding:3px 0;
list-style-type:none;
background:transparent url(images/xxx.gif) no-repeat left;
border-bottom:0px solid #eee;
}

.menu ul li a{
margin:0;
padding:0;
font-weight:normal;
font-size: 1.1em;
background:transparent url(../images/navbullet.gif) no-repeat left;
}

.menu ul li a:hover{
margin:0;
padding-left:0px;
font-weight:normal;
background:transparent url(../images/navbullet1.gif) no-repeat left;
}

.treatments {background-image: url(../images/treatment.jpg);}
.treatments a:hover {background-image: url(../images/button1a.jpg);}



/*----------------------
  Opening Times 
  ---------------------*/

#opening_times li{
font-size:0.95em;
line-height:1.65em;
list-style-type:none;
list-style-position:outside;
color:#5b5b5b;
border-bottom:1px solid #ddd;
}

#opening_times li#last{
margin-bottom:10px;
border-bottom:none;
}

/*----------------------
  Footer
  ---------------------*/

#footer{
clear:both;
margin-top:17px;
padding-top:5px;
padding-bottom: 20px;
background: transparent;
border-top: 1px solid #ddd;
}

#footer p{
margin:0;
padding-top: 10px;
font-size: 0.9em;
text-align:center;
color:#828282;
}

#footer a{color:#999;}
#footer a:hover{color:#404040;}

#footer li{
float:left;
display: inline;
margin-right:5px;
}


/*----------------------
  Other
  ---------------------*/

.clear{
display: block;
clear: both;
}

.dividerline{
clear:both;
margin: 10px 0;
padding:0px 0;
border-top: 2px solid #eee;
text-align:center;
}

hr{display: none;}
.hide {display: none;}
.hiddenPic {display:none;}/*image preload*/
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.small {font-size:0.8em;}
.large {font-size:1.3em;}
.bold {font-weight:bold;}
.italic {font-style:italic;}


/*----------------------
  Links wrap
  ---------------------*/

#links-wrap {margin: 0 0 1.5em;font-size:92%}
#links-wrap dt, #resultslist-wrap dl {margin: 0}
#links-wrap dt {font: bold 85% arial;padding: 3px 0}
#links-wrap li {padding: 0 0 1em;margin:0 0 0 1.2em;font: bold 145% arial}
#links-wrap li dd {font: normal 73% arial}
#links-wrap li dl {margin:0}
#links-wrap dd {line-height:1.3}
#links-wrap dd.filetype, #resultslist-wrap dd.date {color:#999;display:inline;padding-right:.5em}


/*----------------------
  Table style general
  ---------------------*/
.table{
width:100%;
margin:15px auto;
padding:6px;
text-align:left;
border-collapse: collapse;
background:transparent;
border:0px solid #eee;
}

caption{
padding:4px 0;
font-size:1.2em;
font-weight: bold;
text-align:left;
background:transparent;
border-bottom:0px solid #eee;
}

thead{
padding:0;
margin:0;
text-align:left;
background:#eee;
border:0px solid #eee;
}

tfoot{
padding:0;
margin:0;
background:#eee;
border:0px solid #eee;
}

.table p{
margin:0;
font-size:0.9em;
line-height: 1.2em;
}

.table h3{
font-size:1.2em;
font-weight: bold;
}

.table td{
vertical-align:top;
margin:0;
padding: 0.7em;
border-bottom:0px solid #eee;
}

tr.yellow td {
border-top: 1px solid #FB7A31;
border-bottom: 1px solid #FB7A31;
background: #FFC;
}

.table th{
padding:2px 4px;
border-bottom:0px solid #ccc;
}


/*----------------------
  Table 3
  ---------------------*/
.table3{
width:100%;
float:left;
margin:15px auto;
padding:6px;
text-align:left;
border-collapse: collapse;
border:0px solid #eee;
}

.table3 thead{
padding:0;
margin:0;
text-align:left;
background:#fff;
border:0px solid #eee;
}

.table3 caption {
padding: 0 0 5px 0;
font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
font-size:1.3em;
text-transform:uppercase;
font-weight: bold;
text-align: left;
color:#404040;
}


.table3 td{
padding:3px 4px;
border-bottom:1px solid #eee;
}

.table3 th{
padding:2px 4px;
font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
font-size:1.4em;
text-transform:uppercase;
font-weight: bold;
text-align:left;
background: url(images/xxx.jpg) no-repeat;
border-bottom:0px solid #999;
}

.table3 p{
font-size:0.9em;
line-height: 1.1em;
}

.table3 .header{
padding:15px 5px 5px 5px;
font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
font-size:1.3em;
text-transform:uppercase;
font-weight: bold;
color:#737373;
}

/*----------------------
  Table 4
  ---------------------*/
.table4{
width:100%;
float:right;
margin:0px auto 25px auto;
padding:6px;
text-align:left;
border-collapse: collapse;
border:0px solid #eee;
background:transparent;
}

.table4 td{
margin:0 auto;
padding:4px 0;
border-bottom:1px solid #eee;
}

.table4 th{
padding:2px 4px;
text-align:left;
font-size:1.3em;
color:#999;
}

.table4 p{
font-size:1em;
line-height: 1.2em;
}

.table4 caption{
text-transform:uppercase;
margin-bottom:8px; 
font-style:normal; 
font-variant:normal; 
font-weight:bold; 
font-size:1.25em; 
font-family:Arial; 
letter-spacing:1pt; 
padding: 15px 0 0 0;
}

/*----------------------
  Form style
  ---------------------*/
form{
width:100%;
margin:0;
padding:0;
color:#333;
}

form p{
margin:0;
padding:3px;
}


fieldset{
margin:10px 0;
padding:10px;
border:1px solid #ddd;
}

legend {
margin:6px 0;
padding:6px;
font-weight: bold;
font-size:0.9em;
text-transform:uppercase;
letter-spacing:3pt;
text-align:right;
background:transparent;
border:1px solid #ddd;
}

label{
width:200px;
float: left;
text-align:left;
margin: 0 0 5px 0;
clear: both;
}

input{
margin:0;
padding:2px;
background:transparent;
border:0px solid #ddd;
}

select {
background-color: #fff; 
}

textarea { 
padding:10px;
background: #eee;
border:1px solid #eee;
}
