/*
=====================================
       PHUKET HOLIDAY RENTALS
 copyright 2010. all rights reserved

 Author: John Burns
    Url: www.johnburnsdesign.com
  Email: studio@johnburnsdesign.com
=====================================





/*===================================
  BODY AND LAYOUT 
====================================*/

* {
	margin: 0 auto 0 auto; /* global reset */
	padding: 0;
}

img {border: none}

body {
	font-family:helvetica,arial,sans-serif;
    font-size:13px;
	background-color:#ffffff;
	background-image:url(../img/bg2.jpg);
	background-repeat:repeat-x;
}

.logo {
	float:left;
	width: 325px;
	padding: 0;
	margin: 0px 0 0 0;
}

#header {
	height:165px;
	margin: 0;
}

#container {
	margin:0;
	height: 900px;
}

#containergallery {
	margin:0;
	height: 600px;
}

#banner {
	width: 990px;
}

#bannerwrapper {
	height:100px;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #CCC;
}

#banner h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-weight:normal;
	font-style:italic;
	padding:0 0 20px 0;
	letter-spacing:-1px;
	font-size:36px;
	margin:15px 0 0 0;
}

#bannerleft {
	width: 500px;
	float:left;
	margin: 15px 10px 0 0;
}

#bannerright {
	width: 380px;
	height: 270px;
	float:right;
	margin: 15px 0 0 10px;
	padding: 22px 0 0 22px;
	background-image:url(../img/slideshow.png);
	background-repeat:no-repeat;
}


.center {
	width:990px;
	height:100%;
	margin:0 auto;
	padding:0;
}


#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 40px 0;
	}
	

	
#wrapper a {
	color: #4e9dc8;
	border-bottom:dotted 1px #4e9dc8;
	text-decoration:none;
	
}

#wrapper a:hover {
	color: #000000;
	border-bottom:dotted 1px #000000;
	text-decoration:none;
	
}

#villa { 
	width:300px;
	padding:0;
	margin:0 45px 0 0;
	float:left;
	}
	
#villa p {
	margin: 0 40px 0 0;
}

#appartments { 
	width:300px;
	padding:0;
	margin:0 45px 0 0;
	float:left;
	}

#localarea { 
	width:300px;
	padding:0;
	margin: 0;
	float:left;
	}

#leftPost { 
	width: 300px;
	float: left;
	margin: 0 15px 0 0;
	}

#centerPost { 
	width: 300px;
	float: right;
	margin: 0;
	}

#rightPost { 
	width: 300px;
	float: right;
	margin: 0 0 0 15px;
	}
	
   #welcome {
	   width: 655px;
	   float:right;
   }
   
   #sidebar {
	   width:260px;
	   float: right;
   }
   
   #sidebar h1 {
	   font-size: 18px;
   }
	   
   
   #contentwrap {
	   width: 990px;
	   height: 150px;
	   margin: 0 auto;
	   padding: 0 0 80px 0;
   }
   
   #contentwrap a {
	color: #4e9dc8;
	border-bottom:dotted 1px #4e9dc8;
	text-decoration:none;
	
}

#contentwrap a:hover {
	color: #000000;
	border-bottom:dotted 1px #000000;
	text-decoration:none;
	
}


/*===================================
  NAVIGATION STYLES
====================================*/


.nav ul {
	margin:60px 0 0 0; 
	padding: 0; 
	list-style: none; 
	float:right; 
}
	
.nav ul li{
	float: left;
	display: block;
	margin: 0 0px 0 0;
	padding: 0;
}

.nav ul li a.button {
	display: block;
	float: left;
	height: 40px;
	margin-right: 6px;
	padding-right: 14px;
	text-decoration: none;
	color: #ffffff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.nav ul li a.button span {
	display: block;
	line-height: 40px; 
	padding:0 0 0 15px;
} 

