html {
	height: 100.1%;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	color: #ddd;
	background-color: #444;
	text-align: center;
	background-image: url(images/bg1.png);
	background-repeat: repeat-y;
	background-position: center;
	}

body#home a#homenav,
body#graphics a#graphicsnav,
body#projects a#projectsnav,
body#reel a#reelnav, 
body#video a#videonav,
body#web a#webnav{
color: #fff;
background: #33f;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 4em;
	color: #444;
	text-align: center;
	font-weight: bold;
	text-transform: lowercase;
	margin-bottom: -0.5em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: lowercase;
	margin-left: 1em;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #444;
	text-align: center;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: lowercase;
	color: #333;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

p {
	font-size: 1.1em;
	margin-top: 1em;
}

	
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -32em;
	text-align: center;
	min-width: 900px;
}
#branding   a:link   {
	display: inline;
}

#wrapper {
	margin: 0 auto;
	height: 30em;
	width: 900px;
	background-color: #333333;
	text-align: left;
	position: relative;
}
#content {
	margin: 3em 4em 1em 4em;
	border-left-style: ridge;
	border-left-color: #444;
	border-left-width: thin;

}
#content h2, #profile h2 {
	background-color: #333333;
	border-left-style: dotted;
	border-left-color: #33f;
	border-left-width: medium;
	padding-left: 0.5em;
}
#content img {
	width: 350px;
	margin-top: 1em;
}




	
#profile {
	float: right;
	width: 18em;
	background-color: #222222;
	border-left-style: ridge;
	border-left-width: thin;
	border-left-color: #666666;
	margin: 0 0 3em 3em;
	padding: 0;
	position: relative;
}
blockquote {
	line-height: 1.5em;
	color: #FFFFFF;
	width: 16em;
	padding: 5em 1em 1em 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/metalshine-big.png);
	background-repeat: repeat-x;
	margin: 1em 0 0 0;
	font-style: italic;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: circle;
	margin-bottom: 1em;

}


a:link, a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 33f;
	border-left-color: 33f;
	padding-right: .3em;
	padding-left: .3em;
}

a:hover, a:active{color: #33f;}
 
 
#profile ul {
	margin: 0 0 0 1em;
	padding: 0px;
}

#profile li {
	list-style-type: square;
	display: list-item;
	background-color: #333333;
	float: none;
	padding: .5em 1em;
	text-transform: lowercase;
	margin-bottom: 0.1em;
}
#navigation {
	margin: 0 0 0 2em;
}


#navigation a {
	color: #CCCCCC;
	border: 1px solid;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	border-color: #999999;
	background-image: url(images/metalshine.png);
	background-position: center;
}
#navigation a:visited {
	color: #999999;
}
#navigation a:hover,
#navigation a:active,
#navigation a:focus {
	color: #3333FF;
	background-image: url(images/metalshine.png);
	background-repeat: repeat-x;
	background-position: top;
}
#navigation ul {}

#navigation li {
	list-style-type: none;
	float: left;
	padding: 0;
	text-transform: lowercase;
	margin: 1em 0 0 0;
}

.clear    {
	clear: left;
}
.smallcaps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: .2em;
}
.current {
	background-color: #0000FF;
}
.recenter {
	text-align: center;
}
