

/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
   COLORS:
	blue dark	113bb4
	blue light	4162c3	4E678E
	red			b20f1d
	light bg	f9ffff
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";


/* Page
-------------------------------------------------------------- */

#page { 
	margin: 0 auto; width: 100%; 
	z-index: 10;
	}
.contentspace {
	}

/* Fixed Footer
-------------------------------------------------------------- 
*, body {	margin: 0; padding: 0; 
			position: static;
			}
#wrap { 	display: block; position: absolute; 
			min-height: 100%; width: 100% 
			}
#content {	display: block; width: 100%; 
			margin-bottom: 260px; 
			}
#footer { 	position: absolute; display: block; 
			bottom: 0; width: 100%; 
			height: 260px; background-color: #ccc; 
			}
*/
/* My Stylin
-------------------------------------------------------------- */
.bg {
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
	}
body {
	margin: 24px 0 12px;
	background-color: #4e678e;
	}
	body.admin-menu { 	background-position: 0 20px; }
	body#tinymce { 		background-color: #fff !important; background-image: none !important; }
.wrap {
	width: 980px;
	margin: 0 auto;
	background: #03275e;
	background: rgba(3,39,94,.7);
	position: relative;
	z-index: 100;
	}	
.inner-wrap {
	width: 920px;
	margin-left: 10px; padding: 20px;
	background-color: #fff;
	z-index: 10;
	}	
/* Banner
-------------------------------------------------------------- */
#banner {
	position: relative;
	padding-top: 48px;
	}
#banner h1 {
	margin: 0; padding: 0;
	position: absolute;
	top: -26px; left: -30px;
	}
	#banner h1 a {	
		display: block;
		width: 200px; height: 200px;
		text-indent: -9999px;
		background: url(img/DFL-button.png) no-repeat top left;
		}
	#banner #topstory {
		position: absolute;
		top: 10px; left: 320px;
		}
		#banner #topstory h3 {
			position: absolute;	
			color: #fff;
			text-transform: uppercase;
			font-size: 1em;
			width: 6em;
			}
		#banner #topstory p {	
			position: absolute;
			left: 7em;
			width: 600px;
			color: #cdd7e6;
			}	
			#banner #topstory h3, #banner #topstory p {
				line-height: 1.2em;
				}
	#banner #social {
		position: absolute;
		top: 10px; left: 155px;
		width: 150px;
		}
		#banner #social h3 {
			position: absolute;	
			color: #fff;
			text-transform: uppercase;
			font-size: 1em;
			line-height: 1.2em;
			width: 6em;
			}
		#banner #social	a {
			display: block;
			height: 32px; width: 32px;
			text-indent: -9999px;
			float: left; 
			}
			#banner #social	a#tw {
				background: url(img/twitter-32x32.png) no-repeat top left;
				margin-left: 6em; }
			#banner #social	a#fb {
				background: url(img/facebook-32x32.png) no-repeat top left; 
				margin-left: 8px; }		
#nav-strip {
	width: 960px;
	margin-left: 10px;
	height: 60px;
	background: #fff url(img/bg-nav.gif) repeat-x bottom right;
	}
#nav-strip h2 {
	margin: 0; padding: 0;
	width: 270px;
	height: 100%;
	float: left;
	background: #910202 url(img/bg-contrib.gif) repeat-x top left;
	text-align: right;
	padding-right: 20px;
	}
	#nav-strip h2 a {
		color: #fff;
		text-transform: uppercase;
		font-size: 55%;
		line-height: 60px;
		}	
		#nav-strip h2 a:hover {
			text-decoration: none;
			text-shadow: 0 0 5px #fff;
			}
#nav-strip ul.primary-links {
	list-style: none;
	margin: 0; padding: 0 0 0 10px;
	float: left;
	background: url(img/bg-ul.gif) no-repeat bottom left;
	width: 660px;
	}
	#nav-strip ul.primary-links li {	
		float: left;
		width: 16%;
		text-align: center;
		}
		#nav-strip ul.primary-links li.tab-wide {	width: 20% }
		#nav-strip ul.primary-links li.tab-narrow {	width: 12% }
		#nav-strip ul.primary-links li a {
			width: 100%;
			display: block;
			font-family: "Arial Black", Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			font-size: 110%;
			height: 60px;
			line-height: 60px;
			}
			#nav-strip ul.primary-links li a:hover {
				text-decoration: none;
				color: #fff;
				background: #910202 url(img/bg-contrib.gif) repeat-x top left;
				}
/* Search
-------------------------------------------------------------- */		
#search-area {
	width: 100%;
	height: 74px;
	background: #03275e;
	background: rgba(3,39,94,.5);
	position: relative; z-index: 50;
	}	
	#search-area #search-description {
		display: block;
		width: 300px; height: 74px;
		background: url(img/search-description.png) no-repeat top right;
		text-indent: -9999px;
		}
	#search-area .wrap {
		height: 74px;

		}	
/* Columns
-------------------------------------------------------------- */	
#primarycol {
	float: right;
	display: inline;
	width: 640px;
	margin: 10px 10px 10px 0;
	}
	.no-sidebars #primarycol {
		width: 773px; 
		}		
#secondarycol {
	float: left;
	display: inline;
	width: 280px;
	margin: 10px 0 10px 10px;
	}
	
/* Blocks
-------------------------------------------------------------- */	
.block {
	background-color: #4E678E;
	padding: 10px;
	margin-bottom: 10px;
	}
	.block h3 {
		color: #fff;
		text-transform: uppercase;
		}
	.block p {
		color: #fff;
		}	
#special-block {
	background-color: #03275e;
	}	
#block-action-center {
	background: #910202 url(img/bg-actionctr.jpg) repeat-x top left;
	padding: 0 0 12px;
	}	
	#block-action-center h3 {	
		text-align: center;
		font-size: 2em; padding: 0.75em 0;
		background-color: #910202;
		text-shadow: -2px -2px 2px #630120;
		}
	#block-action-center .content {	
		padding: 0 12px;
		}
/* Footer
-------------------------------------------------------------- */
#footer .contentspace {	
	margin: 20px 0;
	}	
#footer #credits {
	float: left; display: inline;
	width: 270px; 
	margin-left: 20px;
	}
	#footer #credits p {
		color: #cdd7e6;
		}
		#footer #credits p.special {
			color: #fff;
			}