/*
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 */

.entry img {
    border: 0px;
}

ul.nav {
position: relative;
width: auto;
margin-right: 1em;
padding-left: 15px;
}
ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {
color: #ffffff;
background: url(http://www.thespotteddog.com.au/burswood/wp-content/themes/canvas/images/nav.png);
}
ul.nav li a, #navigation ul.rss a, #navigation .cart-contents, #navigation ul.rss, #navigation ul.cart .cart_list a {
font: 300 14px/1.2em "Helvetica Neue", Helvetica, sans-serif;
color: #000;
}
.woo-sc-hr, .woo-sc-divider {
clear: both;
display: block;
margin-bottom: 20px;
padding-top: 0px;
width: 100%;
}
.title {
font: bold 28px/1.1em "Helvetica Neue", Helvetica, sans-serif;
color: #222222;
visibility: hidden;
padding-top: -20px;
}
.header-widget {
float: right;
width: 20%;
clear: none;
margin: 0;
}
body .woo-sc-box.note {
border-color: #efe3ae;
background-color: #fef6d2;
background: none;
}
.shortcode-tabs ul.tab_titles li.nav-tab a {
color: #000;
display: block;
float: left;
padding: 8px;
text-transform: uppercase;
font: 12px/18px sans-serif;
text-decoration: underline;
}
body .woo-sc-box.normal {
border-color: #ccc;
background-color: #253F8C;
padding: 9px 15px;
color: #ffffff;
}
input, textarea {
padding: 5px;
background: #fff;
border-color: #CFCFCF;
border-width: 2px;
border-style: solid;
margin-bottom: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 1em;
color: #666;
font-family: inherit;
}
#navigation ul.nav > li > ul {
left: 0;
width: 250px;
}
#navigation .nav li.parent > a::after {
border-color: #FFFFFF transparent transparent transparent; }

/* 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 below this line */

#navigation {
background: url(http://www.thespotteddog.com.au/burswood/wp-content/themes/canvas/images/nav.png);
margin-bottom: 0em;
}
	
}