@charset "UTF-8";
/* CSS Document */

body{
	letter-spacing: 0.07em;
	background-color:#000;
	margin-top:0px;
	font-family: "HelveticaNeue-Light", HelveticaNeue, Arial, sans-serif;
	font-size: 12px;
	line-height: 25px;
	
	font-weight: lighter;
	color: #d5d5d5;
}

#container{
	background-color:#111;
	position: relative;
	margin-top:0px;
	width:1000px;
	background-image:url(http://sunspotsinteractive.com/michaellarson/images/bg.jpg);
	background-repeat: repeat;
	height:100%;
	height: 980px;
	border-left: solid 1px #362802;	
	border-right: solid 1px #362802;	
}

.image{ 
 width: 75px;
 height: 75px;
 background-color: gray;
 margin-right: 12px;
 margin-bottom: 12px;
 opacity:.4;
 float: left;
}

.image:hover{ opacity:1;}

#footer{
	background-image:url(http://sunspotsinteractive.com/michaellarson/images/header.jpg);
	background-repeat: no-repeat;
	height:72px;
	width: 1000px;
	margin: 0px;	
	position: absolute;
	border-top: 1px solid #362802;
	border-right: 1px solid outset #000;
	border-left: 1px solid outset #000;
	bottom: 0px;
}

#header{
	background-image:url(http://sunspotsinteractive.com/michaellarson/images/header.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #362802;
	border-right: 1px solid outset #000;
	border-left: 1px solid outset #000;
	height:72px;
	width: 1000px;
}

#content{
	padding: 20px;
	position: absolute;
	top: 123px;
	height: 391px;
	width: 719px;
}

#contentBG{
	padding-left: 23px;
	padding-top: 20px;
	height: 328px;
	width: 719px;
	background-repeat: no-repeat;
	background-image:url(http://sunspotsinteractive.com/michaellarson/images/content.png);
}

.live{
	border-color: #ffb400;
	border-width: 1px;
	text-decoration: underline;
	font-variant: normal;
	font-size: 1.6em;
	color: #01a600;
	position: absolute;
	right: 43px;
	bottom: 22px;
}
/*
.nav{
	padding-left: 0px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 4px;
	margin: -1px 0px 0px 0px;
	width: 194px;
}
*/		
.navheader{
	border-bottom-color: #ff7200;
	border-top-color: #ff0023;
	border-bottom-style: double;
	border-top-style: double;
	margin: -1px 0px 0px 0px;
	border-top: 1px;
	border-bottom: 1px;
	padding: 4px 0px 0px 0px;
	width: 194px;
	font-weight: lighter;
	color:#ffc500;
}
		
#nav{
	clear: both;
	width: 230px;
	left: 748px;
	top: -30px;
	position: absolute;
}

.nav{ 
	letter-spacing: 0.06em; 
	background: url('http://sunspotsinteractive.com/michaellarson/images/sub-options-arrow.png') no-repeat;
	display: block;
	margin: 10px 0;
	line-height: 13px;
	height: 20px;
}

.nav a{
	color: #cecece;
	display: block;
	padding-left: 25px;
	padding-top: 3px;
	height: inherit;
}

.skills li { 
	padding-left: 25px; background: 
	url('http://sunspotsinteractive.com/michaellarson/images/sub-options-checkmark.png') no-repeat; 
	font-family: "HelveticaNeue-Light", HelveticaNeue, Arial, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: lighter;
}

.nav a{ background: url('http://sunspotsinteractive.com/michaellarson/images/sub-options-arrow.png') no-repeat }

.nav a:hover{ 
	text-decoration: none; 
	background-repeat: no-repeat; 
	background: url('http://sunspotsinteractive.com/michaellarson/images/sub-options-bground.png');
	color: #e1aa00;
}


.desc{
	font-variant: normal;
	color: white;
	text-shadow: 1px 1px #131313;
	line-height: 20px;
	width: 317px;
	font-weight: lighter;
	font-size: 1.4em;
	top: 135px;
	position: absolute;
	float: right;
	margin-left: 348px;
}

hr{
	border-top: 1px solid #292929;
	border-bottom: 1px solid #1f1f1f;
	line-height: 1.7em;
	padding: 0;
	float: left;
	width: 960px;
	border-left: 0;
	border-right: 0;
	margin-top:1.7em;
	margin-bottom:1.7em;
	clear: both;
}

#shadow{
background: url('http://sunspotsinteractive.com/michaellarson/images/shadow.png');
background-repeat: no-repeat;
width: 1000px;
height:30px;
position: absolute;
top: -50px;

}
