/*
Theme Name: Lori Nery Coastal Realty
Theme URI: hhttp://www.lorinerycoastalrealty.com
Author: Jeff Golenski 
Author URI: http://midnight-shift.net, jeffgolenski@midnight-shift.net
*/

/* --------------------------------------- BODY  */

body {
	margin: 0;
	padding: 10px 0;
	color: #000;
	font-family:  "Lucida Grande", Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	background-color: #043C6D;
}

html>body { /* Opera Fix */
	font-size: small;
}

a:link, a:visited {
	color: #417FE7;
	font-weight: bold;
	text-decoration: none;
}
	
a:hover {
	color: #417FE7;
	font-weight: bold;
	text-decoration: underline;
}
	
a:active {
	color: #417FE7;
	font-weight: bold;
	text-decoration: none;
}



/* --------------------------------------- STRUCTURE  */

#shell {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(images/shellbg.gif) 50% 0 repeat-y;
}

#buffer {
	padding: 2px;
}

#header {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	background: #fff url(images/headerbg.gif) 0 0 repeat-x;
	border-bottom: 1px #79adda solid;
	border-top: 1px #dedddd solid;
	 
}


     
/* --------------------------------------- SEARCH   */

.searchholder {
	float: right;
	padding: 10px 15px 0 0;
} 


.searchholder input#s {
	border: 1px #006846 solid;
	background: #00d18c;
	padding: 6px;
	height: 14px;
	}
	
.searchholder input#searchsubmit {
	border: 1px #006846 solid;
	background: #00ffab;
	height: 27px;
	color: #001810;
	}    

/* -------- END SEARCH   */   

#nav {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0; 
}

#current {
	width: 100%;
	background: #009463;
	padding: 0;
	margin: 0;
	text-align: left;  
	border-bottom:  1px #9bc2e4 solid;
	border-top:  1px #fff solid;
}

#current h2 {
	background: transparent;  
	border: none;
	font-weight: normal;
	color: #ffffff;
	font-size: 135%;
	margin: 0;
	padding: 16px 10px;
}

#current h2 strong {
	font-weight: bold;
}   


#content {
	width: 100%;  
	padding: 0;
	margin: 0;
	background: #fff url('images/contentbg9.gif') 0 0 repeat-y;
}

#textholder {
	float: left;
	width: 79%;
	text-align: left; 
	background: transparent;
	margin:  0;   
	padding: 0;
}

#innertextholder {   
	padding: 15px;
}

#footer {
	clear: both;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 1px 0 0 0;   
}

#footerinfo {
	text-align: center;
	padding: 5px 0;
	margin: 0;   
	border-top:  1px #d9d9d9 solid; 
	background: #2562A5;
}

.clear {
	clear: both;
	font-size: 1px;

} 



/* --------------------------------------- COMMON ELEMENTS  */

h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	color: #000;
	border-bottom: 1px #D5E2F5 solid;
}

h1#title {
	margin: 0;
	padding: 8px 0 0 5px;
	background: transparent;
	border: none; 
	float: left;
}



h2 {
	font-size: 115%;
	color: #285190;
	margin: 0 0 15px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px #eee solid;
}

h3 {
	color: #000;
	font-size: 110%;
	margin: 20px 0;
}

p {
	font-size: 100%;
	line-height: 16pt;
	
} 


ul li {
	line-height: 18pt;
}

ol li {
	line-height: 18pt;
}

dl {
	margin: 0 10px; 
	line-height: 16pt;
}

dt {
	font-weight: bold;
	margin: 15px 0 2px 8px;
}

dd {
	margin: 0 0 5px 35px;

}

hr {
	width: 100%;
	height: 1px;
	color: #D5E2F5;
	margin: 0;
	border-top: 1px solid;
	clear: both;
}

div.titlephoto {
    float: right;
    margin: 11px 24px 9px 0;
    display: inline;  
}

div.titlephoto img {
    border: 1px solid black;   
}

div.clean {
	float: right;
	width: 50%;
	background: #eee;
	border: 1px #ddd solid;
	margin: 0 0 0 10px;
	padding: 10px;
} 

div.clean h3 {
		color: #000;
		font-size: 110%;
		margin: 5px 0;  
}

div.clean ul li {
	padding: 2px;
	color: #7c7c7c;
}

div.clean ul li strong {
	color: #000;
	text-decoration: underline;
}


div.top, div.return {
	width: 100%;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	background: #eee;
	padding: 5px 0;
	clear: both;	
}

div.top a, div.return a {
	padding: 5px;
}


/* --------------------------------------- MAIN NAV  */      


#nav ul {
	padding: 0;
	margin: 0;
} 
	
#nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	border-top: 1px #fff solid;
	border-bottom: 1px #d9d9d9 solid;
} 

#nav ul li.featuredres {
	background: #006443;
	padding-bottom: 5px;
}
	
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active  {
	font-size: 90%;
	color: white;
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 12px;
	width: 180px;
	
	
}


