/*
 * Theme Name: Ledge Stone Custom Theme
 * Theme URI: http://www.ledgestoneaustin.com
 * Description: Custom Wordpress Theme built by Glide Design for Ledge Stone
 * Version: 1.0
 * Author: Chris Canada for Glide Design
 * Author URI: http://www.glidedesign.com/
 */


/* ********************** GLOBAL - Reset *********************** */

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


/* *************** GLOBAL - Rules and Typography *************** */

body {
	font: 12px/20px "Arial", sans-serif;
	color: #564e49;
	background: url(images/body-bg.gif) left top;
}
#top-stripe {
	width: 100%;
	height: 10px;
	background-color: #752e0e;
}
#shadow-background {
	width: 920px;
	margin: 0 auto;
	background: url(images/shadow-bg.png) left top repeat-y;
}
#primary-container {
	width: 880px;
	margin: auto;
}
a {
	color: #a14c23;
	text-decoration: underline;
}
a:hover {
	color: #752e0e;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */





/* ************************* HEADER ************************** */

#header {
	position: relative;
	width: 880px;
	height: 170px;
}


/* ****************** HEADER - Logo/Contact ****************** */

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 120px;
	background: url(images/logo.gif) left top no-repeat;
}
#header h1 a {
	display: block;
	width: 400px;
	height: 120px;
	outline: none;
	text-indent: -9999px;
}
#header-contact {
	position: absolute;
	top: 30px;
	left: 600px;
	width: 160px;
	height: 55px;
	line-height: 14px;
	font-size: 14px;
	color: #000000;
}
#header-contact span {
	display: block;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
}
#header-contact a {
	text-decoration: none;
	font-weight: bold;
}
#header-contact a:hover {
	text-decoration: underline;
}


/* ******************** HEADER - Navigation ****************** */

#main-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 880px;
	height: 40px;
	list-style-type: none;
	background: url(images/main-nav-bg.gif) left top no-repeat;
	margin-bottom: 10px;
}
#main-nav li {
	display: inline;
	float: left;
	border-right: 1px solid #ffffff;
	height: 40px;
}
	#main-nav li.page-item-1 {
		width: 10.5%;
	}
	#main-nav li.page-item-2 {
		width: 15%;
	}
	#main-nav li.page-item-13 {
		width: 19%;
	}
	#main-nav li.page-item-16 {
		width: 19%;
	}
	#main-nav li.page-item-19 {
		width: 19%;
	}
	#main-nav li.page-item-21 {
		border: none;
		width: 16.5%;
	}
#main-nav li a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 40px;
	font-size: 15px;
	color: #ffffff;
}
	#main-nav li.current_page_item a,
	#main-nav li.current_page_item a:hover {
		font-weight: bold;
	}
#main-nav li a:hover {
	text-decoration: none;
	background: url(images/nav-li-hover.jpg) left top repeat-x #;
	background-color: #752E0E;
}





/* ************************* MASTHEAD ************************ */

#masthead {
	padding: 10px 0;
	width: 880px;
	height: 80px;
}
#masthead-text {
	float: left;
	margin-right: 10px;
	border: 1px solid #e0c5b8;
	padding-left: 20px;
	width: 633px;
	height: 78px;
	line-height: 78px;
	font-size: 24px;
	color: #a14c23;
	background-color: #f5ede9;
}
#masthead-slideshow {
	float: left;
	width: 215px;
	height: 80px;
}
#masthead-slideshow img {
	width: 215px;
	height: 80px;
}





/* ************************* CONTENT ************************* */

#content {
	padding-bottom: 10px;
	width: 880px;
}


/* ********************** CONTENT - Main ********************* */

#main {
	float: left;
	margin-right: 10px;
	padding: 0 0 20px 20px;
	width: 635px;
}
#main h3,
#main h4,
#main-text h3,
#main-text h4 {
	line-height: 40px;
	color: #a14c23;
}
#main p {
	margin-bottom: 5px;
	padding-right: 40px;
	font-size: 14px;
}
	#main p#for-residents-redirect {
		margin: 75px 0 0 40px;
		font-weight: bold;
		font-size: 18px;
	}
#main ol li {
	margin-left: 30px;
	font-size: 14px !important;
}
#main ul {
	list-style-type: none;
}
#main ul li {
	margin-left: 15px;
	padding-left: 10px;
	font-size: 14px !important;
	background-image: url(images/main-li-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 6px !important;
}


/* **************** CONTENT - Main - Text Div **************** */

#main-text {
	float: left;
	margin-right: 10px;
	padding: 5px 0;
	width: 410px;
}
#main-text h3 {
	font-size: 18px;
}
#main-text h3#questions {
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
}
#main-text p {
	margin-bottom: 5px;
	padding-right: 0;
}
.nophotos {
	width: 100% !important;
}

/* *************** CONTENT - Main - Images Div *************** */

#main-images {
	float: left;
	width: 215px;
}
#main-images h3 {
	padding-left: 10px;
	line-height: 40px;
	color: #ffffff;
	background-color: #896757;
}
#main-images p {
	padding-left: 10px;
	line-height: 30px;
	font-size: 12px !important;
	height: 30px;
	padding-top: 5px;
}
#main-images img {
	margin-bottom: 2px;
	padding: 10px;
	width: 195px;
	background-color: #eee5cf;
}


/* ****************** CONTENT - Main - Form ****************** */

#gform_2 #gform_fields {
	margin-top: 20px;
}
#gform_2 .gfield {
	margin: 0;
	padding: 0;
	background: none;
}
#gform_2 .gfield_label {
	display: block;
	font-weight: bold;
}
#gform_2 .medium,
#gform_2 .instruction,
#gform_2 .button {
	margin-bottom: 10px;
}
#gform_2 .medium {
	border: 1px solid #999999;
	padding: 3px;
	width: 250px;
	background-color: #e6e6e6;
}
	#gform_2 .medium.textarea {
		width: 500px;
	}
