/**** Global Typography ****/

body { font-size: 90%; font-family: 'Open Sans', sans-serif; }

h1 { font-size: 2.5em; font-weight: bold; text-transform: uppercase; color: #b45340; }

h3 { font-size: 1.2em; font-weight: bold; }

h4 { font-size: 1em; font-weight: bold; text-transform: uppercase; }

a { color: #b45340; text-decoration: none; }
a:hover { color: #a24533; }

.red { color: #b45340; }



/**** Forms & Global Elements ****/

nav ul, ul.widget_area {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline;
}

.nav-next {
	float: right;
}

.nav-previous {
	float: left;
}

#mailing_list input[type="text"] {
	width: 170px;
	padding: 4px 8px;
}

#mailing_list input[type="submit"] {
	font-size: 1.1em;
	color: #fff;
	text-shadow: 1px 1px 1px #7f3425;
	background: #b45340;
	border: 0;
	border-bottom: 1px solid #b45340;
	cursor: pointer;
}

#mailing_list input[type="submit"]:hover {
	background: #a24533;
}

#twitter_feed {
	margin-bottom: 30px;
}

#twitter_feed .twitter_date {
	display: block;
	color: #666;
}


/* Comments */

ol.commentlist {
	list-style: none;
}

ol.commentlist li {
	margin: 1em;
	padding: 1em;
	background: #f4f7f7;
	border-left: 4px solid #b45340;
}





/**** Layout ****/

.clear { clear: both; }

.alignleft {
	float: left;
}

img.alignleft {
	margin: 20px 20px 10px 0;
}

p.alignleft, h1.alignleft, h2.alignleft, h3.alignleft, h4.alignleft, h5.alignleft, h6.alignleft {
	float: none;
	text-align: left;
}

.aligncenter {
	text-align: center;
}

img.aligncenter {
	margin: 0px auto;
}

.alignright {
	float: right;
}

img.alignright {
	margin: 20px 0 10px 20px;
}

p.alignright, h1.alignright, h2.alignright, h3.alignright, h4.alignright, h5.alignright, h6.alignright {
	float: none;
	text-align: right;
}

.rounded_ten {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded_twenty {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

table th {
	text-align: center;
}

tr.aligncenter td {
	text-align: center;
}

table.aligntop td {
	vertical-align: top;
}

.container {
	width: 1120px;
	padding: 0 25px;
	margin: 0 auto;
}

#home {
	width: 700px;
	height: 454px;
	margin: 0 auto 75px auto;
	padding-top: 75px;
}

nav#landing {
	text-align: center;
	padding-top: 350px;
	margin-left: -25px;
}

nav#landing ul li a {
	padding: 0 0 0 14px;
}

header {
	padding-top: 75px;
}

nav#main {
	float: right;
	text-align: right;
}

nav#main ul li a {
	padding-bottom: 4px;
	margin-left: 10px;
}

#page {
	margin-bottom: 74px;
	padding: 40px 0 0 88px;
}

#page .column_one {
	float: left;
	width: 675px;
	padding-right: 19px;
}

#page .column_two {
	float: left;
	width: 230px;
	padding-left: 10px;
}

.page_testimonials .entry-content {
	margin-bottom: 45px;
}

.page_blog .type-post {
	margin-bottom: 45px;
}

.page_blog .type-post .post-thumbnail {
	margin-bottom: 10px;
}

.page_recent_buys .recent_buy_item {
	display: inline-block;
	margin: 0 10px 5px 0;
}

.widget_archive h4 {
	margin: 0.2em;
}

.widget_archive a {
	font-weight: normal;
}

.widget_archive ul {
	list-style: none;
	padding: 0 0 0 0.2em;
	margin: 0;
}

table.steps td {
	vertical-align: top;
}

footer {
	text-align: right;
	padding-bottom: 25px;
}

footer #social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer #social ul li {
	display: inline;
}




/**** Fonts and Colors ****/

#home {
	background: url(images/home_bg.jpg) center bottom no-repeat;
}

nav#landing ul li a {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;	
	color: #000;
	background: url(images/disc.png) left center no-repeat;
}

nav#landing ul li:first-child a {
	background: none;
}

nav#landing ul li a:hover {
	color: #b45340;
}

nav#main ul li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
	color: #000;
}

nav#main ul li a:hover, nav#main ul li.current_page_item a {
	color: #b45340;
}

nav#main ul li.current_page_item a {
	border-bottom: 5px solid #000;
}

#page {
	border-left: 88px solid #eff1f1;
}

#page .column_one {
	border-right: 1px solid #eff1f1;
}

.page_testimonials .entry-content {
	text-align: right;
}

.page_testimonials .entry-content p {
	text-align: left;
}

#sidebar {
	font-size: .9em;
}

ul#testimonials p {
	margin: 0;
}

ul#testimonials li {
	margin-bottom: 25px;
}

footer {
	font-family: 'Buenard', serif;
}

footer a {
	color: #000;
	text-decoration: none;
}

#footer-widget-area strong {
	text-transform: uppercase;
}