


body{
	background:transparent url(../images/colored_thatch.png) 50% 0 repeat;
	text-align:center;
	font-family:sans-serif;
	line-height:1.5em;
	padding-bottom:25px;
}

#pageWrap{
background:#412717 url(../images/body_tile.png) 50% 0 repeat-y;
color:white;
width:1000px;
margin:0 auto;
}

#pageWrap2{
background:transparent url(../images/body_bottom.png) 50% 100% no-repeat;
padding-bottom:25px;
}


#pageWrap3{
background:transparent url(../images/body_top.png) 50% 0% no-repeat;
padding:25px;
}


/***********************

Styles for the header bar

************************/

#header{
text-align:center;
margin-top:10px;
}        
            
        

/***********************

Styles for the top menu

************************/
#menuWrap{
width:1000px;
margin:0 auto;
text-align:left;
padding:0px;
padding-top:0px;
padding-bottom:0px;

}

#menu{ 
margin-top:0px;
float:right;
height:60px;
background:#412717  url(../images/menu_background.png) 100% 0% no-repeat;
padding-right:50px;
position:relative;
margin:0px;
}

#menuCap{
position:absolute;
left:-40px;
top:0px;
}

#menu ul{
        list-style:none;
        margin:0px;
        padding:0px;

        }

        #menu ul li{
        float:right;
        padding:0px;
	margin:0px;
	height:51px;
	vertical-align:middle;
        }

	
        #menu li a{
        text-decoration:none;
        display:table-cell;
        margin:2px 15px;
        padding:0 10px;
	height:60px;
	vertical-align:middle;
	color:#fff;
        }

	#menu li.current a{
		color:#fff;
        	font-weight:bold;
	}

        #menu li a:hover{
        text-decoration:underline;
        }

/***************************
* Side menu stuff
****************************/
#sideMenu{
text-align:right;
padding-top:5px;
}

#sideMenu ul{
list-style:none;
text-align:right;
}

#sideMenu.horiz ul{
text-align:center;
}

#sideMenu ul li{
margin-bottom:10px;
}

#sideMenu.horiz ul li{
display:inline;
margin:0 10px;
}


#sideMenu ul li a{
display:inline-block;
height:41px;
background-position:100% -40px !important;
}

#sideMenu ul li a:hover{
background-position:100% 0px !important;
}

#sideMenu ul li#spa a{
width:46px;
background: transparent url(../images/spa.png) 100% 0 no-repeat;
}

#sideMenu ul li#spa a span{
display:none;
}


#sideMenu ul li#salon a{
width:62px;
background: transparent url(../images/salon.png) 100% 0 no-repeat;
}

#sideMenu ul li#salon a span{
display:none;
}


#sideMenu ul li#photo_gallery a{
width:135px;
background: transparent url(../images/photo_gallery.png) 100% 0 no-repeat;
}

#sideMenu ul li#photo_gallery a span{
display:none;
}


#sideMenu ul li#meet_the_girls a{
width:166px;
background: transparent url(../images/NewLink.png) 100% 0 no-repeat;
}

#sideMenu ul li#meet_the_girls a span{
display:none;
}



#sideMenu ul li#lucky_you a{
width:114px;
background: transparent url(../images/lucky-you.png) 100% 0 no-repeat;
}

#sideMenu ul li#lucky_you a span{
display:none;
}




.container-17{
width:670px;
margin:0 auto;
text-align:left;
text-align:justify;
}

.span-11-img{
margin-left:-4px;
margin-right:-5px;
background:white url(../images/img_frame.png) 0 0 no-repeat;
width:450px;
height:306px;
}

.span-11-img img{
width:411px;
height:268px;
margin:19px 19px 19px 19px;
}


.span-17-img{
clear:both;
margin-left:-10px;
margin-right:-10px;
background:white url(../images/img_frame_wide.png) 0 0 no-repeat;
width:690px;
height:355px;
}

.span-17-img img{
width:638px;
height:303px;
margin:26px 26px 26px 26px;
}

#double_col_main_img{
margin-bottom:1.5em;
}

/*********************

Styles for the footer

 ********************/


#footer{
background: transparent url(../images/divider.png) 50% top no-repeat;
padding-top:35px;
text-align:center;
}


/***********************
* Paginiation, for blogs
* and tags
************************/

.pagination{
background:#eee;
padding:10px;
border:1px solid #ccc;
border-left:0px;
border-right:0px;
text-align:center;
margin:10px 0px;
}

.pagination a{
border:1px solid #ccc;
padding:3px 8px;
margin:3px;
}

.pagination a:hover{
background:#ccc;
color:black !important;
}


/*************************
* Tag cloud
**************************/

.tag1 {font-size: 1.0em;}
.tag2 {font-size: 1.2em;}
.tag3 {font-size: 1.4em;}
.tag4 {font-size: 1.6em;}
.tag5 {font-size: 1.8em;}
.tag6 {font-size: 2.0em;}

/*********************************
*Coments
**********************************/

.comment{
border-bottom:1px solid #eee;
padding:10px 0px;
width:100%;
}

.comment .author{
float:left;
width:200px;
margin:10px;
}

.comment .author_name{
margin-bottom:10px;
}

.comment .date{
margin-top:10px;
}

.comment .content{
margin-left:220px;
}

/*****************************
* Blog layout
******************************/

#blogMainArea{
width:600px;
float:left;
}

#blogSidebar{
margin-left:40px;
float:left;
}

.post{
background: transparent url(../images/shadow_line.gif) 0 100% no-repeat;
padding-bottom:30px;
margin-bottom:10px;
}

.post .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.post .body{
clear:left;
}

.postInfo h3, .postInfo h5{
border-bottom:0px;
margin:0px;
}

.postInfo .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.postBody{
clear:left;
}


/***********************
**Some general form stuff
************************/


ul.form_errors{ 
                border:1px solid red;
                background:#fdd;
                padding:10px;
                padding-left:30px;
                }

.submitted_ok{ 
                border:1px solid green;
                background:#dfd;
                padding:10px;
                padding-left:30px;  
                margin:10px;
 }

input.form_error,textarea.form_error,select.form_error{ 
                  border:2px inset red;
                  background:#fdd;
                  }

    
a{outline:none;}   
            
