/*
Theme Name: Springfirld Homes
Description: Custom theme developed for springfieldhome.com
Version: 1
Author: Jim Mayes
Author URI: http://style-vs-substance.com/
Tags: 

*/

/* Sane Font Sizes */
html {font-size: 83%;}
body {font-size: 1.1em;}
h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}

/* Resets */
* {margin: 0; padding: 0;}
html {overflow: -moz-scrollbars-vertical;}
dl, ol, ul {list-style: none;}
a img {border: none;}

body {
	padding-top: 7px;
	background: #f1f0e9 url(img/background.gif) repeat-y center;
	}
#header, #nav, #banner, #quicklinks, #pagebody, #content, #footer, #car {
	margin: 0 auto;
	width: 740px;
	}
	
#header {
	overflow: hidden;
	margin-bottom: 7px;
	background: url(img/headshots.jpg) center top no-repeat;
	}
	#header h1 a {
		float: left;
		outline: none;
		display: block;
		width: 206px;
		height: 115px;
		text-indent: -9999px;
		background: url(img/site_logo.gif) no-repeat;
		}
	#header .tagline {
		display: none;
		}
	#header #topnav {
		overflow: hidden;
		float: right;
		background: url(img/phone_number.gif) top right no-repeat;
		}
		
		#header #topnav a#fritzs_listings {
			display: block;
			margin-bottom: 65px;
			height: 26px;
			text-align: center;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			color: #26537E;
			}
			#header #topnav a#fritzs_listings:hover {
				text-decoration: none;
				}
		
		#header #topnav li {
			float: left;
			margin-right: .5em;
			}
			#header #topnav li a {
				border-right: 1px solid #336;
				padding-right: .5em;
				font-family: "Times New Roman", Times, serif;
				font-size: 1.125em;
				text-decoration: none;
				color: #336;
				}
				#header #topnav li a:hover {
					text-decoration: underline;
					}
				#header #topnav li.last a {
					border: 0;
					padding-right: 0;
					}
		
#nav {
	overflow: hidden;
	margin-bottom: 7px;
	border-top: 7px solid #336;
	padding: 9px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	background: #26537e url(img/bg_blue_fade.gif) repeat-x;
	}
	#nav ul {
		margin: 0 0 0 8px;
		}
		#nav li {
			float: left;
			margin-right: 6px;
			}
			#nav a {
				border-right: 1px solid #fff;
				padding-right: 6px;
				color: #fff;
				text-decoration: none;
				}
				#nav a:hover {
					text-decoration: underline;
					}
				#nav li.last a {
					border: 0;
					padding-right: 0;
					}
#banner {
	overflow: hidden;
	margin-bottom: 7px;
	}
	#banner img {
		float: left;
		width: 490px;
		}
	#banner .video {
		float: right;
		width: 240px;
		}
		#banner .video a,
		#sidebar .btn a {
			display: block;
			border-top: 7px solid #600;
			height: 36px;
			line-height: 36px;
			text-align: center;
			font-family: "Times New Roman", Times, serif;
			font-weight: normal;
			font-size: 1.2em;
			color: #fff;
			text-decoration: none;
			background: #ab0100 url(img/bg_red_fade.gif) repeat-x;
			}
			#banner .video a:hover,
			#sidebar .btn a:hover {
				text-decoration: underline;
				}

#quicklinks ul {
	overflow: hidden;
	margin-bottom: 7px;
	width: 100%;
	}
	#quicklinks li {
		display: block;
		float: left;
		margin-right: 10px;
		border: 1px solid #c9d4df;
		padding: 7px;
		width: 224px;
		height: 108px;
		background: url(img/bg_quicknav.gif);
		}
	#quicklinks li.last {
		margin-right: 0;
		}
	#quicklinks li a {
		font-family: Arial Narrow, Arial;
		font-size: 1.5em;
		text-decoration: none;
		color: #26537e;
		}
		#quicklinks li a:hover {
			text-decoration: underline;
			}
	#quicklinks li p {
		margin-top: 8px;
		font-family: Arial, sans-serif;
		font-size: .9em;
		color: #26537e;
		}

#pagebody {
	overflow: hidden;
	}
	#pagebody #content {
		float: left;
		margin: 0;
		width: 490px;
		}
	
