/*
Theme Name: Edmond-Brown
Theme URI: http://ithemes.com/purchase/edmond
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.1.31
Description: Edmond is a slick business, CMS theme for WordPress.

Copyright (c) iThemes.com.
See license.txt for terms and conditions.

See history.txt for version history.
*/
@import url(reset.css);

/* This is where you set many of the universal defaults */

body { 
	background: #20160c; 
	color: #323232;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0; padding: 5px 0;
}

/*********************************************
		Universal Link Styles
*********************************************/

a {
	color: #517e02;
	text-decoration: none;
}

a:hover {
	color: #517e02; 
	text-decoration: underline; 
}

/*********************************************
		Universal Text Elements
*********************************************/

ol, ul { margin: 0 35px; padding: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: square; }

b, strong { font-weight: bold; }

i, em { font-style: italic; }

p { margin: 0; padding: 10px 0; }

img { border: 0; background: none; }

blockquote {
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px; padding: 0 20px;
}

code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}

pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}

.alert {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}

.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*********************************************
		Heading Styles
*********************************************/

/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5 {
	font-family: "Myriad Pro", Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 200%;
	line-height: 1.2;
	color: #000;
	margin: 0; padding: 0;
}

/* Post Titles */
h1, h3 {
	font-size: 250%;
	color: #3a2a1b;
}
h3 a {
	color: #517e02;
}

h3 a:hover {
	text-decoration: underline;
}

/* Sub-Headings in Posts */
h2 {
	color: #555;
	font-weight: bold;
	font-size: 150%;
	padding: 10px 0;
}

/* Comment/Respond Titles */
h4 {
	margin: 0 0 15px 0;
}

/* Widget Titles */
h5 {
	background: #ede6db url(images/sidebar-title-bg.jpg) top center no-repeat;
	font-size: 180%;
	color: #422a12;
	text-align: center;
	margin: 0 0 10px 0; padding: 8px 4px;
}

/* Archive/Search Title */
h6 {
	color: #517e02;
	font-size: 170%;
	margin: 0; padding: 20px 0 0 0;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

img.alignleft {
	margin: 0px 8px 8px 0px;
}

img.alignright {
	margin: 0px 0px 8px 8px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}

.clearfix {
	clear: both;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	height: 125px;
	background: #3a2a1b url(images/header-bg.jpg) repeat-x;
	text-align: center;
	border-top: 1px solid #503d2b;
}

#header .wrap {
	width: 100%;
	height: 80px;
	margin: 0 auto; padding: 0;
	text-align: left;
}

#title {
	width: 900px; height: /* height is defined in "lib/custom-header.php"  line 6*/
	overflow: hidden;
	font-size: 30px; line-height: 75px;
	font-family: "Myriad Pro", Trebuchet, Arial, sans-serif;
	margin: 0 auto; padding: 0;
}

#title a {
	color: #f8f8f8;
        font-weight: 400;
        font-size: 115%;
	text-decoration: none;
}

#title a:hover {
	font-weight: 600;
}

#cust_back {
	margin: 0 auto;
}

/*********************************************
Horizontal Navigation Styles (with drop-downs)
*********************************************/
#menu {
	margin: 0; padding: 0;
        float: right;
	height: 45px;
	/** width: 100%; **/
        width: 445px;
	font-size: 15px;
        overflow: hidden;
}

#menu ul {
	list-style: none;
	width: 900px;
	height: 45px;
	margin: 0 auto; padding: 0;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0 2px;
}

#menu li a {
	color: #FFF;
	display: block;
	font-weight: normal;
        margin: 0; padding: 0px 20px;
	line-height: 45px;
	text-decoration: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

#menu li.current_page_item a,
#menu li a:hover {
	color: #3b2b1b;
	background: #c7baad;
}
 
/* second level stuff */
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
	border-top: 1px solid #c7baad;
}

#menu li li {
	padding: 0;
}

#menu li li a {
	width: 168px;
	float: none;
	margin: 0px;
	padding: 5px 10px;
	line-height: 25px;
	border: 1px solid #c7baad;
	border-top: none;
	background: #3a2a1b;
	color: #FFF;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#menu li li a:hover {
	padding: 5px 10px;
	background: #654e37;
	color: #FFF;
}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
}

#menu li ul ul {
	margin: -37px 0 0 189px;
}

#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
	left: auto;
}

#menu li:hover,
#menu li.sfhover { 
	position: static;
}

/*********************************************
		Feature Content Styles
*********************************************/

#feature {
	clear: both;
	background: #c7baad;
}

#feature .wrap {
	width: 900px;
	margin: 0 auto;
	background: #c7baad;
}

#feature #feature-text {
        font-family:'Bookman Old Style',Bookman,'URW Bookman L',serif;
        font-style:italic;
	width: 440px;
	float: left;
	padding: 60px 0 0 0;
	font-size: 200%;
        font-weight: 700;
        color: #517e02;
}

#feature #rotator-wrapper {
	border: 10px solid #ebe1d7;
	margin: 20px 0;
	float: right;
}