#nav ul li a:hover, #nav ul li a:focus   {
	background: url('images/navbgover.gif') #00529B 0 0 repeat-x;
	padding: 5px 0 5px 12px;
}


#nav ul ul li {
	border: none;
}

#nav ul ul li a {
	padding: 0 0 0 20px !important;
	width: 172px !important;
	font-size: 9pt !important;
	color: #ccffb5 !important;
}

#nav ul ul li a:hover  {
	color: #ccffb5;
	background: none;
	text-decoration: underline;
}







/* --------------------------------------- FOOTER  */

#footer p {
	color: #E2E8F1;
	margin: 0 0 0 10px;
	line-height: 15pt;
	font-weight: bold;
	font-size: 90%;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover, #footer a:focus  {
	text-decoration: none;
}



/* --------------------------------------- HOME */


div.main {
	float: right;
	margin: 0 0 15px 15px;
	padding: 10px;
	background: #e6e6e6;
	border: 1px #c2c2c2 solid;
	color: #183c64;
	text-align: center;
}


div.main a, div.main a:visited, div.main a:hover, div.main a:focus, div.main a:active  {
	font-size: 90%;
	font-weight: normal;
	color: #646464;
}



div.main img {
	border: 1px #919191 solid;
	width: 175px;
} 

/* --------------------------------------- PROFILE */


div.profilephoto {
	float: right;
	margin: 0 0 15px 15px;
	padding: 10px;
	background: #e6e6e6;
	border: 1px #c2c2c2 solid;
	color: #183c64;
	text-align: center;
}

#innertextholder #textholder div.adphoto {
	float: right;
	margin: 0 0 5px 215px;
	padding: 5px;
	background: #e6e6e6;
	border: 1px #c2c2c2 solid;
	color: #183c64;
}

div.profilephoto a, div.profilephoto a:visited, div.profilephoto a:hover, div.profilephoto a:focus, div.profilephoto a:active  {
	font-size: 90%;
	font-weight: normal;
	color: #646464;
}



div.profilephoto img {
	border: 1px #919191 solid;
	width: 300px;
} 

div.icons {
	float: right;
	margin: 0 0 15px 15px;
	padding: 10px;
	background: #e6e6e6;
	border: 1px #c2c2c2 solid;
	color: #183c64;
	text-align: center;
}

div.icons img {
	margin: 5px;
    border: 1px #E1E1E1 solid;
	padding: 5px;
	background: #fff;
}

/* --------------------------------------- LISTINGS DIRECTORY */



#activelistings {
	clear: left;
	width: 100%;
}

#pendingsales {
	clear: left;
}

#soldlistings {
	clear: left;
} 

.prop-box-avail {
	background: #eee;
	border: 1px #ccc solid;
	display: block;
	padding: 15px !important;
}
.prop-box-avail h2, .prop-box-avail a, .prop-box-avail h3 {
	padding: 0px;
	margin: 0px;
}       

.prop-thumb {
	float: right;
	width: 225px;
	padding: 0px;
	margin: 0 0 15px 15px;
	display: block;
	text-align: right;
} 

.prop-thumb h2 {
	display: none !important;
}                 

/*
div.listinglinks {
	width: 100%;
	text-align: center;
	background: #eee;
	border: 1px #ccc solid;
	margin: 0 0 15px 0;
	padding: 5px 0
	
}


div.listinglinks ul li a {
	padding: 0 10px;
}


div.listingpreview {
	border: 1px #ddd solid;
	background: #eee;
	padding: 10px;
	margin: 0;	
}

div.listingpreview img {
	float: right;
	border: 1px #000 solid;
	margin: 0 0 5px 10px;
}

div.listingpreview h3 {
	margin: 0 0 10px 0;
	padding: 0; 
}

div.listingpreview p {
	color: #444;
}   */

/* --------------------------------------- SUB-LISTING PAGES */


.listingcontentholder {
	width: 100%;
}


.listingdesc {
   /* float: left;
	width: 440px;  
	margin: 0 15px 0 0;  */
} 

.listingphotogal {
	/*float: left;
	width: 248px; */
	padding: 5px 10px 10px 10px;
	background: #eee;
	border: 1px #ccc solid;
}

.listingphotogal h2 {
	display: none !important;
}



#gre_map_canvas {
	width: 400px;
	height: 400px;
	border: 1px solid black;
}
#gre_map_multi {
	width: 400px;
	height: 400px;
	border: 1px solid black;
}

#gmap-info {
	padding: 0;
	margin: 0;
}
#gmap-info h3 {
	padding: 0;
	text-align: left;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

#gmap-info .listing-thumb {
	float: left;
	padding-right: 5px;
}
#gmap-info p {
	text-align: left;
	vertical-align: top;
}

.adobe-reader img {
	padding-top: 5px;
	padding-left: 5em;
	padding-right: 5em;
}

