/*
Theme Name: Bella Vista Florida
Theme URI: http://tphang.com
Description: A custom theme for bella vista florida
Author: Tim Phang
Author URI: http://tphang.com
version: 2.0
*/


/* basics */

*{margin:0; padding:0;}

body {
	background:#9dcfcb url(images/site_bg.gif) repeat-x;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:0px;
	color:#666;	
}

h1, h2, h3, h4{ font-family: times, serif; font-weight:normal;}	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

code{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a{
	color:#000;
	text-decoration:none;
}

a:hover{text-decoration: underline;}


/* shadow */
#shadow {
	width:846px;
	min-height:507px;
	margin:0 auto;
	background:transparent url(images/shadow_bg.gif) no-repeat;
}

/* container */
#container {
	width: 780px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
}
	
/* header */

#header {
	background:transparent;
	margin:35px 0 10px 0;
	color: #fff; 
}

#header h1{
	width:145px; height:30px;
	font:normal 36px times;
	letter-spacing:-2px;
	padding:0;
	margin:10px 0px;
	float:left;
}
	
#header h1 a{color: #FFF; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}

#header .wp-forecast{
	float:right;
}

#header .wp-forecast .wp-forecast-curr-head{
	display:none;
}

#header .wp-forecast .wp-forecast-curr-block{
	position:relative;
	width:80px; height:40px;
}

#header .wp-forecast .wp-forecast-curr-block .wp-forecast-curr-right{
	position:absolute;
	top:15px; right:0px;
	font-weight:normal;
	font-size:24px;
	font-family: times, serif;
	padding: 0px;
}

#header .wp-forecast div.wp-forecast-curr-left{
	position:absolute;
}

#header .wp-forecast .wp-forecast-curr-left{ width:68px; }

#header ul#nav{
	list-style-type:none;
	float:left; display:inline;
	margin:27px 0px 0px 80px;
}

#header ul#nav li{
	margin-right:25px;
	float:left;
}

#header ul#nav li a{
	font-size:13px;
	color:#FFF;
}

#header ul#nav li a:hover{
	color:#999;
	text-decoration:none;
}

/* content */
#content{
	position:relative;
	overflow: hidden;
	padding:10px;
	background-color:#FFF;
	zoom:1;
}

.fullCol{
	padding:20px 10px;
}

.primaryCol{
	width:470px;
	margin-left:10px;
	padding:20px 0px;
	float:left;
	display: inline;
}

.secondaryCol{
	width:250px;
	margin-right:10px;
	padding:20px 0px;
	float:right;
	display: inline;
}

.post{
	margin:0;
	padding:0;
	line-height: 14pt;
}
	
.post h2{
	font:normal 15pt georgia, times;
}
	
.post h2 a{
	color: #333;
	text-decoration: none;
}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
}

.post p a{
	color:#669999;
}

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

.post ul{
	padding-left:20px;
}

.post li{}


.post input, textarea{
	border:1px solid #999;
	padding:3px;
	color:#666;
}

.post table{
	border-collapse:collapse;
}

.post table td, .post table th, .post table tr{
	border:1px solid #999;
}

.post table td, .post table th{
	padding:3px 5px;
}

.post table th{
	background-color:#EFEFEF;
}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
}
	

.navigation{
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar{
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul{
	margin:12px;
	padding:0;
}

#sidebar ul li{
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}

#sidebar ul ul{
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li{
	list-style-type: none;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
}
	
#commentform p{
	color: #000;
}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
}
	
#comment{
	width:80%;
}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li{
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
}

ol.commentlist li.alt{background: #eee;}
ol.commentlist li p{margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a{color:#000;}

cite{
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
}


	
/* misc */

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	background-color:#EFEFEF;
	border:1px solid #e5e5e5;
}

img.alignleft{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	background-color:#EFEFEF;
	border:1px solid #e5e5e5;
}

.alignright{
	float: right;
}

.alignleft{
	float: left
}
	
.wp-caption{
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img{
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text{
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* footer */

#footer{
	clear: both;
	width: 100%;
}
	
#footer p{padding:14px 0;margin: 0; color: #fff; font-size:10px;}
#footer a{color: #FFF;text-decoration: underline;}
#footer a:hover{color: #5D5D5D;text-decoration: none;}

.left{ float:left; }
.right{ float:right; }
.clear{	clear: both; }


/* homepage */
#homeContent{
	position:relative;
}

#homeImgs{
	position:relative;
	width:760px; height:406px;
}

#homeImgs img{
	position:absolute;
	top:0px; left:0px;
}

#homepageDesc{
	position:absolute;
	width:330px;
	top:80px; left:20px;
	color:#a7ddd7;
	z-index:10;
}

#homepageDesc p{ font-size:10px; line-height:14px; }

.pageGallery .thumb a{
	display:block;
	padding:3px;
	margin:5px 0px;
	background-color:#F7F7F7;
	border: 1px solid #EEE;
}

.fancy_title{
	display:none !important;
}

.relatedLinks{
	margin-top:20px;
}

.relatedLinks a{
	color:#669999;
}

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

/* OVERRIDE CONTACT FORM STYLES */

