/*
Theme Name: Infinity Bali Villas
Theme URI: http://www.infinitybalivillas.com/
Description:
Version: 1.0
Author: Skip
Author URI:
*/


/* basic style start */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/16px arial, Helvetica, sans-serif;
	text-align: center;
	background: #efefef;
}

.clear {
	clear:both;
}

div,
td,
p {
	font-size: 12px;
	line-height:16px;
	color: #333333;
}

hr {
	border: none;
	margin: 20px 0 0 0;
}

#content ul{
	margin: 10px 0 15px 20px;
	list-style-type: none;
}

#content ul li{
	padding: 0 0 4px 0px !important;
	padding: 0 0 6px 0px ;
	list-style-type: circle;
}

#content ol {
	margin: 10px 0 10px 20px !important;
	margin: 10px 0 10px 24px;
        list-style-type: circle;
}

#content ol li{
	margin: 6px 0;
}

p {
	margin-bottom: 10px;
}

#content a {
	color: #85161F;
	text-decoration: none;
}

img {
	border: none;
	}

#content a:hover {
	color: #C5AC1C;
	text-decoration: none;
}

#content {
	text-align: justify;
	border-bottom: solid 1px #efefef;
	}

/* general template layout start */

#container { /*----->page container */
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #ffffff;
}

/* logo */

#logo {
	position: absolute;
	right: 50px;
}

#logo h1 {
	text-indent: -9000px;
	
}

#logo h1 a{
	display: block;
	width: 339px;
	height: 159px;
	background: transparent url('images/logo.gif') no-repeat left top;
}

/* Header background */

#headerwrap {
	position: relative;
	width: 1020px;
	height: 220px;
	background: transparent url('images/header-bg.jpg') no-repeat;
}
#headerimg img {
	float: left;
	display: none;
}

#contentwrap {
	position: relative;
	width: 1020px;
	background: #fff;
}

#contentloop {
	margin-bottom: 20px;
	}

#maincol {
	float: left;
	width: 650px;
	padding: 10px 20px 35px 40px !important;
	padding: 10px 20px 35px 37px;
}

/* Sidebar */

#sidecol {
	float: left;
	width: 240px;
	margin: 0 0 0 10px;
	padding: 30px 15px 35px 25px;
	background: transparent url('images/sidebar-bg.gif') repeat-x left top;
}

#sidecol ul{
	width: 100%;
	list-style-type: none;
}

/*heading style*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	text-transform: capitalize;
	padding: 0 0 10px 0;
	font-family: arial, helvetica, sans-serif;
}

#content h1 a, #content h2 {
	font-size: 20px;
	color: #85161F;
	margin: 0px;
	padding-bottom: 10px; 
	text-decoration: none;
	display: block;
}

#content h2 {
	margin: 20px 0 10px 0;
	background: none;
        border-bottom: solid 1px #efefef;
}

#content h3 {
        font-size: 15px;
        margin: 0 0 5px 0;
}

#content h4 {
	font-size: 15px;
        color: #2D2322;
        padding: 10px 0 5px 0;
}

#content h5, #content h6{
	font-size: 15px;
        color: #DCCB50;
        font-weight: bold;
        padding: 10px 0 7px 0;
}

#content h6 {
	color: #000;
}

/* Recomended Villas Section */

#recommended {
	width: 100%;
	margin-top: 40px;
}

#recommended .box {
	width: 27%;
	float: left;
	padding: 10px 20px 10px 18px;
	border-bottom: 1px solid #E5E5E5;
	text-align: justify;
	background: transparent url('images/newsbox-bg.gif') repeat-x left top;
}

#recommended div, #recommended div p {
	font-size: 10px;
	color: #333333;
}

#recommended h2 {
	display: block;
	color: #BEA200;
	font-size: 20px;
	padding: 10px;
	background: transparent #ffffff;
	margin-top: 0px;
}

#recommended .box h3 a {
	font-size: 11px;
	font-weight: bold;
	color: #85161F;
	text-align: left;
	padding: 0 0 4px 15px;
	background: transparent url('images/arrow.gif') no-repeat 0 50%;
}

#recommended a.readon {
	display: block;
	color: #fbbe2d;
	text-decoration: none;
	text-align: right;
}

#recommended a.readon:hover {
	color: #fbbe2d;
}

/* Contact Section */
#contact h3 {
	color: #fff;
	display: block;
	padding: 6px 0 6px 6px;
	margin: 0 0 10px 0;
	font: bold 11px arial, helvetica, sans-serif;
	text-transform: capitalize;
	background: #61bf22;
}

#contact ul li {
	font-size: 11px;
	padding: 4px 4px 6px 5px;
	margin: 0 6px;
}

#contact ul li a, #contact ul li {
	color: #a6a6a6;
	text-decoration: none;
}

#contact ul li a:hover {
	color: #C5AC1C;
}

#contact {
	margin: 17px 0;
	border-bottom: solid 1px #efefef;
}

#contact ul {
	padding: 0 0 20px 0;
}

