/*
Main colors used:
#ff5e00 
Border:
#b7b5a2
 - 

/*=== Setup ===*/
body{
	background: url(custom/bgr.gif) #DFEFF2 repeat center top;
	color: #555555;
}
input,select,textarea{
	border: #e6e6e6 1px solid;
}
.subscribe a{
	color:#333;
	font-size:14px;
	}
/*=== Buttons ===*/

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

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

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

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

/*=== 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(grey/box-top.gif) no-repeat top;
}
.box .bot{
	background: url(grey/box-bot.gif) no-repeat top
}
.box .spacer{
	background: #ffffff;
}
/*- Box2 -*/
.box2 .spacer{
	background: #fff;
}
/*- Box3 -*/
.box3 .top,.box3 .bot{
	background: url(grey/box3-top.gif) no-repeat top;
}
.box3 .bot{
	background: url(grey/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #efefed;
}
/*- Box4 -*/
.box4{
	color: #333;
}
.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: #FFF;
}
/*- Box5 -*/
/*- 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: #FFF;
}

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

/*=== Styling Forms ===*/
/*- Search -*/
#search input.keyword{
	background: #FFF;
	color:#000;
	border:1px solid #e1dfc8;
}

/*- Form1 Setup -*/
.btn-general{
	background: #5acdd9;
	color: #ffffff;
	font-size:12px;
}
.btn-general a { 
	color: #ffffff;
}
.btn-arr a{
	background: #d0d0cd;
	color: #ffffff;
}

/*=== Footer ===*/
#footer a{
	color: #FF5E00;
}
#footer{
	width:940px;
	margin:auto;
	}

/*=== Posts ===*/
.post img {	
}
.post li a:hover{
	color: #464543;
}
.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: #FF5E00;
}
.widget #recentcomments li a:hover{
	color: #FF5E00;
}
.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;
}
#content-bg{
	background:url(custom/content-bg.png) repeat-y top left;
	width:950px;
	padding:10px 0;
	}
#content-top{
	background:url(custom/content-top.png) no-repeat bottom;
	width:950px;
	height:11px;
	margin:0;
	margin-top:-4px;
	padding:0;
	}
#content-bottom{
	background:url(custom/content-bottom.png) no-repeat;
	width:950px;
	height:11px;
	margin:0 auto 15px;
	}
#content-wrap{
	margin:auto;
	width:926px;
	padding:11px 7px 0;
	}
	* html #content-bg, * html #content-top, * html #content-bottom{background-image:none; background-color:#FFF; width:940px; padding:0;}
li.page-item-68 a span{
	color: #ff5e00;
}
li.page-item-68 a:hover span{
	color: #fff;
}
li.current_page_item a span{color:#FFF;}
.widget li a:visited{
	color:#ff0000;
	}
