/* 
    AUTHOR (STARRY BG ONLY): Chris Coyier
            chriscoyier@gmail.com
            http://chriscoyier.net
*/

* { margin: 0; padding: 0; }

html {
	margin: 0;
	padding: 0;
	overflow-y:
	scroll; 
}

body { 
	background: #000000;
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.6;
	color: #444;
}

a:link {font-size:12px; color: #b6ff76; text-decoration: none;}
a:active {font-size:12px; color: #b6ff76; text-decoration: none;}
a:visited {font-size:12px; color: #b6ff76; text-decoration: none;}
a:hover {font-size:12px; color: #b6ff76; text-decoration: underline;}

#background {
	background: url(../images/background.png) repeat 5% 5%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#midground {
	background: url(../images/midground.png) repeat 20% 20%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#foreground {
	background: url(../images/foreground.png) repeat 90% 110%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 200;
}

.clear{clear:both}



#menu{
	width:870px;
	margin: 30px 0 50px 50px;
	padding:0;
	list-style:none;
	background:url(../images/line-menu.png) no-repeat;
	text-align:center;
	height:35px;
}
	#menu li{
		float:left;
	}
		#menu li a{
			display:block;
			height:15px;
			padding:20px 14px;
			font-size:15px;
			color:#ffffff;
			font-weight:bold;
			text-decoration:none;
		}
		#menu li:hover a {
			background:url(../images/hover.png) no-repeat scroll center top;
		}
		#menu li.sel {
			background:url(../images/select.png) no-repeat scroll left -49px;
			padding-left: 14px;
		}
		#menu li.sel a {
			background:url(../images/select.png) no-repeat scroll top right;
			padding-left: 0;
		}
		#menu li.mid {
			padding:0px 14px 0 325px;
		}


img {
	border-color: #ffffff;
}

.thumb {
	float:left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
}

#title {
	padding-top: 5px;
	font-weight: bold;
	height:15px;
	font-size:12px;
	color:#ffffff;
}
#section {
	font-style: italic;
	color:#b6ff76;
}

#client {
	padding-top: 25px;
	height:15px;
	font-size:15px;
	color:#ffffff;
}
#description {
	padding-top: 5px;
	height:15px;
	font-size:12px;
	color:#ffffff;
}


#main-content {
	width: 540px;
	float: right;
}

#page-wrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 300;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
	padding: 30px 50px;
	
	border-left: 10px solid rgba(255,255,255,0.2);
	border-right: 10px solid rgba(255,255,255,0.2);
}

#content {
	width: 350px;
	margin: 30px auto;
	padding: 20px 60px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}


.downbg{
	width: 870px;
	background:url(../images/downbg.png) no-repeat scroll center;
	margin: 0;
}

	.downbg h2{
		margin:25px 0 10px 0;
		padding:0;
		color:#ffffff;
		font-size:15px;
	}

	.downbg .left{
		width:270px;
		float:left;
		color:#fff;
		margin-left: 10px;
		text-align: justify;
	}
		.downbg .left span{
			font-size:12px;
			color:#ffffff;
		}

	.downbg .center{
		width:269px;
		float:left;
		font-size:10px;
		color:#fff;
		margin-left: 19px;
		text-align: justify;
	}
		.downbg .center span{
			font-size:12px;
			color:#ffffff;
		}

	.downbg .right{
		width:270px;
		float:left;
		color:#fff;
		margin-left: 19px;
		text-align: justify;
	}
		.downbg .right span{
			font-size:12px;
			color:#ffffff;
		}


.resume{
	width: 900px;
	margin:0 auto 0 auto;
}

.resume .title {
	padding-top: 5px;
	font-weight: bold;
	height:22px;
	font-size:15px;
	color:#ffffff;
}
.resume .job {
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
	color:#b6ff76;
	text-align: justify;
}
.resume .date {
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.6;
	margin-top: -20px;
	color:#b6ff76;
	text-align: right;
}
.resume .position {
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.6;
	color: #ffffff;
	font-style: italic;
}
.resume .copy {
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.6;
	color: #ffffff;
	text-align: justify;
}


.portfolio{
	width: 600px;
	margin:25px auto 0 auto;
}
.portfolio .client{
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	height:15px;
	font-size:12px;
	color:#ffffff;
}
.portfolio .description{
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.6;
	color: #ffffff;
	text-align: justify;
}



.portfolio2{
	width: 800px;
	margin:25px auto 0 auto;
}
.portfolio2 .client{
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	height:15px;
	font-size:12px;
	color:#ffffff;
}
.portfolio2 .description{
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.6;
	color: #ffffff;
	text-align: justify;
}
