/*
Theme Name: Ginny Cerrella
Theme URI: http://ginnycerrella.com
Author: sfwd
Author URI: http://santafewebdesign.com/

*/

body
{
  background-image : url(/images/main_index_bg.png);
  background-position : center 40px;
  background-repeat : no-repeat;
  background-color : #b0c4aa;
  margin : 0px;
  padding : 0px;
  font-family : arial, verdana, sans-serif;
  font-size : 12px;
}

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

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

a {
  text-decoration: none;
  color: #5c3a2a;
}

a:hover {
  color: #525252;
}

#layout {
  width: 1000px;
  margin: 0px auto 0px auto;
}


#header {
  height: 100px;
}

#header #logo {
  float: left;
  width : 361px;
}

#header #contact {
  position: absolute;
  top: 60px;
  left: 187px;
  font-size: 14px;
  color: #99b177;
}

#header #contact a {
  color: #99b177;
}

#header #contact a:hover {
  color: #2174ac;
}

#header_right {
  float : left;
  color: #582f1c;
  text-align: right;
  text-transform: uppercase;
  font-size : 11px;
  width: 635px;
}


a#blog_link
{
	font-weight : bold;
	color : #85350d !important;
	text-transform : none;
}

#header_right a {
  color: #582f1c;
  line-height: 20px;
}

#header_right a:hover {
  color: #2174ac;
}

#header_right .quicksearch 
{
  padding: 0px;
  margin-top : -5px;
}

#header_right .quicksearch .textbox {
  padding: 2px;
  font-size: 10px;
  width: 100px;
  color : #83a55b;
  border: 1px solid #6b6f73;
  background: #fff;
  height: 14px;
}

#header_right .quicksearch .button {
  background: white;
  color: #83a55b;
  text-align: center;
	font-weight : bold;
  height: 20px;
  width : 20px;
  position : relative;
  top : 7px;
  left : -5px;
}



#nav {
  margin: 5px 0px 15px 0px;
  font-size: 14px;
  text-align : center;
}

#nav a, #bottom_nav a {
  color: #5c3a2a;
  padding-right: 20px;
}

#nav a:hover, #bottom_nav a:hover {
  color: #3f2519;
}


#bottom_nav
{
	border-top : 1px solid white;
	border-bottom : 1px solid white;
	text-align : center;  
	font-size: 14px;
	padding : 10px 0px 10px 0px;
	margin-bottom : 35px;
	clear : both;
}


#midsection
{
	margin-bottom : 35px;
}

.midbox
{
	float : left;
	width : 265px;
	height : 197px;
	background-color : white;
	margin : 32px;
	position : relative;
	-moz-box-shadow: 3px 3px 5px #6b5b3f;
	-webkit-box-shadow: 3px 3px 5px #6b5b3f;
	box-shadow: 3px 3px 5px #6b5b3f;
	zoom:1; /* This enables hasLayout, which is required for older IE browsers */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#6b5b3f', Direction=135, Strength=4)";     
}

.midbox img
{
	margin : 5px 0px 0px 6px;
}

.mid_title
{
	position : absolute;
	left : 20px;
	top : -25px;
	background-image : url(/images/mid_title_bg.png);
	background-repeat : no-repeat;
	background-position : center;
	height : 29px;
	padding-top : 15px;
	text-align : center;
	color : #64411f;
	width : 223px;
	text-transform : uppercase;
	font-size : 16px;
	font-family : palatino, palatino linotype ms, times new roman, serif;
	-moz-box-shadow: 3px 3px 5px #6b5b3f;
	-webkit-box-shadow: 3px 3px 5px #6b5b3f;
	box-shadow: 3px 3px 5px #6b5b3f;
	zoom:1; /* This enables hasLayout, which is required for older IE browsers */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#6b5b3f', Direction=135, Strength=4)";     

}

.mid_blurb
{
	color : #64411f;
	position : absolute;
	bottom : -40px;
	width : 100%;
	text-align : center;
}

