/*
=== BROWN ===
bg: #eceadb
links: #cd802a
intro: #50473e
footer: #d6d4c1
titles: #c5c1a3
widgets: #e0decf
*/

/*=== Setup ===*/

body {
	background: #18110a;
	color: #8E7D6A;
}
#header{
	background: url(brown/tagline.png) no-repeat right 87px;
}

a {
	color: #fff;
}
a:hover {
	color: #903100;
}

input,select,textarea {
	border: #e6e6e6 1px solid;
}

h1 {
	color: #ab8d69;
}

h2 {
	color: #ab8d69;
}

h3 {
	color: #ab8d69;
}

h4 {
	color: #ab8d69;
}

/*=== Intro ===*/

p.intro a {
	color: #FFFFFF;
}

p.intro a:hover {
	color: #222222;
}

/*=== Buttons ===*/

.btn-rounded a {
	background: url(brown/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}

.btn-rounded a span {
	background: url(brown/btn-rounded.gif) no-repeat right;
}

.btn {
	margin: 0;
	padding: 5px 10px 6px 10px;
	margin: 0;
	background: url(brown/btn.gif) repeat-x;
	border: 1px solid #922f00;
	color: #19110a;
}

/*=== Navigation ===*/

/*- Nav1 -*/

#nav1 li a {
	color: #fff;
}

#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a {
	background: url(brown/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}

#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span {
	background: url(brown/btn-rounded.gif) no-repeat right
}

/*- Nav2 -*/

.nav2 li a, .widget li a {
	color: #fff;
}

.nav2 li a:hover, .widget li a:hover {
	color: #903100;
}

/*=== Right Column ===*/

#columns {
	margin-top: 0;
	padding-top: 20px;
	border-top: 1px dotted #876f53;
}

#rightcol h3, #rightcol h3 a {
	color: #ab8d69;
}

#rightcol h3 span {
	background: none;
}

#rightcol .widget ul, #rightcol .textwidget {
	color: #8E7D6A;
	background: none;
}

/*=== Sub Columns ===*/

.col1 a {
	color: #fff;
}

.col3 h2 {
	color: #ab8d69;
}

.col5 img {
	border: 10px solid #f6f5ed;
}

/*=== Styling Boxes ===*/

/*- Box1 -*/

.box .top,.box .bot {
	background: none;
}

.box .bot {
	background: none;
}

.box .spacer {
	background: inherit;
}

/*- Box2 -*/

.box2 .top,.box2 .bot {
	background: none;
}

.box2 .bot {
	background: none;
}

.box2 .spacer {
	background: none;
}

/*- Box3 -*/

.box3 .top,.box3 .bot {
	background: url(brown/box3-top.gif) no-repeat top;
}

.box3 .bot {
	background: url(brown/box3-bot.gif) no-repeat top
}

.box3 .spcr {
	background: #e0decf;
}

/*- Box4 -*/

.box4 {
	padding: 0px;
	margin: 0;
}

.box4 .spacer {
	background: #18110a none repeat scroll 0 0;
	height: 1%;
	padding: 0px;
	margin: 0;
}

.box4 .top,.box4 .bot {
	margin: 0;
	padding: 0;
	background: none;
}

.box4 .bot {
	background: none;
}

.box4 .spacer {
	
}

/*- Box5 -*/

.box5 .top,.box5 .bot {
	background: none;
}

.box5 .bot {
	background: none;
}

.box5 .spacer {
	background: none;
}

/*- Box6 -*/

.box6 .top,.box6 .bot {
	background: url(brown/box6-top.gif) no-repeat top;
}

.box6 .bot {
	background: url(brown/box6-bot.gif) no-repeat top
}

.box6 .spacer li {padding: 10px 0;
	
}

/*- Date -*/

.date {
	color: #898989;
}

/*=== Styling Forms ===*/

/*- Search -*/

#search {
	position: absolute;
	height: 32px;
	margin: 0px;
	padding: 0 0 0 25px;
	right: 0;
	bottom: 10px;
	z-index: 1;
}

#search input.keyword {
	background: #18110a;
	border-top: 1px solid #50473e;
	border-right: 2px solid #50473e;
	border-bottom: 1px solid #50473e;
	border-left: 1px solid #50473e;
	color: #ffffff;
	float: left;
	font-size: 12px;
	padding: 7px 2px 6px;
	width: 140px;
}

/*- Form1 Setup -*/

.btn-general {
	background: #903000;
	color: #ffffff;
}
.btn a{
	color: #fff;
}

.btn-general a {
	color: #ffffff;
}

.btn-arr a {
	background: #c5c1a3;
	color: #ffffff;
}

/*=== Footer ===*/

#footer a {
	color: #fff;
}

/*=== Posts ===*/

.post img {
	border: 2px solid #50473e;
}

.post li a:hover {
	color: #903100;
}

.post blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ab8d69;
	background: #18110a url(brown/ico-quote.gif) no-repeat 10px 10px;
}

/*=== Widget styling ===*/

.widget #recentcomments li a {
	color: #903100;
}

.widget #recentcomments li a:hover {
	color: #903100;
}

.widget #searchform, .widget #calendar_wrap {
	background: #18110a;
}

.widget #wp-calendar caption {
	color: #333333;
}

.widget #wp-calendar thead th {
	color: #333333;
}

.widget #wp-calendar tfoot td a {
	color: #333333;
}

.quote {
	background: url(brown/ico-quote.gif) no-repeat top left;
}