.nav ul li a.button:hover {
	background: transparent url(../img/button_right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 40px; 
	margin-right: 6px;
	padding-right: 14px; 
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.nav ul li a.button:hover span {
	background: transparent url(../img/button_left.png) no-repeat; 
	display: block;
	line-height: 40px; 
	padding:0 0 0 15px;
}

.nav ul li.selected a {
	background: transparent url(../img/button_right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 40px; 
	margin-right: 6px;
	padding-right: 14px; 
	text-decoration: none;
	color: #ffffff;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

.nav ul li.selected a span {
	background: transparent url(../img/button_left.png) no-repeat; 
	display: block;
	line-height: 40px; 
	padding:0 0 0 15px;
}

#nav_content {
	background:#333333;
	background-image:url(../img/nav_bg.png);
	background-repeat:repeat;
	height:120px;
	margin: 0 0 50px 0;
	border-bottom: 2px solid #333333;
}




/*===================================
  FOOTER STYLES
====================================*/

#footer {
	background:#333333;
	background-image:url(../img/footer_bg.jpg);
	height:250px;
	font-size:12px;
	margin: 0;
}

#footerwrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

.footer_contact {
	width:300px;
	padding:0;
	margin:30px 45px 0 0;
	float:left;
	color:#f0f0f0;
}

.footer_social {
	width:300px;
	padding:0;
	margin:30px 45px 0 0;
	float:left;
	color:#f0f0f0;
}

.footer_twitter {
	width:300px;
	padding:0;
	margin:30px 0 0 0;
	float:left;
	color:#f0f0f0;
}

#footer_nav { 
	height:32px;
	padding:15px 0 0 0;
	background-color:#efefef;
}

#footer_nav ul{
	list-style-type:none;
}

#footer_nav .center p {
	float:left;
	font-size:12px;
	color:#333333;
	padding:0;
	margin:0;
	}
	
#footer_nav .center ul {
	float:right;
}

#footer_nav .center ul li{
	float:left;
	margin:5px 0 0 20px;
}

#footer_nav .center ul li a {
	font-size:12px;
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
}

#footer_nav .center ul li a:hover {
	color:#333333;
	text-decoration:none;
}

#footer_nav .center ul li a:active {
	color:#333333;
}




/*===================================
  SOCIAL NETWORKING STYLES
====================================*/ 


.socialnet{margin-top:10px; list-style-type:none;}

.socialnet li{
	border-bottom: 1px solid #444;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size:13px;
}
	
.socialnet img{float:left; padding-right:10px;}

.socialnet span{
	font-weight: bold;
	color:#fff;
	font-size:1.1em;
	width: 100%;}

.socialnet a:link {color: #666; display: inline; width: 100%;}
.socialnet a:visited {color: #666;}

.socialnet ul li a {
		display: block;
		text-decoration: none;
		width: 100%;
		padding: 0;
		margin: 0;
		font-size:0.9em;}
		
		
 
 
/*===================================
  TWITTER STYLES
====================================*/ 
 
.tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
	font-size: 14px;
}

.tweet .tweet_list li {
    overflow: auto;
    padding: .5em; 
}
      
.tweet .tweet_list li a {
    color: #2cace2; 
}

.tweet .tweet_list .tweet_avatar {
     padding-right: .5em;
     float: left; 
}

.tweet .tweet_list .tweet_avatar img {
     vertical-align: middle; 
}



#slideshow {
	overflow:hidden;
	width:470;
	height:286;
	background-repeat: no-repeat;
	background-attachment: initial;
	-webkit-background-clip: initial;
	-webkit-background-origin: initial;
	background-color: transparent;
	background-position: initial initial;
	}


.bannerBut ul {margin:20px 0 0 0; padding: 0; list-style: none; float:left; }
.bannerBut ul li{float: left; display: block; margin: 0 0px 0 0; padding: 0; 	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}

.bannerBut ul li a.button {
/* Sliding right image */
background: transparent url(../img/banner_button_right.png) no-repeat scroll top right; 
display: block;
float: left;
height: 60px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 14px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
font-size:1.2em;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFF;
}
.bannerBut ul li a.button span {
/* Background left image */ 
background: transparent url(../img/banner_button_left.png) no-repeat;
display: block;
line-height: 60px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding:0 0 0 15px;
}


#slideshow {
	overflow:hidden;
	width:355px;
	height:215px;
	background-repeat: no-repeat;
	background-attachment: initial;
	-webkit-background-clip: initial;
	-webkit-background-origin: initial;
	background-color: transparent;
	background-position: initial initial;
	}



#content { margin:0 0 15px 0; width:660px; background:#f2f2f2; border:1px solid #e0e0df;}
#content_inner { margin:5px; padding:10px; width:630px; background:#f8f7f7; border:1px solid #ececec;}
#content_inner p.intro{ color:#23395f; font-weight:bold; font-size:1.4em;}
#content_inner h4{ padding:20px 0; font-size:20px; color:#666; font-weight:normal; font-style:italic; line-height:1.4em;}
#content_inner a.all { display:block; width:192px; background:#f2f2f2; border:1px solid #e0e0e0; color:#6c6c6c; font-size:1.2em; padding:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#content_inner a.all:hover { display:block; width:192px; background:#fff; border:1px solid #e0e0e0; color:#6c6c6c; font-size:1.2em; padding:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#content_inner p.sig{ float:right; padding:0 20px 0 0;}
#content_inner p.sig span{ font-size:1.1em; font-style:italic; color:#666;}
#content_inner a.logo {float:right; width:162px; height:16px; display:block; background: transparent url(../img/logo_content.png) no-repeat; text-indent:-9999px; overflow:hidden;}


     #sidepic {
	   width:250px;
	   float: right;
	   padding: 5px;
	   margin: 0 0 20px 0;
	   background-color: #dcebf4;
       border: 1px solid #4e9dc8;
   }
   
   
   
   
	
	
	
	
	
	
	