.mid_blurb a
{
	color : #64411f !important;
	text-decoration : none;
}

#bottom_index_left
{
	float : left;
	width : 650px;
}

#bottom_index_right
{
	float : left;
}


.navigation {
  padding: 3px 12px;
}

#content {
  float: left;
}



#interior {
  border: 1px solid #dadada;
  background: #fff;
  margin-bottom: 15px;
  padding : 12px;
}

#interior.wide {
  width: 998px;
}

#listing-interior {
  border: 1px solid #dadada;
  background: #fff;
  margin-bottom: 15px;
  padding: 0px 12px;
  width: 974px;
}


#page-wrapper {
  border: 1px solid #dadada;
  background: #f2f4f4;
  margin-bottom: 15px;
	padding : 12px;
}

#double-border
{
	border : 1px solid #d5d1c9;
	background-color : white;
	padding : 12px;
}


#content h2 {
  margin: 12px 0px 6px 12px;
}

#sidebar {
  float: left;
  margin-left: 15px;
}

#sidebar_blog
{
	float : right;
	width : 200px;
	margin-left : 25px;
	margin-bottom : 100px;
}

#sidebar_blog input#s
{
	width : 135px;
}

#sidebar_blog ul
{
	list-style-type : none;
	margin : 0px;
	padding : 0px;
}

#sidebar_blog li
{
	margin : 0px;
	padding : 0px;
}

#sidebar .group {
  border : 1px solid #dadada;
  background: #fff;
  padding: 12px 12px 0px 12px;
  margin: 0px 0px 15px 0px;
  width: 307px;
}

h2 {
  color: #525252;
  margin-top : 0px;
}

#sidebar .group h2 {
  margin: 0px;
  font-size: 22px;
}

#sidebar .morelink {
  text-align: right;
  margin: -27px 0px 4px 0px;
  font-size: 14px;
}

#sidebar .group .listing {
  margin: 11px 0px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 11px;
  color: #a3a6b2;
}

#sidebar .group .listing:nth-child(6) {
  border-bottom: 0px !important;
}

#sidebar .group .listing .listing-img {
  width: 57px;
  height: 57px;
  overflow: hidden;
  float: left;
  margin-right: 12px;
}

#sidebar .group .listing .noimg {
  width: 57px;
  height: 57px;
  font-size: 9px;
  text-align: center;
  background: #eee;
  padding-top: 15px;
}

#sidebar .group .listing img {
  width: auto;
  height: 57px;
  border: 0px;
}

#sidebar .group .listing h4 {
  margin: 0px 0px 3px 0px;
}

#sidebar .group .listing p {
  margin: 0px 0px 3px 0px;
}

#section_blurbs
{
	float : left;
	width : 300px;
	color : #50341c;
	line-height : 18px;
}

#section_blurbs b
{
	font-size : 14px;
}

#section_blurbs a
{
	color : #50341c;
}

#travel
{
	margin-top : 20px;
}

#travel a
{
	text-decoration : underline;
}

#travel ul
{
	margin : 0px;
	padding : 0px 0px 0px 20px;
}

#travel li
{
	padding : 0px;
}

#newsfeed {
  padding: 12px 12px 0px 15px;
  margin: 0px 0px 15px 0px;
  width : 625px;
	clear : both;
}

#newsfeed h2 {
  margin: 0px;
  padding: 0px 0px 3px 0px;
  border-bottom: 1px solid #50341c;
  font-family : palatino, palatino linotype ms, times new roman, serif;
  color : #50341c;
  font-weight : normal;
  font-size: 22px;
}

#newsfeed h3 {
  margin: 12px 0px 0px 0px;
  font-size: 12px;
}

#newsfeed p {
  margin: 3px 0px 15px 0px;
}

#newsfeed a
{
	color : #82543f;
}

.footer_col
{
	float : left;
	width : 310px;
	padding : 0px 10px;
}

.footer_col#mid
{
	border-right: 1px solid #72857F;
	border-left: 1px solid #72857F;
}

