/* reset.css */
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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of reset.css */

.clear{
	clear:both;
}
kbd{
background:none repeat scroll 0 0 #EEEEEE;
border-color:#CCCCCC #AAAAAA #888888 #BBBBBB;
border-style:solid;
border-width:1px 3px 3px 1px;
color:#000000;
padding:2px 4px;
white-space:nowrap;
}

body{
	background-color:#FFF;
	font:1em "Trebuchet MS";
	color:#555;
	text-align:center;
	padding-top:100px;
}

div#wrapper{
	margin:20px auto;
	text-align:left;
	width:800px;
	padding:5px;
}

nav ul{
	margin:5px 0;
}
nav ul li{
	display:inline;
	margin-left:10px;
}

nav ul li a{
	text-shadow:1px 1px 2px #AAA;
}

a.active{
	text-decoration:none;
	color:#AAA;
	font-style:italic;
}

section{
	clear:both;
}

section h1{
	float:left;
	font-size:3.5em;
	margin-right:30px;
	text-shadow:2px 2px 2px #000;
}

section h1::after{
	content:'.';
}


section .content{
	margin-top:0px;
	float:left;
	width:500px;
}

section p{
	margin-bottom:10px;
}

section .content a{
	text-decoration:none;
	border-bottom:1px dotted;
}

.feedburnerFeedBlock{
	margin-top:20px;
	margin-left:10px;
}

.feedburnerFeedBlock ul li{
	margin:20px 0;
}

.feedburnerFeedBlock #creditfooter{
	display:none;
}

#work dl{
	margin-top:15px;
}

#work dl dd{
	margin:5px 0 15px 3px;
}

#cv h2{
	margin:10px 0 10px 0;
}

#cv p{
	margin-bottom:15px;
}

#cv img{
	float:left;
	margin-right:10px;
}

h1, h2{
	font-family:Georgia;
}

footer p{
	font-size:.8em;
	padding:30px 0;
	color:#AAA;
	text-align:left;
}
