/*
Theme Name: CambriaCentralCoast 
Theme URI: http://www.cambriacentralcoast.com/
Description: Custom theme for Kellie Williams.
Version: 1.0
Author: Ryder Ross
Author URI: http://www.ryderross.com/ 
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


*{margin:0; padding:0;}
html{height:100.1%;}
body{background:#fff;background-color:#97b6fd;background-image:url('/i/bg.gif');background-repeat:repeat-y;font-family: Arial,Helvetica,sans-serif;}
#header{background-color:#97bb77;padding:10px;margin:0px 0px 0px 210px;border-bottom:1px solid #000;text-align:center;}
#column{margin:0px;padding:0px;width:100%;}
#foot{text-align:center;padding:3px;margin:10px;}
ul {margin-left:20px;}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}




.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {

	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}
	
	
	h1, h1 a, h1 a:hover, h1 a:visited  {
	text-decoration: none;

	}
	
/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#navlist {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navlist li {
display: inline;
list-style-type: none;
margin-right: 10px;
}

#navlist a {
border: 1px solid #FFE798;
display: inline;
list-style-type: none;
padding: 10px;
text-decoration:none;
background-color: #F5CC72;
}

#header a:link, #navlist a:visited {
color: #000;
text-decoration: none;
}

#header a:hover {
background-color: #FFE19F;
color: #000;
}
#menu {
        float: left;
  text-align:center;
  min-height:100%;
  height:100%;
  width: 17%;
  background-color: #e3e1d4;
  overflow: auto;
  padding: 0px 5px;

}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/*************** STRUCTURE ***********************/
*{margin:0; padding:0;}
html{height:100.1%;}
body{background:#fff;background-color:#97b6fd;background-image:url('/i/bg.gif');background-repeat:repeat-y;font-family: Arial,Helvetica,sans-serif;}
#header{background-color:#97bb77;padding:10px;margin:0px 0px 0px 210px;border-bottom:1px solid #000;text-align:center;}
#column{margin:0px;padding:0px;width:100%;}
#foot{text-align:center;padding:3px;margin:10px;}
ul {margin-left:20px;}

/****************** FORMS ***************************/
form{margin:0px;padding:0px;font-size:100%;}
input.inputSubmit{color:#000000;  width:auto;}
form fieldset legend{font-family:Tahoma,Arial,sans-serif;font-size:110%;font-weight:normal;color:#000000;margin:0px 0px 0px 0px;padding:0px 5px 0px 0px;}

form fieldset{font-size:100%;border-color:#000000;border-width:1px 1px 1px 1px;border-style:solid;padding:5px 5px 5px 5px;margin:0px 0px 0px 0px;}
label{display:block; float:left;width:25%; font-weight:bold; margin:2px 10px 5px 0px; padding:3px;text-align:right; font-size:75%; font-family:Tahoma,Arial,sans-serif;}
input, textarea,select{padding:3px;width:200px;margin-top:2px;font-size:100%}
.submit{text-align:center;width:100%}
.fieldsetcontent {margin:10px;}
.finput {margin:2px;clear:both;}
.check {width:auto;} 
#State{margin-left:0;width:25px;}
#Zip{margin-left:0;width:100px;}
/**************** NAVIGATION ************************/

#navcol ul{text-align:left;}
#navcol ul{margin-left:0;padding-left:0;list-style-type:none;width:190px;font-family:Arial,Helvetica,sans-serif;}
#navcol ul li{list-style-type:none;}
#navcol ul li a{border:1px solid #FFE798;background-color:#F5CC72;display:block;list-style-type:none;padding:7px;text-decoration:none;color:#000;}
#navcol ul li  a:link,#header ul li a:visited{color:#000;text-decoration:none;}
#navcol ul li  a:hover{background-color:#FFE19F;color:#000;}

/****************** QUICK CONTACT *******************/
#qcontact div label{display:block;    float:left;    width:60px;    font-weight:bold;    margin:2px 0px 5px 0px; padding:0;    text-align:right;    font-size:75%;font-family:Tahoma,Arial,sans-serif;}
#qcontact input,#qcontact textarea{width:60%;margin-top:2px;}

/*************** SIDE COLUMN ************************/
#navcol{text-align:center;padding:10px;width:190px;float:left;}
#kwphoto{margin:0 10px 10px;}
#navcol h3 {padding:0 0 4px 0;}
#navcol h4 {padding:0 0 4px 0;}


/***************** MAIN COLUMN **********************/
#main{text-align:left;padding:10px;margin:0px 0px 0px 210px;}
#main h1 {padding: 0 0 15px 0;}
#main h2 {padding: 0 0 10px 0;}
#main h3 {padding: 0 0 10px 0;}
#listingshead{clear:right;margin-bottom:20px;}
#listingsheadleft {width:40%;text-align:center;float:left;}
#listingsheadright {width:40%;text-align:center;float:right;}

#mainheader {float:right;width:100%;text-align:center;border-bottom:1px solid #457;margin-bottom:10px}
#mainheaderleft{float:left;width:30%;}
#mainheaderleft img.w70{width:70%;}
#mainheadercenter{float:left;width:35%;padding:1%;}

#mainheaderright {float:right;width:30%;}
#mainheaderright img {padding:0 10px;}
/******************** LISTING ***********************/
.listing .address {background:white;padding:5px;margin:5px 0;font-weight:bold;}
.listing .status {color:red;}
.listing .photo {text-align:center;margin:10px;}
.listing .description {margin:10px;}
.listing .price {text-align:center; margin:10px; color:#fff;  font-style:italic; font-weight:bold; font-size:115%;}
.listing .pricetext {font-style:none; color:#000;}

.listing .lotlanddescription {margin:40px 10px;}
.listing .lotlandphoto {text-align:center;margin:10px 40px;float:left;}
.listing .lotlandphoto img {width:240px}

.listing {margin-bottom:15px;}
.lotlandlisting{clear:both;}
.floatleft{margin:10px;}
#photoscontain {text-align:center;}


/****************** ADMIN *************************/
#photos ul, #photos li {list-style:none;}
#listingtable th, #listingtable td {border: 1px solid #e0e0e0; padding: 0.5em;} 
#listingtable tr:hover {background-color:#c6d7cf;}
#listingtable a { text-decoration:none; color:#000; }
.addresslink{display:block; }
#listingtable {width:60%;border: 2px solid #3f7c5f;border-collapse: collapse;	font: normal 80%/140% arial, verdana, helvetica, sans-serif;color: #000;background: #fff;}
#listingtable thead th {border: 1px solid #e0e0e0;text-align: left;	font-size: 1em;	font-weight: bold;background: #c6d7cf;}
.photoorderlinks{display:inline;padding-left:20px;}
a.indeximglink { width:auto; display:inline;}
a.indeximglink img { width:auto; display:inline;}

#adminnav ul{text-align:left;}
#adminnav ul{margin-left:0;padding-left:0;list-style-type:none;font-family:Arial,Helvetica,sans-serif;}
#adminnav ul li{list-style-type:none;display:inline;}
#adminnav ul li a{border:1px solid #FFE798;background-color:#F5CC72;display:inline;list-style-type:none;padding:7px;text-decoration:none;color:#000;}
#adminnav ul li  a:link,#header ul li a:visited{color:#000;text-decoration:none;}
#adminnav ul li  a:hover{background-color:#FFE19F;color:#000;}


/**************** GENERIC ********************/
.clear{clear:both;}
.clearr{clear:right;}
a img{border:0;}  
a img {text-decoration:none;}
.center{text-align:center;}
.inline{display:inline;}
img { vertical-align: top}  
hr {margin:15px 0;}
.white {color:#fff}
.times{font-family: 'Times New Roman', 'Times', serif;}
.italic {font-style:italic}

/*************** PAGE SPECIFIC ***************/
#abouth1{color:#fff;font-style:italic}
.smallerfont {font-size:90%}
#testimonials p {font-style:italic;font-size:125%;font-family:"Times New Roman"}
#testimonials hr {margin:30px auto; width:15%;}
.helpfulinfo p {margin-bottom:10px;}

#iframe{text-align:center}
#iframe iframe {margin:0 auto;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.form input{ font-size:11px; margin-bottom:5px; font-family:arial;}
.form select{ font-size:11px; margin-bottom:5px; font-family:arial;}

.form_step2 input{ font-size:11px; margin-bottom:1px; font-family:arial; }
.form_step2 select{ font-size:11px; margin-bottom:1px; font-family:arial; }

/* Widget container */
#container {
	margin:0 10px;
	float:right;
	padding:0;
	width:600px;
	/*disclaimer removed height:605px;*/
	position:relative;	
}
#container .header{
	margin:0;
	padding:0;
	text-align:left;
	width:600px;
	height:92px;
}

#container .header h1 { margin:0; padding:16px 0 0 20px; font-size:24px; font-weight:bold;text-align:left;}
#container .header h2 { margin:0; padding:0 0 0 20px; font-size:14px; font-weight:normal; line-height:16px; }


#container .content{
	margin:0;
	padding:0;
	width:600px;
	height:364px;
}
#container .content .message{
	margin:0;
	padding:0 0 0 2px;
	width:450px;
	text-align:left;
}
#container .content .message .closeWindow{
	margin:0;
	padding:20px 0 0 0;
	width:450px;
	text-align:right;	
}
#container .content .form{
	margin:0;
	padding:0;
	width:250px;
	font-size: 11px;
	position:absolute;
  top:177px;
    left:350px;
}
#container .content .form .validation{
	margin:0;
	padding:0;
	color:#cc0000;
	line-height:11px;
}
#container .content .form .firstName{
	margin:0;
	padding:0;
	color:#cc0000;
	line-height:11px;
}
#container .content .form .lastName{
	margin:0;
	padding:0;
	color:#cc0000;
	line-height:11px;
}
#container .content .form .email{
	margin:0;
	padding:0;
	color:#cc0000;
	line-height:11px;
}
#container .content .form .Iam{
	margin:0;
	padding:0;
	color:#cc0000;
	line-height:11px;
}
#container .content .form_step2{
	margin:0;
	padding:0;
	width:250px;
	position:absolute;
	top:98px;
	left:350px;
}
#container .content input{
width:auto;
height:auto;
font-size:14px;
}
#container .content .sample{
	margin:0;
	padding:0;
	font-size:13px;
	position:absolute;
    top:148px;
    left:405px;

}
#container .agentInfo{
	margin:0;
	padding:0;
	width:600px;
	/*disclaimer removed height:137px;*/
	background-color:#FFFFFF;
}
#container .agentInfo .name{
	margin:0;
	padding:17px 0 7px 7px;
	background-color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	color:#003366;
}
#container .agentInfo ul{
	margin:0;
	padding-left:7px;
	background-color:#FFFFFF;
	font-size:11px;
	color:#003366;
	list-style-type:none;
}
#container .agentInfo img{
	margin:0;
	padding-top:10px;
	background-color:#FFFFFF;
}
#container .messageTable{
	vertical-align: middle;
	height: 364px; 
	width:450px;
	overflow: hidden; 
	position: relative; 
	margin:0 auto;
}
#container .backButton{
	text-align: right;
	margin-top: 6px;
}

#container .footer{
	margin:0;
	padding:0;
	width:600px;
	height:20px;
	text-align:right;
}
#container .footer span{
	margin-right:10px;
	line-height:20px;
}


#formtable { width: 230px; position:absolute; 	top:41px;}


/* AGENT LEGAL DISCLAIMER */
.disclaimer { font-size:9px; color:#666666; text-align:left;line-height:10px; padding:2px}