.footer_col p
{
	margin-top : 0px;
}

.footer_col a:hover
{
	color: #3f2519;
}


.footerImg {
    float: left;
    padding-right: 5px;
}

.footerHdrs
{
	font-weight : bold;
	font-size : 13px;
	padding-bottom : 5px;
}

#footer {
  padding: 20px 5px;
  line-height: 20px;
  color : #582f1c;
  clear : both;
  text-align : center;
}

#footer a
{
	color : #582f1c;
}



/* search form pages */
#searchform {
  width: 997px;
}

#page-wrapper .post h3, #page-wrapper .post small {
  
  margin: 0px 0px 4px 0px;
}

#page-wrapper.archives .post {
  padding: 12px 0px;
}

#page-wrapper.archives .postmetadata {
  padding-left: 12px;
  margin: -10px 0px 0px 0px !important;
}

#page-wrapper.archives .post p {
  margin: 3px 0px;
}


/* 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 */



/* form popup windows */

#wprl_inquiry h1 {
  margin: 15px 20px 5px 20px;
  
}

/* end form popup windows */

/* cforms */
/* Contact form */

form.cform {
 margin: 0px 20px;
  background: #fff;
  border: 1px solid #555;
  padding: 0px 10px 10px 10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
  background: #eee;
}

form.cform fieldset {
	border: 0px solid #e5e5e5;
	padding:5px;
	clear:both;

}
form.cform legend {
  font-size: 1px;
  display: none;
}
form.cform ol.cf-ol {
	margin:0;
	padding:0;
}
form.cform ol.cf-ol li {
	clear:both;
	display:block;
	padding:.5em 0;
	list-style:none;
}
form.cform label {
	float:left;
	display:block;
	width:150px;
}
form.cform ol.cf-ol li input,
form.cform ol.cf-ol li textarea,
form.cform ol.cf-ol li select {
	float:left;
}
form.cform .cf-box-title {
	font-weight:bold;
}
form.cform li.cf-box-group label {
	width:150px;
	float:left;
}
form.cform li.cf-box-group input.cf-box-b {
	margin:0 0.3em 0 0;
}
form.cform li.cf-box-group br {
	clear:both;
	margin:0 0 0.4em 0;
}
form.cform span.reqtxt,
form.cform span.emailreqtxt {
  float:left;
  margin:5px 0 0 .5em;
  font-size:11px;
  color: red;
}
form.cform p.cf-sb {
	clear:both;
	margin:0.5em 0 0 0;
	padding:0.5em 0 0 8px;
}
form.cform .cf_hidden {
	display:none;
}

form.cform .required {
	color:#ff0000;
}

form.cform label {
	font-size:12px;
	color:#666;
}
.inputbox,
input.single,
select.cformselect,
textarea.area {
	padding:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#666;
}
select.cformselect {
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
input.inputbox,
input.single {
	height:14px;	
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
textarea.inputbox,
textarea.area {
	width:98%;
	font:12px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}


textarea.area {
  height: 75px;
}

.cf_hidden {
  display: none !important;
}

form.cform .button,
form.cform .sendbutton {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:10px;
	cursor:pointer;
	height:25px;
	padding:0 4px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;	
	-webkit-border-radius:7px;
	border-radius:7px;
	border-width:1px !important;
	border-style:solid !important;
	text-decoration:none;
	background:#8CA8CF;
	border-color:#8CA8CF;
	width:auto;
}
form.cform .button:hover,
form.cform .sendbutton:hover {
	background-color:#DFEDFF;
	color:#333;
}


.entry .waiting {
  	color: black;
	border:1px solid #555;
	background-color:#fff !important;
	padding:5px;
	margin:0 20px 0.5em 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

.entry .success {
	color: blue;
	border:1px solid #555;
	background-color:#fff !important;
	padding:15px;
	margin:0 20px 0.5em 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

.entry .failure, .widget .failure {
	color:#e93d08;
	border:1px solid #bc391d;
	background-color:#EFE0E0 !important;
	padding:5px;
	margin:0 20px 0.5em 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* Uncomment this and you're pretty much declaring war on Delicious Days... donate then do it ;) */
p.linklove {
	display:none;
}

.registerBenefits {
  float: right;
  width: 350px;
  border: 1px solid #cabfb1;
  padding: 10px;
  margin-top : 15px;
  margin-right : 15px;
  color: #695f53;
  font-size:12px;
  background: white;
  line-height : 18px;
  letter-spacing : 1px;
  background: #eee;
}

.registerBenefits ul {
  padding: 0px 0px 0px 15px;
}

.registerBenefits ul li {
  margin: 0px 0px 8px 0px;
}

#errormessage {
  border: 1px solid #999;
  background: #FFCFCF;
  padding: 7px 2px;
  width: 406px;
  font-weight: bold;
  margin: -2px 0px 5px 0px;
}

#errormessage p {
  margin: 0px 5px;
}


#login_pad {
  padding-left : 0px;
  margin: 0px 0px 15px 20px;
}


#login_pad h3 {
  margin: 0px 0px 5px 0px;
}

#login_pad form {
  border: 1px dotted #cabfb1;
  width: 410px;
  background: white;
  color : #695f53;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  background: #eee;
}

