/*
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 */




/* 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 */


	
#logo .site-title a:hover {
	text-decoration: none;
}

#sidebar .widget h3 {
	text-transform: uppercase;
}

.post-comments, 
ul.archives_list li span.comments.icon a {
	display: none;
}

/*
#logo {
	background:  url(wp-content/uploads/2013/06/logo-b.png) repeat;
	padding: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
*/
#header-container {
/* background: #2A2A2A; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* toggle on faq page and coordination page */
p.question {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.question {
	text-decoration: underline;
	cursor: pointer;
}

.answer {
	padding-bottom: 20px;
}

/* indent wrapped li text */
#sidebar ul li,
#footer-widgets ul li {
	padding-left: 1em;
	text-indent: -1em;
}

#sidebar ul li.current_page_item a {
	color: #333;
	font-weight: bold;
}

@media screen and (max-width: 800px) {
	#header {
		text-align: center;
		padding: 30px 0;
	}
	
	#header #logo h1.site-title span.site-description {
		color: red;
		font-size: 34px;
		font-size: 3.4rem;
	}
}

.buttonhome {
	background-color: #FEDD6A;
	box-sizing: border-box;
	padding: 6px 6px 6px 10px;
	margin: 10px 0;
	float: left;
	border-radius: 6px;
	border: 1px solid #A3A795;
}

.buttonhome a {
	font-weight: bold;
}

.buttonhome a:hover {
	text-decoration: none;
}

ul.nav {
	margin-right: 20px;
}

.theme-simple h1 {
	color: black;
}

#logo .site-title a {  
	font: normal 42px/1em 'Oswald', arial, sans-serif;
   	 color: #FFFFFF;
}

#logo .site-description {
    font: normal 18px/1em Geneva, Tahoma, Verdana, sans-serif;
    color: #FFFFCC;
}

.shortcode-toggle.closed h4 a {
    padding-right: 15px;
}

.shortcode-toggle.closed h4 a:hover {
    text-decoration: none;
}

.shortcode-toggle.open h4 a {
    padding-right: 15px;
}

.shortcode-toggle.open h4 a:hover {
    text-decoration: none;
}
