/* ==========================================================================
   Base
   ========================================================================== */

body { }
/* =============================================================================
   Header
   ========================================================================== */

.banner { }
/* ==========================================================================
   Content
   ========================================================================== */

.content { }
#content { padding-top: 40px; }
/* youtube embed fix */
.entry-content .entry-content-asset iframe {/* width:100%!important; height:350px; */}
/* ==========================================================================
   Primary Content
   ========================================================================== */

.main { }
/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar { }
/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }
/* ==========================================================================
   Footer
   ========================================================================== */

.content-info { }
/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }

.post-content li {list-style:circle}
.post-content blockquote {background: none repeat scroll 0 0 #F5F5F5; border-left: 4px solid #A0CE4E; color: #444444; font: 13px; padding: 15px;}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {border-radius: 3px 3px 3px 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);}
img.floatLeft {float: left; margin: 5px 20px 5px 5px;}
img.floatRight {float: right; margin: 5px 5px 5px 20px;}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* @media (max-width: 767px) {
    .entry-content .entry-content-asset iframe { height:350px; }
} */

