/*
	WSOL
	VERSION 1.0
	Author: Stephanie Finken 
	Contact: sfinken@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 { }

	   
	   /* set the header background */
	   #masthead { background: #fff url(/app_themes/default/ui/header-bkg.jpg) repeat-x left top; }
	   
	   /* this style sets the logo */
	   #masthead h1 { background: url(/core/images/content/acep-logo.jpg) no-repeat left center; }
	   
	   /* set the toolbar background */
	   #masthead .toolbar{ background:url(/app_themes/default/ui/topnav-bkg.jpg) no-repeat top right;}
	   
	   /* set the thin dividers between toolbar items */
	   #masthead .toolbar ul li { background:url(/app_themes/default/ui/topnav-divider.jpg) no-repeat right bottom; }
	   
	   
	   #footer {  }
	   

/* 2. =Navigation
================================================================== */
	   
	   	/* toolbar nav color */
	   	#masthead .toolbar ul li a:link, #masthead .toolbar ul li a:visited {color:#74B9FD;}
	   
	   	/* toolbar nav hover color */
	   	#masthead .toolbar ul li a:hover, #masthead .toolbar ul li a:active {color:#4594e9;}
	   
	   	/* set the arrow icons between the utility nav items */
	   	#masthead .utilities ul li { background:url(/core/images/ui/nav-arrow.gif) no-repeat left; }
		
		/* set the utility nav hover color */
		#masthead .utilities ul li a:hover{ color:#74b9fd; }
	   
	   .menu :hover > a { background:url(/app_themes/default/ui/mainnav-hover.gif) repeat-x left top; }
		
		#horizontalNav ul { background:url(/app_themes/default/ui/menu-divider.jpg) no-repeat left bottom; }
		
		ul.menu li { background:url(/app_themes/default/ui/menu-divider.jpg) no-repeat right bottom; }
		
		.menu ul :hover > a { background:none;}
		
		/* set submenu border colors */
		ul.menu ul {
			border-bottom:4px solid #004996;
			border-left:4px solid #004996;
			border-right:4px solid #004996;
		}
		
		/* set sub-submenu border colors */
		ul.menu ul ul {
			border-bottom:4px solid #004996;
			border-right:4px solid #004996;
			border-top:4px solid #004996;
		}
		
		
		
		
/* 3. =Headers
================================================================== */
	   h1 {	color: #0061d0;}
	   h2 { }
	   h3 { color: #0061d0; }
	   h4 { }
	   h5 { }
	   
	   #sideContent1 h1 { }
	   #sideContent1 h2 { }
	   #sideContent1 h3 {color:#002E73; }
	   #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 { }
		#container #footer{ color:#0C2D61; }
		
/* 5. =Special Text Formatting
================================================================== */
		em, i { } 
		strong, b { }
		.callout { }
		.caption { }
		blockqoute  { }
		.smalltext { }

/* 6. =Links
================================================================== */

		a:link { }
	   	a:visited { }
	   	a:active { } 
	   	a:hover { }
		
		#contentWrapper .news .newspods ul li h3 a{ color:#0061d0; }
	   
	   #sideContent2 ul li{
		background:url(/app_themes/default/ui/rightSide-listItem.gif) no-repeat left 8px;
		padding-left:10px;  
	   }
	   
	   #toolbar a:hover, #toolbar a:active, #toolbar a:visited:hover { }
	   	#sideContent1 a:link { }
		#sideContent1 ul.sideNav li.selected a {
		color:#002E73;	
		}
		
		#sideContent2 .pod-inner ul li {
		background:url(/app_themes/default/ui/rightSide-listItem.gif) no-repeat left 10px;
		padding-left:10px;
		color:#0061D0;
		}
		#sideContent2 a:link { }
		
		#sideContent1 .pod a:link { }
		#sideContent2 .pod a:link { }
		
		h5 a:link, h5 a:link:visited { }
		
		#container #footer a{
		color:#0061d0;
		}

		#container #breadCrumbs ul a {
		color:#0065C9;
		}
		
		

/* Generic Page Builder Styles */		
.content-container hr {
	border: none;
	border-top: dotted 1px #D21728;
}
.content-container ul li {
	list-style-type: disc;
}
.content-container h3 {
	color: #888;
	font: bold 18px Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px #888;
	margin: 20px 0px 10px;
	padding: 0px 0px 10px;
}

