/*
	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: #dc7d00 url(ui/bkg_hlist.gif) repeat-x; }

	  
	   #wrapper { } 
	   #container { }
	   
	   #toolbar { background: #fca200 url(ui/bkg_toolbar.gif) repeat-x left top;}
	   #Footer { background: #2c2c2c url(ui/bkg_footer.gif) repeat-x; }

/* 2. =Navigation
================================================================== */
	   
	  
/* 3. =Headers
================================================================== */
	   h1 { color: #e28f00;}
	   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: #e28f00; }
	   #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: #e28f00;}
	   	a:visited { color: #ca8000;}
	   	a:hover, a:visited:hover { color: #ffa200;}
	   	a:active { color: #ffa200; } 

	   
	   #toolbar a:link, #toolbar a:visited { color: #fdf5c1; }
	   #toolbar a:hover, #toolbar a:active, #toolbar a.menu-open, #toolbar a:hover { 
	   color: #fff; background: #925600; 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: #0D2542 url(ui/loginmenu_yellowbkg.jpg) repeat-x top left; 
		   color:#fff;
		   border:1px #925600 solid;

	   }
	   
	   #login_menu input[type=text], #login_menu input[type=password], 
	   #search_menu input[type=text] {
		  	border:1px solid #72450F;
			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(/core/images/ui/submitgray_btn.jpg) repeat-x 0 0;
			border:1px solid #72450F;
			color:#72450F;
			font-weight:bold;
			text-shadow:none;
		}		
		
		


