/*
GLOBAL RESET 
-----------------------------------------*/
@import "reset.css ";

/*
STRUCTURE Styles
-----------------------------------------*/

html, body{
	height: 100%;
	}	

body {
	background-color: #121212;
	font-family: Helvetica Neue, Arial, sans-serif;	
	}
	
#header {
	height: 70px;
	width: 900px;
	margin: 0 auto;
	position: relative;
	}	
	
#container {
	width: 1050px;
	text-align: left;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
	}

#footer, .push {
	height: 45px; /*.push must be the same height as #footer */
	}

#footer {
	position: relative;
	z-index: 1;
	background: #1e1e1e;
	width: 100%;
	margin: 0 auto;
	}
	
#container2 { /* extra div to set min-height */
	height: 640px;
	}

#container3 {
	width: 1050px;
	height:600px;
	position:absolute;
	left:50%;
	top:45%;
	margin:-300px 0 0 -525px;}

	
	
	
/*
Footer Styles
-----------------------------------------*/

ul#toolbar {
	margin: 0 auto;
	padding: 12px 0px 0px 0px;
	height: 20px;
	width: 900px;
	list-style: none;
	clear: both;
	}
	
#toolbar li {
	float: left;
	margin-right: 25px;	
	}
	
.toolbar li.last {
	margin-right: 0; 
	}
	
#toolbar li a {
	height: 52px;
	color: #4d4d4d;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 11px;
	}

#toolbar li.inactive {	
	}

#toolbar li.active a,
#toolbar li a:hover {
	color: #b8b8b8;	
	}


/*
TEXT Styles
-----------------------------------------*/
span { display:none; }

.hidden {
	display: none;
	}

/*
SLIDER Styles
-----------------------------------------*/

#frame, #frame div.button, #scroller, .section { height: 625px; }

#frame { 
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	}
	
	#frame div.button {
		position: absolute;
		top: 30%;
		}
	
	div.button#left { left: 0; }
	div.button#right { right: 0; }

	#matte {	
		/*background: url(../images/scroller_bg.gif) repeat-x 0 0;*/
		width: 900px;
		margin: 0 auto;
		}

	#scroller {
		width: 898px;
		margin: 1px;
		overflow: hidden;
		}

	#content {
		width: 10270px; /*Make wide enough for all projects to span across, or it will wrap*/
		}

	.section {
		width: 898px;
		margin: 1px 1px 0 0;
		float: left;
		}

/*
PROJECT Styles
-----------------------------------------*/

/*Description*/

.info {
	float: left;
	width: 440px;
	}
	
.info p {
	font-size: 11px;
	color: #888888;
	line-height: 135%;
	margin-top: 8px;
	text-transform: lowercase;
	
	}

/*thumbnails*/

.thumbnails {
	float: right; 
	margin: 35px 1px 0 0;
	width: 340px;
	}

.thumbnails ul li {
	float: right;		
	list-style: none;
	margin-left: 10px;
	}

.thumbnails ul li a {
	display: block;
	height: 48px;
	width: 48px;
	padding: 1px;
	background: #4d4d4d;
	}

.thumbnails ul li a:hover { background-color: #b8b8b8;}

a.launch {
	float: right;
	clear: both;
	margin-top: 35px;
	text-decoration: none;
	display: block;
	width: 71px;
	height: 9px;
	background: url(../images/launch.jpg) no-repeat;
	}

/*
HEADER Styles
-----------------------------------------*/

h1 a {
	display: block;
	height: 30px;
	width: 145px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/h1_logo.gif) top left no-repeat;
	letter-spacing : -1000em;
	text-indent: -200em;
	overflow: hidden;	
	}
	
h1 a:hover {
	}

h2 { 
	margin-top: 35px;
	font-size: 12px;
	font-weight: bold;
	color:#b8b8b8;
	text-transform: lowercase;
	}


/*
INTRO FRAME Styles
-----------------------------------------*/

.intro {
	background: url(../images/intro.gif) top left no-repeat;
	float: left;
	height: 100px;
	width: 700px;
	margin: 150px 0 0 100px;
	}

#personal_nav {
	background: url("../images/personal_nav.gif");
	height: 100px;
	margin: 50px 0 0 0px;
	width: 700px;
	}

#personal_nav li, #personal_nav a {
	width: 140px;    
	height: 100px; 
	display: block;
	float: left;
	letter-spacing : -1000em;
	text-indent: -200em;
	overflow: hidden;
	}


#personal_nav #email  	{left: 0; overflow: hidden;}
#personal_nav #phone 	{left: 140px; overflow: hidden;}
#personal_nav #resume 	{left: 280px; overflow: hidden;}
#personal_nav #aim 		{left: 420px; overflow: hidden;}
#personal_nav #vcard 	{left: 560px; overflow: hidden;}	

#personal_nav #email a:hover 	{ background: transparent url("../images/personal_nav.gif") 0px -140px no-repeat;}
#personal_nav #phone a:hover 	{ background: transparent url("../images/personal_nav.gif") -140px -140px no-repeat;}
#personal_nav #resume a:hover 	{ background: transparent url("../images/personal_nav.gif") -280px -140px no-repeat;}
#personal_nav #aim a:hover 		{ background: transparent url("../images/personal_nav.gif") -420px -140px no-repeat;}
#personal_nav #vcard a:hover 	{ background: transparent url("../images/personal_nav.gif") -560px -140px no-repeat;}

