/*---AptitudePOWER v3.1 CSS STYLESHEET--http://www.aptitudei.freehostia.com--------------------------------------*/
/*--All content displayed on this page is copyright © 2004-2008 Joshua Henninger.---------------*/
/*-Enjoy your stay, and remember, tell your friends about the AptitudEYE™-------------------------*/

/*-General Site Structure---*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000000;
	background-image: url(../images/backgroundwallpaper.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-right: 0px;
}

.spacer {
	clear: both;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#aptitude {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 865px;
}

#header {
	position: absolute;
	top: 0px;
	padding-top: 10px;
	left: 0px;
	width: 865px;
	height: 165px;
}

#nav {
	position: absolute;
	top: 117px;
	left: 470px;
	width: 395px;
	height: 50px;
	font-size: 15px;
	list-style: none;
	display: inline;
	overflow: hidden;

}

#nav li {
	list-style: none;
	display: inline;
}

.headertext {
	padding-left: 100px;
	margin-bottom: 50px;
}

#content {
	position: absolute;
	top: 170px;
	padding-top: 40px;
	width: 865px;
}

#pi {
	margin-top: 40px;
	margin-bottom: 20px;
}

.footer {
	width: 814px;
	font-size: 10px;
}

.footer .left {
	float: left;
	margin-top: 62px;

}

.footer .right {
	float: right;
	text-align:right;
	margin-bottom: 8px;
}


/*-Index Specific---*/
.currentexcont {
	margin-bottom: 90px;
	margin-left: 40px;
}

.currentex {
	width: 763px;
}

.currentexleft {
	margin-top: 5px;
	float: left;
	color: #fff;
	font-size: 22px;
}

.currentexright {
	margin-top: 6px;
	float: right;
	text-align:right;
	color: #f21448;
	font-size: 13px;
}

.currentexbottom {
	background: url(images/currentex_bottom.png) no-repeat;
	float: left;
	width: 763px;
	height: 6px;
}


/*-CreativEYE Specific---*/
#creativeye {
	margin-top: 30px;
	margin-left: 40px;
	margin-bottom: 20px;
	width: 763px;
	overflow: hidden;
}

.yearnav {
	margin-left: 50px;
	margin-top: 75px;
	margin-bottom: 10px;
}

.portfolioimg {
	position: relative;
	margin-left: 50px;
	top: 45px;
	display: inline;
	text-align:center;
}

.portfolioimg-left {
	position: relative;
	left: 0px;
	top: 45px;
	display: inline;
	text-align:center;
}

.portfolioimg-right {
	position: relative;
	margin-left: 50px;
	top: 45px;
	display: inline;
	text-align:center;
}

.table_left {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

.table_right {
	float:right;
	text-align:right;
	color: #f21448;
	font-size: 13px;
}


/*-About Specific---*/
#about {
	margin-left: 40px;
	margin-bottom: 20px;
	width: 763px;
	overflow: hidden;
	float: left;
}

.aboutleft {
	width: 333px;
	float: left;
	display: inline;
}

.aboutright {
	width: 430px;
	float: right;
	text-align:left;
	display: inline;
}


/*-Image Formats---*/
img {
	border: none;
}

.folioimg {
	border: 4px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.folioimg:hover {
	border: 4px solid #ff003c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#about img {
	border: 5px solid #1b1b1b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/*-Link Formats---*/
a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ff003c;
	text-decoration: underline;
}

a:active {
	color: #ff003c;
	text-decoration: none;
}

#nav a {
	background: url("../images/home_all.gif") repeat-x;
	color: #fff;
	text-decoration: none;
	float: center;
	padding: 1px 10px 19px;
	margin: 0 10px;

}

#nav a:visited {
	color: #fff;
	text-decoration: none;
}

#nav a:hover { 
	background-position: 0 -40px;
}

#nav a:active {
	background-position: 0 -79px;
	color: #fff;
	text-decoration: none;
}

#nav a.active{
	color: #fff;
	text-decoration: none;
	background: url("../images/home_all.gif") repeat-x;
	background-position: 0 -40px;
	float: center;
	padding: 1px 10px 19px;
	margin: 0 10px;
}

.footer a:link {
	color: #fff;
	text-decoration: none;
}

.footer a:visited {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
	border-bottom: 1px solid #ff003c;
	text-decoration: none;
}

.footer a:active {
	color: #fff;
	border-bottom: 1px solid #ff003c;
	text-decoration: none;
}

.yearnav a:link {
	color: #ccc;
	text-decoration: none;
}

.yearnav a:visited {
	color: #fff;
	text-decoration: none;
}

.yearnav a:hover {
	color: #fff;
	border-bottom: 1px solid #ff003c;
	text-decoration: none;
}

.yearnav a:active {
	color: #fff;
	border-bottom: 1px solid #ff003c;
	text-decoration: none;
}


/*-Text Styles---*/
.heading1 {
	color: #fff;
	font-size: 55px;
}

.heading2 {
	color: #fff;
	font-size: 29px;
}

.heading3 {
	color: #0054ff;
	font-size: 25px;
}

.heading3pink {
	color: #f21448;
	font-size: 25px;
}

.heading3yellow {
	color: #fff000;
	font-size: 21px;
}

.heading4 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.heading4red {
	color: #f21448;
	font-weight: bold;
	font-size: 18px;
}

.bold {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.smgrey {
	color: #ccc;
	font-size: 9px;
}

.smgreybold {
	color: #ccc;
	font-size: 9px;
	font-weight: bold;
}

.smnav {
	margin-left: 35px;
	font-size: 9px;
}

.smitalic {
	color: #fff;
	margin-top: 1px;
	font-size: 9px;
	font-style: italic;
}

.medwhite {
	color: #fff;
	font-size: 13px;
}

.bigyellow {
	color: #fcff00;
	font-size: 50px;
}

.big {
	font-size: 18px;
	font-weight: normal;
}

h1 {
	margin-top: 20px;
	margin-bottom: 15px;
}

h2 {
}

h3 {
	color: #89b8ff;	
	margin-top: 5px;
	margin-bottom: 0px;
}