/* -- reset ---------------------------------------------*/

html, body,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
object, blockquote, pre, address {
	margin: 0;
	padding: 0;
	border: 0;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

blockquote, q {
	quotes: none;
}

a img { border: none; }

a.img-link { padding:0; background: none; }

a.img-link:hover { background: none; }

hr { border: 0; height: 0; margin: 0; padding: 0; width:0; }

/* -- body/overall ---------------------------------------------*/

body {	
	font-size: 75%; /* sets base font-size to 12px */ 
	line-height: 1.333em; /* 16px / 12px = 1.333em */
}

body {	
	font-family:courier new,courier,  Georgia, "lucida bright", "times new roman", serif; 
	color: #fff;	
	background: #2B2B2B url("/resources/images/bg/body.gif");
}
	 
/* -- typography ---------------------------------------------*/

p, ul, ol, dl, dd, blockquote, pre, code, table { 
	margin: 0 0 1em 0; /* 12px */
}

/* lists should be a half-size less than the main margin */

li { 
	margin: .5em 0 .5em 0; 
}

li ul {
	margin-bottom: .5em;
}

/* -- headers -- */

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
}

h1 { 
	font-size: 2em; 
	line-height: 1em;  
	margin: 0 0 .333em 0; 
	font-weight: bold;
	color: #fff;
} 

h1.blue {
	padding: 5px;
	background: url("/resources/images/bg/blue-header.png");
}


h1.yellow {
	color: #000;
	padding: 5px;
	background: url("/resources/images/bg/yellow-header.png");
}

h2 { 
	font-size: 1.5em; /* 18px */
	line-height: 1.167em; /* 21px */
	margin: 1.333em 0 .666em 0; 
} 

h3 { 
	font-size: 1.25em; /* 15px */
	line-height: 1.2em; /* 18px */
	margin: 1.6em 0 .8em 0; 
} 

h4 { 
	font-size: 1.167em; /* 14px */
	line-height: 1.071em;  /* 15px */
	margin: 1.714em 0 .857em 0; 
} 

h5 { 
	font-size: 1em; /* 12px */
	margin: 2em 0 1em 0; 
} 

h6 { 
	font-size: 1em; /* 12px */
	margin: 2em 0 1em 0; 
}

dt { 
	font-size: 1em; /* 12px */
	margin: 2em 0 1em 0; 
}

h1 + h2 {
	margin-top: .666em;
}

h2 + h3 {
	margin-top: .8em;
}

h3 + h4 {
	margin-top: .857em;
}

h4 + h5, h5 + h6 {
	margin-top: 1em;
}

/* -- lists -- */

ul, li { list-style-type: none; }

li { 
	background: url(../images/bullets/bullet.gif) 0 .5em no-repeat; 
	padding-left: 1em; 
}
	
ol {
	padding-left: 1em;
	margin-left: 1em;
}
	
ol li {	
	list-style: decimal; 
	background: none; 
	padding-left: 0; 
}

dt {
	font-weight: bold;
}

/* -- links -- */

a {
    text-decoration: underline;
    outline: none;
    color: #000;
    background: #FFCC00;
    padding: 2px 3px;
} 

a:visited {
    color: #000;
}

a:hover, a:focus {
	color: yellow;
	color: #fff;
	background: #24669b;
	text-decoration: none;
}

a:active {
    color: #002244;
}

/* -- other elements -- */

