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

body{
	background:url(images/upperbackgroundtexture2.png) center top no-repeat black;
	font-family:"Times New Roman", Times, serif;
	height:100%;
	padding:0;
	margin:0;
	text-align:center;
}

body, h1, h2, h3, h4{
	color: #bad282;
}

h2{
	margin-top:0;
	padding-top:5px;
}

body a{
	color:#93a962;
	text-decoration:underline;
}

body a:hover{
	color: #861b0e;
	}
	
img {
border:none;
}

#main{
	margin:0 auto;
	width:100%;
}
#header{
	position:relative;	
	width:1208px;
	margin:0 auto;
}

#logo{
	z-index:1;
	width:1208px;
}

#emblem{
	position:absolute;
	bottom:0px;
	left:30px;
	z-index:5;
}

#nav{
	position:absolute;
	top:0;
	right:5%;
	font-size:1.25em;
	font-family: "Courier New", Courier, monospace;
	z-index:10;
}	

#content{
	position:relative;
	width:950px;
	margin:0 auto;
}

#work{
	float:left;
	width:615px;
	text-align:left;
	border-right:medium solid #687c3b;
	margin:2% 0;
	padding: 1%;
}

.large{
	font-size:1.75em;
}

.toplink{
position:absolute;
top:0;
right:17px;
padding:2%;
}

.project{
	background: url(images/boxbackground.png) no-repeat top left;
	margin:4%;
	padding:2%;
	border-bottom:medium solid #687c3b ;
	text-align:justify;
	position:relative;
	z-index:0;
}

.project img{

	margin:1%;
	margin-top:0;
	z-index:5;
	position:relative;
	border:#93a962 solid medium;
	width:510px;
	height:396px;
}

.project a:hover img{
border:#861b0d solid medium;


}

#sidebar{
	float: right;
    width:234px;
	padding:2%;
	margin:2%;
}

.icon{
	clear:both;
	width:100%;
}

.iconimage{
	float:right;
}

.icontext{
	float:left;
	line-height:2.5em;
}

#footer{
	background: url(images/footerbackgroundtexture.png) black repeat-x bottom ;
	height: 410px;
	margin:0;
	padding:0;
	border-top:#000000 10px solid;
    clear: both;
	width:100%;
}

#insidefooter{
	width:1150px;
	position:relative;
	margin:0 auto;	
	padding:0;
}

.footersection{
	float:left;
	text-align:left;
	padding: 9px;
	margin: 20px 7px 10px 7px;
	border:black solid thin;
	height: 360px;
	overflow:auto;
}

.footersection h2{
border-bottom: medium solid #687c3b; 
}

#bio {
	text-align:justify;
	width:520px;
}

#bio img{
	float:left;
}

#contact{
	width:265px;
}

#googletalk{
	width:255px;
}

.left{
float:left;
}

.right{
float:right;
}