#gform_2 .medium:focus {
	background-color: #f3f3f7;
}
#gform_2 .instruction {
	font-style: italic;
}
#gform_2 .button {
	margin: 5px 0 0;
	border: none;
	width: 80px;
	height: 30px;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background: url(images/sidebar-submit-button.gif) left top no-repeat;
}


/* **************** CONTENT - Main - Home Page *************** */

.panels {
	float: left;
	margin-right: 10px;
	border: 1px solid #c4b79f;
	padding: 9px;
	font-size: 14px;
}
	.panels.right {
		margin-right: 0;
	}
.panels h3 {
	padding-left: 10px;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
}
.panels ul {
	padding: 15px 20px;
	list-style-type: none;
}
.top {
	margin-bottom: 10px;
}
.panel-link {
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-weight: bold;
	font-style: italic;
}
#home-slideshow {
	width: 560px;
	height: 280px;
}
#home-slideshow img {
	width: 560px;
	height: 280px;
}
#welcome {
	float: left;
	width: 290px;
	height: 300px;
	color: #b2603f;
	background: url(images/panel-bg-1.gif) left top no-repeat;
}
#upper {
	border-bottom: 1px solid #c4b79f;
	padding: 15px 30px 0 20px;
}
#upper h2 {
	margin-bottom: 5px;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 20px;
	color: #752e0e;
}
#upper p {
	padding: 10px 0 20px;
	line-height: 18px;
	font-size: 14px;
}
#lower {
	padding: 15px 40px 0 20px;
}
#lower a {
	display: block;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
}
#notable,
#map,
#started {
	position: relative;
}
#notable {
	width: 410px;
	height: 195px;
	color: #b2603f;
	background: url(images/panel-bg-2.gif) left bottom no-repeat;
}
#notable h3 {
	background-color: #9c7a6a;
}
#notable li {
	padding-left: 10px;
	background: url(images/home-li-bg.png) 0 50% no-repeat;
	line-height: 18px;
}
#notable a {
	color: #b2603f;
}
#map {
	width: 195px;
	height: 195px;
	color: #777f73;
	background-color: #e3e9e0;
}
#map h3 {
	background-color: #8ea883;
}
#map a {
	color: #777f73;
}
#started {
	margin-right: 0;
	width: 195px;
	height: 195px;
	color: #767693;
	background: url(images/panel-bg-3.gif) left bottom no-repeat;
}
#started h3 {
	background-color: #a1a5d6;
}
#started li {
	line-height: 18px;
}
#started a {
	text-decoration: none;
	color: #767693;
}
	#started a.panel-link,
	#started a:hover {
		text-decoration: underline;
	}


/* ********************* CONTENT - Sidebar ******************* */

#sidebar {
	float: left;
	width: 215px;
}
#gform_1,
.widget {
	margin-bottom: 10px;
}
#gform_1 ul { list-style-type: none }
.widget {
	list-style-type: none;
}
.widgettitle,
#gform_title {
	padding-left: 10px;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
}
#sidebar-contact {
	padding-left: 10px;
}


/* ***************** CONTENT - Sidebar - Form **************** */

#gform_1 #gform_title {
	background-color: #8ea883;
}
#gform_1 .gform_body {
	padding: 10px 10px 0 10px;
	background-color: #dce5d9;
}
#gform_1 #gform_fields {
	list-style-type: none;
}
#gform_1 .gfield_label {
	display: block;
	font-weight: bold;
	color: #777f73;
}
#gform_1 .medium,
#gform_1 .button {
	margin-bottom: 10px;
}
#gform_1 .medium {
	border: 1px solid #999999;
	padding: 3px;
	width: 167px;
	background-color: #e6e6e6;
}
#gform_1 .medium:focus {
	background-color: #f3f3f7;
}
#gform_1 .gform_footer {
	padding: 0 10px 10px 10px;
	background-color: #dce5d9;
}
#gform_1 .button {
	margin: 5px 0 0;
	border: none;
	width: 80px;
	height: 30px;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background: url(images/sidebar-submit-button.gif) left top no-repeat;
}


/* *************** CONTENT - Sidebar - Navigation ************ */

#text-3 .widgettitle {
	background-color: #9ba7c3 !important;
}
#sidebar-nav {
	padding: 10px 10px 15px;
	list-style-type: none;
	background-color: #f3f3f7;
}
#sidebar-nav li a {
	text-decoration: none;
	color: #768391;
}
#sidebar-nav li a:hover {
	text-decoration: underline;
}





/* ************************* FOOTER ************************** */

#footer {
	position: relative;
	margin: auto;
	padding: 0 20px 20px;
	width: 880px;
	background: url(images/footer-bg.png) left top no-repeat;
}
#footer-left {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 670px;
}
#footer-left p {
	line-height: 15px;
	font-size: 11px;
	color: #9c7a6a;
}
#legal a {
	text-decoration: none;
	color: #9c7a6a;
}
#legal a:hover {
	text-decoration: underline;
}
#footer-right {
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 210px;
	height: 90px;
	outline: none;
	text-indent: -9999px;
	background: url(images/dhi-logo.png) left top no-repeat;
}


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

#footer-nav {
	width: 100%;
	height: 30px;
	list-style-type: none;
}
#footer-nav li {
	display: inline;
	background: url(images/footer-li-divider.gif) right center no-repeat;
}
	#footer-nav li.page-item-21 {
		background: none;
	}
#footer-nav li a {
	padding: 0 8px 0 3px;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
	#footer-nav li.page-item-1 a {
		padding-left: 0;
	}
#footer-nav li a:hover {
	text-decoration: underline;
}
