/* 
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.

*/

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Page Navigation
-2.2.2 Category Navigation
-2.2.3 Search
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer
-2.6.1 Footer Widget Area
-2.7 Featured Area

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi
-3.4 Buttons / Banners

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 Sidebar Tabs
-4.4 Video

5. COMMENTS
-5.1 Comments
-5.2 Comments Form
-5.3 Pingbacks / Trackbacks 

6. MISC


-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/




/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
#top-purple { background:#fff url(images/bg-purple-new.jpg) no-repeat top center; }
#top-orange { background:#fff url(images/bg-orange-new.jpg) no-repeat top center; }
#top-green { background:#fff url(images/bg-green-new.jpg) no-repeat top center; }
#top-blue { background:#fff url(images/bg-blue-new.jpg) no-repeat top center; }


#page-nav { position:relative; background:url(images/bg-pagenav.png) repeat-x; height:42px; font-family:Verdana, Geneva, sans-serif; font-size:11px; text-transform:uppercase; }
#page-nav ul.rss{background:url(images/ico-rss.png) no-repeat right 15px;padding:0 35px 0;}
#page-nav ul.rss a { line-height:42px; display:block; padding:0 10px; }
#page-nav .ico-home { padding:14px 0 6px 0; }
#page-nav a { color:#eee; text-decoration:none; text-shadow: #333 1px 1px 1px; }

#nav a  { display:block; z-index:200; padding:0 10px; line-height:42px; text-decoration:none;}

#secnav a { font-family:"Verdana","Arial","Helvetica",sans-serif; font-style: normal; font-weight:700; font-size:12px; display:block; z-index:100; padding:0 15px; line-height:58px; text-decoration:none;}

#footer{ background:#828282; color:#cacaca; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:11px;padding: 25px 0;border-top: 1px solid #FF860B;}
#footer a { color:#cacaca; }
#footer a:hover { border-bottom:1px dotted; }
#footer #credit img{vertical-align:middle; }
#footer #credit span{display:none;}

#footer-widgets{ position:relative; background:url(images/bevel-footer-widgets.png) repeat-x top; background-color:#c1c0c0; border-bottom:1px solid #7b7b7b; }
#footer-widgets .container { background:url(images/bg-footer-widgets.png) no-repeat center 2px; padding:30px 0 10px; }
#footer-widgets .block { width:300px; float:left; margin:0 30px 0px 0; }
#footer-widgets .block.last { margin-right:0;; }
#footer-widgets .widget h3  { background:url(images/bg-footer-widget-title.png) repeat-x; text-shadow: #fff 0px 1px 0px;}


/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/


.post-bottom { background:#E4E4E4 url(images/bg-post-bottom.png) repeat-x top; line-height:44px; padding:0px 25px; border-bottom: 1px solid #FFA040; border-top: 1px solid #FFBA73; }