#content {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #333;
	}
	#content h2 {
		margin-top: 9px;
		margin-bottom: 14px;
		border-bottom: 7px solid #26537e;
		font-family: Arial Narrow, Arial;
		font-weight: normal;
		color: #26537e;
		}
		#content h2 a {
			text-decoration: none;
			color: #26537e;
			}
			#content h2 a:hover {
				text-decoration: none;
				color: #ab0100;
				}
	#content h3,
	#content caption {
		font-family: Arial Narrow, Arial;
		font-size: 1.6em;
		font-weight: normal;
		color: #26537e;
		}
	#content p {
		margin-bottom: 1em;
		}
	#content blockquote {
		margin-bottom: .6em;
		border: 1px solid #f4dede;
		padding: 1em;
		font-family: "Times New Roman", Times, serif;
		font-size: 1.2em;
		letter-spacing: .1em;
		font-style: italic;
		font-weight: bold;
		color: #834343;
		background: #fcf6f6;
		}
		#content blockquote p {
			margin-bottom: 0;
			}
	#content ol,
	#content ul {
		padding-left: 2em;
		}
	#content ol {
		list-style: decimal;
		}
	#content ul {
		list-style: circle;
		}
		#content li {
			margin-bottom: 1em;
			}
	#content a {
		color: #26537e;
		text-decoration: underline;
		}
		#content a:hover {
			color: #ab0100;
			text-decoration: none;
			}
#content .navigation {
	overflow: hidden;
	margin-bottom: 2em;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: .5em 0;
	}
	#content .navigation .alignleft {
		float: left;
		width: 48%;
		}
	#content .navigation .alignright {
		float: right;
		width: 48%;
		text-align: right;
		}

			
.data {
	margin-bottom: 1em;
	width: 100%;
	}
	.data caption,
	.data th {
		text-align: left;
		}
	.data caption {
		border-bottom: 1px dotted #26537e;
		}
	.data th {
		padding: .3em;
		font-size: .8em;
		font-weight: normal;
		color: #999;
		background: #f0f0f0;
		}
	.data td {
		border-top: 1px dotted #ccc;
		border-right: 1px dotted #ccc;
		padding: .3em .3em 0 .3em;
		vertical-align: top;
		}
	.data td.last {
		border-right: 0;
		}
	.data td.name {
		width: 364px;
		}
	.data td.med {
		width: 120px;
		}
	.data td.small {
		width: 83px;
		}
	.data td.note {
		border: 0;
		padding-top: 0;
		width: 100%;
		font-size: .8em;
		font-style: italic;
		color: #666;
		}
		

.staff {
	overflow: hidden;
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #ccc;
	}
	.staff img {
		float: left;
		margin-bottom: 1.5em;
		}
	.staff h3,
	.staff p {
		margin-left: 130px;
		}
			
.timestamp,
.postmetadata {
	display: block;
	margin-bottom: 1em;
	font-style: italic;
	color: #999;
	}
	#content .postmetadata a {
		color: #999;
		}
		#content .postmetadata a:hover {
			color: #ab0100;
			}

#sidebar {
	float: right;
	width: 240px;
	font-family: Arial, sans-serif;
	}
	#sidebar #featured {
		margin-bottom: 7px;
		border-top: 7px solid #336;
		padding-bottom: 7px;
		color: #fff;
		background: #26537e;
		}
		#sidebar #featured h2 {
			height: 36px;
			line-height: 36px;
			text-align: center;
			font-family: Arial Narrow, Arial;
			font-size: 1.5em;
			font-weight: normal;
			background: #26537e url(img/bg_blue_fade.gif) repeat-x;
			}
		#sidebar #featured img {
			margin: 0 1px 7px 1px;
			}
		#sidebar #featured p {
			padding: 0 7px;
			font-family: Arial, sans-serif;
			font-size: .8em;
			}
			#sidebar #featured p a {
				text-decoration: none;
				color: #fff;
				}
			#sidebar #featured p a:hover {
				text-decoration: underline;
				}
	#sidebar .btn a {
		margin-bottom: 7px;
		}
	#sidebar .box {
		margin-bottom: 7px;
		border: 1px solid #c9d4df;
		padding: 14px 14px 7px 14px;
		background: #f4f9fc;
		}
		#sidebar .box h2 {
			margin: 0 0 14px 0;
			border-bottom: 1px dotted #26537e;
			font-family: Arial Narrow, Arial;
			font-size: 1.5em;
			font-weight: normal;
			color: #26537e;
			}
		#sidebar .box li {
			margin-bottom: 7px;
			font-family: Arial, sans-serif;
			}
			#sidebar .box li a {
				color: #26537e;
				text-decoration: none;
				}
				#sidebar .box li a:hover {
					color: #000;
					text-decoration: underline;
					}
		#sidebar table#mortgage {
			margin-bottom: 1em;
			border-top: 1px dotted #26537e;
			border-bottom: 1px dotted #26537e;
			}
		#sidebar table#mortgage caption {
			padding-bottom: 1em;
			text-align: left;
			font-size: .8em;
			color: #26537e;
			}
		#sidebar table#mortgage th {
			border-bottom: 1px dotted #26537e;
			text-align: left;
			font-size: .8em;
			color: #26537e;
			}
		#sidebar table#mortgage td {
			border-top: 1px dotted #ccc;
			border-right: 1px dotted #ccc;
			padding: .3em .3em 0 .3em;
			vertical-align: top;
			background: #f0f0f0;
			}
		#sidebar table#mortgage td.term {
			width: 90px;
			}
		#sidebar table#mortgage td.rate,
		#sidebar table#mortgage td.apr {
			width: 59px;
			}
		#sidebar table#mortgage td.apr {
			border-right: 0;
			}
		#sidebar .attributed {
			display: block;
			text-align: center;
			font-size: .8em;
			color: #26537e;
			}
			#sidebar .attributed a {
				color: #26537e;
				}
				#sidebar .attributed a:hover {
					text-decoration: underline;
					color: #000;
					}
					
