/*
Theme Name: AHF
Theme URI: http://www.automatedhomefinder.com/
Description: Tested on WP2.5
Version: 2.0
Author: Automated Homefinder, LLC
Author URI: http://www.automatedhomefinder.com/
Tags: green, fixed width, two columns, widgets
*/

body {
	margin-left: auto; 
  margin-right: auto;
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #7EA478;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
}

ul, ol {
}

a:link, a:visited
{
		color: #165829;
		text-decoration: none;
}

a:hover
{
		color: #165829;
		text-decoration: underline;
}

a img {
	border: none;
}

/* Begin Images */
p img {
	padding: 5px;
	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: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}

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

.alignright {
  padding: 5px;
	float: right;
}

.alignleft {
  padding: 5px;
	float: left
}
/* End Images */

#wrapper {
	width: 746px;
	margin: 0 auto;
	border-left: 1px solid #7EA478;
	border-right: 1px solid #7EA478;
	border-bottom: 1px solid #7EA478;
}

#wrapper .btm {

}

/* Header */

#header {
	width: 746px;
	height: 141px;
	margin: 0 auto;
	border-left: 1px solid #7EA478;
	border-right: 1px solid #7EA478;
	background: url(images/ahf_header.gif) center no-repeat;
}

/* Logo */

#logo {
	float: left;
	width: 466px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 10px 0 0 15px;
	margin-right: 10px;
	letter-spacing: -1px;
	font-size: 1.6em;
	width: 450px;
}

#logo h1 a {
	color: #333333;
}

#logo p {
	float: left;
	padding: 3px 0 0 18px;
	margin-right: 10px;
	font: normal 12px Verdana, Arial, sans-serif;;
	font-style: italic;
	width: 450px;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #333333;
}

/* Search */

#search {
	float: left;
	width: 145px;
	padding: 0;
}

#search form {
	margin: 0;
	padding-bottom: 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search #s {
	width: 109px;
	padding: 0;
}

#search #searchsubmit {
	width: 16px;
  height: 16px;
  margin: 0;
  border: 0;
  background: transparent url(images/mag_glass.gif) no-repeat left top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
	text-indent: -1000em;
	font-size: 0;
	color: #FFFFFF;
	text-align: right;
	vertical-align: text-top;
}

/* House */

#house {
	float: left;
}

/* Menu */

#menu {
	width: 125px;
	padding: 0 0 0 0;
}

#menu ul {

}

#menu li {
 
}

#menu a {

}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {

}

#menu .current_page_item {

}

/* Page */

#page {
	width: 746px;
	margin: 0 auto;
	padding-top: 0px;
}

/* Content */

#content {
	float: right;
	width: 559px;
	padding: 0 10px 0 0;
}

.banner {
	margin: 0px;
	padding: 0px;
}

.post {
	margin-left: 10px;
	padding-bottom: 10px;
}

.post .title {
  margin-top: 4px;
	color: #333333;
}

.post .title a {
	background: none;
	color: #333333;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
  color: #FFFFFF;
	background-color: #7EA478;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.post .meta,.post .meta .permalink {
}

.post .meta a {
	background: none;
	color: #333333;
	border: none;
}

.post .entry {
  color: #000000;
	padding: 10px 10px 3px 10px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 145px;
	padding: 5px 0 0 18px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 18px;
}

#sidebar li li {
	line-height: 18px;
	padding-left: 5px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}

#sidebar h2 {
	color: #333333;
	background-color: #FFFFFF;
	margin-left: -18px;
	margin-right: 15px;
	padding: 3px 10px 6px 18px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #165829;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #165829;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 746px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

div.hr {
  margin-left: -15px;
  height: 15px;
  background: #fff url(images/ahf_dots_horizontal_120.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

#vertical_dots {
	float: left;
	width: 10px;
	height: 273px;
	background: url(images/ahf_dots_vertical.gif) center no-repeat;
}

h1.pagetitle {
  margin: 3px 0 10px 10px;
	color: #7EA478;
}

h1.title {
	margin-top: 4px;
	color: #333333;
	font-size: 1.4em;
}

p.longmeta small {
  line-height: 120%;
	font-size: 10px;
}

div.commentext p {
	line-height: 120%;
}

small.commentmetadata {
	background-color: #FFFFFF;
	padding: 3px 10px 3px 10px;
}

h2#comments {
	margin: 0 0 3px 10px;
}

h3#respond {
	margin: 0 0 3px 10px;
}

form#commentform {
	margin: 0 0 3px 10px;
}

textarea#comment {
  width: 530px;
}

/* Printme Widget */

li#printme div {
	margin: -3px;
}

/* Search Now Widget */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.ahf-search-now {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
		margin-bottom: 20px;
}

a.ahf-search-now span {
    background: url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.ahf-search-now:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.ahf-search-now:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

a.ahf-search-now:link, a.ahf-search-now:visited {
		color: #165829;
		text-decoration: none;
		font-weight: bold;
}

a.ahf-search-now:hover {
		color: #165829;
		text-decoration: none !important;
		font-weight: bold;
}

#ahf-upload-mugshot {
  text-align:left;
	vertical-align:top;
	margin-bottom: 15px;
}

#ahf-login {
	width: 145px;
}

#ahf-login div {
	float: left;
	margin: 0;
	padding: 0;
}

#ahf-login #upperleft {
	width: 16px;
	height: 12px;
	background: url('/wp-content/plugins/ahf-login/images/ahf_login_r1_c1.gif') no-repeat;
}

#ahf-login #top {
	width: 109px;
  height: 12px;
	background: url('/wp-content/plugins/ahf-login/images/ahf_login_r1_c2.gif') no-repeat;
}

#ahf-login #upperright {
	width: 20px;
	height: 12px;
	background: url('/wp-content/plugins/ahf-login/images/ahf_login_r1_c3.gif') no-repeat;
}

#ahf-login #midleft {
	width: 16px;
	height: 143px;
	background: url('/wp-content/plugins/ahf-login/images/ahf_login_r3_c1.gif') no-repeat bottom;
}

#ahf-login #mid {
	width: 109px;
  height: 130px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	background-color: #C5D6BE; 
	color: #000000;
}

#ahf-login #midright {
	width: 20px;
	height: 143px;
	background: url('/wp-content/plugins/ahf-login/images/ahf_login_r3_c3.gif') no-repeat bottom;
}

#ahf-login #bottom {
	width: 109px;
  height: 12px;
	margin: -13px 0 0 16px;
	background: url('/wp-content/plugins/ahf-login/images/ahf_login_r3_c2.gif') no-repeat;
}

#ahf-login input {
  margin: 0 0 4px 0;
}

.ahf-login-submit {

}

