body {
	background: #000;
	color: #fff;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1#logo {
	width: 600px;
	height: 95px;
	font-size: 1px;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	background: url(images/elliotrogers.gif);
}

/* ---- TEXT STYLES ---- */

a {
	color: #a5da26;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

/* ---- NAVIGATION ---- */

ul#nav {
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#nav a {
	display: block;
	height: 26px;
	width: 100px;
	font-size: 1px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(images/nav.gif);
}

li#about a { width: 79px; background-position: 0 0; display: none; }
li#art a { width: 53px; background-position: -79px 0 }
li#music a { width: 72px; background-position: -132px 0 }
li#film a { width: 55px; background-position: -204px 0; display: none; }
li#words a { width: 83px; background-position: -259px 0; display: none; }
li#links a { width: 68px; background-position: 176px 0 }
li#contact a { width: 108px; background-position: 108px 0 }

li#about a.active, li#about a:hover { width: 79px; background-position: 0 -26px }
li#art a.active, li#art a:hover { width: 53px; background-position: -79px -26px }
li#music a.active, li#music a:hover { width: 72px; background-position: -132px -26px }
li#film a.active, li#film a:hover { width: 55px; background-position: -204px -26px }
li#words a.active, li#words a:hover { width: 83px; background-position: -259px -26px }
li#links a.active, li#links a:hover { width: 68px; background-position: 176px -26px }
li#contact a.active, li#contact a:hover { width: 108px; background-position: 108px -26px }

/* ---- CONTENT ---- */

#content, #content_contact, #content_links {
	clear: both;
}
#content_contact { width: 600px; /*500px; padding: 50px;*/ }

/* ---- PORTFOLIO ---- */

ul#portfolio {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#portfolio li.row { clear: both }
Ul#portfolio ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}
ul#portfolio Ul li {
	float: left;
}
ul#portfolio a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	border: 1px solid #696969;
	padding: 5px;
	margin: 10px;
	padding-bottom: 2px;
	background: #333;
}
ul#portfolio a:hover {
	border-color: #fff;
	background: #696969;
}

/* ---- CONTACT ---- */

a#contactlink {
	display: block;
	width: 300px;
	height: 18px;
	background: url(images/email.gif);
	margin: 90px 0 75px 150px;
	background-position: 0 0;
	text-indent: -5000px;
}
a#contactlink:hover {
	background-position: 0 -18px;
}

/* ---- LINKS ---- */

ul.links {
	margin-left: 100px;
	width: 500px;
	padding: 0;
	list-style-type: none;
}
ul.links a {
	text-transform: uppercase;
	font-size: 18px;
	display: block;
}
ul.links a:hover {
	color: #fff;
	text-decoration: none;
}
ul.links .desc {
	font-size: 12px;
	margin-left: 25px;
}

/* ---- MUSIC ---- */

p#mp {
	background-color: #222;
	border: #999 1px solid;
	width: 490px;
	margin: 30px 0px 0px 50px;
	position: relative;
	padding: 5px;
}
p#mp a { font-weight: bold }
ul.music {
	margin-left: 75px;
	width: 450px;
	padding: 0;
	list-style-type: none;
}
ul.music a {
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	letter-spacing: 1px;
}
ul.music a:hover {
	color: #fff;
	text-decoration: none;
}
ul.music span {
	font-size: 12px;
	padding: 0 15px 2px 25px;
	margin-bottom: 1px;
	display: block;
}
ul.music li {
	background-color: #111;
	padding-left: 5px;
	padding-top: 3px;
	border-bottom: 1px solid #222;
}
ul.music li.title {
	color: #777;
	text-transform: uppercase;
	letter-spacing: 4px;
	border-bottom: 1px solid #222;
	background-color: #000;
}
ul.music li:not(.title):hover {
	background-color: #222;
	border-left: 10px solid #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

/* ---- FOOTER ---- */

#footer {
	width: 576px;
	background: #333;
	border: 1px solid #696969;
	padding: 5px;
	clear: both;
	margin: 10px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 15px;
	position: relative;
	top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}