/*
	Personal Portfolio Website
	Jody Iverson
	http://www.jodyiverson.ca
	
	Blue: 		#09BACC
	Grey:		#333333
	
*/

/*
	RESET
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
body								{ font-size: 62.5%; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; color: #333333; background: url(images/top-bg-sm.png) repeat-x white; }
ul									{ list-style: none; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle;}
table								{ border-collapse: collapse; }

/*
	UTILITY
*/
.floatleft 							{ float: left; margin:10px 10px 0 0; }
.floatright							{ float: right; margin:10px 0 0 10px; }
.clear								{ clear: both; }

/*
	BODY STRUCTURE
*/

#page-wrap							{ width: 960px; margin: 0px auto -200px; min-height: 100%; height: auto !important; height: 100%; }
#push								{ height: 200px; }
#sub-menu							{ height: 57px; padding: 30px 0 ;}
#intro								{ width: 960px; padding-top:60px; }
#left-col							{ width: 450px; float: left; padding: 0 30px 60px 0; }					
#right-col							{ width: 450px; float: right; padding: 0 0 60px 30px; }


/*
	MENU
*/

#menu-bar							{ height: 33px; padding-top:24px; }

#main-nav							{ margin-bottom: 5px; }
ul#main-nav							{ width: auto; float: left; }
ul#main-nav	li						{ float:left; padding: 0 5px; }
ul#main-nav li a					{ color: #333333; font-style:normal; display: block; padding: 8px; text-decoration:none;  }
ul#main-nav li a:hover				{ background: #09BACC; color:#FFF; }

#extra-nav							{ margin-bottom: 5px; }
ul#extra-nav						{ width: auto; float: right; }
ul#extra-nav	li					{ float:left; padding: 0 10px; }
ul#extra-nav li a					{ color:#333333; font-style:normal; display: block; padding: 8px; text-decoration:none; }
ul#extra-nav li a:hover				{ background: #09BACC; color:#FFF; }

.current 							{ background: #09BACC; color:#FFF; }




/*
	TYPGROGRAPHY
*/
p									{ color:#333333; font-size: 1.6em; line-height: 1.5em; margin: 10px 0; }
.small								{ color:#999999; font-size:1.4em; line-height:1.4em; font-style:italic; margin:3px 0; }
li									{ font-size:1.6em;} 
p span								{ color:#09BACC; font-weight:bold;}
p#intro-paragraph					{ width:450px; font-size: 2.5em; font-family: Helvetica, Arial, Sans-Serif; font-weight:bold; color: #FFF; text-align:right; float:right;  }
p#intro-paragraph a					{ text-decoration:underline; color: #FFF; }
a									{ color: #09BACC; }
a:hover								{ text-decoration:underline; }
h1									{ font-size: 4em; font-family: Helvetica, Arial, Sans-Serif; font-weight:bold; color:#09BACC; }
h2									{ font-size: 3em; font-family: Helvetica, Arial, Sans-Serif; font-weight:bold; color:#09BACC; margin-top:30px; } 
h3									{ font-size: 2em; font-family: Helvetica, Arial, Sans-Serif; font-weight:bold; color:#09BACC; margin:10px 0; }
h4									{ font-size: 1.8em; font-family: Helvetica, Arial, Sans-Serif; font-weight:normal; color: #09BACC; margin-top:5px; }
h5									{ font-size: 2em; font-family: Helvetica, Arial, Sans-Serif; font-weight:bold; color:#09BACC; margin-top:20px; }

.list								{ line-height:2.5em; }
.bullets li							{ list-style: outside; margin:0 0 20px 30px; }
.tn									{ border: 1px #09BACC solid; float: left; margin:5px;}

/*
	FOOTER
*/
#footer								{ height: 200px; background: url(images/footer_bg.png) repeat-x;  }
#footer-inside						{ width: 960px; margin: 0 auto; padding-top:150px; height:50px; text-align:center; }
#footer p							{ color: white; }
#footer a							{ font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color: #09BACC; }
#footer ul							{ color: white; }


/*
	LIGHTBOX
*/

#lightbox							{ position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img						{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer				{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer						{ padding: 10px; }

#loading							{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav							{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav			{ left: 0;}
#hoverNav a							{ outline: none;}

#prevLink, #nextLink				{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink 							{ left: 0; float: left;}
#nextLink 							{ right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer					{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData							{ padding:0 10px; color: #666; }
#imageData #imageDetails			{ width: 70%; float: left; text-align: left; }	
#imageData #caption					{ font-weight: bold;	}
#imageData #numberDisplay			{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose			{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay							{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



