/*

	{z}indexProductions 
	
 
*/

/*

	 Styles for Resume
		Mark Pettit
	{z}indexProductions
 
*/


/* -- [ Global Styles ] -- */
body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#fff url('../images/bg_wait.jpg')
				no-repeat fixed 45% 50%;
}
img {
	border: none;
}
a {
	border: none;
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ef8d08;
}
ul {
	list-style-type: none;
}

.fadeElement {
	display: none;
}
.js #flash {
	display: none;
}

/* -- [ Background ] -- */
#bigSky {
	width: 1280px;
	height: 960px; 
	left: 0px; 
	top: -92.5px;
}


/* -- [ Logo Bar Styles ] -- */
#logobar {
	background-image: url('../images/navbar.png');
	position: fixed;
	top: 15px;
	z-index: 4;
	width: 100%;
	height: auto;
}
#logobar img {
	padding-left: 15px;
}

#logo {
	padding-top: 5px;
}

/* -- [ links box and content box styles ] -- */
#linksBox {
	position: fixed;
	overflow: auto;
	width: 160px;
	height: auto;
	z-index: 5;
	top: 175px;
	left: 40px;
	text-align: left;
	padding-top: 10px;
}

#linksBoxIndex {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.navLink {
	cursor: pointer;
}


#contentBoxPortfolio {
	background-image: url('../images/linksbox_portfolio.png');
	position: fixed;
	width: auto;
	height: auto;
	overflow: auto;
	z-index: 5;
	padding: 5px 10px 10px 10px;
	top: 188px;
	left: 200px;
	color: #fff;
	font-family: Trebuchet MS, angostura, arial, sans-serif;
	font-weight: bold;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#contentBoxPortfolio li {
	display: inline;
	cursor: pointer;
	padding: 5px;
}
#contentBoxPortfolio span:hover {
	color: #ef8d08;
}
#contentBoxPortfolio p {
	font-size: 0.75em;
	text-align: center;
}

#aboutWrapper {
	background-image: url('../images/resumeWrapper.png');
	position: fixed;
	width: auto;
	height: auto;
	padding: 12px;
	top: 200px;
	left: 375px;
	color: white;
	font-family: Trebuchet MS, angostura, arial, sans-serif;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#contentBoxAbout span {
	font-size: 1.25em;
}

#contactWrapper {
	background-image: url('../images/resumeWrapper.png');
	position: fixed;
	width: auto;
	height: auto;
	padding: 12px;
	top: 220px;
	left: 375px;
	color: white;
	font-family: Trebuchet MS, angostura, arial, sans-serif;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/* -- [ SuperSize Styles ] -- */
*{
	margin:0;
	padding:0;
}
#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
		