#contactform {
font-family:arial;
font-size:13px;
margin:5px;
width:500px;
}

#contactform p {
text-align:center;
padding:8px;
color:#333;
}

#contactform em {
color:#3D5686;
}

#contactform div.r {
clear: both;
padding-top: 5px;
}

#contactform label {
float: left;
width: 100px;
text-align: right;
}

#contactform span.f {
float: right;
width: 335px;
text-align: left;
}

#contactform div.sp {
clear: both;
}

#contactform .req {
font-weight:bold;
}

#contactform input, #contactform textarea {
background: #ffffff;
border:2px solid #ccc;
padding:10px;
}

#contactform input:focus, #contactform textarea:focus {
background: #f2f2f2;
border:2px solid #3D5686;
}


#contact { margin:0 0 15px 0; width:660px; background:#f2f2f2; border:1px solid #e0e0df; float:left;}
#contact_inner { margin:5px; padding:10px; width:630px; background:#f8f7f7; border:1px solid #ececec;}
#contact_inner p.intro{ color:#23395f; font-weight:bold; font-size:1.4em;}
#contact_inner h4{ padding:20px 0; font-size:20px; color:#666; font-weight:normal; font-style:italic; line-height:1.4em;}
#contact_inner a.all { display:block; width:192px; background:#f2f2f2; border:1px solid #e0e0e0; color:#6c6c6c; font-size:1.2em; padding:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#contact_inner a.all:hover { display:block; width:192px; background:#fff; border:1px solid #e0e0e0; color:#6c6c6c; font-size:1.2em; padding:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#contact_inner p.sig{ float:right; padding:0 20px 0 0;}
#contact_inner p.sig span{ font-size:1.1em; font-style:italic; color:#666;}
#contact_inner a.logo {float:right; width:162px; height:16px; display:block; background: transparent url(../img/logo_content.png) no-repeat; text-indent:-9999px; overflow:hidden;}





#jquery-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img
{
	border: none;
}
#lightbox-container-image-box-top
{
	width: 100%;
}
#lightbox-container-image-box-top-left
{
	width: 10%;
	height: 1px;
	position: relative;
	margin: 0 auto;
	float: left;
	z-index: 10;
	display: inline;
	text-align: left;
}
#lightbox-container-image-box-top-middle
{
	width: 80%;
	padding-top: 5px;
	height: 5px;
	position: relative;
	margin: 0 auto 0 0px;
	float: left;
	z-index: 5;
	display: inline;
}
#lightbox-container-image-box-top-middle div.progress
{
	width: 80%;
	padding-top: 5px;
	height: 5px;
	position: relative;
	margin: 0 auto 0 0px;
	float: left;
	background-color: #e4e4e4;
	z-index: 5;
	display: inline;
}
#lightbox-container-image-box-top-right
{
	width: 10%;
	height: 1px;
	position: relative;
	margin: 0 auto;
	float: right;
	text-align: right;
	z-index: 10;
	display: inline;
}
#lightbox-container-image-box
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image
{
	height: 100%;
	padding: 10px;
}
#lightbox-loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav
{
	position: absolute;
	top: 32px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav
{
	left: 0;
}
#lightbox-nav a
{
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev
{
	left: 0;
	float: left;
}
#lightbox-nav-btnNext
{
	right: 0;
	float: right;
}
#lightbox-container-image-data-box
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	text-align: left;
}
#lightbox-container-image-data #lightbox-image-details
{
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption
{
	font-weight: bold;
	display: block;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}
#lightbox-image-details-currentNumber
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	display: inline;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}
#lightbox-image-details-previous-image, #lightbox-image-details-previous-text, #lightbox-image-details-next-image, #lightbox-image-details-next-text
{
	display: inline;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
}






        #gallery
        {
			margin: 0 auto;
            padding: 10px 10px 50px 10px;
            width: 455px;
        }
        #gallery ul
        {
            list-style: none;
        }
        #gallery ul li
        {
            display: inline;
        }
        #gallery ul img
        {
            border: 5px solid #CCC;
            border-width: 5px 5px 20px;
        }
        #gallery ul a:hover img
        {
            border: 5px solid #333;
            border-width: 5px 5px 20px;
            color: #fff;
        }
        #gallery ul a:hover
        {
            color: #fff;
        }

