/*=== Setup ===*/

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


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



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

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


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

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

/*- Form1 Setup -*/

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

/*=== Posts ===*/
.post img {	
	border:8px solid #f6f5ed;
}
.post li a:hover{
	color: #a4b92e;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#F0EEE1 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: #a4b92e;
}
.widget #recentcomments li a:hover{
	color: #a4b92e;
}
.widget #searchform, .widget #calendar_wrap{
	background: #f0eee1;
}
.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;
}

