/* 
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.

*/

#top-meta .rss {
	padding: 4px 0px 0 10px;
	float:right;
	width:146px;
	border-left-width: 1px;
	border-left-style:solid;
    margin-left: 10px; 
}

#top-meta .rss a {
	background: url(images/ico-rss.png) no-repeat 0 5px;
	padding: 6px 0 3px 23px;
}

#top-meta .contact-link {
	padding: 4px 20px 0 10px;

    border-left-style: solid;
    border-left-width: 1px;
	float:right;
}

#top-meta .contact-link a {
	background: url(images/ico-contact-link.png) no-repeat 0 5px;
	padding: 6px 0 3px 23px;
}

/* Highlights*/ 

#highlights{
	width: 922px;
	padding:10px;
	border-bottom-width: 5px;
	border-bottom-style:solid;
}

#highlights h3 {
	font-size: 14px;
	padding:0;
	font-style: italic;
	float:left;
	margin-bottom:10px;
}

#highlights .more {
	float:right;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	padding-top:5px;

	<!-- footer Starts -->
           
	<div id="footer" class="wrap">
    
    	<ul id="category-nav">
			<?php wp_list_categories('sort_column=menu_order&depth=1&title_li=&exclude='.get_option('woo_nav_exclude')); ?>
        </ul>
        
        <div class="fix"></div>
        
        <ul id="page-nav">
			<?php wp_list_pages('sort_column=menu_order&depth=1&title_li=&exclude='.get_option('woo_nav_exclude')); ?>
        </ul>
        
        <div class="fix"></div>        
                
		<div class="credits">
			
		</div>
	</div>
	<!-- footer Ends -->
	
</div>
<?php wp_footer(); ?>
<?php if ( get_option('woo_google_analytics') <> "" ) { echo stripslashes(get_option('woo_google_analytics')); } ?>
</body>
</html>

