@font-face{
        font-family: 'Roadgeek';
        src: url('../fonts/Roadgeek.otf');
}
body{
	background: #000 url(../img/bg.png);
	font: 15px/28px 'Roadgeek';
	text-align: center;
	text-transform: uppercase;
	color: #717171;
	text-shadow: 0 2px 0 #000000;
	-webkit-font-smoothing: antialiased;
}

#container{
	margin: 0 auto;
}
a:link, a:visited{
	color: #3faada;
	text-decoration: none;	
}
a:hover, a:active{
	text-shadow: none;
	color: #fff;
}

/*header*/

#header{
	padding-top: 4em;
	position: relative;
	background: url(../img/section_bg.png) #131313;
}

#header h1{
	color: #383838;
	font-size: 47px;
	text-indent: -99999px;
	background: url(../img/name.png) no-repeat;
	width: 371px;
	height: 37px;
	margin: 0 auto;
}
#header h2{
	color: #3faada;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	text-indent: -99999px;
	background: url(../img/title.png) no-repeat;
	margin: 15px auto;
	width: 264px;
}

/*nav*/
#nav{
	position: relative;
	margin-top: 30px;
	padding-top: 14px;
	background:url(../img/section_line.png) repeat-x;
	height: 40px;
	min-width: 500px;
}
#nav li{
	display: inline-block;
	padding-left: 40px;
	text-transform: uppercase;
}

#nav li a{
	display: inline-block;
	padding-left: 25px;
	position: relative;
	height: 23px;
	line-height: 23px;
}
li#mail{
	padding-left: 0;
}
#nav a:link, #nav a:visited{
	color: #fff;
	border-bottom: none;
}
#nav a:hover, #nav a:active{
	color: #3faada;
	background-position: 0 -23px !important;
}
	
/*nav icons*/

#nav #mail a{
	background: url(../img/menu/mail.png) no-repeat;
}
#nav #twitter a{
	background: url(../img/menu/twitter.png) no-repeat;
}
#nav #dribbble a{
	background: url(../img/menu/dribbble.png) no-repeat;
}
#nav #location a{
	background: url(../img/menu/location.png) no-repeat;
}


/*portfolio items*/

#portfolio li{
	background: url(../img/glow.png) no-repeat top center, url(../img/section_bg.png) repeat-x;
	padding-top: 60px;
	padding-bottom: 50px;
}
#portfolio h3{
	font-size: 30px;
	color: #fff;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#portfolio img{
	margin-bottom: 20px;
}


/*footer*/
#footer{
	font-size: small;
	background: url(../img/section_bg.png) repeat-x;	
	padding: 5em 0;
	color: #fff;
	xmargin: 10em  0 10em;
}

