/*=== Setup ===*/
body{
	background: url(custom/bgr.jpg) #cdc4a3 repeat-x top;
	color: #555555;
	font-size: 0.875em;
	line-height: 1.6em;
}
p {
	padding: 0 0 0;
}
a{
	color: #304b6e;
	text-decoration: underline;
}
input,select,textarea{
	border: none;
	padding: 5px;
}

/* == reddish-brown color is #a58484 ==*/
h2{
	color: #e5e2d9;
	background-color: #3F4456;
	padding: 10px 300px 10px 10px;
}
h2-feature{
	color: #a58484;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 1px 1px 50px 1px;
	line-height: 28px;

}
h2 a{
	color: #DFE0E1;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
}
h3{
	color: #e5e2d9;
	font-size: 1.2em;
	background-color: #3f4456;
	padding: 5px 5px 5px 10px;
}
h4{
	color: #444444;
}

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

/*=== Buttons ===*/

.btn-rounded a{
	background: url(custom/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}
.btn-rounded a span{
	background: url(custom/btn-rounded.gif) no-repeat right;
}
.btn {
	background:url(custom/btn.gif) repeat-x;
	border:1px solid #2b4869;
 	color:#FFF;
}

/*=== Navigation ===*/
/*- Nav1 -*/


#nav1 {
font-size:16px;
font-weight:normal;
letter-spacing:normal;
text-transform:none;
color:#4c452d;
}


#nav1 li a{
	color: #4c452d;
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	background: url(custom/btn-rounded.gif) no-repeat left;
	color: #e9e7d8;
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	background: url(custom/btn-rounded.gif) no-repeat right
}

/*- Nav2 -*/
.nav2 li a, .widget li a{
	color: #555555;
}
.nav2 li a:hover, .widget li a:hover{
	color: #304b6e;
}
#nav1 li ul li a:hover,
#nav1 li ul li.active a,
#nav1 li ul li.current_page_item a{
	background: #ccc09a;
}
#nav1 li ul li {
	border: 1px solid #948860;
	border-width:0 1px 1px;
	background: #e9e7d8;
	float: none;
}
#nav1 li ul li a {
	line-height: 30px;
	font-size: 12px;
	color: #e9e7d8;
	width: 150px;
}

/*=== Right Column ===*/
#rightcol h3, #rightcol h3 a{
	color: #887E5E;
	background: #ccc09a;
	font-weight: normal;
	letter-spacing: 1px;
}
#rightcol h3 span{
	background: #ccc09a;
}
#rightcol .widget ul, #rightcol .textwidget
{
	background: #E9E7D8;
	padding: 15px;
}


/*=== 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(custom/box-top.gif) no-repeat top;
}
.box .bot{
	background: url(custom/box-bot.gif) no-repeat top
}
.box .spacer{
	background: #ffffff;
}
/*- Box2 -*/
.box2 .top,.box2 .bot{
	background: url(custom/box2-top.gif) no-repeat top;
}
.box2 .bot{
	background: url(custom/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background: #533333;
}
/*- Box3 -*/
.box3 .top,.box3 .bot{
	background: url(custom/box3-top.gif) no-repeat top;
}
.box3 .bot{
	background: url(custom/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #efefed;
}
/*- Box4 -*/
.box4{
	color: #e5e2d9;
	font-size: 1.58em;
	text-align: center;
}
.box4 .top,.box4 .bot{
	background: url(custom/box4-top.gif) no-repeat top;
}
.box4 .bot{
	background: url(custom/box4-bot.gif) no-repeat top
}
.box4 .spacer{
	background: #523333;
}
/*- Box5 -*/
.box5 .top,.box5 .bot{
	background: url(custom/box5-top.gif) no-repeat top;
}
.box5 .bot{
	background: url(custom/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: url(custom/box5-bgr.gif) repeat-y top;
	padding: 15px 25px 15px 15px;
}
/*- Box6 -*/
.box6 .top,.box6 .bot{
	background: url(custom/box6-top.gif) no-repeat top;
}
.box6 .bot{
	background: url(custom/box6-bot.gif) no-repeat top
}
.box6 .spacer{
	background: #e4e4e0;
}

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

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

/*- Form1 Setup -*/
.btn-general{
	background: #304b6e;
	color: #ffffff;
}
.btn-general a {
	color: #ffffff;
}
.btn-arr a{
	background: #d0d0cd;
	color: #ffffff;
}

/*=== Footer ===*/
#footer a{
	color: #949387;
}

/*=== Posts ===*/
.post img {
	border:8px solid #f6f5ed;
}
.post li a:hover{
	color: #304b6e;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#f9faf4 url(custom/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #e4e4e0;
	border-bottom:1px solid #e4e4e0;
}

/*=== Widget styling ===*/
.widget #recentcomments li a{
	color: #304b6e;
}
.widget #recentcomments li a:hover{
	color: #304b6e;
}
.widget #searchform, .widget #calendar_wrap{
	background: #efefed;
}
.widget #wp-calendar caption {
	color:#333333;
}
.widget #wp-calendar thead th {
	color:#333333;
}
.widget #wp-calendar tfoot td a {
	color:#333333;
}
.quote {
	background:url(custom/ico-quote.gif) no-repeat top left;
}
.textwidget {
	margin: 0;
}
#footer .box6 .spacer {
	background-color:#948860;
}
.fl {
	color:#d3cebf;
	font-size: 0.975em;
}
.fr {
	color:#d3cebf;
	font-size: 0.825em;
}
#footer a {
	color:#e5e2d9
}
.wrapper {
	padding: 0 0 0 30px;
}
.stepcarousel {
height: 330px;
}

.line {
	color:#bcaf83;
}
.arts-text {
	color:#766b46;
	font-size: 10px;
	line-height: 12px;
}
.ctr {
	text-align: center;
	color:#d3cebf;
	font-size: 0.975em;
}