* {
    margin: 0;
    padding: 0;
}

a{
	color: white;
	outline: none;
	border: none;
}

html, body{
	height: 100%;
/* 	background-image: url(img/bg_slice.jpg); */
	background-color: #585c65;
	background-repeat: repeat-y;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	font-size: 12px;
	color: white;
	overflow: auto;	
}

hr{
	color: #595959;
	background-color: #595959;
	border: 0px;
	height: 1px;
}

h1, h2, h3, h4, h5{
	font-family: Georgia;
	color: white;
}

#menu{
	position: fixed;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 535px;
	height: 30px;
	padding: 20px;
	background-image: url(img/line_pattern.png);
	background-repeat: repeat;
	z-index: 99;
}

.menu_head{
	width: 160px;
	height: 30px;
	border: 1px solid #595959;
}

#me_head{
	background: url(img/me_btn.png) 0 0 no-repeat;
}

#nav_head{
	background: url(img/nav_btn.png) 0 0 no-repeat;
}

#me_head:hover{
	background-position: 0 -30px;
}

#nav_head:hover{
	background-position: 0 -30px;
}

#menu img{
	border: none;
	outline: none;
}

.menu_logo{
	margin-right: 20px;
}

.navigate{
	position: fixed;
	overflow: auto;
	left: 164px;
	top: 20px;
	z-index: 100;
}

.me{
	overflow: auto;
	position: fixed;
	left: 344px;
	top: 20px;
	z-index: 101;
}

.twitter{
	overflow: auto;
	position: fixed;
	left: 524px;
	top: 20px;
	z-index: 102;
}

#twitter_head{
	width: 30px;
	height: 30px;
	background: url(img/twitter_btn.png) 0 0 no-repeat;
}

#twitter_head:hover{
	background-position: 0 -30px;
}

.menu_head, #twitter_head{
/*
	background: url(img/nav_btn.png) no-repeat;
	background-position: 0 0;
*/
	border: 1px solid #595959;
}

.navigate ul, .navigate li, .me ul, .me li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.featured{
	position: fixed;
	overflow: auto;
	top: 0px;
	left: 600px;
}

.menu_body{
	width:160px;
	border-right:1px solid #595959;
	border-bottom:1px solid #595959;
	border-left:1px solid #595959;
	display: none;
}

.menu_body li{
	background-color: black;
}

.menu_body li a{
	color:#FFFFFF; 
	text-decoration:none; 
	padding:10px; 
	display:block;
}

.menu_body li a:hover{
	font-weight:bold;
}

#sideways{
	position: absolute;
	z-index: 1;
	left: -10px;
	bottom: 5px;
}

#arrows{
	overflow: auto;
	position: fixed;
	right: 0px;
	z-index: 1;
}

#arrows li{
	position: relative;
	list-style: none;
	padding: 0px;
	float: left;
	color: black;
	width: 70px;
	background: url('img/line_pattern.png');
	background-repeat: repeat;
}

#arrows li img{
	border: none;
	outline: none;
}

.right{
	width: 70px;
	height: 70px;
	background: url('img/right_arrow.png') 0 0;
	background-repeat: no-repeat;
}

.left{
	width: 70px;
	height: 70px;
	background: url('img/left_arrow.png');
	background-repeat: no-repeat;
}

.right:hover{
	background-position: 0 -70px;
}

.left:hover{
	background-position: 0 -70px;
}


.nxtproject{
	width: 275px;
	height: 275px;
	background: url('img/nextproject.png');
	background-repeat: no-repeat;	
	overflow: hidden;
}

.nxtproject:hover{
	background-position-y: -275px;
}

.prvproject{
	width: 275px;
	height: 264px;
	background: url('img/prevproject.png');
	background-repeat: no-repeat;
	overflow: hidden;
}

.prvproject:hover{
	background-position-y: -275px;
}

#contentwrapper{
	position: absolute;
	top: 70px;
	overflow: hidden;
	z-index: 2;
}

#contentblock{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.contentboxes{
	overflow-y: hidden;
	padding: 20px 0px 20px 20px;
	background-image: url(img/line_pattern.png);
	background-repeat: repeat;
/*
	border-top: 5px black solid;
	border-bottom: 5px black solid;
*/
}

.contentboxes li{
	position: relative;
	list-style: none;
	padding: 0px;
	float: left;
	margin-right: 20px;
}

.contentboxes li img{
	border: none;
	outline: none;
}

.titleblock{
	background: none;
/* 	border-right: 1px solid #595959; */
}

.imageblock{
	background: url(img/black_pixel.png);
	background-repeat: repeat;
}

.textblock, .aboutblock{
	padding: 20px;
	width: 300px;
/* 	height: 510px; */
}

.textblock p, ol, .aboutblock p{
	line-height: 1.5em;
/* 	font-size: 1.5em */
}
.textblock p, ol{
	margin-top: 15px;
}
.employer{
	margin-top: 20px;
	font-style: italic;
	font-size: 1em;
}

.green{
	border: green 1px solid;
}

.cov{
	float: left;
}

.cov #cover_man{
	width: 307px;
	height: 550px;
}

.cov #quote{
	width: 498px;
	height: 550px;
}

.desc{
	background-image: url(img/line_pattern.png);
	background-repeat: repeat;
	position: absolute;
/* 	width: 100%; */
	min-height: 60px;
	max-width: 450px;
	padding: 20px 10px;
	top: 40px;
	line-height: 1.4em;
	display: none;
}

#cover_hover{
	right: 62px;
	top: 310px;
	background-image: none;
}

.desc p{
	margin-top: 20px;
}

.tags{
	position: absolute;
	bottom: 40px;
	left: 0px;
	display: none;	
}

.tag{
	position: relative;
	background-image: url(img/line_pattern.png);
	background-repeat: repeat;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}

.desc_logo{
	position: absolute;
	top: 40px;
	right: 0px;
	display: none;
}

.desc_logo img{
	float: left;
}

#two{
	font-size: .8em;
}

.textblock p{
	color: #e2e2e2;
	font-size: 1em;
}

.textblock h4{
	margin-bottom: 5px;
}

.large_text{
	font-size: 3em;
/* 	margin-bottom: 10px; */
}

#scroll_down{
	margin-top: 30px;
	margin-bottom: 30px;
}

#scroll_down img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#right_arrowsm img{
	float: right;
}

.credit_title{
	font-weight: bold;
}

.email_txt{
	margin-left: 40px;
	margin-top: 3px;
	font-weight:bold; 
	font-size:1.1em; 
	text-decoration:none;
}

.email_img{
	position: absolute;
}

.about-p{
	margin-top: 5px;
}

.award-show{
	margin-top: 20px;
	margin-bottom: 5px;
	font-style: italic;
	font-size: 1.2em;
	
}

.award-name{
	font-style: italic;
}

.award{
	margin-top: 10px;
}

.skills{
}

.skills li{
	position: relative;
	list-style: square;
	padding: 0px;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
	list-style-position: inside;
}