/*form */

#cformsform {
	margin: 0px;
	padding: 0px;
}

legend {
	font-size: 15px;
	color: #469B84;
	}

input, textarea {
	border: 1px solid #CCCCCC;
	padding: 3px 2px;
	margin: 4px 0 7px 0;
	background: #FFFFFF;
	font-size: 11px;
}

textarea {
	width: 400px;
	height: 190px;
	font-family: Verdana;
	}
	
fieldset {
	border: none;
	}
	
label {
	min-width: 150px;
	float: left;
	}
	
label.cf-after {
	float: none;
	width: 500px;
	}
	

.linklove {
	display: none;
	}	

.sendbutton input {
	color: #5F521F;
	text-transform: uppercase;
	font: bold 12px "arial narrow", arial, helvetica, sans-serif;
	padding: 2px 10px;
	border-top: 1px solid #E4DB98;
	border-left: 1px solid #E4DB98;
	border-right: 1px solid #52471B;
	border-bottom: 1px solid #52471B;
	background: #D1C04B;
	width: 100px;
}

.failure {
	color: #FF0000;
	font-weight: bold;
	}

ol {
	margin: 0px;
	padding: 0px;
	}
	
ol li {
	list-style-type: none;
	margin: 0px;
	padding: 3px 0;
	border-bottom: 1px dotted #CCCCCC;
	}


/*image treatment*/

.img {
	width: 250px;
	float: right;
	margin: 0 0 0 15px;
	}

.img img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	}
	
.img p {
	margin: 0px;
	}


.imgleft {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}

/*table rates*/

.tblrates {
	width: 370px;
	margin-bottom: 15px;
}

.tblrates td {
	padding: 3px 10px;
	font-size: 11px;
	border-bottom: 1px solid #DEDEDE;
}

.tblrates .th {
	background: #DEDEDE;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 4px 10px;
}

/* Header Navigation */

#topnavwrap {
	position: relative;
	width: 100%;
	height: auto;
	background: transparent url('images/topnav.gif') repeat-x left top;
}

#topnav {
	position: relative;
	height: 40px;
}

#topnav ul {
	position: absolute;
	left: 30px;
	top: 15px;
	list-style: none;
}

#topnav ul li {
	float: left;
	font: bold 11px arial, helvetica, sans-serif;
	text-transform: uppercase;
}
	
#topnav ul li a {
	color: #85161F;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

#topnav ul li a:hover {
	color: #C5AC1C;
}

/* navigation end */


/* side navigation  */

#sidenav h3 a{
	display: block;
	padding: 4px 0 4px 6px;
	margin: 0 0 4px 0;
	font: bold 11px arial, helvetica, sans-serif;
	color: #85161F;
	text-transform: capitalize;
	text-decoration: none;
	background: #dedede url('images/arrow2.gif') no-repeat 100% 50%;
}

#sidenav #page h3 a{
	display: block;
	padding: 4px 0 4px 6px;
	margin: 0 0 4px 0;
	font: bold 11px arial, helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: capitalize;
	text-decoration: none;
	background-color: #469B84;
	background-image: none;
}

#sidenav ul li{
	display: block;
	padding: 3px 0 3px 6px;
	list-style-type: none;
	background: transparent url('images/sidenav_bg.gif') repeat-x left bottom;
}

#sidenav ul li a {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

#sidenav ul li a:hover {
	color: #C5AC1C;
}

/* Footer */

#footerwrap {
	position: relative;
	height: 60px;
	background: transparent url('images/footer-bg.gif') repeat-x left top;
}

#footer {
	color: #85161F;
	font-weight: normal;
	font-size: 11px;
	float: left;
	padding: 15px;
}


.network-link {
	position: relative;
	left: 580px;
	color: #85161F;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

/* villa category/recommended section */

#recbox {
	clear: both;
	margin: 0 0 6px 0;
}

#recbox h2 { /* recommended header */
	display: block;
	color: #BEA200;
	font-size: 20px;
	padding: 20px 0 4px 0;
	background: transparent #ffffff;
}

#recbox div {
	width: 208px;
	float: left;
	margin: 2px 6px 0 0;
	background: none;
	min-height: 150px;
	border: solid 1px #efefef
}

#recbox .type3 {
	float: right;
}

#recbox h3 {
	display: block;
	padding: 8px 10px;
	font: bold 11px arial, helvetica, sans-serif;
	color: #FFF;
}

#recbox .type1 h3 {
	background-color: #B88548;
}

#recbox .type2 h3 {
	background-color: #78904A;
}

#recbox .type3 h3 {
	background-color: #57859B;
}

#recbox ul {
	list-style-type: none;
	padding: 10px 4px 4px 6px;
	}


/* Recomended / news style Villas Section */

#recommended {
	width: 100%;
	margin-top:0;
}

#recommended .box {
	width: 27%;
	float: left;
	padding: 0 20px 10px 18px;
	border-bottom: 1px solid #E5E5E5;
	text-align: justify;
	background: none;
}

