/* Resets default browser CSS. {{{1 
   Based on work by Eric Meyer:
   meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }

/* Global Styles {{{1 */
body { color:#333; background:#fff; font:normal 12px Verdana,Tahoma,Arial,Sans-serif,sans; line-height:1.6; }

a                { color:#00f; text-decoration:underline; }
a:focus, a:hover { color:#f00; text-decoration:underline; }

h1, h2, h3, h4, h5, h6 { color:#000; margin-bottom:0.7em; line-height:1.2; font-family:Georgia,"lucida bright","times new roman",serif; }
h1         { font-size:3em; }
h2         { font-size:2em; }
h3         { font-size:1.5em; }
h4, h5, h6 { font-size:1.2em; }

ul, ol, blockquote { margin:1em 0; padding:0 0 0 3em; }
ul { list-style-type:circle; }

p { margin:0 0 1.5em 0; }

strong { font-weight:bold; color:#000; }
em     { font-style:italic; }

input, textarea, select { font:normal 1em Verdana,Tahoma,Arial,sans-serif; }

pre, code { white-space:pre; font-size:14px; font-family:'Andale Mono',Consolas,'Liberation Mono',monospace; }
pre {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fafafa;
	margin:20px 0;
	padding:10px 30px;
	line-height:1.2 !important;
}
code     { background-color:#ffc; }
pre code { background-color:#fafafa; }


/* Layout {{{1 */
#container  { margin:0 auto; padding:3em 0; width:770px; }
#header     { margin-bottom:1.5em; padding-bottom:1.5em; border-bottom:1px solid #eee; }
#header h1  { margin:0; line-height:1.1; }
#header p   { font-size:0.8em; margin:0; }
#content    { float:left; width:500px; margin-bottom:1.5em; padding:0; }
#sidebar    { float:left; width:220px; padding-left:24px; border-left:1px solid #eee; margin-left:25px; }
#footer     { clear:both; padding:1.5em; border-top:1px solid #eee; text-align:center; font-size:0.8em; }

/* Index page {{{1 */
.postheader h2      { margin:0; font-style:italic; }
.postheader a       { text-decoration:none; color:#333; }
.postheader p       { font-size:0.8em; color:#666; }
.postheader a:focus,
.postheader a:hover { text-decoration:underline; color:#000; }
.postsummary        { margin-bottom:6em; }
p.readmore-link     { font-style:italic; font-size:120%; }

p.index-link { text-align:right; }


/* Sidebar {{{1 */
ul.social-links     { padding-left:0 !important; list-style-type:none; margin-bottom:1.5em; }
ul.social-links li  { margin-bottom:0.3em; }
ul.social-links img { margin-right:0.5em; vertical-align:top;}
ul.latest-entries   { padding-left:1em !important; margin-bottom:1.5em; }
p.feed img          { margin-right:0.5em; vertical-align:top; }

/* vim: set sw=4 ts=4 noet foldmethod=marker: */
