/* http://meyerweb.com/eric/tools/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,
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.0;
    font-size: 84%;
}

ol, ul {
    list-style: none;
}

/* Main styles */

body {
    font-family: Calibri, FreeSans, Helvetica, Arial, sans-serif;
    background: #fff;
    color: #000;
}

#content {
    line-height: 1.3em;
    margin: 0 auto 0 0;
    width: 95%;
    padding: 20px 20px 44px 20px;
}

/* Site title */

h1.siteTitle {
    font-size: 200%;
    margin: 0 0 0 0.5ex;
    padding: 0.5ex;
}

h1.siteTitle a, h1.siteTitle a:hover, h1.siteTitle a:focus, h1.siteTitle a:visited, h1.siteTitle a:visited:hover, h1.siteTitle a:visited:focus {
    text-decoration: none;
    border: none;
    color: #fff;
}

.siteSubTitle {
    font-size: 50%;
    font-weight: normal;
    font-style: italic;
    margin-left: 1em;
}

#header {
    background: #444;
}

/* Footer */

html, body, #container { height: 100%; }

body > #container { height: auto; min-height: 100%; }

#footer {
	background-color: #eee;
    border-top: 1px solid #ddd;
	clear: both;
	height: 15px;
	margin: -24px auto 0 auto;
	padding: 4px 0 4px 2.0ex;
	font-size: 85%;
}

#footer img {
    vertical-align: middle;
    margin: 0 4px 0 0;
}

/* Navigation */

#menu {
    background: #eee;
    border-bottom: 1px solid #ddd;
}

#subMenu { background: #f9f9f9; border-bottom: 1px solid #eee; }

#menu ul, #subMenu ul {
    padding: 0.3em 0.3em 0.3em 2ex;
}

#menu li, #subMenu li {
    display: inline;
    line-height: 1.6em;
}

#menu li a, #subMenu li a {
    padding: 0.1em 1.2em 0.1em 0;
}

.home #home-li a, .portfolio #portfolio-li a, .projects #projects-li a, .music #music-li a, .writings #writings-li a, .misc #misc-li a, li.current a {
	color: #000;
    font-weight: bold;
}

/* Links */

a {
    text-decoration: none;
    color: #316090;
}

a.visited, a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #75A1D0;
}

a:focus {
    text-decoration: underline;
}

/* Images */

.alignleft {
	float: left;
	margin: 0 8px 8px 0;
}

.alignright {
	float: right;
	margin: 0 0 8px 8px;
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Headings */

h1, h2, h3, h4 {
    font-weight: 700;
    margin: 0 0 6px 0;
}

h1 { font-size: 175%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }

/* Misc */

.clear { clear: both; }

strong { font-weight: bold; font-size: 98%; }

sup { font-size: 68%; vertical-align: top; }

#content p {
    margin: 0 0 10px 0;
    padding: 0;
}

#content ul {
	margin: 0 0 0 12px;
}

ul#updates {
	margin: 0;
}

#content li {
	margin: 0 0 4px 0;
}

p#haiku {
	margin: 16px 0 16px 0;
	color: #73B1B7;
	font-size: 150%;
	line-height: 150%;
}

/* CLEAR FIX*/
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
