/*{{{RESET*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*}}}*/
/*{{{layout*/
#container { margin: 60px 0 50px 150px; width: 800px; }
#body { clear: both; margin: 100px 0 30px; }

/*}}}*/
/*{{{elements*/
body { font-size: 62.5%; font-family: Verdana,sans-serif; }
h1, h2, h3, h4, h5, h6 { margin: 1em 0; font-weight: bold; font-family: "Lucida Grande",Lucida,Arial,sans-serif; color: #333; }
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
p { margin-bottom: 1em; }
#header { font-family: Arial,sans-serif; font-size: 1.1em; font-weight: bold; text-transform: uppercase; color: #444; }

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
a:link, a:hover, a:active, a:visited 
{ text-decoration: none; color: #333; }

/*}}}*/
/*{{{header/footer*/
#nav { margin: 6px 0 0 1px; }
#nav li { float: left; margin-right: 12px; }

/*}}}*/
/*{{content*/
#content { width: 44em; font-size: 1.2em; line-height: 1.5em; color: #393939; }
.body h1 { font-size: 1.6em; }
.body h2 { font-size: 1.4em; }
.body h3 { font-size: 1.2em; }
.body h4 { font-size: 1.1em; }
.body h5 { font-size: 1em; }
.body h6 { font-size: 1em; }
.body a, .entry a { text-decoration: underline; }
.category { font-size: 0.83em; }
#content .description { margin-bottom: 1em; }

/*}}}*/
/*{{{form*/
.row { margin-bottom: 1em; }

/*}}}*/
