/* RESETS: http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
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, font, 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 { 
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
body { line-height: 1; } ol, ul { list-style: none; } blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */ del { text-decoration: line-through; }
table {	border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */




body {
	font: 13px helvetica, arial, sans-serif;
	background: #fff;
}
p {
	margin-bottom: 12px;
	line-height: 18px;
}

	em {
		font-style: italic;
	}
	strong {
		font-weight: bolder;
	}
	.code {
		font-family: Monaco, "Lucida Console", Consolas, "Andale Mono", "Bitstream Vera Sans Mono", "Lucida Sans Typewriter", "DejaVu Sans Mono", monospace;
	}


	ul {
		margin: 0 0 12px 1.5em;
		list-style: disc outside none;
	}
	ol {
		margin: 0 0 12px 1.5em;
		list-style: decimal outside none;
	}
		li {
			margin-bottom: 6px;
		}


blockquote {
	margin-left: 24px;
	margin-right: 24px;
	border-left: 6px solid #eee;
	padding-left: 12px; 
}


a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
	border-bottom: 1px dotted #C00;
}
a:active {
	color: #C00;
	text-decoration: none;
}

img, a img {
	border: 0; 
	background: transparent;

}

h1 { /* site title */

}

h2 { /* section title */
	font: 18px helvetica, arial, sans-serif;
	margin-bottom: 6px;
}

h3 { /* entry title */
	font: 18px helvetica, arial, sans-serif;
	margin-bottom: 6px;
}

h4 { /* entry sub-title (comment title, comment form title */
	font: 16px helvetica, arial, sans-serif;
	margin-bottom: 6px;
}


h2 a:link, h2 a:hover, h2 a:visited, h2 a:active,
h3 a:link, h3 a:hover, h3 a:visited, h3 a:active { /* links in headings */
	color: #000;
	text-decoration: none;
	border: 0;
}

object {
	margin-bottom: 12px;
}


.tag-count, .count, .meta {
	color: #999;
	font: 11px helvetica, arial, sans-serif;
}

/* PAGE LAYOUT ======================================= */
/* page is 960 across:
 * left column:				640 total
 *		caption margin:			140
 * 		gutter:					20
 * 		main content:			480 (to easily match YouTube embed width)
 * gutter: 					20
 * right column/sidebar:	300 
 */

#page {
	width: 960px;
	margin: 20px auto;
}
#header {
	height: 96px;
}
	#header #site-title { 
		width: 300px; 
		float: right;
		}

#sidebar {
	width: 300px; /* 320px total including padding */
	padding-left: 0;
	float: right;
	margin-left: 20px;
}

#main {
	width: 640px;
}

#footer {
	clear: both;
	margin: 40px 320px 40px 160px;
	border-top: 1px solid #999;
	padding-top: 20px;
	color: #999;
	font: 11px helvetica, arial, sans-serif;
}






/* FORM DEFAULTS ======================================= */
fieldset {
	margin-bottom: 10px;
}
legend {
	font-weight: bold;	
}
label {
	display: inline-block;
	line-height: 1.5em;
	vertical-align: top;
	width: 100px;
	font-weight: bold;
}
	label em, .required /* required field */ {
		color: #C00;
		font-style: normal;
		font-weight: bold;
	}
fieldset li {
	list-style: none;
	padding: 2px 0;
}
fieldset fieldset {

}



/* ENTRIES ======================================= */

.entry {
	margin: 0 0 36px 160px;
}

.sotm-entry, .review-entry {
	margin: 0 0 36px 145px;
	padding-left: 10px;
	border-left: 5px solid #C00;
}

	.entry-type {
		float: left;
		margin-left: -160px;
		width: 135px;
		text-align: right;
	}



	.entry-meta {
		color: #999;
		font: 11px helvetica, arial, sans-serif;
	}
	
	.entry-meta a, div.entry-meta a:visited, div.entry-meta a:active  {
		color: #999;
		text-decoration: none;
	}
	.entry-meta a:hover  {
		color: #C00;
		text-decoration: none;
		border-bottom: 1px dotted #C00;
	}
	
	.entry h4 { /* entry subtitle */
	
	}
	
	.blog-entry img {
		margin-left: 0;
	}
	.blog-entry img.wide {
		margin-left: -160px;
	}


	
	.entry .btn-edit {
		float: right;
	}
	.entry .btn-edit img {
		margin: 0;
	}
	
	.blog-entry .caption {
		margin-left: -160px;
		color: #999;
		font: 11px helvetica, arial, sans-serif;
		width: 140px;
		float: left;
	}



/* PAGINATION ======================================= */

#pagination {
	height: 20px;
	margin: 0 0 12px 160px;
	

}



/* COMMENTS ======================================= */

#comments-container {
	margin: 0 0 0 160px;
}

.comments {
	margin: 0 0 36px 0;
}

.comment-entry {
	margin: 0 0 24px 0;
	padding: 3px 3px 3px 3px;
}
	.comment-entry.odd {
		background: #fff; 
	}
	.comment-entry.even {
		background: #fff; 
	}
	.comment-entry.dzeibin {
		margin: 0 0 24px -15px;
		padding-left: 10px;
		border-left: 5px solid #C00;
	}

.comment-entry .entry-meta {
	text-align: right;
}

.comment-form {
	margin: 0 0 36px 0;
}



div.entry-navigation {
	margin: 0 0 0 160px;

}



/* TAGS ======================================= */

#tag-description {
	margin: 0 0 12px 160px;
}
#tag-list {
	float: left;
	width: 140px;
	text-align: right;
}
#tag-entries {
	width: 480px;
	margin-left: 160px;
}






/* SEARCH ======================================= */
	#search label, .search-header label {
		display: none;
	}
	#search input.text, .search-header input.text {
		background: #eee;
		border: 0;
		width: 200px;
		height: 25px;
	}
	#search input[type="search"], .search-header input[type="search"] {
		-webkit-appearance: searchfield;
		-webkit-box-sizing: border-box;
		-webkit-user-select: text;
	}
/*	#search input.submit {
		width: 25px;
		height: 25px;
		background: transparent url(/_assets/img/icon-search.png) 0 0 no-repeat;
		text-indent: -9000px;
		border: 0;
	} */


	.search-header {
		margin: 0 0 36px 160px;
	}








/* SIDEBAR ======================================= */
#sidebar div.chunk { margin-bottom: 24px; }

#sidebar ul {
	margin: 0 0 12px 0;
	list-style: none outside none;
}
	li {
		margin-bottom: 6px;
	}

ul.readinglist { list-style-type: none; }
ul.readinglist li { display: inline;}


#sidebar #reading iframe { /*Amazon image links */
	display: inline;
}





.updated {
	color: #999;
	font: 11px helvetica, arial, sans-serif;
}

#flickr {
	background: #fff;
	width: 270px;
	height: 280px;
	padding: 0;
	margin-top: 0;
}
#flickr a img {
	float: left;
	margin: 0 10px 10px 0;
	width: 80px;
	height: 80px;
}


#delicious .delicious-tag, #delicious .delicious-extended {
	color: #999;
	font: 11px helvetica, arial, sans-serif;
}
