/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
} 

html, body {	
	color:#666;
	background: #928657 url(../images/bg.gif) repeat-x;
	text-align: center;
	min-height: 101%;
}

body, select, textarea, input {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

p {	
	margin: 15px 0;
}

table {
	font-size: .85em;
	border-collapse: collapse;
	margin: 15px 0;
}

table table {
	font-size: 100%;
}

th, td {
	text-align: left;
	padding: 5px;
	vertical-align: top;
	background: #ececdd;
	border: 1px solid #fff;
}

th {
	background: #d8daba;
	letter-spacing: .01em;
}

td.center {
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
}

fieldset {
	border: solid 1px #E7E7E7;
	margin-bottom: 5px;
	padding: 8px;
}

legend {
	border: solid 1px #E7E7E7 !important;
	background-color: #f2f5e1 !important;
	color: #5e6321 !important;
	font: 1.3em Georgia, "Times New Roman", Times, serif !important;
	padding: 5px;
}
		
a:link, a:visited {	
	text-decoration:none;
	color: #99a04e; 
	font-weight: bold;
}

a:hover, a:active {	
	color: #5e6321;
}

*:focus { 
	outline: none 
}

u, i, b {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}



/* ---------- @ Page Structure -----------*/

.wrapper {
	font-size: 0.8em;
	width: 930px;
	text-align: left;
	margin: 0 auto;
	line-height: 125%;
}

#content-wrapper {
	padding-top: 10px;
	background: #fbfbf5;
	padding-bottom: 120px;
}

#content {
	width: 550px;
	height: auto;
	float: left;
}

#sidebar {
	float: left;
	padding-left:40px;
	width: 228px;
	margin-left: 20px;
}
	
	   
#masthead {
	height: 151px;
}

#masthead-content {
	height: 116px;
}

#login-info {
	font-size: .85em;
	margin: 40px 0 0 0;
}

#login-info p {
	margin: 10px 0;
	text-align: right;
}

.left {	
	float:left;
}

.right {	
	float:right
}

img.left, img.right {
	border: 2px solid #b4b87d;
	padding: 1px;
}

img.left {
	margin-right: 15px;
}

img.right {
	margin-left: 15px;
}

		
/* ---------- @ Headings -----------*/

		   
h1 {
	font-size: 2em;
}

h1#logo, a#logo {
	width: 279px;
	background: url(../images/logo.gif);
	height: 84px;
	display: block;
	text-indent:-9000px;
	margin: 22px 0 10px 5px;
}

h2 {	
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	color: #5e6321;
}

h2.pagetitle {
	padding-top: 12px;
}
	
h3 {	
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	color: #5e6321;
	margin: 20px 0 -5px 0;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
}

#sidebar h3 {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	margin:20px 0 0 0;
	color: #7a7169;
	padding: 6px 4px 6px 8px;
	background: url(../images/bg_stripes.gif);
}

#sidebar .entry h3 {
	margin-top: 5px;
	background: url(../images/bg_stripes_sponsors.gif);
}

#intro h3 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
}
	
h4 {	
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #5e6321;
	margin: 25px 0 0 0;
}

#login-info h4 {
	margin-top: 10px;
}

h4.category {
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin-top: 5px;
	padding: 0 0 5px 16px;
	background: url(../images/icon_folder.gif) no-repeat;
	border-bottom: 1px solid #d4c7b7;
	width: 475px;
}

h4.hdr-news {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin-top: 50px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d4c7b7;
}

h5 {
	color: #5e6321;
	font-size: .85em;
	margin: 15px 0 -5px 0;
}

#sidebar h5 {
	font-size: 1em;
}


/* ---------- @ Content Area -----------*/


body.propertylisting #content li {
	margin-left: 0;
}

.directory {
	margin: 25px 0 35px 0;
}

body.about .directory img {
	width: 125px;
	height: 150px;
}

body.news #content img {
	height: 125px;
	width: 150px;
}

a#donate-now {
	background: url(../images/button_donate.gif) no-repeat;
	width: 183px;
	height: 47px;
	display: block;
	text-indent:-9000px;
	margin: 30px 0 15px 0;
}

