/* 
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. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#header .header-left {
float: left;
width: 5%;
margin: 0 0 2.618em;
}

#navigation ul.nav > li a {
text-shadow: none;
font-size: 88%;
}

#navigation {
background: none;
padding: .5em 0 0;
}

#navigation ul li a {
border-bottom: 1px solid #1372b1;
color: #ffffff;
}

#navigation ul.nav > li.current_page_item a, #navigation ul.nav > li.current_page_parent a, #navigation ul.nav > li.current-menu-ancestor a, #navigation ul.nav > li.current-cat a, #navigation ul.nav > li.li.current-menu-item a {
background: #147ec4;
}

#navigation ul.nav > li a {
font-size: 90%;
}

#navigation ul.nav > li:hover {
background: #147ec4;
}

body.has-slider #header, body.has-top-section #header {
padding: 2.631em 2em 0;
}

#header .header-left {
float: right;
}

a:hover {
  color: #147ec4;
}

h2 {
color: #de511f;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 500;
}

.entry img, img.thumbnail {
  background: none;
  border: medium none;
  padding: 5px;
}

body.has-top-section #header {
margin: 0;
padding: 2.5em 2em 0;
}

#top-section header h1 {
font-weight: 1em;
}

#top-section header h1 {
text-shadow: none;
}

#top-section {
margin: 0 0 2.618em;
padding: 1em 0;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button {
background: #176585;
}

#featured-slider .woo-sc-button {
box-shadow: 1px 1px 1px 0 #1372b1;
-webkit-box-shadow: 1px 1px 1px 0 #1372b1;
background: #16a0ae;
}

table {
border: none;
box-shadow: none;
-webkit-box-shadow: none;
border-color: #ffffff;
}

.post img, .type-page img, .post img.thumbnail, .type-page img.thumbnail {
border: none;
box-shadow: none;
-webkit-box-shadow: none;
}

.widget_woothemes_testimonials .quote {
float: left;
width: 100%;
border-bottom: 1px solid #ececec;
padding: 1em 0;
}

.widget_woothemes_testimonials .quote .testimonials-image {
float: left;
display: block;
margin: 0 1em .5em 0;
}

.widget_woodojo_tweets .follow-link a {
padding: .618em 1.618em;
border: 0;
background: #147ec4;
color: white;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
-webkit-border-radius: 0.236em;
border-radius: 0.236em;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button {
background: #147ec4;
}

/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}