/* reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

body {
	background: #fff;
	color: #000;
	font-family: "Arimo", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

p {
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

acronym, abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

/*-- Classes -----------------------------------------------------------------*/

.caps {
	font-size: 0.9em;
	letter-spacing: 1px;
}

.clear { clear: both; }

.button {
	background: #999;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 0 0.2em;
}

.pipe { padding: 0 0.5em; }

/*-- Elements ----------------------------------------------------------------*/

#wrapper {
}

#header {
	position: fixed;
	left: 620px;
	top: 143px;
}

#header a {
	padding: 2px 5px;
	text-decoration: none;
}

#content {
	padding: 0 0 50px 0;
	position: absolute;
	left: 100px;
	top: 150px;
	width: 450px;
}

#content ol,
#content ul {
	margin: -0.4em 0 1.6em 0;
}
	
#content li {
	line-height: 1.4em;
	list-style-position: inside;
	margin-bottom: 0.2em;
}

.post {
	margin-bottom: 6em;
}

.post .storytitle {
	line-height: 1.2em;
	font-weight: bold;
}

.post .storytitle a {
	text-decoration: none;
}

.post .date {
	font-size: 0.9em;
	margin-bottom: 1em;
	padding: 0 2px;
}

.post .feedback {
	font-size: 0.9em;
	margin: 0.5em 0;
}

.post pre {
	background: #000;
	color: #fff;
	display: block;
	font-family: "Cousine", monospace;
	line-height: 1.2em;
	margin: 1em 0 2em 0;
	padding: 0.7em 1em;
}

.code,
.post code {
	background: #eee;
	color: #000;
	font-family: "Cousine", monospace;
}

.post h3 {
	color: #fff;
	font-style: italic;
	margin: 1em 0 0.5em 0;
}

.comment {
	margin-bottom: 4em;
}

.comment cite {
	font-size: 0.9em;
	font-style: normal;
}

#add_comment {
	font-size: 0.9em;
}

#add_comment textarea {
	width: 100%;
}

#sidebar {
	bottom: 50px;
	font-size: 14px;
	position: fixed;
	left: 625px;
	width: 175px;
}

#sidebar p {
	line-height: 1.2em;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 0.1em;
}

#social {
	width: 130px;
}

#social a {
	background: url(icons.gif) no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 21px;
	overflow: hidden;
	text-indent: -9999px;
}

#social a:hover {
	background-color: transparent;
}

a#icon_facebook { background-position: 0px -228px; }
a#icon_flickr { background-position: 0px 0px; }
a#icon_gmail { background-position: 0px -19px; }
a#icon_goodreads { background-position: 0px -38px; }
a#icon_gplus { background-position: 0px -57px; }
a#icon_lastfm { background-position: 0px -76px; }
a#icon_linkedin { background-position: 0px -95px; }
a#icon_delicious { background-position: 0px -114px; }
a#icon_soundcloud { background-position: 0px -133px; }
a#icon_twitter { background-position: 0px -152px; }
a#icon_vimeo { background-position: 0px -171px; }
a#icon_youtube { background-position: 0px -190px; }
a#icon_myfonts { background-position: 0px -209px; }

a#icon_facebook:hover { background-position: -21px -228px; }
a#icon_flickr:hover { background-position: -21px 0px; }
a#icon_gmail:hover { background-position: -21px -19px; }
a#icon_goodreads:hover { background-position: -21px -38px; }
a#icon_gplus:hover { background-position: -21px -57px; }
a#icon_lastfm:hover { background-position: -21px -76px; }
a#icon_linkedin:hover { background-position: -21px -95px; }
a#icon_delicious:hover { background-position: -21px -114px; }
a#icon_soundcloud:hover { background-position: -21px -133px; }
a#icon_twitter:hover { background-position: -21px -152px; }
a#icon_vimeo:hover { background-position: -21px -171px; }
a#icon_youtube:hover { background-position: -21px -190px; }
a#icon_myfonts:hover { background-position: -21px -209px; }

#copyright {
	color: #000;
	font-size: 12px;
	margin-top: 2em;
}

/*-- Admin Bar ---------------------------------------------------------------*/

#admin_bar {
	background: #000;
	font-size: 12px;
	padding: 1em 2em;
	position: fixed;
	z-index: 9999;
}

#admin_bar li {
	display: inline;
	list-style: none;
	margin-right: 1em;
}

#admin_bar li a {
	color: #fff;
}
