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

/*=== Setup ===*/
#slideshow{
	background: #000;
	height:400px;
	margin-bottom: 20px;
	border-bottom: 12px #000 solid;
	-moz-box-shadow: 0 4px 12px rgba(0,0,0,0.75); -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.75);
}
body{
	background: url(brown/bg.jpg) #eceadb repeat top;
	color: #555555;
}
a{
	color: #de4d6a;
}
input,select,textarea{
	border: #b2aaa7 1px solid;
background:#f2e3e8;
}
h2{
	color: #de4d6a;
}
h2 a{
	color: #de4d6a;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: oblique;
	font-weight:normal;
	letter-spacing: .5px;
}
h3{
color: #de4d6a;

font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;

font-style: oblique;

font-weight: normal;

letter-spacing: 0.5px;

}
h4{
	color: #444444;
}

/*=== Intro ===*/
p.intro a {
	color:#FFFFFF;
}
p.intro a:hover {
	color:#222222;
}
#branch {
	float: right;
}

/*=== 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 {
	background:url(brown/btn.gif) repeat-x;
	border:1px solid #de4d6a;
 	color:#FFF;
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1 li a{
	color: #3f3f3f;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#nav1 li a:hover,
#nav1 li.active a{
/*	background: url(brown/btn-rounded.gif) no-repeat left;*/
	color: #de4d6a;
}
#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: #555555;
}
.nav2 li a:hover, .widget li a:hover{
	color: #de4d6a;
}

/*=== Right Column ===*/
#rightcol h3, #rightcol h3 a{
	color: #ffffff;
}
#rightcol h3 span{
	color:#000;
}
#rightcol .widget ul, #rightcol .textwidget 
{
	background: #ffffff;
}

/*=== Sub Columns ===*/
.col1 a{
	color: #555555;
}
.col3 h2{
	color: #464646;
}
.col5 img{
	border: 10px solid #f6f5ed;
}

/*=== Styling Boxes ===*/
/*- Box1 -
.box .top,.box .bot{
	background: url(brown/box-top.gif) no-repeat top;
}
.box .bot{
	background: url(brown/box-bot.gif) no-repeat top
}*/
.box .spacer{
	background: #ffffff;
}
/*- Box2 -
.box2 .top,.box2 .bot{
	background: url(brown/box2-top.gif) no-repeat top;
}
.box2 .bot{
	background: url(brown/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background: #d6d4c1;
}*/
/*- 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: #ededed;
}
/*- Box4 -
.box4{
	color: #ffffff;
}
.box4 .top,.box4 .bot{
	background: url(brown/box4-top.gif) no-repeat top;
}
.box4 .bot{
	background: url(brown/box4-bot.gif) no-repeat top
}
.box4 .spacer{
	background: #50473e;
}*/
/*- Box5 -
.box5 .top,.box5 .bot{
	background: url(brown/box5-top.gif) no-repeat top;
}
.box5 .bot{
	background: url(brown/box5-bot.gif) no-repeat top
}*/
.box5 .spacer{
	background: url(brown/box5-bgr.gif) repeat-y top;	
}
/*- 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{
	background: #d6d4c1;
}

/*- Date -*/
.date{
	color: #898989;
}

/*=== Styling Forms ===*/
/*- Search -*/
#search input.keyword{
	background: #c5c1a3;
	border-bottom: 1px solid #fcfcfa;
	border-top: 1px solid #c4c2b5;
	border-left: 1px solid #c4c2b5;
}

/*- Form1 Setup -*/
.btn-general{
	background: #de4d6a;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-arr a{
	background: #c5c1a3;
	color: #ffffff;
}


/*=== Top Navigation ===*/
#topNav {
	margin: 16px auto;
	width: 940px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#topNav a{
	color: #949387;
}
#topNav .contactEmail{
	text-align:right;
	margin: -10px;
	
}

/*=== Footer ===*/
#footer {
	margin: 16px auto;
	width: 940px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#footer a{
	color: #949387;
}

/*=== Posts ===*/
.post img {	
	border:4px solid #000;
}
.post li a:hover{
	color: #cd802a;
}
.post blockquote {
	font-family:Arial, Helvetica, sans-serif; color:#333;
	background:#eceadb url(brown/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #d6d4c1;
	border-bottom:1px solid #d6d4c1;	
}

/*=== Widget styling ===*/
.widget #recentcomments li a{
	color: #cd802a;
}
.widget #recentcomments li a:hover{
	color: #cd802a;
}
.widget #searchform, .widget #calendar_wrap{
	background: #e0decf;
}
.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;
}

