/*
	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
	8. LOGIN AND SEARCH DROPDOWNS
    -------------------
    
    COLORS -----------

*/

/* 1. =backgrounds
================================================================== */
	   
	   body { }
	   
	  #toolbar .hList { background: #77a62b url(ui/bkg_hlist.gif) repeat-x; }
	  
	   #wrapper { } 
	   #container { }
	   
	   #toolbar { background: #7ebe18 url(ui/bkg_toolbar.gif) repeat-x left bottom; border-bottom: 1px solid #ceff78;}
	  
	   
	   #Footer { background: #2c2c2c url(ui/bkg_footer.gif) repeat-x; border-top: 1px solid #fff;}

/* 2. =Navigation
================================================================== */
	   
	  
/* 3. =Headers
================================================================== */
	   h1 { color: #7ebe18;}
	   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 { }
	   #sideContent2 h2 { }
	   #sideContent2 h3 { color: #7ebe18;}
	   #sideContent2 h4 { }
	   #sideContent2 h5 { }
	   

/* 4. =Colors
================================================================== */

		#sideContent1 { }
		#sideContent1 p { }
		#sideContent2 { }
		#sideContent2 p { }
		#mainContent { }
		#mainContent p { }

/* 5. =Special Text Formatting
================================================================== */
		em, i { } 
		strong, b { font-weight:bold; }
		.callout { color: #1d82b1;}
		.caption { }
		blockqoute  { }
		.smalltext { }

/* 6. =Links
================================================================== */

		a:link { color: #7ebe17;}
	   	a:visited { color: #609112;}
	   	a:hover, a:visited:hover { color: #a5d400;}
	   	a:active { color: #a5d400;} 
	   
	   #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: #577218; 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 { }

/* 7. = JQUERY
================================================================== */


/* 8. = LOGIN AND SEARCH DROPDOWNS
================================================================== */

		#toolbar .inner #login_menu, #toolbar .inner #search_menu {
		   background: #7ea422 url(ui/loginmenu_greenbkg.jpg) repeat-x top left; 
		   color:#fff;
		   border-left:1px solid #4A5B15;
			border-right:1px solid #4A5B15;
			border-bottom:1px solid #4A5B15;
			border-top:none;

	   }
	   
	   #login_menu input[type=text], #login_menu input[type=password], 
	   #search_menu input[type=text] {
		  	border:1px solid #4A5B15; 
			margin: 3px 0 6px 0;
	   }
	   
	   #login_menu p a, #search_menu p a {
   			 color:#ccc!important;
		}
		
		#login_menu input[type=submit], #search_menu input[type=submit]{
			background:#ccc url(/stephanie/submitgray_btn.jpg) repeat-x scroll 0 0;
			border:1px solid #4A5B15;
			color:#3A4704;
			font-weight:bold;
			text-shadow:none;
		}