.propdata {
	clear: left;
	display: block;
	padding: 2px;
	margin-top: 2px;
}
.propdata h3 {
	padding: 0px;
	margin: 0px;
}
.propdata-line div {
	padding: 2px 10px 2px 10px;
	
}
.propfeatures {
	font-weight: bold;
	color: #34431d;
}
.page-propdata-box {
	clear: left;
	margin-left: 10px;
	margin-bottom: 20px;
}
.page-blurb {
	font-weight: bold;
	color: #34431d;

}
.propdata h3 {
	font-style: italic;
}
.prop-box-featured em {
}

.wordtube {
	margin: 0 auto;
	padding: 10px;

}

.prop-box, .prop-box-avail {
	padding: 5px;
	margin: 10px 5px 5px 0;
}

.prop-box {
	background: #ddd;
	min-height: 80px;
	width: 300px;
	display: block;
	float: left;
	margin-right: 20px;
}
.prop-box h2, .prop-box a, .prop-box h3 {
	padding: 0px;
	margin: 0px;
}
.prop-box-featured {
	min-height: 80px;
	display: block;
	padding: 0px;
	margin: 0px;
}
.prop-float-container {
	width: 300px;
	display: inline;
}
.prop-box em {
}


.propwassold {
	color: red;
	font-weight: bold;
} 

#text h2 {
	display: none;
}

h3.price {
	color: #666;
	font-size: 100%;
	margin: 20px 0;
}   

.fbookmain {
	float: right; margin-top: 10px; clear:right; text-align:center; margin-left: 30px; width: 200px;
}



a.action {
	float: right;
  background-color: #ee432e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
  background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  border: 1px solid #951100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  -ms-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  color: #fff;
  font: bold 14pt arial, sans-serif;
  line-height: 18pt;
  padding: 12px 0 14px 0;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
  width: 200px; 
display: block;
margin-left: 30px;}

  a.action:hover {
    background-color: #f37873;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
    background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    cursor: pointer; }
  a.action:active {
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    -ms-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); }
     

/* old 

table.listing {
	font-weight: bold;
	line-height: 16pt;
}

table.listing td {
	text-align: left;
}

table.general, table.directions, table.remarkdesc, table.propinfo, table.taxinfo, table.propdesc, table.title, td.photo, table.featuredesc, table.roomlvl {
	 background: #EFEFEF;
	 padding: 10px;
} 

table td b {
	font-weight: normal;
}


table td.h {
	padding: 10px;
	font-size: 125%;
	background: #ccc;
	font-weight: bold;
	border-top: 1px #bbb solid;
	border-bottom: 1px #bbb solid; 
}

table.listing img.propimg {
	border: 1px #000 solid;
} 

*/

/* --------------------------------------- HOUSE TIPS */


div.housetipsphoto {
	float: right;
	margin: 0 0 15px 15px;
	padding: 10px;
	background: #e6e6e6;
	border: 1px #c2c2c2 solid;
	color: #183c64;
	text-align: center;
}


div.housetipsphoto a, div.housetipsphoto a:visited, div.housetipsphoto a:hover, div.housetipsphoto a:focus, div.housetipsphoto a:active  {
	font-size: 90%;
	font-weight: normal;
	color: #646464;
}



div.housetipsphoto img {
	border: 1px #919191 solid;
}

/* --------------------------------------- COMMUNITY  */



table.communitygallery {
	margin: 0;
	padding: 0;
	border: 1px #a9bcd4 solid;
	background: #c7d5e6;
}

table.communitygallery td.thumb {
	padding: 4px 2px;
	width: 33%;
}

table.communitygallery td.thumb img {
	border: 1px #142439 solid;
	width: 225px;
} 

/* --------------------------------------- SOLD PROP. */



div#soldgallery {
	margin: 0 0 10px 0;
	padding: 0;
	
}

div#soldgallery div.thumb {
	float: left;
	padding: 7px;
	margin: 0 4px 4px 0;
	background: #eee;
	text-align: center;
	color: #001d44;
	border: 1px #a9bcd4 solid;
}

div#soldgallery div.thumb img {
	border: 1px #142439 solid;
	width: 210px;
	height: 149px;   
	margin: 0;
	padding: 0;
} 

div#soldgallery h3 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 3px 0;
}




/* --------------------------------------- CONTACT PAGE  */

ul.contact {
	margin: 0;
	padding: 0;
}

ul.contact li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 155%;
}

ul.contact li strong {
	font-size: 110%;
	color: #285190;
	margin: 0 0 15px 0;
} 

img.map {
	border: 1px #c2c2c2 solid;
}

/* --------------------------------------- MARKET ANALYSIS  */
   


table.marketform {
	font-size: 9pt;
	border: 1px #CAD3E8 solid;
}

table.marketform h3 {
	margin: 0;
	padding: 17px 0 17px 8px;
	font-size: 120%;
	font-weight: bold;
	background: #E7EFFF;
}

table.marketform td.one {
	padding: 8px;
	background: #D1DAEE;
}

table.marketform td.two {
	padding: 8px;
	background: #bac4d8;
}



table.marketform td table.commenttable td {
	padding: 0;
}


/* --------------------------------------- IE ERRORS  */


body {
	font-size: x-small; /* IE5/Win Fix*/
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

td	{text-align:left;}
