/*
	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: #820200 url(ui/bkg_hlist.gif) repeat-x; }
	  
	   #wrapper { } 
	   #container { }
	   
	   #toolbar { background: #840200 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: #840200;}
	   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 { }
	   #sideContent2 h3 { color: #840200; }
	   #sideContent1 h4 { }
	   #sideContent1 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: #ad0200; }
	   	a:visited { color: #840000;}
	   	a:hover, a:visited:hover { color: #c80000;}
	   	a:active { color: #c80000} 
	   
	   #toolbar a:link, #toolbar a:visited { color: #ddd; }
	   #toolbar a:hover, #toolbar a:active, #toolbar a.menu-open, #toolbar a:hover { 
	   color: #fff; background:#540000; 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 { }
		
/* 8. = LOGIN AND SEARCH DROPDOWNS
================================================================== */

		#toolbar .inner #login_menu, #toolbar .inner #search_menu {
		   background: #4F0F0F url(ui/loginmenu_redbkg.jpg) repeat-x top left; 
		   color:#fff;
		   border-left:1px #540000 solid;
		   border-right:1px #540000 solid;
		   border-bottom:1px #540000 solid;
		   border-top:0;

	   }
	   
	   #login_menu input[type=text], #login_menu input[type=password], 
	   #search_menu input[type=text] {
		  	border:1px solid #540000;
			margin: 3px 0 6px 0;
	   }
	   
	   #login_menu p a, #search_menu p a {
   			 color:#bbb!important;
		}
		
		#login_menu input[type=submit], #search_menu input[type=submit]{
			background:#ccc url(/core/images/ui/submitgray_btn.jpg) repeat-x scroll 0 0;
			border:1px solid #350909;
			color:#4F0F0F;
			font-weight:bold;
			text-shadow:none;
		}

