/* 
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; }

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; font-family: 'Quattrocento Sans',arial,sans-serif; font-size: 1.4em; }

#navigation a { color: #000; }

.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; }

.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://jakelaufer.com/test/wordpress/wp-content/uploads/2012/10/left.png) top left no-repeat; border: none; background-color: none;  }



@media (max-width: 767px) {
  .home .widget {
	width: 100%;
}
#navigation { float: none; }
}
