/*
Theme Name: Leslie Davenport
Theme URI: http://tierrainteractive.com/
Description: Custom design for Leslie Davenport
Version: 1.0
Author: Tierra Interactive
Author URI: http://tierrainteractive.com/
*/



* {
	margin: 0;
	padding: 0;
}

html {
	background: #b2a688;
}

body {
	font: 100% Verdana, Arial, sans-serif;
	text-align: center;
	background: url(images/background_tile2.jpg) repeat-x center top;
}

h1, h2, h3, h4, h5, h6 {
	color: #bc4d0a;
}

h2 {
	margin-bottom: .65em;
	font-weight: bold;
	font-size: 1.4375em;
}

h3 {
	margin-bottom: .44em;
	font-weight: normal;
	font-size: 1.125em;
}

h4 {
	margin-bottom: 1.2em;
	font-weight: bold;
	font-size: .875em;
}

p, ul, ol {
	font-size: .8125em;
	line-height: 1.38em;
	color: #555;
	margin: 0 0 1.375em;
}

ul, ol {
	margin-left: 2.5em;
}

li {
	margin-bottom: .35em;
}

a:link, a:visited {
	color: #264f00;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

blockquote {
	font-style: italic;
	padding: 0 38px;
}

cite {
	text-align: right;
	display: block;
}

/* @end */

/* @group Universal classes */

.center {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 22px 16px 0;
}

img.right {
	margin: 0 0 16px 22px;
}

.clear {
	clear: both;
}

.cleared:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nudge {
	margin-left: 5px;
}

.standout {
	font-weight: bold;
	font-style: italic;
}

.flush {
	margin: 0;
}

.bumped {
	margin: 1.375em 0;
}

.disclaimer {
	font-size: .7em;
	margin-top: 3em;
	font-style: italic;
}

.indent {
	margin-left: 2.5em;
}

.sm {
	font-size: .7em;
}

.error {
	font-weight: bold;
	color: #600;
}

.success {
	font-weight: bold;
	color: #264f00;
}

/* @end */

/* @group Specific */

#page {
	width: 900px;
	margin: 0 auto;
	background: #f8f7ea;
	min-height: 805px;
	height: auto !important;
	height: 805px;
	text-align: left;
}

#header {
	
}

#header img {
	display: block;
}

#main.secondary {
	background: #F8F6EA url(images/background_secondary.jpg) repeat-x center top;
	padding-top: 103px;
}

#sig {
	margin-right: 27px;
}

#mailing-list p {
	margin-bottom: 8px;
}

#mailing-list p.flush {
	margin: 0;
}

.sidebar {
	float: left;
}

.sidebar p {
	font-size: .6875em;
}

#content {
	float: left;
	width: 400px;
	margin: 0 45px 0 50px;
	padding: 35px 0 40px;
}

.secondary #content {
	padding-top: 0;
	width: 470px;
}

.secondary #content.full {
	width: 645px;
}

.secondary #sidebar-left {
	padding-top: 0;
}

#sidebar-left {
	width: 140px;
	margin: 0 0 0 20px;
	padding: 40px 0 0;
}

.nav ul {
	list-style: none;
	margin-bottom: .6em;
	margin-left: 0;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}

.nav li {
	margin-bottom: .6em;
	padding: 0 0 0 15px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}

.nav .active {
	background: url(images/active_arrow.png) no-repeat left top;
}

#resp_email {
	color: #555;
	font-style: italic;
	margin-left: 1px;
	width: 134px;
}

#sidebar-right {
	width: 215px;
	margin: 0;
	padding: 35px 15px 0;
	background: url(images/sidebar_bg.jpg) repeat-x;
	min-height: 511px;
	height: auto !important;
	height: 511px;
}

.secondary #sidebar-right {
	width: 145px;
	padding-top: 25px;
}

#sidebar-right .icon {
	padding: 0;
}

#sidebar-right .icon img {
	float: left;
	margin: 3px 5px 0 0;
}

#footer {
	background: #8d836b;
	padding: 15px 250px 1px;
}

#footer p {
	color: #fff;
	font-size: .625em;
	text-align: center;
}

#footer a {
	color: #f3edd7;
}
#press-downloads {
	margin: 40px 0 0;
}


#press-downloads p{
	width:  150px;
	text-align: center;
}
#press-downloads p a{
	text-decoration: none;
}
#press-downloads p img{
	margin: 0 25px 10px;
	border: 1px solid #264f00;
}
#press-downloads .right{
	width: 310px;
}
#press-downloads .author{
	width: 150px;
}

ul.quotes{
	list-style-type: none;
	margin: 0 0 0 200px;
}
ul.quotes li.author{
	text-align: right;
	margin-bottom: 20px;
	color: #333;
}
span.author{
	float: right;
	text-align: right;
	margin-bottom: 20px;
	color: #333;
	
}

ul.articles li.from{
	list-style-type: none;
	margin: 0 0 10px 30px;
}
ul li.download form{
	padding: 20px 0 0 20px;	
}

/* 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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* other browsers */

.ie6 #content {
	margin: 0 40px 0 50px;
}