/*
Theme Name: gemma wordpress
Description: gemma wordpress
Version: 1.0 

Tags: fixed width, right sidebar, two columns, valid XHTML, widgets
*/
body{
margin: 0 auto;
padding: 0;
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background-color: #FFFFFF;
color: #000000;
line-height:1.8em;
}
.home .contentLayout p {font-size:14px;}
.textwidget h2{color:#a5b135;}
.textwidget h3{color:#a5b135;}
.textwidget h4{ color:#a5b135;}
/*slideshow  */
.slideshowContainer {
width:900px;
height:175px;
margin:1px 0 0 0 ;
*margin: -25px 0 0 0;/* ---brings header up--- */
_margin: -25px 0 0 0;/* ---brings header up--- */
background: transparent url(../img/main_content_bg.jpg) no-repeat top center;/* -hides main bg- */
z-index:1;
}
.loading {
background: url(../images/loading.gif) center no-repeat;
}
.Main{
position: absolute;
width: 100%;
left: 0;
top: 0;
}
table, th, td{
  font-size: 1em; 
  padding: 0; 
  border-collapse: collapse;
}
a img{ border: 0; }
a{
color: #A4B60C;
text-decoration:none;}

a:link{color: #A4B60C;}
a:visited{color: #798609;}
a:hover{
color: #C5D72C;
text-decoration:underline;}
/* begin Box, Sheet */
.Sheet {
min-width:1px;
min-height:1px;
margin: 0 auto;
position: relative;
overflow: hidden;
padding:0;
z-index: 0;
width: 900px;
}
* html .Sheet {
width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
width: 900px;
zoom: 1;
}
.Sheet-body {
position: relative;
overflow: hidden;
z-index: 0;
margin: 7px 0 0 0;
text-align: left;

}
.home .Sheet-cc {/*brings home dot down*/
position: absolute;
overflow:hidden;
z-index: -2;
top:0;
left:0;
right:0;
bottom:0;
background-color: #FFFFFF;
margin:350px 0 0 0;
background: url('images/dot.png') repeat-y 555px 0px;
}
.Sheet-cc {
position: absolute;
overflow:hidden;
z-index: -2;
top:0;
left:0;
right:0;
bottom:0;
background-color: #FFFFFF;
margin:175px 0 0 0;
background: url('images/dot.png') repeat-y 555px 0px;
}
.sarasota .Sheet-cc {/*removes vert dot */
position: absolute;
overflow:hidden;
z-index: -2;
top:0;
left:0;
right:0;
bottom:0;
background-color: #FFFFFF;
margin:350px 0 0 0;
background: none;
}
.bradenton .Sheet-cc {/*removes vert dot */
position: absolute;
overflow:hidden;
z-index: -2;
top:0;
left:0;
right:0;
bottom:0;
background-color: #FFFFFF;
margin:350px 0 0 0;
background: none;
}
.venice .Sheet-cc {/*removes vert dot */
position: absolute;
overflow:hidden;
z-index: -2;
top:0;
left:0;
right:0;
bottom:0;
background-color: #FFFFFF;
margin:350px 0 0 0;
background: none;
}
* html .Sheet-cc{
font-size: 1px;
width: expression(this.parentNode.offsetWidth+'px');
height: expression(this.parentNode.offsetHeight+'px');
}
.Sheet{
margin-top: -7px !important;
margin-bottom: 3em;
padding: 0 0 1em 0;}
/* begin Header */
div.Header {
margin: 0 auto;
position: relative;
width: 900px;
height: 125px;
}
* html div.Header {font-size: 1px;}
div.Header  div{
  width: 100%;
  height: 100%;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}
/* Logo */
.logo{
position: relative;
left: 10px;
top: 47px;
}
.logo td{
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
.logo-name{text-indent:-9000px;}
.logo-name a{text-indent:-9000px;}
.logo-text{text-indent:-9000px;}
/* Menu */
.menu, .menu ul{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}
.menu li{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
}
.menu li:hover{
  z-index: 10000;
  white-space: normal;
}
.menu li li{float: none;}
.menu ul{
visibility: hidden;
position: absolute;
z-index: 10;
  left: 0;
  top: 0;
}
.menu li:hover>ul{
  visibility: visible;
  top: 100%;
}
.menu li li:hover>ul{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul{ min-height: 0;}
.menu ul{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}
.menu ul ul{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}
* html .menu, * html .menu ul{height: 1%;}
* html .menu li.menuhover{z-index: 10000;}
* html .menu .menuhoverUL{visibility: visible;}
* html .menu .menuhoverUL{top: 100%;left: 0;}
* html .menu .menuhoverUL .menuhoverUL{top: 0;left: 100%;}
* html .menu ul a{height: 1%;}
* html .menu li li{
  float: left;
  width: 100%;
}
* html .menu .menuhoverUL .menuhoverUL{
  top: 5px;
  left: 100%;
}
* html .menu, * html .menu ul{
  height: 1%;
}
* html .menu li.menuhover{
  z-index: 10000;
}
* html .menu .menuhoverUL{
  visibility: visible;
}
* html .menu .menuhoverUL{
  top: 100%;
  left: 0;
}
* html .menu .menuhoverUL .menuhoverUL{
  top: 0;
  left: 100%;
}
* html .menu ul a{
  height: 1%;
}
* html .menu li li{
  float: left;
  width: 100%;
}
.nav{
  position: relative;
  margin: 0  auto;
  width: 900px;
  height: 27px;
  z-index: 100;
}
.menu {padding: 0;}
* html .nav{zoom: 1;}
.nav .l, .nav .r, .nav .r div {
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 27px;
}
.nav .l {
  left: 0;
  right: 0px;
}
* html .nav .l{
  width: expression(this.parentNode.offsetWidth-0+'px');
}
.nav .r {
right: 0;
width: 0px;
}
* html .nav .r{left: expression(this.parentNode.offsetWidth-0+'px');}

.nav .r div{width: 886px;right: 0;}
* html .nav .r div{left: expression(this.parentNode.offsetWidth-886+'px');}
.nav .l, .nav .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}

* html .nav .l, * html .nav .r div 
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/nav.png',sizingMethod='crop')");
}
/* end Menu */

/* begin MenuItem */
.menu ul li
{
  clear: both;
}

.menu a , .menu a span
{
  height: 27px;
  display: block;
}

* html .menu a , * html .menu a span
{
  float: left;
}

.menu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;
  
}
.menu a span span
{
  font-family: 'Trebuchet MS';
  font-size: 14px;
  font-weight: Bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  padding: 0 12px;
  margin: 0 0px;
  line-height: 27px;
  text-align: center;
  background-image: url('images/item-center.png') left top no-repeat;
  
}

* html .menu a span span
{
  display: inline;
}

.menu a:hover span span
{
  color: #115da2;
  background-position: center -27px;
}

.menu li:hover a span span
{
  color: #115da2;
  background-position: center -27px;
}

* html .menu .menuhover .menuhoverA span span
{
  color: #FFFFFF;
  background-position: left -27px;
}

/* end MenuItem */

/* begin MenuSubItem */

.menu ul a 
{
  text-align: center;
  height: 19px;
  line-height: 19px;
  margin-right: auto;
  text-align:left;
  width: 130px;
  text-indent:12px;
  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
border-width: 1px 0 0 0;
border-style: solid;
  border-color: #FFFFFF;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
	display:inline;
	float:none;
	margin:inherit;
	padding:inherit;
	background-image:none;
	text-align:inherit;
	text-decoration:inherit;
}

.menu ul a , .nav ul.menu ul span, .nav ul.menu ul span span
{
	line-height: 19px;
	color: #1D1D16;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


.menu ul ul a
{
  margin-left: auto;
}

* html .menu ul a 
{
  color: #1D1D16 !important;
}

.menu ul li a:hover
{
  color: #FFFFFF;
  border-color: #fff;
  background-position: 0 -19px;
}

.menu ul li:hover>a
{
  color: #FFFFFF;
  border-color: #fff;
  background-position: 0 -19px;
}

* html .menu ul a:hover {
  color: #FFFFFF !important;
}	

* html .menu ul .menuhover .menuhoverA
{
  color: #FFFFFF !important;
  border-color: #B2B299;
  background-position: 0 -19px;
}
.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span{color: #FFFFFF;}
.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span{color: #FFFFFF;}
* html .nav .menu ul a:hover span, * html .nav .menu ul a:hover span span{color: #FFFFFF !important;}	
* html .nav .menu ul .menuhover .menuhoverA span, * html .nav .menu ul .menuhover .menuhoverA span span{color: #FFFFFF !important;}
/* begin ContentLayout */
.contentLayout{
margin-bottom: -4px;
width: 100%;
position: relative;}

/* begin Box, Block */
.Block {
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;  
}
* html .Block 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  zoom: 1;}
.Block-body {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0;
  text-align: left;
}

.Block{margin: 0px;
}

.Block table.table
{
  border-collapse: collapse;
  margin: 1px;
}

.Block table.table th, .Block table.table td
{
  padding: 2px;
  border: solid 1px #4E5606;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 0px;
  text-align: left;
  color: #99CC00;
  font-family: 'Trebuchet MS';
  font-size: 15px;
  font-weight: Bold;
  font-style: normal;  
  text-decoration: none;
}

* html .BlockHeader
{
  zoom: 1;
}

.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l 
{
  left: 0;
  right: 0px;
}

* html .BlockHeader .l
{
  width: expression(this.parentNode.offsetWidth-0+'px');
}

.BlockHeader .r 
{
  right: 0;
  width: 0px;
}

* html .BlockHeader .r
{
  left: expression(this.parentNode.offsetWidth-0+'px');
}

.BlockHeader .r div
{
  width: 886px;
  right: 0;
}

* html .BlockHeader .r div
{
  left: expression(this.parentNode.offsetWidth-886+'px');
}

* html .BlockHeader .l, * html .BlockHeader .r div 
{
  font-size: 1px;
}

.BlockHeader .l, .BlockHeader .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/');
}

* html .BlockHeader .l, * html .BlockHeader .r div 
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/BlockHeader.png',sizingMethod='crop')");
}
/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;  
}


* html .BlockContent {
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  zoom: 1;
}
.BlockContent-body {
position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 10px 10px 10px 0;
  text-align: left;
  color: #4B4B4B;
  font-family: 'Verdana';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;  
  text-decoration: none;
}

.BlockContent a{ color: #3480C6;}
.BlockContent a:link{color: #3480C6; }
.BlockContent a:hover{color: #3480C6;}
.BlockContent a:hover:visited{color: #3480C6;}
.BlockContent a:visited{color: #798609;}
.BlockContent-cc 
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #FFFFFF;
}

* html .BlockContent-cc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}
/* end Box, BlockContent */

/* begin LayoutCell ---------------------------------------------------------------------------*/
.contentLayout .content
{
	position: relative;
	margin:20px 0 0 0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 555px;
	/*border-right: dotted 1px #bcc73e;*/
}
/* end LayoutCell */

/* begin sidebar1*/
.contentLayout .sidebar1
{
	position: relative;
	margin:20px 0 0 14px;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 325px;
}
/* end LayoutCell */
.sidebar1 ul, .sidebar2 ul, .sidebar3 ul{
list-style: none;
padding:0;
margin:0;
}
.sidebar1 ul ul, .sidebar2 ul ul, .sidebar3 ul ul{padding:0 0 0 10px;}
#footer {text-align: center;
}

.post h2 a {text-decoration: none;}
.aligncenter, div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft{float: left;}
.alignright{float: right;}


.wp-caption{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.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;
}

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

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

.hidden
{
	display: none;
}
#form {
 font-size: 12px;
width: 510px;
float:left;
}
fieldset {
margin: .4em 0; 
padding: .7em;
border : 1px solid #7D92A2;
}
legend {
font-weight: bold;
color:#99CC00;
}
form p {
width: 100%;
}
form #comments_form p {
width: 100%;
padding-bottom: 1em;
}
label {
float: left;
width: 120px;
}
#contact-me label {
width: 4em;
}
input {
width: 130px;
margin: 0 0 2px 0;
border-top:1px solid #99CC00;
border-left:1px solid #99CC00;
border-bottom:1px solid #99CC00;
border-right:1px solid #99CC00;
}
.image {
width: 58px;
border:none;
} 
.submit {
border:none;
} 
input#mls {width: 120px;} 
input#steetname {width: 120px;}
input[type=&quot;text&quot;], textarea {
border-top: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
input.radio, input.checkbox, input.submit {width: auto;}
input:focus, textarea:focus {background: #ffc;}
input.radio {
float: left;
margin-right: 1em;
}
input.checkbox {
border:none;
} 
textarea {
width: 280px;
height: 70px;
}


/* 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;
}
.textwidget  a img{
border: solid 1px #3480C6;
padding: 0;
}
.textwidget  a{
color: #3480C6;
text-decoration:none;
}

.textwidget  a:link{color: #3480C6;}
.textwidget  a:visited{color: #3480C6;}
.textwidget  a:hover{
color: #3480C6;
text-decoration:underline;
}
#footer a {color: #3480C6;}
.pre_footer {
margin:0 auto;
background: url(images/footer_bg.png) repeat-x top left;
height: 76px;
width:900px;
text-align:left;
}
.pre_footer p {
padding: 3px 0 0 20px;
margin:0;
line-height:18px;
}
.pre_footer h2 {
padding: 8px 0 0 20px;
border-bottom:none;
margin:0 0 10px 0;

}
.pre_footer h4 {
padding: 0 0 0 20px;
border-bottom:none;
margin:0;
line-height:16px;
}
#footer .pre_footer a {
text-decoration:underline;
color:#fff;
}
#footer .pre_footer a:hover {
text-decoration:none;
color:#fff;
}

.footer li{
list-style:none;
display:inline;
padding:0 16px 0 0;
}
h1 {
font-weight:100;
color: #1261a9;
padding: 0 0 0 10px;
border:none;
}

h2,h3 {
font-size: 18px;
font-weight:100;
color: #1261a9;
padding:0 0 4px 0;
margin:10px 0 0 0;
clear:both;
text-align:left;
border-bottom: dotted 1px #bcc73e;
}
h4{
font-size: 14px;
font-weight:100;
color: #1261a9;
}
img.alignleft {float: left; margin:0 20px 10px 0; border: solid 1px #3480C6; padding:1px; background-color:#fff;}
img.alignright {float: right; margin:0 0 10px 10px; border: solid 1px #3480C6; padding:1px; background-color:#fff;}

