/* 
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. */

body { font-size: 14px; color: #333; }

#header { border-color: #6D838A; }

#header h2 { margin: -1px 0 0 16px; }

@media only screen and (min-width: 1200px) { 
.col-full { max-width: 1200px !important; padding-left: 40px; padding-right: 40px; box-sizing: border-box; }
}

h1 { color: #D22C00; font-size: 2.2em !important; font-weight: normal !important; }

.entry h1 { color: #86A7B0; font-size: 1.8em !important; margin-bottom: 2px; }

#navigation { float: right; margin-top: 25px; margin-right: 30px; font-family: 'Quattrocento Sans',arial,sans-serif; font-size: 1.4em; }

#navigation a { color: #000; }

.site-title a { color: #fff !important; }

.site-title a:hover { text-decoration: none !important; }

#header .site-description { font-size: 19px !important; }

.slide-content { display: none; }

.home .widget { width: 20%; margin-right: 5%; float: left; }

.home .widget h3 { border: none; color: #D22C00; font-size: 20px; font-family: 'Quattrocento Sans',arial,sans-serif; margin-bottom: 0; letter-spacing: -1px; padding-bottom: 5px; }

.widget.itunes-lookup-widget h4 { margin-bottom: 15px; }

.textwidget br { margin-bottom: 8px; }

.textwidget strong { color: #86A7B0; }

.textwidget img.icon { margin: 10px 15px 0 0; }

#footer { font-weight: normal; }

.prev { background-image: url(http://jake-laufer.com/music/wp-content/uploads/2012/10/left.png) top left no-repeat; border: none; background-color: none;  }

.gallery { margin-bottom: 30px !important; border-bottom: 1px solid #ccc; padding-bottom: 30px; }

table.easy-table { float: left !important; max-width: 50% !important; }

table.easy-table th { display: none; }

#main-nav a { color:#fff !important; }

.widget h3 a { color: #D22C00 !important; }

.widget h3 {  
color: #D22C00 !important; 
font-size: 1.15em !important; 
font-family: 'Quattrocento Sans', arial, sans-serif !important; 
font-weight: bold !important; 
text-transform: uppercase !important; 
}

.widget.itunes-lookup-widget ul li a { background: none; padding: 8px 0 8px 0; border-bottom: none; }
.ilw-album-tracklist { font-weight: bold; text-transform: uppercase;}
.ilw-tracklist > div > ul {
    padding: 15px 0 0 0;
}

#sidebar {
background-color: #eee;
    border: 1px solid #E1E1E1;
    clear: none;
    margin-top: 0;
    padding: 15px;
    width: 26%;
}

.breadcrumbs {
    background-color: #eee;
}

#main {
    width: 68%;
}
h2 { color: #0266B0; }

.home .widget {
    float: left;
    margin-right: 5%;
    width: 28%;
}

.home .widget h3 {
    letter-spacing: 0px;
}

@media (max-width: 767px) {
  .home .widget {
	width: 100%;
}
#navigation { float: none; }
}