/*  
Theme Name: BVRA
Theme URI: http://www.bvra.com
Description: The WordPress Theme for Bali Villa Rental Association (BVRA).
Version: 1.0 
Author: BVRA
Author URI: http://www.bvra.com
*/

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 11px;
	color:#666666;
	background: #EEEEEE;
	text-align: center;
	} 
	
p {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.clear {
	clear: both;
	}	

/* ------------
anchor text 
-------------*/

#sidebar a {
	text-decoration: none;
	color: #666666;
}

#sidebar a:hover {
	text-decoration: underline;
	color:#333333;
}

/* -----------
heading 
------------*/

#introtext h1, #introtext h1 a, #maincontent h1, #maincontent h2 {
	font: 20px "trebuchet MS", arial, helvetica, sans serif;
	text-transform: uppercase; text-decoration:none;
	color: #160959;
	letter-spacing: 2px;
}
	
#maincontent h1 {
	color:#C8B690;
	letter-spacing: normal;
}

#maincontent h2, #maincontent h2 a {
	color:#AE9765; font: 18px "trebuchet MS", arial, helvetica, sans serif;
	letter-spacing: normal; text-decoration:none;
}

#maincontent h2 a:hover {
	color:#666666; text-decoration:underline;
	letter-spacing: normal;
}

#maincontent a {
	color:#715F46; text-decoration:none; 
}

#maincontent a:hover {
	color:#9F8766; text-decoration: underline; 
}



.post {
	border-bottom: 1px solid #F7F3F0;
	margin-bottom: 10px; text-align:justify;
}
.postmetadata {
	font-size: .9em;
	color: #999;
}
.postmetadata  a{
	color: #666;
}


#sidebar h2 {
	font: 12px "trebuchet MS", arial, helvetica, sans serif;
	color:#715F46;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* typo */

.entry { text-align:justify; }

h2.pagetitle {
	text-align: right;
	border-bottom: 1px solid #ccc;
}
.post h2 {
	font: 1.8em "Trebuchet MS", Verdana, sans-serif; 
}
.post h2 a, .post a {	
	color: #AE9765; text-decoration:none;
}
.post h2 a:hover, .post a:hover {
	color: #666;
}
p.postmetadata
{
	color: #999;
	font-size: 86%;
	margin-bottom: 10px;
}
p.postmetadata a
{
	color: #666;
	text-decoration: none;
}
span.timr
{
	background: url(images/timr.png) 0 0 no-repeat;
	padding-left: 18px;
}
span.catr
{
	background: url(images/PostCateg.png) 0 0 no-repeat;
	padding-left: 18px;
}
span.editr
{
	background: url(images/pencil.png) 0 0 no-repeat;
	padding-left: 18px;
}
span.commr
{
	background: url(images/PostCom.png) 0 0 no-repeat;
	padding-left: 18px;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {
	border-bottom: 1px solid #ccc;
}
.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}
.post p a:hover {
	border: none;
}

/* -----------------
list style 
-----------------*/

#sidebar ul {
	margin-bottom: 15px;
	margin-left: 10px;
	list-style-type:none;
	width: 230px;
}

#sidebar ul li {
	display:block;
	padding-left: 10px;
	line-height: 16px;
	background: transparent url(images/li_bg.gif) no-repeat left 5px;
}

#sidebar ul.news li{
	margin-bottom: 10px;
}

/* -----------------
template layout 
------------------*/

#container {
	width: 966px;
	margin: 40px auto 0 auto;
	text-align: left;
	background: transparent url(images/container_bg.jpg) repeat-y left top;
}

#headerwrap {
	width: 966px;
	height: 360px;
	position: relative;
	background: transparent url(images/header_bg.jpg) no-repeat left top;
}

#introwrap {
	width: 966px;
	height: 140px;
	position:relative;
}

#logo {
	position: absolute;
	left: 25px;
	top: 20px;
}

#introtext {
	position:relative;
	top: 60px;
	left: 130px;
	width: 500px;
}

#mainnav {
	position: relative;
	width: 940px;
	height: 32px;
	background: transparent url(images/mainnav_bg.jpg) repeat-x left top;
	left:13px;
}

#headerimg {
	position:relative;
	left: 13px;
}

#maincontent {
	position:relative;
	left:13px;
	float:left;
	width: 596px;
	padding: 30px 0 0 25px;
	line-height:12pt
}

#sidebar {
	position:relative;
	left: 32px;
	top: 0 !important;
	top: -3px;
	float: left;
	width: 230px;
	padding: 14px 0 0 10px;
	background: transparent url(images/sidebar_bg.jpg) no-repeat left 1px;
}

#footerwrap {
	position: relative;
	width: 966px;
	height: 59px;
	background: transparent url(images/footerwrap_bg.jpg) no-repeat left top;
}

#copyright {
	position: absolute;
	left: 750px;
	top: 26px;
}

#copyright small {
	font-size: 11px;
	color: #FFFFFF;
}


/* --------------
navigation 
--------------*/

#mainnav ul, #footernav ul {
	list-style-type: none;
}

#mainnav ul li, #footernav ul li {
	float: left;
}

#mainnav ul li a {
	display: block;
	font: bold 12px "trebuchet MS", arial, helvetica, sans serif;
	color: #9F8766;
	line-height: 30px;
	text-decoration:none;
	padding: 0 15px;
	border-left: 1px solid #E3D4BF;
	border-right: 1px solid #E3D4BF;
}

#mainnav ul li a:hover {
	color: #FFFFFF;
	background: #CBBEAC;
	border-left: 1px solid #E6DAC8;
	border-right: 1px solid #E6DAC8;
}

#footernav ul {
	margin-left: 40px;
	padding-top: 25px;
}

#footernav ul li a{
	padding-left: 15px;
	color: #999999;
	text-decoration: none;
	margin-right: 20px;
	background: transparent url(images/li_bg.gif) no-repeat left 4px;
}

#footernav ul li a:hover{
	color: #666666;
	text-decoration: underline;
}

/* Comment Etc
********************* */
.navigation a
{
	color: #666;
}
.alignleft
{
	float: left;
	width: 50%;
}
.alignright
{
	float: right;
	text-align: right;
	width: 50%;
}

.ileft {
	float: left;
	padding-right: 5px;
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}


.post-content {  color:#333333;

}

.post-content a { text-decoration:none; color:#333333; 

}

.post-content a:hover { text-decoration:none; color:#9F8766; text-decoration:underline;

}

.post-content .commentsfeedr
{
	background: url(images/SynRssFeed.gif) no-repeat left center;
	padding-left: 20px;
}


#comments {
font: Verdana, Arial, Helvetica, sans-serif;

}

.post-content .trackbackr
{
	background: url(images/arrow_refresh.png) no-repeat left center;
	padding-left: 20px;
}
input.textbox, textarea
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit
{
	padding: 3px 5px;
}
.comment
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}

.commentlist { }

.commentlist a { text-decoration:none; color:#160959; }

.alt
{
	background: #f9f9f9;
}
.MyAvatars
{
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}
#comment {
	width: 100%;
}