/* CSS */


/* General ------------------------------- */

html, body {
	color: #000;
	height: 100%;
	width: 100%;
	background: #222;
	padding:0px;
	margin:0px;
	font: 500 15px 'Terminal Dosis', Helvetica, Arial, sans-serif;
}

#container{
	position: relative;
	width:100%;
	height:100%;
}

.clear {
	clear:both;
}

a{
	color: #999;
	text-decoration: none;
	}
	
a:hover{
	color: #ccc;
	text-decoration: none;
	}	

.centered{
	margin:auto;
	text-align: center;
	}

.spaced{
	padding:20px;
	}
/* Header + Footer 1000 ------------------------------- */

#header{
	z-index: 1000;
	position: absolute;
	height: 55px;
	width: 100%;
	min-width: 950px;
	background: url('../images/header.png') top left repeat-x;
	}

#headercontent{
	width:950px;
	position: relative;
	margin:auto;
	}
	
.sitename{
	font-weight: 200;
	font-size: 26px;
	color:#ccc;
	margin: 10px auto auto 75px;
	float:left;
	}
	
#nav{
	font-weight: 200;
	font-size: 15px;
	color:#ccc;
	margin-top: 21px;
	float:right;
	}

#nav ul.navitems{
	padding-right: 75px;
	}

#nav ul.navitems li{
	float:left;
	padding-left: 50px;
	}

#nav ul.navitems li a, .sitename a, .signoff a{
	color: #ccc;
	text-decoration: none;
	}
	
#nav ul.navitems li a:hover, .sitename a:hover, .signoff a:hover{
	color: #999;
	text-decoration: none;
	}

#footer{
	z-index: 600;
	position: absolute;
	height: 55px;
	width: 100%;
	min-width: 950px;
	background: url('../images/header.png') top left repeat-x;
	}
	
#footercontent{
	width:950px;
	position: relative;
	margin:auto;
	}
	
.signoff{
	font-weight: 200;
	font-size: 26px;
	color:#ccc;
	margin: 10px 75px auto auto;
	text-align: right;
	}
	

/* Intro Frame 900 ------------------------------- */

#intro{
	z-index: 900;
	position:relative;
	height:100%;
	width:100%;
	min-width: 950px;
	min-height: 650px;
	}

#message{
	z-index: 902;
	position: absolute;
	top:40%;
	left: 50%;	
	margin-left: -286px;
	width: 572px;
	}
	
.welcome{
	font-weight: 200;
	font-size: 60px;
	color:#333;
	text-align: center;
	}

.introdesc{
	padding-top: 9px;
	font-weight: 200;
	font-size:32px;
	color:#999;
	text-align: center;
	}

.bar{
	position: relative;
	margin-top: -21px;
	background: url('../images/doublebar.png') repeat-x;
	height:4px;
	width:131px;
}

.bar#left{
	float:left;
}

.bar#right{
	float:right;
}


#scrolltab{
	z-index:903;
	position:absolute;
	left:50%;
	bottom:100px;
	margin-left: -15px;
	}

/*
#scrolltab{
	z-index:903;
	position:absolute;
	left:50%;
	bottom:100px;
	margin-left: -15px;
	background-position:-20px 0;
	}

#scrolltab a:hover{
	background-position:0px 0;
}
*/

#intropane{
	z-index: 901;
	position:absolute;
	background:#eee url('../images/welcome-bg.jpg') no-repeat center bottom;
	top:0px;
	height:100%;
	width:100%;
	min-width: 950px;
	}


/* Project Panes 800 ------------------------------- */

.project{
	z-index:800;
	position:relative;
	min-height:800px;
	width:100%;
	min-width: 950px;
	background:#222;
	}
	
.projcontent{
	z-index:804;
	position: relative;
	margin:auto;
	width:950px;
	height:100%;
	padding-bottom: 200px;
	}

.projname{
	position: absolute;
	top: 40px;
	left: 75px;
	font-weight: 200;
	font-size: 32px;
	color:#aaa;
	}

.projdesc{
	position: absolute;
	top: 580px;
	left: 75px;
	width: 600px;
	font: normal 14px Georgia, serif;
	line-height: 1.3em;
	color:#aaa;
	overflow: visible;
	}

.projglow{
	z-index:801;
	position: absolute;
	margin: auto;
	top:0px;
	width:100%;
	min-width:950px;
	height:100%;
	background: url('../images/projectglow.png') no-repeat center top;
	}

.projshadow{
	z-index:803;
	position:absolute;
	top:0px;
	left:0px;
	height:34px;
	width:100%;
	min-width: 950px;
	background: url('../images/shadow.png') repeat-x top left;
	}
		
.shelf{
	z-index:802;
	position:absolute;
	height: 178px;
	width:100%;
	bottom: 0px;
	left: 0px;
	/*background: #333 url('../images/projectshelf.png') repeat-x bottom left;*/
	}

/*============================*/
/*=== Nivo Slider Styles ===*/
/*============================*/

.theme-default .slider {
	position:absolute;
	left: 75px;
	top: 110px;
  width:800px; 
  height:442px;
}

.nivoSlider {
    position:relative;
    width:800px;
    height:442px;
    background:url(../images/nivo/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/* Info Pane 700 ------------------------------- */

.about{
	z-index:700;
	position:relative;
	height:100%;
	width:100%;
	min-width:950px;	
	min-height:650px;
	background:#eee;
	}

.about-content{
	z-index:704;
	position: relative;
	margin:auto;
	top:50px;
	width:950px;
	}

.about-left{
	position: absolute;
	left:75px;
	clear: both;
}

.about-head{
	font-weight: 200;
	font-size: 32px;
	color:#333;
}

.about-head-small{
	font-weight: 200;
	font-size: 25px;
	color:#333;
}

#profileimage{
	position: absolute;
	top: 8px;
}

.about-name{
	position: absolute;
	left: 124px;
	width: 225px;
	}

.about-info{
	/*font: italic normal 14px Georgia, serif;*/
	padding-top: 8px;
	line-height: 1.4em;
	color:#333;
	position: absolute;
	top: 40px;
	left: 125px;
	width: 225px;
}

.about-bio{
	position: absolute;
	top: 150px;
	width:290px;
}

.about-bio p{
	font: italic normal 14px Georgia, serif;
	line-height: 1.4em;
	color:#333;
	padding-top: 15px;
	}

.hor-line{
	position: absolute;
	left: 450px;
	width: 1px;
	height: 530px;
	background: #ddd;
}
	
.contact-right{
	position: absolute;
	left: 525px;
	clear: both;
}

.formholder{
margin:0 auto;
width:310px;
position:relative;
top:0px;
}

.formholder label{
width:100%;
display: block;
padding:10px 0 10px 0;
}

.formholder label span{
display: block;
font: italic normal 14px Georgia, serif;
color:#333;
float:left;
width:100px;
padding-bottom: 3px;
}

.formholder .input_text{
padding:5px 5px;
width:200px;
background:#fff;
border: 2px solid #ddd;
}

.formholder .feedback{
padding:7px 7px;
width:300px;
background:#fff;
border: 2px solid #ddd;
overflow:hidden;
height:150px;
}

.formholder .button{
margin:0 0 10px 0;
padding:4px 7px;
background:#ccc;
border: 2px solid #ddd;
border:0px;
position: relative;
top:10px;
width:100px;
cursor: pointer;
cursor: hand;
}
