/* Begin CSS 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;
}
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: "" "";
}
/* End CSS Reset */

body, html
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	background: #FFF;
	color: #000;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}

strong, b
{
	font-weight: bold;
}

em, i
{
	font-style: italic;
}

#wrapper
{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#header
{
}

#header h1 a
{
	position: relative;
	left: -10px;
	padding-top: 46px;
	display: block;
	overflow: hidden;
	height: 0;
	width: 331px;
	background-image: url('img/tom-mitchell.png');
	float: left;
}

#nav
{
	float: right;
	margin-top: 16px;
}

#nav li
{
	display: inline;
}
#nav-about a
{
	padding-top: 30px;
	overflow: hidden;
	display: inline-block;
	height: 0;
	width: 97px;
	background-image: url('img/about-reg.png');
	background-repeat: none;
}
#nav-blog a
{
	padding-top: 30px;
	overflow: hidden;
	display: inline-block;
	height: 0;
	width: 73px;
	background-image: url('img/blog-reg.png');
	background-repeat: none;
}
#nav-projects a
{
	padding-top: 30px;
	overflow: hidden;
	display: inline-block;
	height: 0;
	width: 136px;
	background-image: url('img/projects-reg.png');
	background-repeat: none;
}

#content
{
	clear: both;
	float: left;
	width: 620px;
	color: #6d6e71;
}

#breadcrumb
{
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 180%;
	font-family: Diavlo, sans-serif;
}
.blog #breadcrumb a
{
	color: #a6180a;
}
.about #breadcrumb a
{
	color: #2cc28e;
}
#breadcrumb a:hover
{
	text-decoration: underline;
}

#content h1
{
	font-family: Diavlo, sans-serif;
	font-size: 160%;
	line-height: 2.0em;
}
.blog h1 a
{
	color: #a6180a;
}
.about h1 a
{
	color: #2cc28e;
}
#content h1 a:hover
{
	text-decoration: underline;
}

#content p
{
	line-height: 1.4em;
	margin-bottom: 1.0em;
	margin-top: 0.2em;
	text-align: justify;
}

.commentlist cite
{
	font-weight: bold;
}

#content p a
{
	border-bottom: 1px dotted #6d6e71;
}
#content p a:hover
{
	border-bottom: 1px solid #fff;
}

#content li a
{
        border-bottom: 1px dotted #6d6e71;
}
#content li a:hover
{
        border-bottom: 1px solid #fff;
}

#content blockquote
{
	background:transparent url('img/open-quote.gif') no-repeat scroll left top;
	margin-left: 5px;
	margin-top: 1.0em;
	padding: 0px 10px 2px 20px;
	letter-spacing: -0.05em;
	font-size: 120%;
}

#content pre
{
	font-family: monospace;
	margin-bottom: 1.0em;
}

#content ul
{
	margin-left: 2.0em;
	margin-bottom: 1.0em;
}

#content li
{
	list-style-type: disc;
	line-height: 1.4em;
}

#content p a
{
	color: #6d6e71;
}

#content li a
{
        color: #6d6e71;
}

.post-info
{
	color: #2f3031;
	width: 610px;
	height: 26px;
	font-size: 80%;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	padding-left: 10px;
	line-height: 0;
	background-image: url('img/post-info.gif');
}
#content .post-info a
{
	color: #2f3031;
	border-bottom: 1px dotted #2f3031;
}
#content .post-info a:hover
{
	color: #2f3031;
	border-bottom: 1px solid #2f3031;
}

#content .post-date
{
	font-size: 80%;
	margin-top: 2.0em;
	margin-bottom: 2.0em;
}

#content h2
{
	font-size: 120%;
	font-weight: bold;
	line-height: 2.0em;
}

#content .commentlist li
{
	list-style-type: none;
}

.commentmetadata
{
	font-size: 80%;
}

#sidebar
{
	font-size: 120%;
	font-family: Diavlo, sans-serif;
	margin-top: 100px;
	float: right;
	text-align: right;
	width: 220px;
}
#sidebar p
{
	font-size: 80%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #6d6e71;
}
#sidebar p a
{
	color: #6d6e71;
	border-bottom: 1px dotted #6d6e71;
}
#sidebar p a:hover
{
	border-bottom: none;
}
#sidebar-nav li
{
	line-height: 1.6em;
	color: #ffa500;
}
#sidebar-nav li a
{
	color: #ffa500;
}
#sidebar-nav li a:hover
{
	text-decoration: underline;
}

.first-level-ul li
{
	font-size: 80%;
	line-height: 1.6em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#sidebar .first-level-ul li a
{
	color: #6d6e71;
}
#sidebar .first-level-ul li a:hover
{
	text-decoration: underline;
}

.navigation
{
	margin-top: 1.0em;
}

.navigation a
{
	color: #6d6e71;
	border-bottom: 1px dotted #6d6e71;
}
.navigation a:hover
{
	border-bottom: none;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

#footer
{
	text-align: center;
	clear: both;
	font-size: 60%;
}
