/*
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 { height: 200px}
#logo { width: 100%
}
.textwidget li {
    list-style: disc outside none;
    margin-left: 15px;
}
#logo a img{ height: 175px; width: 100% }
.site-title a {visibility: hidden}
.site-description { margin: -9999px}

.meteor-slides h2 {
background: none repeat scroll 0 0 #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    left: 360px;
    padding: 10px 15px;
    position: absolute;
    top: 20px;
    width: 190px;
}
.event-listing h4 {font: bold 19px/1.3em "Helvetica Neue",Helvetica,sans-serif}
.event_content p { font: 300 18px/1.5em "Helvetica Neue", Helvetica, Arial}
.datestart, .dateend { font-size: 18px;}

body.single section#main {
    width: 99% !important;
}
body.single aside#sidebar {
    display: none !important;
}
div#comments, .nav-toggle { display: none}
#navigation {  margin-bottom: 1em;}

/* 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 */
body.two-col-right-1020 #main-sidebar-container #sidebar { width: 21%}
body.two-col-right-1020 #main-sidebar-container #main { width: 75%}
	
}