#login_pad form .txt_box {
  width: 100%;
  
}

#login_pad table {
  width: 94%;
}




/* index featured */

.featured_wrapper {
	position : relative;
  height : 352px;
  width: 1000px;
  margin: 10px 0px 20px 0px;
  background-color : #f7f1e1;
  text-align : right;
  -moz-box-shadow: 3px 3px 5px #6b5b3f;
	-webkit-box-shadow: 3px 3px 5px #6b5b3f;
	box-shadow: 3px 3px 5px #6b5b3f;
	zoom:1; /* This enables hasLayout, which is required for older IE browsers */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#6b5b3f', Direction=135, Strength=4)";     

  
}

.idx_featuredprop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 801px;
  height: 352px;
}

.idx_featured_image {
 width: 801px;
  height: 352px;
  overflow: hidden;
  position: relative;
}

.idx_featured_image img {
	margin-top : -100px;
	width : 801px;
}

.idx_featured_desc {
  position: absolute;
  height : 90px;
  width : 320px;
  bottom: 20px;
  right: 25px;
  z-index: 50;
  background: url(/images/featured_desc_bg.png);
  padding: 11px 15px 4px 15px;
  color: #544a38;
}

.idx_featured_desc h2
{
	margin : 0px;
}

.idx_featured_desc h2 a
{
	font-size : 16px;
  margin: 0px 0px 4px 0px;
	color : #9f590b !important;
}



.idx_featured_desc p {
	color : #242e36;
	font-style : italic;
	font-size : 12px;
	margin-top : 0px;
}

#featured-nav {
  padding: 0px;
  margin: 0px;
  width: 355px;
  position : absolute;
  bottom : -11px;
  right : 185px;
  text-align : right;
  z-index : 100;
}

#featured-nav a {
  float: left;
  width: 15px;
  height: 15px;
  margin: 0px 2px 4px 2px;
  background-image : url(/images/dot_white.png);
  background-repeat : no-repeat;
}

#featured-nav a:hover {
  background-image : url(/images/dot_grey.png);
  background-repeat : no-repeat;
}

#featured-nav a.active {
  background-image : url(/images/dot_grey.png);
  background-repeat : no-repeat;
}

/* for Internet Explorer */
/*\*/
* html .featured_wrapper {
  width: 891px;
  height: 320px;
}
/**/

/* end index featured */

/* index footer */
#index-listings {
  float: left;
  width: 330px;
  border: 1px solid #432613;
  position: relative;
  margin-right : 15px;
  background-color : #f3f2f1;
}

#index-listings #newlistings, #newpriced
{
	background-image : url(/images/index_listings_bg.png);
	background-repeat : repeat-x;
	padding-top : 10px;
}

