/* @override http://localhost:8888/lukeelmers/css/style.css */

* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #ffffff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

p {
	clear: both;
	margin: 0;
	padding: 0;
}

#wrapper-outer {

}

#wrapper {
	min-height: 100%;
	margin-bottom: -110px; /* keep consistent! */
	position: relative;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow: hidden;
}

.clearfooter {
	height: 110px; /* keep consistent! */
	clear: both;
}

#pagebottom {
	position: relative;
	margin: 0 0 0 10px;
	height: 110px; /* keep consistent! */
	clear: both;
}

#logo {
	float: left;
	clear: left;
}

#navbar {
	padding: 38px 0 0 0;
}

#navbar li {
	padding: 0 40px 0 0;
	margin: 0 0 0 68px;
	float: left;
	list-style: none;
}

#mask {
	width:400%;
	height:100%;
}

.item {
	width:25%;
	height:100%;
	float: left;
}

#portfolio {
	margin: 30px 0 0 180px;
	float: left;
}

#portfolio a img, #portfolio a {
	border: none;
}

#portfolio a:hover img {
	border: 4px solid #8DB72F;
	margin: -4px; 
}

#email {
	width: 375px;
	height: 100px;
	float: left;
	margin: 15% 0 0 275px;
}

#email p, #email p a {
	color: #000;
	line-height: 10px;
	font-family: helvetica, arial, verdana;
	font-size: 29px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
}

#email p a:hover {
	color: #8DB72F;
}

#resume div {
	width: 750px;
	float: left;
	margin: 30px 0 0 10%;
}

#download {
	margin: 5px 0 0 0;
}

#download a {
	float: right;
	text-decoration: none;
	font-family: helvetica, arial, verdana;
	font-weight: 900;
	font-size: 14px;
	color: #000000;
}

#download a:hover {
	color: #8DB72F;
}

#profile {
	overflow: hidden;
	background-color: #1f1f1f;
	width: 375px;
	height: 450px;
	float: left;
	margin: 30px 0 0 10%;
	padding: 0 0 0 0;
}

#profile div {
	color: #fff;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
}

#profile div p {
	color: #fff;
	padding: 15px 40px 15px 40px;
	overflow: hidden;
	font-family: helvetica, arial, verdana;
	font-size: 13px;
	font-weight: bold;
}

#profile div h3 {
	color: #fff;
	padding: 15px 40px 0px 40px;
	overflow: hidden;
	font-family: helvetica, arial, verdana;
	font-size: 21px;
	font-weight: bold;
}

#profile div p a {
	color: #8DB72F;
	font-family: helvetica, arial, verdana;
	text-decoration: none;
}

#profile div p a:hover {
	color: #fff;
}

#updates {
	background-color: #1f1f1f;
	height: 450px;
	width: 375px;
	margin: 30px 0 0 0;
	overflow: hidden;
}	

#cover {
	width: 370px;
	height: 22px;
	margin: 417px 0 0 0;
	position: absolute;
	z-index: 10;
}

#sidebar {
	position: relative;
	background-color: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}	

#menu {
	list-style: none;
	padding: 12px 0 0 0;
	position: relative;
	width: 400px;
	height: 450px;
}

#menu li {
	padding: 0 0 0 0;
	text-align: left;
	display: block;
	cursor: hand;
	cursor: pointer;
	overflow: hidden;
	text-transform: none;
}

#menu li a {
	background: url() repeat #1f1f1f;
	color: #fff;
	font-family: helvetica, arial, verdana;
	font-size: 11px;
	font-weight: 900;
	display: inline;
	padding: 20px 8px 5px 20px;
	text-decoration: none;
	float: left;
	width: 80%;
}

#menu li span {
	font-family:georgia, arial;
	font-size: 9px;
	color:#464646;
} 
