/* 
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.

*/

/* Header */
#header {background-image: url("http://sparkahope.org/wp-content/uploads/2011/03/header.jpg");}
#navigation { background-color: #FF9D0D;}
#top { background-color: #0C5F26; margin-bottom: 0px; }

/* Header: Search */
#search {display: none;}

/* TEXT SHADOW */  
.nav a, #navigation ul.rss li a, #logo .site-title a, #logo .site-description {color: #000000 !important; text-shadow: none; }
.nav a:hover, .nav li ul li a, .nav li.current_page_item a, .nav li.current_page_parent a { text-shadow: none; }

/* Template Style: Custom Erba */
body { background: #0C5F26; }
.nav li.current_page_item, .nav li.current_page_parent, .nav a:hover, .nav li ul, .nav li.current_page_item a:hover, .nav li.current_page_parent a:hover { background: #EFFFDF; }
#tabs ul.wooTabs li a { border-left: 1px dotted #e5eddc; border-right: 1px dotted #e5eddc; border-top: 1px dotted #EFFFDF; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { border-bottom: 1px dotted #EFFFDF; }

/* Content */
#content { background-color: #EFFFDF; padding: 10px; width: 920px;}
#main { width: 690px;}

/* Widget */
#home-widgets .left { margin-right: 10px; }

/* WY: To handle duplicate first line on every post */
.att-caption { display:none; }


