/*
	Jody Iverson
	http://www.viddyworks.ca
	
	Lt Grey:	#F2F2F2
	Med Grey:	#CCC
	Dk Grey:	#666
	
	Lt Blue:	#73B5BF
	Dk Blue:	#007A96
	
*/

/*
	RESET
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
body								{ font-size: 80%; font-family: Georgia, "Times New Roman", Times, serif; font-weight:normal; color: #F2F2F2; 
									  background: #000; }
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; }


/*
	UTILITY
*/
.floatleft 							{ float: left; margin-right:15px; }
.floatright							{ float: right; margin-left:15px; border: 1px solid #173374;}
.clear								{ clear: both; }

img, div 							{ behavior: url(iepngfix.htc) }

/*
	STRUCTURE
*/

#page-wrap							{ width: 960px; margin: 0px auto;
									  min-height: 100%; height: auto !important; height: 100%; background: url(images/bg.jpg) repeat-y; }
#top-bar							{ height:240px; background:url(images/head.png) no-repeat;}
#main-col							{ width: 600px; float: left; margin:30px 30px 30px 0; padding:30px; background: url(images/trans_black.png) repeat;  }		
#sidebar							{ width: 210px; float: right; margin:30px 0px 30px 0; padding:30px; background: url(images/trans_black.png) repeat; text-align:right; }
#sidebar p							{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#ccc; font-size:1em; margin-bottom:10px; line-height:1.2em; }



/*
	TYPGROGRAPHY
*/
p, li								{ color: #CCC; font-size: 1.3em; line-height: 1.6em; margin: 5px 0 20px 0; }
a									{ color: #73B5BF; }
a:hover								{ text-decoration:overline;}
h1									{ font-size: 2.8em; border-bottom:3px solid #007A96; font-weight:normal; font-style:italic;}
h2									{ font-size: 2em; color:#73B5BF; font-style:italic; line-height:2em; }
h3									{ font-size: 1.5em; color:#73B5BF;}



/*
	MENU
*/
ul#main-nav							{ width: auto; float: left; margin:30px 0 0 30px; font-size:.8em; }
ul#main-nav	li						{ display: inline; }
ul#main-nav li a					{ color: #F2F2F2; font-size: 1.4em; padding-right:30px; font-style:italic; }
ul#main-nav li a:hover				{ color: #007A96; text-decoration:overline; }


/*
	FOOTER
*/
#footer								{ height: 50px; padding-top:10px; text-align:right; background:url(images/foot_bg.png) repeat-x; }
#footer-inside						{ width: 960px; margin: 0 auto; }
#footer p							{ font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:lighter; font-size:1em; text-align:center; color: #666; }
#footer a							{ color: #666; }
#footer ul							{ color: #666; }