/*********************************************
		Container / Wrap Styles
*********************************************/

#container {
	clear: both;
	background: #fefefe url(images/container-bg.jpg) repeat-x;
	margin: 0;
}

#container .wrap {
	width: 900px;
	margin: 0 auto; padding: 20px 0;
	background: #fefefe url(images/container-bg.jpg) repeat-x;
}

/*********************************************
		Content Styles
*********************************************/

#content {
	width: 600px; float: left;
	margin: 0; padding: 0 40px 0 0;
}

#content .post,
#content .page {
	clear: both;
	margin: 0; padding: 20px 0;
	border-bottom: 1px solid #c7baad;
}

.single #content .post,
.page #content .page {
	border: none;
}

#content .byline {
	margin: 0; padding: 0;
	font-style: italic;
}

#content .postcontent h1,
#content .postcontent h2,
#content .postcontent h3,
#content .postcontent h4,
#content .postcontent h5,
#content .postcontent h6 {
	background: none;
	font-family: "Myriad Pro", Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 200%;
	line-height: 1.2;
	text-align: left;
	color: #000;
	margin: 0; padding: 0 0 8px 0;
}

#content .postcontent {
        font-weight: bold;
}

#content .postcontent h1 {
	font-size: 200%;
}

#content .postcontent h2 {
	font-size: 190%;
}

#content .postcontent h3 {
	font-size: 180%;
}

#content .postcontent h4 {
	font-size: 170%;
}

#content .postcontent h5 {
	font-size: 160%;
}

#content .postcontent h6 {
	color: #517e02;
	font-size: 180%;
        font-weight: 600;
	margin: 0; padding: 20px 0 0 0;
}

a.more-link {
}

.meta-bottom {
	overflow: auto;
}
.meta-bottom a {
}
.postnav {
	clear: both;
	margin: 0; padding: 30px 0;
	overflow: auto;
}

/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	width: 260px; float: right;
}

#sidebar .widget {
	background: #fcf7f2;
	border: 1px solid #c6beb6;
	margin: 10px 0; padding: 0 0 10px 0;
}
#sidebar .widget .widget-inside {
        font-family:'Arial Narrow','Nimbus Sans L',sans-serif;
	padding: 0 15px;
        font-weight:normal;
        font-size:120%;
        color: #3A2A1B;
}

/* Sidebar links */
#sidebar a {
	color: #517e02;
	text-decoration: none;
}
#sidebar a:hover {
	color: #517e02; 
	font-weight:bold; 
}

/* Sidebar lists */
#sidebar ol, #sidebar ul { 
	margin: 0 15px; padding: 0;
}

/* Sidebar paragraphs */
#sidebar p {
	padding: 10px 0;
}

/*********************************************
		Comments Styles
*********************************************/
#comments {
	clear: both;
	margin: 0; padding: 20px 0;
	line-height: 1.8;
}

#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
	border-bottom: 1px solid #bbb;
}

#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	border-top: 1px solid #bbb;
	margin: 0; padding: 10px 0 10px 10px;
}

#comments li.comment .avatar {
	float: right;
	padding: 3px;
	border: 1px solid #bbb;
}

#comments ol ul {
	list-style-type: none;
	border-bottom: 1px solid #bbb;
	margin: 10px 0 0 35px;
}
 
#respond {
	clear: both;
	margin: 0; padding: 20px 0;
}

#respond form {
	display: block;
	padding: 0;
}

#respond .commentinput {
	padding: 5px 0;
}

#respond input {
	width: 40%;
	padding: 6px;
	border: 1px solid #bbb;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #FFF;
}

#respond input:focus {
	background: #EEE;
}

#respond .req {
	color: #dd0000;
}

#respond textarea {
	margin: 10px 0 0 0; padding: 2%;
	width: 95%; height: 200px;
}

#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; padding: 2%;
	border: 1px solid #ddd;
}

#respond #submit {
	cursor: pointer;
}

#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

#commentform textarea,
#commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

/*********************************************
		Bottom Styles
*********************************************/
#bottom {
	clear: both;
	background: #3d2c1c url(images/bottom-bg.jpg) top center no-repeat;
	color: #FFF;
}

#bottom .wrap {
	width: 900px;
	margin: 0 auto;
	background: #3d2c1c url(images/bottom-bg.jpg) top center no-repeat;
}

#bottom a {
	color: #FFF;
	text-decoration: none;
}

#bottom a:hover {
	color: #FFF;
	text-decoration: underline;
}

#bottom h5 {
	background: #8ec631;
	color: #FFF;
}

#bottom .widget {
	margin: 0; padding: 0 0 10px 0;
}

#bottom #bottomleft,
#bottom #bottommiddle,
#bottom #bottomright {
	width: 264px; float: left;
	margin: 0; padding: 0 18px;
}


/*********************************************
		Footer Styles
*********************************************/

#footer {
	clear: both;
	color: #726c66;
	padding: 20px;
}

#footer .wrap {
	width: 900px;
	margin: 0 auto;
}

