/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
/* Reformat Categories List
-------------------------------------*/
.widget_categories ul li {
background:url("images/bg/arrow.png") no-repeat scroll 177px 3px transparent;
border-bottom:1px solid #DADADA;
border-left:3px solid #DADADA;
color:#000000;
display:block;
font-size:0.8em;
font-weight:bold;
height:19px;
margin:0;
padding:3px 12px 0 7px;
text-transform:uppercase;
}

.widget_twitter li {
background:none repeat scroll 0 0 transparent !important;
clear:both;
font-size:0.9em;
padding:0 0 0.3em 2px !important;
}

.widget_twitter h3.mast a {
color:#A11B1B;
}
/* Set about box colors
-------------------------------------*/
#home_about {
background:none repeat scroll 0 0 #DADADA;
border-bottom:1px solid #DADADA;
border-top:1px solid #DADADA;
margin:0 0 1em;
padding:1em 0.7em 0;
}

/* Banners
NOTE: remove hard coded background styles from theme pages *.php
-------------------------------------*/
.single-post #topbanner, .page #topbanner { height: 70px; border-bottom: 1px solid #999; background: url("http://www.binaryabstractions.com/wp-content/uploads/2010/07/single_banner.png") no-repeat; }
.archive #topbanner, .search #topbanner { height: 70px; border-bottom: 1px solid #999; background: url("http://www.binaryabstractions.com/wp-content/uploads/2010/07/archive_banner.png") no-repeat; }
.home #topbanner, .error404 #topbanner { height: 70px; border-bottom: 1px solid #999; background: url("http://www.binaryabstractions.com/wp-content/uploads/2010/07/home_banner.png") no-repeat; }

/* Recent Box - Fixing formatting/layout
-------------------------------------*/
.home_recent_date, .home_recent_auth {
padding:0 0 0 75px;
}
