/*
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 {padding-bottom:0px;}
#logo {float:none;margin:0 auto;max-width:369px;}
#navigation {background:#fbf7c8;}
#navigation h3 {display:none;}
.nav-toggle {background:#BE1E2D;}
.nav-toggle::before {font-size:24px;margin-left:0px;}
.nav-toggle a {display:none;}
#navigation ul {margin:0 auto;float:none;}
#navigation ul.nav {max-width:430px;}
ul.nav li a {color:#BE1E2D;}
#navigation .nav-home, #navigation .nav-close, #navigation ul.rss li a, #navigation ul.cart a.cart-contents, #navigation ul.nav-search a.search-contents {background:#BE1E2D;}
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 {background:#BE1E2D;color:#fbf7c8;}
.col-full {max-width:768px}
#content a {text-decoration:underline;}

.entry .wp-caption{background:none;margin:20px 0;border:0px;box-shadow:none;-webkit-box-shadow:none;}
.entry .wp-caption-text {text-align:left;}

#attachment_69 {float:left;}
#attachment_67 {float:left;margin:20px;}

div.post-meta {display:none;}
div#comments {display: none;}

#copyright {margin:0 auto;float:none;text-align:center;width:230px;}
#credit {margin:20px auto;width:100%;float:none;text-align:center;}

.home #logo {max-width:500px;}
.home article h2 {display:none;}
.home #content {padding:0px;}
.home #footer {padding: 0px;top:30px;}

#footer {position:relative;}
.credits_toggle {display: none;}
.page-id-72 .credits_toggle {display:block;}


div.pp_pic_holder div.ppt, div.pp_pic_holder .pp_expand {display:none !important;}

/* 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 */
.entry .wp-caption{float:left;margin:20px;}
#attachment_66 {float:none;}
#attachment_69{}
#attachment_71 {margin:20px 0px;}
.entry p {clear:both;}

.home #header-container {max-height:510px;}
.home #nav-container { margin: 1em 0; }
.home #content {top:0px;display:block;}
.home #content a {text-decoration:none;}
.home #copyright {font-size:18px;}	
.home #menu-item-85 {display:none;}
.home #navigation ul.nav {max-width:330px;}
.home #footer {position:relative;top:30px;}
#copyright{width:100%;}

}