pre, code, tt { font-family: 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
code { white-space: pre; }
tt { display: block; margin: 1.5em 0; line-height: 1.5; white-space: monospace;}
strong, b { font-weight: bold; }
em { font-style: italic; }

/* -- tables ---------------------------------------------*/


table   { margin-bottom: 1.333em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
tfoot   { font-style: italic; }
caption { background: #ffc; }


/* -- forms ---------------------------------------------*/


form {}
fieldset {}
legend {}

label { margin: .5em 0; text-transform: uppercase; font-weight: bold; }

input {
	margin: .5em 0;
	border: 1px solid #414141;
	padding: 2px;
	background: #ccc;
}

input.short { width: 100px; }
input.medium { width: 150px; }
input.long { width: 200px; }

input:focus {}
input.checkbox { width: 13px; height: 13px; border: none; }
input.radio { width: 13px; height: 13px; border: none; }

label.wide { width: auto !important; padding: 0 !important; }

select {}

form br { clear: left; }

textarea {
	margin: .5em 0;
	border: 1px solid #7f9db9;
	padding: 2px;
	width: 300px;
}

input.button-img {
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	padding: 0 !important;
}

input.button, input.submit {
	border: 2px solid #156ec6;
	background: #000;
	color: #fff;
	font-weight: bold;
	width: auto !important;
	height: auto !important;
	cursor: pointer;
}

input.button:hover {
	background: #ccc;
}

/* -- common classes -------------------------------------*/

.right {
	text-align: right;
 }

.clearer {
	clear: both;
}

.hide, .print {
	display: none;
}

.center {
	text-align: center;
}

.leadin {
	padding: 0;
	margin-top: 0;
}

.imgleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.imgright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.last {
	border-right: none !important;
}

.replaced {
	width: 0px;
	height: 0px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	background: url(/images/bg/header-image.jpg) top left no-repeat;
}

ul.no-bullet {
	margin-left: 0;
	padding-left: 0;
}

ul.no-bullet li {
	padding-left: 0;
	background: none;
}

/* Indentation instead of line shifts for sibling paragraphs. */
p.indent { text-indent: 2em; margin-top: -1em; }
/* can use p + p for a whole block */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.incremental p, p.incremental {
	font-size: .917em;
	line-height: 1.164em;
	margin: 0 0 1.091em 0;
}	

p.small, .small p {
	font-size: .917em;
	margin: 0 0 1.091em 0;
}

/* 	some elements should just run the same meter as the body text.  
	This is that class */

.normal {
	font-size: 1em;
	line-height: 1.333em;
	margin-bottom: 0;
}

/* 	There is always some sort of separator as well. */

.separator {
	margin: 24px 0 0 0;
	border-top: 1px solid #999;
	padding: 23px 0 0 0;
}

/* vertical-unit 12 line-height 14 = tighter measure */

.tight p, .tight ul, p.tight, ul.tight {
	line-height: 1.167em;
	margin: .5em 0 0 0;
}

.tight ul li, ul.tight li {
	margin: 0 0 4px 0;
}

a.black {
	background: #000;
	color: #fff;
	padding: 2px;
}

a.yellow {
    text-decoration: underline;
    outline: none;
    color: #000;
    background: #FFCC00;
    padding: 2px 3px;
}

a.yellow:hover {
	color: yellow;
	color: #fff;
	background: #24669b;
	text-decoration: none;
}

hr.dashed {
	background: url("/resources/images/bg/dashed.png") left top repeat-x;
	height: 1px;
	width: 100%;
	margin: 15px 0;
}

.no-margin {
	margin:0;
}

.extra-height {
	line-height: 1.8em;
}

/* -- layout ---------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 1024px;
	text-align:left;
}

#header {
	position: relative;
	height: 131px;
	background: url("/resources/images/bg/header.png") 0 37px no-repeat;
}

img#logo{
	position: absolute;
	bottom: 3px;
	left: 26px;
}

/* #blog img#logo{
	left: 645px;
} */

#content-wrapper {
	float: left;
	width: 1024px;
	color: #000;
	padding-bottom: 50px;
}

#the-casualties-page #content-wrapper, #the-pledge-page #content-wrapper {
	padding-left: 40px;
	width: 984px;
}

.sidebar {
	float: left;
	color: #fff;
	margin-right: 20px;
}

.thin {
	width: 188px;
}

.sponsored-by h3 {
	background: #000;
	float: left;
	display: block;
	margin: 50px 0 30px 30px;
}

.did-you-know {
	margin-top: 40px;
	float: left;
	width: 156px;
	height: 260px;
	background: url("/resources/images/bg/did-you-know.png") 0 0 no-repeat;
	padding: 53px 20px 0 20px;
}		

.did-you-know .imgright {
	margin-right: -80px;
}

.did-you-know p {
	margin:0;
	padding:0;
}

#cric-header {
	margin: 0 0 25px 25px;
	width: 887px;
	height: 112px;
	background: url("/resources/images/bg/cric-header.gif") 0 0 no-repeat;
}

.questions {
	margin-top: 58px;
	float: left;
	color: #000;
	font-weight: bold;
	line-height: 1.5em;
	width: 141px;
	height: 110px;
	background: url("/resources/images/bg/questions.png") 0 0 no-repeat;
	padding: 50px 40px 30px 15px;
}

.box-t {
	background: url("/resources/images/bg/box-t.png") left top no-repeat;
	height: 28px
}

.box-c {
	background: #fefefe;
	padding: 0 15px 15px 15px;
	color: #000;
}

