/*-----------------------------------------------------------------
 Jaketoolson.com
 by Jake Toolson
 
 * $Author: jake $
 * $Revision: 1.0 $
 * $Date: 2009/07/20 16:21:49 $
 * $Id: index.php,v 1.0 2009/07/20 16:21:49 jake Exp $

 NOTES:
 lighter-gray:	#e6e6e6;	//Background nav links
 light-gray:	#e1e1e1;	//Background nav links hover
 light-blue:	#00a7e6;	//Background nav links active
 
 arrangments: trbl, tb rl, t rl b, t r b l;
 
 ------------------
 ------------------
 TABLE OF CONTENTS

	_HEADER
		_NAVIGATION
	_CONTENT
		_FORMS
	_FOOTER
	_ETC

-----------------------------------------------------------------*/	
* {
	margin: 0;
	outline: none; outline: 0;
	padding: 0;
	}
body {
	background: #fff;
	font: 12px Helvetica, Helvetica Neue, Verdana, sans-serif;

	}
.wrapper {
	width: 960px;
	margin: 0 auto;
	}
.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	border-radius: 10px;
	}


/*-----------------------------------------------------------------
 HEADER
-----------------------------------------------------------------*/	

h1#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 75px;
	text-indent: -9999px;
	display: block;
	background: url(../images/logo.png) bottom center no-repeat;
	z-index: 4;
	}
h1#logo a {
	width: 90px;
	height: 75px;
	display: block;
	}
h1#logo a:hover {
	background: url(../images/logoHover.png) bottom center no-repeat;
	position: relative;
	}

/*-----------------------------------------------------------------
 MAIN NAVIGATION
-----------------------------------------------------------------*/	
#nav{	
	position: absolute;
	left: 0;
	width: 20%;
	height: 100%;
/**	background: url(../images/eleBG.png) bottom right no-repeat;**/
	}
#nav:hover{	
/**	background: url(../images/eleBGhover.png) bottom right no-repeat;**/
	}
#nav ul {
	position: relative;
	top: 30%;
	left: -1px;
	padding: 10px 0;
	}
#nav ul,
#nav li {
	list-style-type: none;
	}
#nav ul li {
	font-size: 20px;
	text-align: left;
	margin: 0 0 35px 0;
	font-style: italic;
	line-height: 1;
	text-transform: lowercase;
}
#nav ul li a {
	display: inline;
	padding: 5px 9px;
	color: #fff;
	background: #17111e;
	text-decoration: none;
	}
#nav ul li a:hover {
	left: 1px;
	position: relative;
	color: #c485f8;
	}
	

#nav ul li a#teal {
	color: #af5ef2;
	}
#nav ul li a#orange {
	color: #a14ce7;
	}
#nav ul li a#lime {
	color: #c078fb;
	}
#nav ul li a#maroon {
	color: #8f38d7;
	}
/*-----------------------------------------------------------------
 CONTENT
-----------------------------------------------------------------*/	
#contentOuter {	
	position: absolute;
	right: 0;
	top: 0;
	width: 35%;
	height: 100%;
	background: #fff;
	}	
#content {
	padding: 10px;
	}
	
	
#footer {
	position: absolute;
	bottom: 0;
	padding: 20px 0;
	background: #fff;
	width: 100%;
	}


	
	
/*-----------------------------------------------------------------
 FOOTER
-----------------------------------------------------------------*/	
#footer {
	position: absolute;
	bottom: 0;
	z-index: 3;
	}
#footer #logo {
	float: left;
	height: 70px;
	width: 50px;
	background: url(../images/redBG.png) repeat;
	text-indent: -9999px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	}
#footer #logo a {
	background: url(../images/jlogo.png) top center no-repeat;
	width: 100%;
	height: 65px;
	display: block;
	margin: 5px auto 0 auto;
	}
#footer #logo:hover {
	background: url(../images/redBGhover.png) repeat;
	}




/*-----------------------------------------------------------------
 SUPERSIZE
-----------------------------------------------------------------*/	
#supersize{
	position:fixed;
	}
#supersize img, 
#supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
	}




/*-----------------------------------------------------------------
 MISC
-----------------------------------------------------------------*/	
.clearFix:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
	}
.clearFix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearFix {
	height: 1%;
	}
.clearFix {
	display: block;
	}	