/* all possible tags: abbr acronym address blockquote body caption cite code dd dfn div dl dt em fieldset form h1 h2 h3 h4 h5 h6 img input legend li ol p pre q select strong sub sup table td textarea th ul var */

/* reset styles */
/* original line body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;} */
* {
	background-color:inherit;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
	color:inherit;
	cursor:inherit;
	font-size:1em;
	font-style:inherit;
	font-variant:inherit;
	font-weight:inherit;
	list-style:none;
	margin:0;
	padding:0;
	text-align:inherit;
	text-decoration:inherit;
}
q:before, q:after {content:'';}

/* styles for jessekirchner.com */
* {font-family:sans-serif;}
body > div {border-top:0.1em solid silver; clear:both; padding:0.8em 0;}

a {text-decoration:underline; cursor:pointer;}
a:link, a:focus, a:hover, a:active {color:blue;}
a:visited {color:red;}
body {margin:0.4em;}
cite {font-style:italic;}
dd {margin-left:1em;}
dt {font-weight:bold;}
em {font-style:italic;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {font-size:2em; margin-bottom:0.3em;}
h2 {font-size:1.7em;}
h3 {font-size:1.4em;}
h4 {font-size:1.1em;}
h5 {font-size:0.8em;}
h6 {font-size:0.5em;}
p {margin-bottom:1em;}

div#me img {float:right; margin:0 0 0.5em 0.5em;}
div#footer p {text-align:right; font-size:0.8em;}