.box-b {
	background: url("/resources/images/bg/box-b.png") left bottom no-repeat;
	height: 48px;
}

.arrow {
	padding-right: 20px;
	background: url("/resources/images/bg/arrow.gif") right top no-repeat;
	float:left;
	display: block;
}

.main-content {
	float: left;
	width: 489px;
}

.half {
	float: left;
	position: relative;
}

.grunge-1 {
	margin-left: 50px;
	width: 404px;
	margin-right: 20px;
	padding: 25px;
	background: url("/resources/images/bg/grunge-half-1.gif") 0 0 no-repeat;	
	height: 316px;
}

.download-packet {
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.grunge-1 .download-packet {
	width: 403px;
	height: 92px;
	left:0;
	top:200px;
	background: url("/resources/images/bg/download-packet-teacher.gif");	
}

.download-resources {
	width: 403px;
	height: 147px;
	left:0;
	top:200px;
	background: url("/resources/images/bg/download-teacher-resources.png");	
}

.grunge-1 .download-links {
	position: absolute;
	bottom: 50px;
}

.grunge-2 {
	width: 369px;	
	padding: 25px;
	height: 346px;
	background: url("/resources/images/bg/grunge-half-2.gif") 0 0 no-repeat;	
}

.grunge-2 .download-packet {
	width: 387px;
	height: 103px;
	left:0;
	top:200px;
	background: url("/resources/images/bg/download-packet-student.gif");	
}



.x {
	margin-top: 20px;
}

.x li {
	background: url("/resources/images/bullets/x.gif") 0 0 no-repeat;	
	padding-left: 20px;
	font-size: 1.2em;
	margin-bottom: .7em;
}

.x li p {
	background:#000;	
	color: #fff;
	padding: 2px;
	display:inline;
}

#create-real-impact-page .main-content {
	margin-right: 20px;	
	width:661px;
	margin-left: 40px;
}

.block {
	padding: 15px;
	color: #000;
	font-size: 1.1em;
}

.noise-1 {
	background:url("/resources/images/bg/noise-1.gif") left bottom no-repeat;
	height: 266px;
	margin-bottom: 25px;
}

.noise-1 ul {
	position: relative;
	width: 100%;
}

.noise-1 ul li {
	text-indent: -9999px;
	margin:0;
	padding:0;
	position: absolute;
	display: block;	
	background:none;
}

.noise-1 ul li a {
	display: block;
}

#video {
	width: 237px;
	height: 73px;
	top:10px;
	left:40px;
	background: url("/resources/images/bg/video-button.gif") 0 0 no-repeat;

}

#video a{
	width: 237px;
	height: 73px;
	background: url("/resources/images/bg/video-button.gif") 0 0 no-repeat;
}

#art {
	width: 193px;
	height: 74px;
	top:0;
	left:325px;
}

#art a {
	width: 193px;
	height: 74px;
	background: url("/resources/images/bg/art-button.gif") 0 0 no-repeat;
}

#music {
	width: 248px;
	height: 80px;
	top:107px;
	left:40px;
}

#music a {
	width: 248px;
	height: 80px;
	background: url("/resources/images/bg/music-button.gif") 0 0 no-repeat;
}

#creative-writing {
	width: 286px;
	height: 117px;
	top:107px;
	left:325px;
}

#creative-writing a {
	width: 286px;
	height: 117px;
	background: url("/resources/images/bg/creative-writing-button.gif") 0 0 no-repeat;
}

.noise-2 {
	background:url("/resources/images/bg/noise-2.gif") left bottom no-repeat;
	position: relative;
	height: 200px;
}

.noise-2 ol {
	margin:0;
	padding:0;
}

.noise-2 ol li {
	list-style-type: none;
	padding-left: 30px;
}

ol li.num-1 {
	background: url("/resources/images/bullets/01.gif") 0 0 no-repeat;
}

ol li.num-2 {
	background: url("/resources/images/bullets/02.gif") 0 0 no-repeat;
}

ol li.num-3 {
	background: url("/resources/images/bullets/03.gif") 0 0 no-repeat;
}

ol li.num-4 {
	background: url("/resources/images/bullets/04.gif") 0 0 no-repeat;
}

