/*  
Theme Name: Linda Granger
Theme URI: http://www.unionstreetmedia.com
Description: 
Version: 1.0
Author: Scott Nelle
Author URI: http://www.www.unionstreetmedia.com/

*/

/* =Whitespace reset
-----------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img { border: 0; }

p,
h3,
h4,
h5,
h6,
ul,
ol { margin-bottom: 19px; }

ul, ol { margin-left: 20px; }

ul ul, ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

fieldset {
	border: 1px solid #666;
	padding: 10px;
}

/* =Structure
-----------------------------------------------
*/

#wrapper {
	width: 976px;
	margin: 0 auto;
}

#header {
	height: 215px;
}

#navbar {
	height: 63px;
	margin: 0;
	padding-left: 25px;
}

#content {
	
}

#main {
	width: 578px;
	float: left;
	margin-left: 51px;
}

#sidebar {
	width: 270px;
	float: right;
	margin-right: 47px;
}

#footer {
	clear: both;
	padding: 10px 0 10px 200px;
	margin-bottom: -20px;
	position: relative;
	z-index: 10;
}

#footernavbar {
	padding: 61px 0 0 18px;
	margin: 0;
	position: relative;
	z-index: 1;
}

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* =Background
-----------------------------------------------
*/

body { background: #ccc url('i/wood.jpg') center top repeat-y; }

#header { background: transparent url('i/header2.jpg') left top no-repeat; }

#content { background: transparent url('i/pagetile.png') left top repeat-y; }

#navbar { background: transparent url('i/pagetop2.jpg') left bottom no-repeat; background-position: 0px 0px;}

#footernavbar { background: transparent url('i/pagebottom.png') left top no-repeat; }

#outerwrapper { background: transparent url('i/sidephotos2.jpg') center 120px no-repeat;}

/* =Type and colors
-----------------------------------------------
*/

body {
	font: 0.75em/1.64 Verdana, "Lucida Grande", Arial, sans-serif;
	color: #69560b;
}

a {
	color: #63270d;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1,
h2 {
	font: normal 236%/1 Georgia, serif;
	color: #63270d;
	margin: 4px 0 12px 0;
}

/* =Header
-----------------------------------------------
*/

#header * {
	margin: 0;
}

#companyname a {
	display: block;
	width: 322px;
	height: 215px;
	text-indent: -9999px;
}

/* =Navbar
-----------------------------------------------
*/

#navbar li {
	float: left;
	border-left: 1px solid #bbaa92;
	list-style: none;
	position: relative;
	z-index: 100;
}

#navbar li:first-child {
	border-left-width: 0;
}

#navbar li a {
	padding: 6px 8px;
	font: bold 118%/1 "Lucida Grande", Verdana, Arial, sans-serif;
	color: #fff;
	text-shadow: 2px 2px 4px black;
}

/* dropdowns */
#navbar ul {
	background: #dedac1;
	border: 1px solid #9e9a81;
	position: absolute;
	left: -9999px;
	margin: 5px;
	padding: 2px 6px;
}

#navbar li:hover ul,
#navbar li.sfhover ul {
	left: 12px;
	top: 18px;
}

#navbar ul li {
	float: none;
	border-width: 0;
	white-space: nowrap;
	margin: 0;
	width: auto;
}

* html #navbar li ul li {
	height: 100%;
}

#navbar ul li a {
	color: #63270d;
	padding: 2px 0;
	text-shadow: none;
}

#navbar li ul{
margin-top:1px;
}

/* level 3 navigation */
#navbar li ul ul {
	margin: -20px 0 0 100%;
	background: #f9f9f9;
}

#navbar li:hover ul ul,
#navbar li.sfhover ul ul{
	left: -9999px;
}

#navbar li ul li:hover ul,
#navbar li ul li.sfhover ul{
	left: auto;
}

/* level 4 navigation */
#navbar li ul ul ul {
	margin: -20px 0 0 100%;
	background: #f9f9f9;
}

#navbar li:hover ul ul ul,
#navbar li.sfhover ul ul ul{
	left: -9999px;
}

#navbar li ul ul li:hover ul,
#navbar li ul ul li.sfhover ul{
	left: auto;
}

/* =Sidebar
-----------------------------------------------
*/

#aeulink {
	margin-bottom: 22px;
}

#aeulink a {
	display: block;
	color: #63270d;
	font: bold 109%/1 Georgia, serif;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #63270d;
	border-width: 1px 0;
	text-transform: uppercase;
}

