/*   
Theme Name: DianaTheHairdresser.com
Theme URI: http://DianaTheHairdresser.com
Description: Diana's Website Theme
Author: Kristian H
Author URI: http://kristianh.com
*/

body, html{
margin:0;
padding:0;
background:url(images/cream.jpg) repeat;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#6ab6c6;
margin-top:0;
font-weight:normal;
padding-top:0;
}

h2{
font-weight:normal;
padding-top:0;
margin-top:0;
color:#6ab6c6;
}

a{
text-decoration:none;
color:#6ab6c6;
}

a:hover{
text-decoration:none;
color:#666;
}

#background{
width:100%;
height:600px;
background:url(images/main_background.jpg) repeat-x;
position:absolute;
top:0;
left:0;
}

#wrap{
margin:0 auto;
height:auto;
width:850px;
margin-top:12px;
}

#header{
width:850px;
height:125px;
background:url(images/diana_header09.png) no-repeat;
position:relative;
left:0;
top:0;
}

	#navcontainer{
	width:670px;
	height:50px;
	position:relative;
	top:80px;
	left:40px;
	}

	#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size:16px;
	}

#body{
width:726px;
height:auto;
background:#fff;
margin:0 auto;
padding:0px 12px 0 12px;
}

	#thecontent{
	padding:0 75px 75px 75px;
	}


/*** Slideshow stuff ***/

#s3slider {
   width:600px;
   height:500px;
   position: relative; /* important */
   overflow: hidden; /* important */
   background-color:#eee;
}

#s3slider ul, #s3slider li{
list-style-type:none;
padding:0;
margin:0;
}

#s3sliderContent {
   width: 499px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Helvetica Neue, Helvetica, Arial, sans-serif;
   padding: 10px 13px;
   width: 499px;
   background-color: #fff;
   filter: alpha(opacity=00); /* here you can set the opacity of box with text */
   -moz-opacity: 0.0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.0; /* here you can set the opacity of box with text */
   opacity: 0.0; /* here you can set the opacity of box with text */
   color:#2e9db5;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

.right{
float:right;
}

.left{
float:left;
}

.center{
text-align:center;
}

.featurepic{
border:12px solid #ddd;
margin:0 18px 8px 0;
}

#map{
width:425px;
height:auto;
margin:0 auto;
}

#service-table{
position:relative;
}

#service-call{
position:absolute;
width:100px;
height:100px;
background:#87510b;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:bold;
font-size:18px;
color:#fff;
text-align:center;
top:0px;
left:-110px;
border-radius:50px;
}

#service-call h3{
-webkit-transform: rotate(-10deg); 
-moz-transform: rotate(-10deg);	
}

/*** Centers Slide Show ***/
.centerdiv{
margin:0 auto;
width:600px;
padding-bottom:30px;
}

#footer{
width:850px;
height:30px;
margin-top:30px;
text-align:center;
}

#footer a{
color:#000;
text-decoration:underline;
}
#footer a:hover{
color:#999;
}

a.bb{
	color:#614c37;
}