div.section-container h2.header {
	color: #fff;
	font: bold 14px/45px Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	background: #003c85;
	background: -moz-linear-gradient(bottom, #003c85 30%, #085aaf 100%);
	background: -webkit-linear-gradient(bottom, #003c85 30%,#085aaf 100%);
	background: -o-linear-gradient(bottom, #003c85 30%,#085aaf 100%);
	background: -ms-linear-gradient(bottom, #003c85 30%,#085aaf 100%);
	background: linear-gradient(bottom, #003c85 30%,#085aaf 100%);
	-pie-background: linear-gradient(bottom, #003c85 30%,#085aaf 100%);
	border-bottom: dotted 1px #fff;
	margin: 0px;
	padding-left: 25px;
	position: relative;
	behavior: url(//www.acep.org/js/PIE.htc);
	padding: 15px;
	line-height: 25px;
}

div.section-container {
	padding: 30px;
}
div.section-container div.section-main-column {
	width: 582px;
	float: left;	
}
div.section-container div.section-side-column {
	width: 302px;
	float: right;	
}
div.section-container div.contentBlockWrapper {
	border: 1px solid #ccc;
	margin-bottom: 40px;
	background:#ededed;
	background: -moz-linear-gradient(top, #fff 59%, #ededed 100%);
	background: -webkit-linear-gradient(top, #fff 59%,#ededed 100%);
	background: -o-linear-gradient(top, #fff 59%,#ededed 100%);
	background: -ms-linear-gradient(top, #fff 59%,#ededed 100%);
	background: linear-gradient(top, #fff 59%,#ededed 100%);
	-pie-background: linear-gradient(top, #fff 59%,#ededed 100%);
	-moz-box-shadow: 0px 5px 10px #ccc;
	-webkit-box-shadow: 0px 5px 10px #ccc;
	box-shadow: 0px 5px 10px #ccc;
	position: relative;
	behavior: url(//www.acep.org/js/PIE.htc);
}
div.section-container div.content-container {
	padding: 15px;	
}
div.section-container div.photoOfTheDay {
	border: 1px solid #ccc;
	margin-bottom: 40px;
	padding-bottom: 10px;
	background:#ededed;
	background: -moz-linear-gradient(top, #fff 59%, #ededed 100%);
	background: -webkit-linear-gradient(top, #fff 59%,#ededed 100%);
	background: -o-linear-gradient(top, #fff 59%,#ededed 100%);
	background: -ms-linear-gradient(top, #fff 59%,#ededed 100%);
	background: linear-gradient(top, #fff 59%,#ededed 100%);
	-pie-background: linear-gradient(top, #fff 59%,#ededed 100%);
	-moz-box-shadow: 0px 5px 10px #ccc;
	-webkit-box-shadow: 0px 5px 10px #ccc;
	box-shadow: 0px 5px 10px #ccc;
	position: relative;
	behavior: url(//www.acep.org/js/PIE.htc);
}
div.photoOfTheDay .photoCaption {
	background: none !important;
	padding: 0 15px;
}
div.section-container div.photoOfTheDay img {
	height: auto;
}
div.section-container div.contentBlockWrapper img.dropShadow{
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	position: relative;
	behavior: url(//www.acep.org/js/PIE.htc);
}
div.section-container div.moreLink, div.section-container div.photoLinks {
	float: right;
	margin-top: 10px 10px 0;
}
div.section-container div.moreLink a, div.section-container div.photoLinks a {
	
	display: inline-block;
	box-shadow: 0 0 3px #444;
	-moz-box-shadow: 0 0 3px #444;
	-webkit-box-shadow: 0 0 3px #444;
	font: bold 14px/40px Arial, Helvetica, sans-serif;
	color: #888;
	text-decoration: none;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0 40px 0 20px;
	background: #ccc url(../../core/images/responsive/acep-cta-bg-580x50.jpg) no-repeat right center;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	behavior: url(//www.acep.org/js/PIE.htc);
	
}
div.section-container div.photoLinks {
	
}


/* HIDE LIVE CHAT BUTTON ON TABLETS AND PHONES */
@media screen and (max-width:768px) {

.LPMcontainer, .LPMoverlay {
display: NONE !important; 
}

}