a.enter, a.contest-rules-oct-19th, a.contest-rules {
	background: url("/resources/images/bg/enter.png") 0 0 no-repeat;
	display: block;
	width: 437px;
	height: 82px;
	position: absolute;
	bottom:-20px;
	left:-20px;
	text-indent:-9999px;
}
a.contest-rules-oct-19th {
	background: url("/resources/images/bg/contest-rules-oct-19th.png") 0 0 no-repeat;
	width: 635px;
	height: 88px;
}
a.contest-rules {
	background: url("/resources/images/bg/contest-rules.png") 0 0 no-repeat;
	width: 518px;
	height: 88px;
}

.the-pledge {
	background: url("/resources/images/bg/the-pledge.png");
	width: 388px;
	padding: 25px 30px 25px 75px;
	color: #000;
}

.mc-grunge {
	width: 541px;
	margin-right: 30px;
	margin-left: 40px;
	padding: 45px 45px 35px 25px;
	line-height: 2em;
	background: url("/resources/images/bg/mc-grunge.gif") 0 0;
	color: #fff;
}

.the-pledge h1 {
	background: url("/resources/images/bg/the-pledge-header.png") 0 0 no-repeat;
	width: 290px;
	height: 35px;
	text-indent: -9999px;
	margin-bottom: 25px;
}

.the-pledge .imgright {
	margin-right: -75px;
}

.the-pledge .sign-pledge {
	text-indent: -9999px;
	background: url("/resources/images/bg/sign-pledge.png") 0 0 no-repeat;
	width: 161px;
	height: 32px;
	display: block;
}

.the-wall a {
	display:inline-block;
	width:228px;
	height:149px;
	overflow:hidden;
	border: 4px solid #fff;
	margin: 0 4px 15px 0;
	padding-top:0;
}

.the-wall a:hover {
	border: 4px solid #ffcc00;
}

.the-wall a:hover img {
	position:relative;
	top:-149px;
}

h1#spin-header {
	width:434px;
	height: 58px;
	text-indent: -9999px;
	background: url("/resources/images/bg/spin-the-wheel.gif") 0 0 no-repeat;
}

#probability_wheel{
	background:#000;
	padding:15px;
	text-align:center;
}

#callout {
}

#secondary-content {
	float: left;
	width: 150px;
}

#footer {
	clear: both;
	background: url("/resources/images/bg/footer.png") 0 0 repeat-x;
}	

#footer-content {
	margin: 0 auto;
	width: 1024px;
	padding: 10px;
	text-align: right;
}

#footer .icons {
	float: left;
	padding-top: 3px;
}

#footer p {
	margin:0;
	padding:0;
}

#footer a {
	color: #fff;
	background: none;
	padding:0;
	text-decoration: none;
}

#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

/*-- navigation ------------------*/

#mainnav {
	background: url("/resources/images/bg/mainnav.png") no-repeat scroll 0 0;
	float:right;
	height:112px;
	margin:0 10px 0 0;
	padding:0;
	position:relative;
	width:530px;
}

#mainnav li {
	background:transparent none repeat scroll 0 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
	
#mainnav li a {
	background:transparent url("/resources/images/bg/mainnav-hover.gif") no-repeat scroll 642px 0;
	position:absolute;
	text-decoration:none;
	text-indent:-9999px;
}

#mainnav li.blog a {
	text-indent:0;
	color: #fff;
	font-size: 1.2em;
	background: #000;
	padding: 2px 6px;
	top: 15px;
	left: 85px;
}

#mainnav li.blog a:hover {
	color: #418dd9;
	background: #fff;
}

#mainnav li.what-is-lethal a {
	height:46px;
	left:-3px;
	top:45px;
	width:175px;
}

#what-is-lethal-page #mainnav li.what-is-lethal a, #mainnav li.what-is-lethal a:hover {
	background: url("/resources/images/bg/what-is-lethal-hover.png") no-repeat scroll 0 0;
}

#mainnav li.the-casualties a {
	height:34px;
	left:80px;
	top:75px;
	width:174px;
}

#the-casualties-page #mainnav li.the-casualties a, #mainnav li.the-casualties a:hover {
	background: url("/resources/images/bg/the-casualties-hover.png") no-repeat scroll 0 0;
}

#mainnav li.the-pledge a {
	height:36px;
	left:233px;
	top:73px;
	width:127px;
}

#the-pledge-page #mainnav li.the-pledge a, #mainnav li.the-pledge a:hover {
	background: url("/resources/images/bg/the-pledge-hover.png") no-repeat scroll 0 0;
}

#mainnav li.tell-your-story a {
	height:34px;
	left:180px;
	top:43px;
	width:177px;
}

