/** ===== footer widget skin ===== */ 
#footer{
	color: #a8a8a8;
	background-color : #2e2e2e;
	
	
	
	
}
#footer table#wp-calendar caption,
#footer table#wp-calendar tfoot tr td{
	border-color: #272727;
	background-color: #777777;
}
#footer table#wp-calendar thead th{
	border-color: #272727;
}
#footer table#wp-calendar tbody td{
	border-color: #2c2c2c;
	background-color: #777777;
}
#footer .selectBox-dropdown,
#footer .selectBox-dropdown-menu,
#footer .selectBox-inline{
	background-color: #777777;
	border: solid 1px #272727;
}
#footer .selectBox-dropdown .selectBox-arrow{
	border-left: solid 1px #272727;
}
#footer .selectBox-dropdown:focus,
#footer .selectBox-dropdown:focus .selectBox-arrow {
	border-color: #1e1e1e;
}
#footer input[type=text], 
#footer input[type=password], 
#footer input[type=file], 
#footer textarea, 
#footer select{
	background-color: #636363;
	color: #a8a8a8;
}
#footer input[type=text], 
#footer input[type=password], 
#footer input[type=file], 
#footer select, 
#footer textarea{
	border-top-color:#2c2c2c;
	border-left-color:#2c2c2c;
	border-bottom-color: #272727;
	border-right-color: #272727;
}
.footer-widget h3.footer-widget-title{
	color: #b8b8b8;
	border-color: #474747;
}
.footer-widget h1,
.footer-widget h2,
.footer-widget h3,
.footer-widget h4,
.footer-widget h5,
.footer-widget h6{
	color: #a8a8a8;
}
.footer-widget a{
	color: #c9c9c9;
}
.footer-widget a:hover{
	color: #a8a8a8;
}
.footer-widget ul li{
	background: url(../../images/arrow-lists-white.png) scroll 0px 9px no-repeat;
}