#recommended div, #recommended div p {
	font-size: 10px;
	color: #333333;
}

#recommended h2 {
	display: block;
	color: #BEA200;
	font-size: 20px;
	padding: 10px;
	background: transparent #ffffff;
	margin-top: 0px;
}

#recommended .box h3 a {
	font-size: 11px;
	font-weight: bold;
	color: #85161F;
	text-align: left;
	padding: 0 0 4px 15px;
	background: transparent url('images/arrow.gif') no-repeat 0 50%;
}

#recommended a.readon {
	display: block;
	color: #fbbe2d;
	text-decoration: none;
	text-align: right;
}

#recommended a.readon:hover {
	color: #fbbe2d;
}


/* news section */

#news {
	width: 240px;
	background: none;
}

#news div, #news div p {
	font-size: 10px;
	color: #333333;
}

#news h2 {
	display: block;
	color: #BEA200;
	font-size: 20px;
	padding: 15px 10px;
	margin-top: 0px;
        border-bottom: solid 1px #efefef;
}

#news .newsbox h3 a {
	font-size: 10px;
	font-weight: bold;
	color: #85161F;
	padding: 0 10px 0 20px;
	background: transparent url('images/arrow.gif') no-repeat;
        max-height: 50%;
}

/* villa category section */

#catbox {
	clear: both;
	margin: 30px 0 0 0;
        
}

#catbox div {
	width: 211px;
	float: left;
	margin: 0 5px 0 0;
	background: none;
	min-height: 200px;
        background: transparent url('images/contact-bg.gif') repeat-x left bottom;
}

#catbox .type3 {
	float: right;
}

#catbox h3{
	display: block;
	padding: 6px 10px;
	font: bold 11px arial, helvetica, sans-serif;
	color: #FFF;
}

#catbox .type1 h3 {
	background-color: #B88548;
}

#catbox .type2 h3 {
	background-color: #78904A;
}

#catbox .type3 h3 {
	background-color: #57859B;
}

#catbox ul {
	list-style-type: none;
	padding: 15px 15px 25px;
}

#catbox ul li a {
	color: #7E7E7E;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	padding: 2px 0 2px 15px;
	background: transparent url('images/arrow_bg.gif') no-repeat 0 50%;
}

#catbox ul li a:hover {
	color: #C5AC1C;
	background: transparent url('images/arrow_hover_bg.gif') no-repeat 0 50%;
}

#share ul {
        margin-bottom: 12px;
}

/* luxury villas section */

#luxury {
	width: 100%;
	margin: 10px 0;
/*	background: transparent url('images/newsbox_bg.jpg') repeat-x 0 20px; */
}

#luxury .box{
	width: 100%;
	float: left;
	padding: 0 10px 10px 0;
}

#luxury div, #luxury div p {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

#luxury h2 {
	display: block;
	color: #b32815;
	font-size: 20px;
	padding: 10px 0;
/*	background: transparent url('images/h2_bg.gif') repeat-x left bottom; */
	margin-top: 0px;
}

#luxury .box h3 a {
	font-size: 12px;
	font-weight: bold;
	color: #265F87;
	padding: 0 0 0 20px;
	background: transparent url('images/link2.gif') no-repeat 0 50%;
}

#content .box h3 {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

#luxury a.readon {
	display: block;
	color: #85161F;
	text-decoration: none;
	text-align: right;
/*	background: transparent url('images/readon_bg.gif') no-repeat 68% 50%; */
}

#luxury a.readon:hover {
	color: #C5AC1C;
}

/* Recommended villas section */

#recommended {
	width: 100%;
	margin: 10px 0;
/*	background: transparent url('images/newsbox_bg.jpg') repeat-x 0 20px; */
}

#recommended .box{
	width: 48%;
	float: left;
	padding: 0 10px 10px 0;
}

#recommended div, #recommended div p {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

#recommended h2 {
	display: block;
	color: #83B823;
	font-size: 20px;
	padding: 10px 0;
/*	background: transparent url('images/h2_bg.gif') repeat-x left bottom; */
	margin-top: 0px;
}

#recommended .box h3 a {
	font-size: 12px;
	font-weight: bold;
	color: #265F87;
	padding: 0 0 0 20px;
	background: transparent url('images/link2.gif') no-repeat 0 50%;
}

#content .box h3 {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

#recommended a.readon {
	display: block;
	color: #85161F;
	text-decoration: none;
	text-align: right;
/*	background: transparent url('images/readon_bg.gif') no-repeat 68% 50%; */
}

#recommended a.readon:hover {
	color: #C5AC1C;
}

/* Thumbnail images */

img.kiri {
	margin: 0 10px 0 0;
	float: left; padding: 4px;
	border: 1px solid #efefef;
	background: #fff;
	width:120px;
	height:80px;
}

#category {
        text-align: left;
        margin-bottom: 8px;}

#category a {
        text-decoration: none;
        color: #b13322;}

#category a:hover {
        color: #113b80;}