#mainnav li.tell-your-story a:hover {
	background: url("/resources/images/bg/tell-your-story-hover.png") no-repeat scroll 0 0;
}

#mainnav li.spin-the-wheel-of-death a {
	height:39px;
	left:165px;
	top:0px;
	width:272px;
}

#spin-the-wheel-page #mainnav li.spin-the-wheel-of-death a, #mainnav li.spin-the-wheel-of-death a:hover {
	background: url("/resources/images/bg/spin-the-wheel-of-death-hover.png") no-repeat scroll 0 0;
}

#mainnav li.downloads a {
	height:24px;
	left:365px;
	top:43px;
	width:110px;
}

#downloads-page #mainnav li.downloads a, #mainnav li.downloads a:hover {
	background: url("/resources/images/bg/downloads-hover.png") no-repeat scroll 0 0;
}

#mainnav li.the-vids a {
	height:31px;
	left:356px;
	top:77px;
	width:101px;
}

#the-vids-page #mainnav li.the-vids a, #mainnav li.the-vids a:hover {
	background: url("/resources/images/bg/the-vids-hover.png") no-repeat scroll 0 0;
}

#mainnav li.merch a {
	height:50px;
	left:450px;
	top:6px;
	width:75px;
}

#mainnav li.merch a:hover {
	background: url("/resources/images/bg/merch-hover.png") no-repeat scroll 0 0;
}

#mainnav li.contest a {
	height:36px;
	left:444px;
	top:65px;
	width:88px;
}

#create-real-impact-page #mainnav li.contest a,#mainnav li.contest a:hover {
	background: url("/resources/images/bg/contest-hover.png") no-repeat scroll 0 0;
}

.sidebar h2 {
	font-size: 3.6em;
	color: #000; 
	margin: 0px;
	font-weight: bold;
}	

.wide {
	width: 282px;
}

.wide .box-t {
	background: url("/resources/images/bg/box-t-wide.gif") 0 0 no-repeat;
}

.wide .box-b {
	background: url("/resources/images/bg/box-b-wide.gif") 0 0 no-repeat;
}
	
#memorial-wall-page .main-content {
	width: 609px;
}

#memorial-wall-page .sidebar {
	margin-left: 50px;
}

.section {
	background: url("/resources/images/bg/wall-main.gif");
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

img.profile-img {
	border: solid 4px #fff;
}

.entry-info {
	color: #FFCC00;
}

#comment_form ul li {
	padding-left:0;
	background: none;
}

.highlight-login {
	color: #ffcc00;
	font-style: italic;
	padding: 2px 10px;
	font-size: 1.2em;
	background: url("/resources/images/bg/blue-header.png");
}

	#downloads {
		margin: 0 auto;
		width: 828px;
	}
	
	#download-content {
		background: #fcfcfc url("/resources/images/bg/download-top.gif") top left no-repeat;
		padding: 30px 0 5px 0;
	}

	#download-content-bottom {
		background: url("/resources/images/bg/download-bottom.png") top left no-repeat;
		height: 41px;
	}
	
	#download-area {
		background: url("/resources/images/bg/download-area.gif");
		width: 810px;
		margin: 0 auto;
		padding-top: 10px;
	}
	
	.download-item {
		width: 299px;
		float: left;
		padding-left: 106px;
		position: relative;
		height: 75px;
	}

	.download-item img {
		position: absolute;
		top:0;
		left: 10px;
		border: solid 3px #000;
	}
	
	.download-item p {
		padding-right: 10px;
	}
	
	.post {
		margin-bottom: 4em;
	}
	
	.arrows {
		list-style: none;
		margin:0;
	}	
	
	.arrows li {
		margin-top: 0;
		background:transparent url(/resources/images/bg/arrow.gif) no-repeat scroll left top;
		padding-left:25px;
	}

#bottom-logos {
 	height: 39px;
 	width:441px;
 	background: #fff;
 	float:right;
 	position: relative;
 	background: url("/resources/images/bg/logos.gif") 0 0 no-repeat;
}

#bottom-logos a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	height: 39px;
	background: none;
	padding:0;
}

.ca-casualty {
	width: 149px;
	top:0;
	left:0;
}

.ots {
	width: 74px;
	top:0;
	left:150px;
}

.itd {
	width: 108px;
	top:0;
	left:222px;
}

.radd {
	width: 111px;
	top:0;
	right:0;
}