/*
	WSOL
	VERSION 1.0
	Author: Dennis Kardys 
	Contact: dkardys@wsol.com
	
	CONTENTS ----------
	1. BACKGROUNDS
	2. NAVIGATION
	3. HEADERS
	4. COLORS
	5. SPECIAL FORMATTING
	6. LINKS
    7. JQUERY PAGING FOR HOMEPAGE
    -------------------
    
    COLORS -----------

*/

/* 1. =backgrounds
================================================================== */
	   
	   body { }
	   
	  #toolbar .hList { background: #03262f; }
	  #toolbar .hList { background: rgba(0,0,0,.4); }
	  
	   #wrapper { } 
	   #container { }
	   
	   #toolbar { background: #02171d url(ui/bkg_toolbar.gif) repeat-x left bottom;}
	   #Footer { background: #033240 url(ui/bkg_footer.gif) repeat-x; }
	   
	   table, tbody, table td, table th{
			border:none!important;
	   }

/* 2. =Navigation
================================================================== */
	   
	  
/* 3. =Headers
================================================================== */
	   h1 { color: #127492;}
	   h2 { }
	   h3 { }
	   h4 { }
	   h5 { }
	  
	   #masthead h1 { } 
	   #masthead h2 { } 
	   #masthead h3 { } 
	   #masthead h4 { } 
	   #masthead h5 { }
	   
	   #Footer h1 { } 
	   #Footer h2 { }
	   #Footer h3 { }
	   #Footer h4 { }
	   #Footer h5 { }
	   
	   #sideContent1 h1 { }
	   #sideContent1 h2 { }
	   #sideContent1 h3 { }
	   #sideContent1 h4 { }
	   #sideContent1 h5 { }
	   
	   #sideContent2 h1 { }
	   #sideContent1 h2 { }
	   #sideContent1 h3 { }
	   #sideContent1 h4 { }
	   #sideContent1 h5 { }
	   

/* 4. =Colors
================================================================== */

		#sideContent1 { }
		#sideContent1 p { }
		#sideContent2 { }
		#sideContent2 p { }
		#mainContent { }
		#mainContent p { }

/* 5. =Special Text Formatting
================================================================== */
		em, i { font-style:italic; } 
		strong, b { font-weight:bold;}
		.callout { }
		.caption { }
		blockqoute  { }
		.smalltext { }

/* 6. =Links
================================================================== */

		a:link { }
	   	a:visited { }
	   	a:active { } 
	   	a:hover { }
	   
	   #toolbar a:link, #toolbar a:visited { color: #ddd; }
	   #toolbar a:hover, #toolbar a:active, #toolbar a.menu-open, #toolbar a:visited:hover { 
	   color: #fff; background: #07232e; background: rgba(0,0,0,.3);}
	   
	   	#sideContent1 a:link { }   
	   	#sideContent2 a:link { }
		
		#sideContent1 .pod a:link { }
		#sideContent2 .pod a:link { }
		
		h5 a:link, h5 a:link:visited { }
		