#aeulink a:hover {
	text-decoration: none;
	background: #dedac1;
}

#tabwidget {
	width: 262px;
	background: #bbb181 url('i/tabcontent.jpg') left 48px no-repeat;
}

#sidebartabs {
	height: 48px;
	margin: 0;
	list-style: none;
	position: relative;
	background: transparent url('i/sidebartabs2.jpg') left top no-repeat;
}

#sidebartabs li {
	position: absolute;
	width: 83px;
	height: 48px;
	top: 0;
}

#sbtab1 { left: 0px; width: 82px; }
#sbtab2 { left: 89px; }
#sbtab3 { left: 179px; }

#sidebartabs a {
	display: block;
	height: 48px;
	background: #bbb181 url('i/sidebartabs2.jpg') left top no-repeat;
	text-indent: -9999px;
}

#sidebartabs a:active { outline: none; }
#sidebartabs a:focus { -moz-outline-style: none; }

#sbtab1 a { background-position: 0px top; }
#sbtab2 a { background-position: -89px top; }
#sbtab3 a { background-position: -179px top; }

#sbtab1 a:hover,
#sbtab1 a.selected { background-position: 0px -48px; }
#sbtab2 a:hover,
#sbtab2 a.selected { background-position: -89px -48px; }
#sbtab3 a:hover,
#sbtab3 a.selected { background-position: -179px -48px; }

#featuredlisting {
	padding: 10px 10px 0 10px;
}

#quicksearch,
#oneclicksearches {
	padding: 10px 14px;
}

/* sidebar bottom */
#blogtools {
	background: transparent url('i/sidebartile.jpg') left top repeat-y;
}

#blogtools a {
	color: #69560b;
}

#managementlink {
	padding: 30px 14px 0 14px;
	background: transparent url('i/tabcontentbottom.jpg') left top no-repeat;
}

#managementlink a {
	display: block;
	padding: 112px 0 10px 130px;
	background: transparent url('i/management-button.gif') left top no-repeat;
	font-weight: bold;
}

#wp-sidebar .widget_categories ul {
	list-style: none;
	margin-left: 0;
}
#wp-sidebar ul.children {
}
html>body #wp-sidebar ul.children {
     padding-left: 20px;
     margin: 0;
     list-style:none;
     text-indent:-15px;
}
html>body #wp-sidebar ul.children li {margin: 2px 0 2px 10px;}
#wp-sidebar ul.children li:before {content: "\00BB \0020";}


#wp-sidebar h2 {
	height: 31px;
	font: 18px/31px Georgia, 'Times New Roman', Times, serif;
	padding-left: 10px;
	background: transparent url('i/labelbgs.jpg') left top no-repeat;
	margin-bottom: 8px;
	color: #fff;
}

#wp-sidebar h2 a {
	font: 18px/31px Georgia, 'Times New Roman', Times, serif;
	display: block;
	height: 31px;
	color: #fff;
}
#wp-sidebar h2 a:after {
	content: " \00BB \0020";
}

/* recent posts */
#wp-sidebar .widget_recent_entries h2 {
	background-position: 0 -31px;
}

/* archives */
#wp-sidebar h2.archives {
	background-position: 0 -62px;
	margin-bottom: 32px;
}

/* categories */
.widget_categories h2 {
}

#sidebarbottom {
	height: 50px;
	background: transparent url('i/sidebarbottom.jpg') left bottom no-repeat;
}

#search-2{
padding: 16px;
}

/* =Footer
-----------------------------------------------
*/

#footer {
	background: transparent url('i/chaselogo.jpg') 48px center no-repeat;
}

#footer p {
	margin: 0;
	color: #000;
}

#footernavbar li {
	float: left;
	list-style: none;
}

#footernavbar a {
	color: #fff;
	padding: 2px 14px;
}

#usmtag {
	clear: left;
	margin: 44px 0 0 30px;
	padding-bottom: 60px;
}

#usmtag a {
	display: block;
	width: 219px;
	height: 19px;
	background: transparent url('i/usmtag.gif') left top no-repeat;
	text-indent: -9999px;
}


/* =Wordpress Styles
-----------------------------------------------
*/

/* Begin Typography & Colors */
.postmetadata {
	
}

blockquote {
	margin: 10px 0;
	border-left: 10px solid #ccc;
	padding: 0 20px 0 10px 
}
/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #eee;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */

