/* Global reset-RESET */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; font:Verdana, Arial, Helvetica, sans-serif}
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 }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }
a { outline:none ; text-decoration: none;} /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */
/* ------------------------------------------------------------------------------------------ begin general styling */
body {
	background-color: #000000;
	font-size: 100%;
}
p {
	font-size: 75%;
	color: #999999;
	margin-bottom: 5px;
	}
h1 {
	color: #FFFFFF;
	font-size: 1.0em;
	margin-bottom: 5px;
}
h2{
	font-size: 0.8em;
	color: #FFFFFF;
	margin-bottom: 5px;
}
h3 {
	color: #FFFFFF;
	font-size: 0.8em;
	margin-bottom: 5px;
	}
a {
	color: #999999;
	text-decoration:none;
	}
a:hover {
	color: #FFFFFF;
	}
/* -------------------------------------------------------------------------------------------- begin main styling */
#enter {
	width: 319px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 250px;
	text-align: center;
}
#enter a {
	color: #666666;
}
#enter a:hover {
	color: #FFFFFF;
}
#container {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 50px;
	height: 100%;
}
#nav a {
	color: #666666;
	font-size: 0.8em;
	margin-right: 20px;
	}
#nav a:hover {
	color: #FFFFFF;
	}
.rule {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-bottom: 10px;
}

#nav {
	padding-top: 15px;
	padding-bottom: 15px;
	}
.sectionHome #nav a#navHome, .sectionWork #nav a#navWork, .sectionMusic #nav a#navMusic, .sectionPhotography #nav a#navPhotography, .sectionBio #nav a#navBio, .sectionContact #nav a#navContact {
	color:#FFFFFF;
	}
#content {
	background-color: #000000;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
	}
#footer {
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	}
#footer p{
	color: #666666;
	text-transform: uppercase;
	font-size: 0.5em;
	}
#footer a {
	color: #666666;
	}
#footer a:hover {
	color: #FFFFFF;
	}
#container #title {

}
