﻿body {
	background: #000000 url(../images/background.jpg) no-repeat fixed 50% 0;
	margin: 0;
	color: #FFFFFF;
	font-family: verdana;
	}

h1 {
	margin: 0;
	}

p {
	margin: 0;
	}

a {
	color: #6b271b;
	text-decoration: none;
	}

a:hover {
	color: #6b473b;
	}

ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 270px;
	min-height: 10px;
	}

ul li {
	list-style-type: none;
	float: left;
	text-indent: -5000px;
	padding: 10px 0 0 0;
	}

ul li p {
	display: block;
	height: 50px;
	width: 90px;
	padding: 0;
	margin: 0;
	}

li a {
	display: block;
	overflow: hidden;
	}

ul ul {
	display: none;
	width: 90px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 10px;

	}

ul li li {
	display: block;
	float: none;
	margin: 0;
	padding: 0 0 5px 0;
	background: transparent url(../images/list-bg.png) repeat-y 0 0;
	}

ul li li a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0 25px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: Transparent;
	}

#wrap {
	}

#wrap h1 {
	color: #3b170b;
	margin: 10px;
	}

.host-link {
	font-size: 10px;
	padding-left: 20px;
	}

#main {
	background: transparent url(../images/bar-bg.png) repeat-x 0 0;
	height: 60px;
	margin-top: 185px;
	padding: 20px 0;
	text-align: center;
	}
	
#main:hover {
	background: transparent url(../images/bar-bg-over.png) repeat-x 0 0;
	}
	
#networking p {
	background: transparent url(../images/networking-bg.png) no-repeat 50% 0;
	}
	
#writing p {
	background: transparent url(../images/writing-bg.png) no-repeat 50% 0;
	}
	
#portfolio p {
	background: transparent url(../images/portfolio-bg.png) no-repeat 50% 0;
	}
	
.selected {
	background: transparent url(../images/selected-bg.png) no-repeat 0 0;
	}
	
.last {
	background: transparent url(../images/list-bottom-bg.png) no-repeat 0 100%;
	padding-bottom: 30px;
	}
	
#twitter {
	background-image: url(../images/logo-twitter.png);
	}
	
#facebook {
	background-image: url(../images/logo-facebook.jpg);
	}
	
#linkedin {
	background-image: url(../images/logo-linkedin.png);
	}

#google {
	background-image: url(../images/logo-google.png);
	}

#stackoverflow {
	background-image: url(../images/logo-stackoverflow.png);
	}
	
#dotnetdiscussion {
	background-image: url(../images/logo-dotnetdiscussion.png);
	}
	
#columbussupply {
	background-image: url(../images/logo-columbussupply.png);
	}
	
#madcow {
	background-image: url(../images/logo-madcow.png);
	}

#uranus {
	background-image: url(../images/logo-uranus.png);
	}
	
#quotidianword {
	background-image: url(../images/logo-quotidianword.png);
	}
	
#email {
	background-image: url(../images/logo-email.png);
	}

#neuhaus {
	background-image: url(../images/logo-neuhaus.png);
	}
	
#footer {
	text-align: right;
	color: #5b272b;
	font-size: 10px;
	margin: 200px 10px 0 0;
	}