/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; }article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block; }body{line-height:1; }ol, ul{list-style:none; }blockquote, q{quotes:none; }blockquote:before, blockquote:after, q:before, q:after{content:''; content:none; }table{border-collapse:collapse; border-spacing:0; }

/* hoodisgood */

body {
	background-color:#fff;
	color:#6e6e6e;
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	margin:0 auto;
	width:575px;
}

p {
	margin:8px 0;
}
a {
	color:#89c9e1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#header {
	margin-top:55px;
}
.logo {
	float:left;
}
.logo a {
	background:url(hoodisgood-logo.png) no-repeat;
	display:block;
	height:62px;
	width:334px;
}
.tagline {
	float:right;
	width:215px;
}

.topnav {
	clear:both;
	border-bottom:1px solid #89c9e1;
	float:right;
	padding:6px 0 5px;
	width:427px;
}
	.topnav li {
		display:inline;
		margin-left:20px;
	}
	.topnav li:first-child {
		margin-left:0;
	}
	.topnav a {
		color:#6e6e6e;
	}

/* Posts */

.post {
	border-bottom:1px solid #89c9e1;
	margin:15px 0 20px 148px;
	padding-bottom:15px;
	width:427px;
}
.post h2 {
	font-size:14px;
	font-weight:bold;
}
.date {
	font-size:11px;
	line-height:16px;
	text-align:right;
}
figcaption {
	/*font-size:11px;*/
	margin-top:10px;
}
.share {
	clear:left;
	overflow:hidden;
}
	.share p {
		margin:0;
	}
	.share .tweet-button, .share .source {
		float:left;
		margin-right:10px;
		vertical-align:middle;
	}
	
blockquote {
	margin-left:15px;
}

/* Pagination */

.pagination {
	position:relative;
	overflow:hidden;
	height:26px;
	margin-bottom:25px;
}
	.pagination a, .pagination span {
		color:#6e6e6e;
		display:block;
		position:absolute;
	}
	.next {
		left:0;
	}
	.prev {
		right:0;
	}
	.page_count {
		left:260px;
	}

/* Misc */

.readers {
	position:absolute;
	text-indent:-9999px;
}

/* Clearfix */

.clear {
	clear:both;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */