@charset "utf-8";
/* CSS Document */

body{
	background-color: #5b6c97;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	background-image: url(images/gradient.jpg);
	background-position: center;
	background-repeat:repeat-y;
	font-size: 13px;
	
}
#wrapper{
	background-color: #3f4c6b;
	width: 936px;
	margin: auto;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
}

#navigation{
	margin-top: -16px;
	background-image: url(images/nvbr.png); 
	background-position: top;
	background-repeat: repeat-x;
	}
	
ul#links{
	margin-left: 480px;
}
	
ul#links li{
	display: inline;
	list-style: none;
	position: relative;
	top: 5px;
}
	
#links a img{
	margin-top: 1px;
	border: none;
}

#header{
	background-image: url(images/headerbk.jpg);
	background-repeat: no-repeat;
	min-height: 400px;
	min-width: 900px;
}

img.logo{
	position: relative;
	top: -177px;
	left: 0px;
}

img.portfoliowindow{
	position: relative;
	top: 30px;
	left: 0px;
}

div#statement{
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 16px;
	width: 500px;
	position:relative;
	top: -135px;
	left: 190px;
	margin-left: 35px;
	padding-top: 15px;
}

div#content{
	margin-top: -50px;
	margin-left: 10px;
	color: #FFF;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
}

div#content a{
	color: #FFF;
	border-bottom: dotted #0CF 1px;
	text-decoration: none;
}

div#content a.picturebor, div#content img{
	border: none;
}

div#left{
	width: 70%;
	float: left;
}

div#right{
	width: 25%;
	float: left;
	margin-left: 10px;
}

div#portfoliopage{
	width: 70%;
	float: left;
	min-height: 500px;
	padding-top: 10px;
}	

div.portfolio{
	width: 650px;
	min-height: 180px;
}

p.projecttitle{
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
}


div.portfolio h2{
	display: inline;
}

img.project{
	float:left;	
	
}
	
div.project{
	width: 300px;
	float: left;
	padding-left: 10px;
	height: 200px;
}

h1, h2, h3, h4, h5{
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-weight: 100;	
}

div#footer{
	color: #c1c5ce;
	font-size: 13px;
	margin-bottom: -11px;
	border-bottom: 5px solid #FFF;
	clear: both;
	background-image:url(images/fgradient.jpg);
	background-repeat: repeat-x;
	min-height: 20px;
	border-top: 1px solid #798890;
	background-color: #526081;
}

p.foot{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: auto;
	color: #FFF;
}

.spon{color: #fff;}


div#homeblog{
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	width: 450px;
}

div#homeblog p{
	margin-left: 10px;
}

div#homeblog h3{
	background-image: url(images/footertitle.jpg);
	background-repeat: no-repeat;
	height: 39px;
}

span.blog{
	position: relative;
	left: 15px;
	top: 10px;
	color: #FFF;
}

div#sitelinks{
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	width: 350px;
}

div#sitelinks p{
	margin-left: 10px;
}

div#sitelinks h3{
	background-image: url(images/footertitle.jpg);
	background-repeat: no-repeat;
	height: 39px;
}

span.links{
	position: relative;
	left: 15px;
	top: 10px;
	color: #FFF;
}


	
