/* ! Blog styles */

p + div, video { margin: 20px 0; }
#sponsors-header { font-size: 16px; line-height: 20px; margin-top: 40px; }
.bookmarklet { line-height: 30px; text-align: center; }
.bookmarklet a { background-color: #eee; border: 1px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 5px; }
.entry-content iframe { margin: 20px auto; }
.entry-content iframe, .entry-content img { display: block; }
.entry-content img { border: 1px solid #eee; margin: 0 auto; padding: 5px; }
.entry-content strong { font-family: "futura-pt-1","futura-pt-2", "helvetica neue", helvetica, arial, sans-serif; font-size: 14px; text-transform: uppercase; }
.sponsors { margin-bottom: 20px; }

/* ! Narrow styles */

@media (max-width: 920px) 
{
	#sponsors-header, .sponsors { display: none; }
}