/* widget sidebar */
#wp-sidebar {

}
#wp-sidebar ul {
	margin-left: 0px;
}
#wp-sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 1em;
	list-style: disc;
}
li.widget {
	list-style: none;
	padding: 0 26px 0 17px;
}


/* Quick Search Form */

#quicksearch#quicksearchform {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 12px;
}
#quicksearchform p {
	width:90%;
	display: block;
	margin:0;
	padding:4px 5px 2px 9px;
	clear:both;
}
#quicksearchform p:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html #quicksearchform p{height: 1%;}

#quicksearchform label, #quicksearchform p span label.norm {
	line-height:150%;
	padding:6px 0 0;
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:bold;	
	margin:0;
	clear:both;
}
#quicksearchform p span {
	margin:0 4px 0 0;
	padding:0;
	color:#444;
	float: left;
}
#quicksearchform p span label {
	font-weight: normal;
	padding-top: 2px;
	color: #444;
}
#quicksearchform p span.left, #quicksearchform p span.right{
	width:47%;
	margin:0;
}
#quicksearchform p span.full input, 
#quicksearchform p span.full select, 
#quicksearchform p span.left input, 
#quicksearchform p span.right input,
#quicksearchform p span.left select,
#quicksearchform p span.right select{
	width:100%;
}
.left{
	float:left !important;
}
.right{
	float:right !important;
}
.clear{
	clear:both !important;
}

input.text, select.select{
	margin:0;
	font-size:100%;
	color:#333;
	width: 100%;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}
input.text{
	padding:2px 0 2px 0;
}
select.select{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	margin:1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}
*:first-child+html select.select[class]{
	margin:1px 0;
}
.safari select.select{
	margin-bottom:1px;
	font-size:120% !important;
}
.buttons{
	clear:both;
	margin-top:10px;
	text-align: center;
	width: 100%;
	padding: 10px 0;
}
.buttons input{
	font-size:120%;
	margin-right: 5px;
}


/* Featured Property */

#featuredlisting, #featuredlisting p, #featuredlisting a,
#oneclicksearches, #oneclicksearches p, #oneclicksearches a {
	color: #551e00;
}
#featuredlisting p {
	margin: 0; padding: 3px 0;
	font-size: 11px;
}
#featuredlisting a, #oneclicksearches a {
	font-weight: bold;
}

#featuredlisting img {
	display: none;
}

#featuredlisting img#slideshow2 {
	display: block;
	padding: 5px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: #666 0px 0px 5px;
}

#slideshowCap2 a {
	display: block;
	margin-top: -1.4em;
	text-decoration: underline;
}

#slideshowCap2 a:hover {
	text-decoration: none;
	color: #fff;
}

#content .cform fieldset {
	background: #f0f0f0;
	border: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 20px;
	margin-bottom: 25px;
}
#content .cform legend {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #f0f0f0;
	padding: 5px 15px;
	font: bold 125%/125% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin-left: 20px;
	font-weight: bold;
}
#content .cform {
	width: 500px;
}
#content .cform label, #content .cform label span {
	width: 180px;
}


.cf_info.failure, .cf_info.success {
	display:block !important;
	background-color: #FFDFDF !important;
	padding: 10px !important;
	border: 1px solid #df0000;
	margin: 10px auto;
}
.cf_info.success {
	background-color: #DFFFDF !important;
	border: 1px solid #00df00;
}
.cf_li_err label, .cf_li_err .reqtxt, .cf_li_err .emailreqtxt {
	color:#DF0000 !important;
}
/* Begin Images */

p img {

padding: 0;

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: 4px;

margin: 0 0 2px 7px;

display: inline;

}

img.alignleft {

padding: 4px;

margin: 0 7px 2px 0;

display: inline;

}

.alignright {

float: right;

}

.alignleft {

float: left;

}

/* End Images */

 

/* Captions */

.aligncenter,

div.aligncenter {

display: block;

margin-left: auto;

margin-right: auto;

}

.wp-caption {

border: 1px solid #ddd;

text-align: center;

background-color: #f3f3f3;

padding-top: 4px;

margin: 10px;

-moz-border-radius: 3px;

-khtml-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

}

.wp-caption img {

margin: 0;

padding: 0;

border: 0 none;

}

.wp-caption p.wp-caption-text {

font-size: 9px;

line-height: 15px;

padding: 0 4px 5px;

margin: 0;

}

/* End captions */

.post{
clear:both;
padding-top:20px;
}

/* Social Networking Icons */
#social-btns {
	padding: 10px 0;
	text-align: center;
}