#searchform {
	margin: 0 0 7px 0;
	border: 1px solid #c9d4df;
	padding: 12px 14px;
	background: #f4f9fc;
	}
	
.entry .vcard {
	float: left;
	margin-right: 1%;
	border: 1px solid #c9d4df;
	padding: 2%;
	width: 44%;
	color: #26537e;
	background: #f4f9fc;
	}
.entry .vcard .fn {
	font-family: Arial Narrow, Arial;
	font-size: 1.5em;
	}
.entry hr.clear {
	visibility: hidden;
	clear: both;
	}
	
.cf_info {
	width: auto;
	}
.cf_info.success {
	border: 1px solid #6c0;
	padding: 1em;
	background: #cfc;
	}
	

.cform ol.cf-ol li.cf-box-title,
.cform ol.cf-ol li.cf-box-group {
	padding-left: 25%;
	font-weight: normal;
	}
	
#cforms2form #li-2-5 label,
#cforms2form #li-2-6 label {
	display: block;
	width: 100%;
	text-align: center;
	}
#cforms2form #li-2-5 select,
#cforms2form #li-2-6 select {
	display: block;
	margin: 0 auto 1em auto;
	}
	
.cform .reqtxt,
.cform .emailreqtxt {
		font-size: .6em;
		}

#footer {
	overflow: hidden;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eef4f9;
	padding: 1.4em 0;
	font-family: Arial, sans-serif;
	font-size: .75em;
	font-style: italic;
	color: #839eb9;
	background: #f7fbfe;
	}
	#footer a {
		color: #839eb9;
		}
		#footer a:hover {
			color: #ab0100;
			text-decoration: none;
			}
	#credits {
		float: left;
		padding-left: 158px;
		background: url(img/remax_logo.gif) 0 4px no-repeat;
		}
	#meta {
		float: right;
		width: 240px;
		}
		#meta .copyright, #meta .address {
			display: block;
			}
			
#comments {
	margin-bottom: 4em;
	border-top: 1px solid #C9D4DF;
	padding-top: 1em;
	}
	#comments h3 {
		border-bottom: 1px dotted #C9D4DF;
		font-size: 1.4em;
		}
	#comments h3#respond {
		margin: 1em 0;
		border-bottom: 0;	
		}
	#content .commentlist {
		margin: 0 0 1em 0;
		padding: 0;
		list-style: none;
		}
		#content .commentlist li {
			margin-bottom: 0;
			border-bottom: 1px dotted #C9D4DF;
			padding: .5em .5em 0 .5em;
			background: #f0f0f0;
			}
		#content .commentlist li.alt {
			background: #fff;
			}
			small.commentmetadata {
				display: block;
				padding-bottom: 1em;	
			}
			
#comments #comment {
	width: 490px;
	}
			
#car {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
	.facebook {
		padding-top: 1em;
		text-align: center;	
	}
	
	.readers_choice {
		padding: 1.4em 0 .8em 0;
		}

#post-7 #li-2-5 label,
#post-7 #li-2-6 label {
	display: inline-block;
	width: 23%;
	text-align: right;
	}