#intro {
	font-size: .85em;
	background: #ececdd url(../images/bg_feature.gif) bottom right no-repeat;
	padding: 10px;
	margin: 20px 0 30px 0;
	border: 1px solid #d8daba;
	max-height: 200px;
	overflow: auto;
}

/*Wordpress*/ 

.post {
	padding: 12px 0;
}

.postmetadata {
	text-transform:uppercase;
	font-size: 0.75em;
	border-bottom: 1px solid #d4c7b7;
	border-top:1px solid #d4c7b7;
	padding:3px 0;
}

#sidebar .entry {
	margin: 15px 0;
	font-size: .85em;
	background: #f2f5e1;
	border: 1px solid #eaeedd;
	padding: 5px 10px;
}

#sidebar .entry#member-sidebar {
	padding: 0 10px;
}

#sidebar .entry#member-sidebar p {
	margin: 10px 0;
}

.entry ul {
	padding:0 15px 10px 10px;
	margin-top: 15px;
	}		

.entry ul li {
	margin-left:35px;
	padding: 3px 0;
	list-style:square
	}

.entry ol {
	margin: 15px 0;
}

.entry ol li {
	margin-left:35px;
	padding: 3px 0;
}

.entry blockquote {
	margin:18px 35px 25px 35px;
	border-left:5px solid #b6b6a7;
	padding-left:15px;
	color:#696958;
	font-size:0.9em;
	}			

.entry img {
	margin:1px 0 6px 10px;
	border:4px solid #d8daba;
	}

.entry img.right, .entry img.alignright {
	float:right;
	}

.entry img.left, .entry img.alignleft {
	float:left;
	margin:1px 10px 6px 0;
	}

.welcome {
	margin-bottom: 30px;
}


/* Comments */

.commentcount {
	background:url(../images/bubble.gif) no-repeat 0 2px;
	padding-left:17px;
	font:11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	margin-left:9px;
	}

.commentcount a, .commentcount a:visited {
	}
	
.commentlist {
	margin:25px 0 0 0;
	padding:0 0 30px 0;
	}

.commentlist li {
	margin: 15px 0 3px 22px;
	padding: 8px 15px 10px 15px;
	font-size: .85em;
	background:url(../images/divider.gif) bottom repeat-x;
	}

#commentarea small {
	font-size:1.1em;
	}

.commentlist cite {
	font-style:normal;
	font-weight:bold;
	font-size:1em;
	}	
	
.commentinfo {
	width:765px;
	float:right;
	padding-top:5px;
	}

.commentlist li.my_comment {
	border-bottom:1px solid #d8daba;
	border-top:1px solid #d8daba;
	background: #ececdd;
	}

li.my_comment cite {
	font-size:1.5em;
	}
		
	
	
/* ---------- @ Forms -----------*/


.button, #insertbutton {	
	background: #7c8145 url(../images/bg_button.gif) bottom repeat-x !important;
	border:#c9cca2 1px solid !important;
	margin: 0 0 1px 3px;
	padding: 3px 4px;
	font-size:0.85em;
	color: #d8dabb !important;
	cursor: pointer;
}

fieldset .button {
	margin-left: 135px !important;
}

.button:focus, #insertbutton:focus {	
	background: #7c8145 url(../images/bg_button.gif) bottom repeat-x !important;
}
		
.button:hover, #insertbutton:hover {	
	background: #51590c !important;
}

#searchform {
	margin: 10px 0;
}

#s, #comment, #author, #email, #url {
	background:#FFF;
	padding:3px;
	}

#s {
	width: 180px;
	float: left;
}

#searchsubmit {
	float: left;
}

#comment {
	width: 400px;
}

.MsoNormal, .MsoNormal span {
	color: #FF0000;
	font-size: 1.1em !important;
	line-height: 1.1em;
}


/*Clear*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */




/* ---------- @ Footer -----------*/


#footer {
	background: #928657 url(../images/bg_footer.gif) bottom repeat-x;
	border-top: 4px solid #b4b87d;
	text-align: left;
	color:#ddcfb4;
	padding: 20px 30px 0 30px;
	height: 100px;
	position: relative;
	margin: -100px auto 0 auto;
	font-size: .85em;
}

#footer a {
	color: #ddcfb4;
}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(../images/cat4.gif);
	text-indent:-9000px;
	margin: 8px 15px 0 0;
}
