/*=== Setup ===*/
a{
	color: #B9F600;
}
input,select,textarea{
	border: #e6e6e6 1px solid;
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1 li a{
	color: #AC946B;
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	color: #ffffff;
}

/*- Nav2 -*/
.nav2 li a, .widget li a{
	color: #AC946B;
}
.nav2 li a:hover, .widget li a:hover{
	color: #B9F600;
}

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

/*=== Sub Columns ===*/
.col1 a{
	color: #AC946B;
}
.col3 h2{
	color: #464646;
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box .top,.box .bot{
	background: url(default/box-top.gif) no-repeat top;
}
.box .bot{
	background: url(default/box-bot.gif) no-repeat top
}
/*- Box2 -*/
.box2 .top,.box2 .bot{
	background: url(default/box2-top.gif) no-repeat top;
}
.box2 .bot{
	background: url(default/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background: #e5e3d1;
}
/*- Box3 -*/
.box3 .top,.box3 .bot{
	background: url(default/box3-top.gif) no-repeat top;
}
.box3 .bot{
	background: url(default/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #2D2015;
}
/*- Box4 -*/
.box4{
	color: #ffffff;
}
/*- Date -*/
.date{
	color: #898989;
}

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

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

/*=== Posts ===*/
.post li a:hover{
	color: #B9F600;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#2D2015 url(default/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;	
}

/*=== Widget styling ===*/
.widget #recentcomments li a{
	color: #B9F600;
}
.widget #recentcomments li a:hover{
	color: #B9F600;
}
.widget #searchform, .widget #calendar_wrap{
	background: #2D2015;
}
.widget #wp-calendar caption {
	color:#333333;
}
.widget #wp-calendar thead th {
	color:#333333;
}
.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(default/ico-quote.gif) no-repeat top left;
}