#index-listings ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #cbbaaf;
}

#index-listings ul li {
  float: left;
  border-left: 1px solid #cbbaaf;
  padding : 4px 0px 4px 5px;
}

#index-listings ul li a {
  display: block;
  padding: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color : #929b5b
}

#index-listings ul li.active {
  color: #516707;
  background-color : white;
}

#index-listings ul li a:hover {
  text-decoration: underline;
}

#index-listings ul li.leftlink {
  border-left: 0;
  width: 160px;
}

#index-listings ul li.newpriced {
  width: 159px;
}

#index-listings ul li img
{
	display : none;
}

#index-listings ul li.active img
{
	display : inline;
	position : absolute;
	margin-left : 15px;
	margin-top : 3px;
}

#index-listings .listing-img {
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 4px;
  margin: 0px 0px 0px 6px;
  background: #c2baaf;
  border: 1px solid #b5a9a3;
}

#index-listings .listing-img img {
  width: 40px;
  height: 40px;
}

#index-listings .noimg {
  font-size: 8px;
  text-align: center;
  padding-top: 8px;
  color: #411d09;
}

#index-listings .listing {
  background: url(/images/newlist-ssr-bg.jpg);
  height: 56px;
  padding-top: 5px;
}

#index-listings .listing p, 
#index-listings .listing h4 {
  padding-left: 60px;
  margin: 2px 5px 2px 5px;
  width: 175px;
  color: #765644;
}

#index-listings .listing h4 a {
  color: #411d09;
  display: block;
  font-weight: normal;
}

#index-listings .morelink {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 45px;
  padding-top: 3px;
}


#index-listings .morelink a {
  color: #516707;
  display: block;
}

#index-listings .morelink a:hover {
  text-decoration: underline;
}


#bottom_index_right {
  float: left;
  width: 324px;
  margin-left: 20px;
  margin-bottom : 10px;
}

#quicksearch1
{
	border : 3px solid #c5b4ab;
	width : 319px;
}

#bottom_index_right #quicksearch2 {
	background-image : url(/images/quicksearch_bg.jpg);
	background-repeat : repeat-x;
	background-position : bottom;
	background-color : white;
	border : 1px solid #959c51;
	padding : 10px 10px;
}


#bottom_index_right .quicksearchform h4 {
  margin: 0px;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #516707;
  font-size: 14px;
  color: #516707;
  font-weight: normal;
  text-transform: uppercase;
  width: 95%;
}

#bottom_index_right .quicksearchform div {
  float: left;
  width: 130px;
  margin: 0 10px 1px 4px;
  color: #664f00;
  line-height: 18px;
  font-size: 10px;
}

#bottom_index_right .quicksearchform select {
  width: 130px;
  background: #fff;
  border: 1px solid #888;
  padding: 1px;
  border-radius: 6px 0px 0px 6px;
}

#bottom_index_right .quicksearchform .button {
  width: 120px;
  background: #c7cca8;
  border: 1px solid #664f00;
  margin-top: 5px;
  height: 33px;
  cursor: pointer;
  border-radius: 6px;
  font-weight: bold;
}

#bottom_index_right .quicksearchform .button:hover {
  background: #f0f1e8;
}

#bottom_index_right h2
{
	font-size : 14px;
	font-weight : normal;
	color : #53371e;
	border-bottom : 1px solid #53371e;
	margin-top : 15px;
}

#bullets
{
	font-size : 11px;
	color : #b39989;
}

#mini_signup
{
	color : #847f82;
	border : 1px dotted #9b9b9b;
	background-color : white;
	font-size : 10px;
	margin-top : 10px;
  -moz-box-shadow: 3px 3px 5px #a19f74;
	-webkit-box-shadow: 3px 3px 5px #a19f74;
	box-shadow: 3px 3px 5px #a19f74;
	zoom:1; /* This enables hasLayout, which is required for older IE browsers */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#a19f74', Direction=135, Strength=4)";     

}

/* END index-footer */

