@import "/dfer/styles/import.css";

body {
	font-size: .85em;
	margin: 0px;
	text-align: center;
	background: #ffffff url(/dfer/img/bg.jpg) top left repeat-x;
	color: black;
	font-family: Tahoma, Georgia, Arial, Helvetica, sans-serif;
	line-height: 130%;
}

#wrap{
	margin: auto;
	width: 965px;
	padding-top: 29px;	
}

	#head{
		height: 142px;
		font-family: Tahoma, Georgia, Arial, Helvetica, sans-serif;
		background: url(/dfer/img/header.jpg) top left no-repeat;
	}
	
		#logo{
			float: left;
			text-indent: -9999em;	
		}

	#list{
		display: inline;
		width: 325px;
		float: right;
		overflow: hidden;
		margin: 40px 40px 0 0;
	}

		#list h4{
			display: block;
			height: 24px;
			text-indent: -9999em;
			background: url(/dfer/img/title0.jpg) top left no-repeat;	
		}

		#list div{
			background: #CCD3E3;
			width: 325px;
			height: 40px;
			float: left;
		}
	
		#list input, #list select {
			position: relative;
			border: 0;
			color: #3a5e88;
			float: left;
			margin: 9px 0 0;
			font-size: 12px;
			padding: 3px 0 0 2px;
		}
		
	#nav{
		padding: 11px 0 0 46px;
		height: 30px;
		font-size: 1.3em;
		font-weight: bold;	
		background: url(/dfer/img/nav-bg.jpg) top left;
	}
	
		#nav ul { /* all lists */
			padding: 0;
			margin: 0;
			list-style: none;
			line-height: 1;
		}

		#nav li{
			float: left;
			display: inline;
			padding: 0 15px 0 15px;
			left: 0;
		}
		
		#nav li a{
			color: #fff;
			text-decoration: none;
			padding: 4px;
		}
		
		#nav li a:hover{
			background: #98aabe;
		}		
	
		#nav li ul { /* second-level lists */
			position: absolute;
			text-align: left;
			background: #98aabe;
			font-size: 0.85em;
			line-height: 140%;
			width: 14em;
			padding: 5px;
			margin-top: 2px;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}
		
		#nav li ul a {
			padding: 4px;
		}

		#nav li ul a:hover {
			background: #476a94;
		}
	
		#nav li:hover ul ul, #nav li.sfhover ul ul {
			left: -999em;
			background: #476a94;
		}

		#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
			background: #98aabe;
		}
		
	#page{
		border-top: 5px solid #fff;
		padding: 0 5px 5px 5px;	
		overflow: hidden;		
		background: url(/dfer/img/pbg.jpg) top left repeat-y;
	}
	
		
		#sidebar{
			float: right;
			width: 290px;
		}
		
			#sidebar ul {
				list-style: none;
			}
			
			#social{
				background: url(/dfer/img/Gradient.jpg) top left repeat-x;
				padding: 25px 0 0 0;
				height: 147px;
				text-align: center;
			}
			
				#social a{
					margin: 0 15px 0 15px;
				}
				
			
			.widget{
				padding: 12px;	
				text-align: left;
				color: #C7E7F2;
				line-height: 1.5em;
			}
			
				#countdownclock{
					color: white;
					background-color: #da1c1c;
				}
				
				#upcoming h3{
					height: 27px;
					margin-bottom: 5px;
					text-indent: -9999em;
					background: url(/dfer/img/title4.jpg) top left no-repeat;
				}
				
				#search h3{
					height: 27px;
					margin-bottom: 5px;
					text-indent: -9999em;
					background: url(/dfer/img/title5.jpg) top left no-repeat;
				}
				
				#search
				
				.widget span.date{
					display: block;
					text-transform: uppercase;
				}
				
				.widget h4{
					color: #fff;
				}
				
				.widget li{
					padding: .75em 0 .75em 0;
				}
				
				.widget span.get-tickets{
					display: block;
					text-align: right;
					font-weight: bold;	
				}
				
				.get-tickets a, .widget a{
					color: #fff;
				}
				
				.widget .details span{
					display: block;	
				}
				
				.widget strong{
					font-weight: bold;
				}
				
				.widget li.alt p{
					color: #D2E2F1;
				}
				
				#search{
					overflow: hidden;
				}
				
				#search .text{
					display: block;
					padding: 6px 5px 6px 5px;
					width: 255px;
					border: 0;
					background: #fff;
					margin-bottom: 8px;
				}
				
				#search .submit{
					float: right;
					height: 25px;
					width: 45px;
					text-indent: -9999em;
					background: url(/dfer/img/go.jpg) top left no-repeat;
				}
					
		#content{
			float: left;
			width: 645px;
			text-align: left;
			padding-bottom: 25px;
			line-height: 160%;
		}
		
		#content h2 {
			font-size: 1.2em;
			line-height: 140%; 
			font-weight: bold;
			padding-bottom: 5px;
		}

		#content h3 {
			font-size: 1.6em;
			line-height: 150%;
			font-weight: bold;
			padding-bottom: 5px;
		}
		
		#content p {
			margin-bottom: 12px;
		}
		
		#content ul {
			list-style-type: disc inside;
			margin-left: 15px;
		}
		
		#content a, #content a:link, #content a:visited {
			color: #297CC0;
			text-decoration: underline;
		}

		#content a:hover {
			color: #cc0000;
			text-decoration: none;
		}
		
			#splash{
				overflow: hidden;	
			}
			
				#splash img{
					display: block;
				}
			
			#entries{
				background: #E1EEFF;
				padding: 18px 18px 5px 18px;	
				margin-top: 18px;
				color: #000;	
			}
			
				#entries h1{
					height: 29px;
					background: url(/dfer/img/title1.jpg) top left no-repeat;
					padding-bottom: 8px;
					text-indent: -9999em;
				}
				
				#entries h2{
					font-size: 1.2em;
					color: #241F71;
					font-weight: bold;
					padding: 0 2px .8em 4px;
				}
				
				#entries p{
					padding: 0 2px 1em 4px;	
				}
				
				#entries a{
					color: #d91c1c;
					text-decoration: underline;
				}
			
			
			#etc{
				margin-top: 18px;	
				color: #000;
				overflow: hidden;
			}
			
				#etc h2{
					height: 28px;
					padding-bottom: 3px;
					border-bottom: 2px solid #d91c1c;
					text-indent: -9999em;
					margin-bottom: 1em;
				}
				
				#etc-blog{
					background: url(/dfer/img/title2.jpg) top left no-repeat;
				}
				
				#etc-press{
					background: url(/dfer/img/title3.jpg) top left no-repeat;
				}
			
				.etc{
					width: 316px;
				}
				
				#etc ul {
					list-style-type: none;
					margin-left: 0;
				}
				
				#etc li{
					padding: 0 0 1em 0;	
				}
				
				#etc li span.date{
					display: block;
				}

				#etc p.more-recent a{
					color: #cc0000;
				}

#footer{
	padding: 30px 0 35px 0;
	line-height: 2em;
	background: #294B71;
	font-size: 1em;
	font-weight: bold;
	color: #CBDBD1;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#entrysearch {
	margin-top: 8px;
	padding: 0;
}

