/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file 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. */

.styles-page-link {
	display:none;
}

.page-id-71 .styles-page-link {
	display:block;
}

a:hover, .archive_header, .post .title, .page .title, h1.title, .post .title a:link, .post .title a:visited, .single .title a:link, .single .title a:visited,
a, #comments .comment-head .name, .slide-content .title, 
h3 {
	color: #e72b35;
}

#navigation .nav > ul > li > a {
    color: #000;
    font-size: 18px;
    padding: 6px 5px;
}

#navigation .nav li a:hover,
#navigation .nav li a:focus,
#navigation .nav li.current-menu-item a {
	color: #e72b35;
}

.widget h3 {
    color: #000;
}

#sub-featured.section a {
	text-transform: lowercase;
}

#credit {
	color: #e72b35;
}

#copyright a {
	color: #c5c5c5
}

#footer-widgets .widget h3 {
	color: #fff;
}

#footer-widgets .widget ul li a {
	color: #b5b5b5;
}

#footer-widgets .widget ul li a:hover, 
#footer-widgets .widget ul li a:focus,
#footer-widgets .widget ul li.current_page_item a {
	color: #e72b35;
}
