/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global */
body {
	background-color:#ffc82e;
	font-size:62.5%;
	font-family: 'Helvetica', 'Arial', verdana;
	
}
#wrapper {
	width:933px;
	margin:0 auto;
}

/* header */
#header { margin:25px 0 0 0; text-indent:-9999px; }
#header #logo a {
	background:url('../img/logo.png') no-repeat;
	width:933px;
	height:104px;
	display:block;
}
#header #title {
	background:url('../img/title.png') no-repeat;
	width:933px;
	height:84px;
}
#header #subtitle {
	background:url('../img/subtitle.png') no-repeat;
	width:933px;
	height:36px;
}

/* content */
#content {
	background:url('../img/content.png') repeat-y;
	width:933px;
	overflow:hidden;
	padding:14px 0 0 30px;
}
#content #main {
	width:566px;
	padding:17px 8px 5025px 17px;
	background-color:#fff;
	float:left;
	margin:0 12px -5000px 0;
	overflow:hidden;
}
#story {
	width:268px;
	float:left;
	clear:right;
}
#main p {
	font-size:1.4em;
	color:#333;
	margin:0 0 15px 0;
	line-height:19px;
}
#main strong {
	font-size:2.0em;
	color:#333;
	margin:0 0 15px 0;
	display:block;
}
#main #synopsis {
	font-size:2.4em;
	color:#333;
	font-weight:bold;
	width:549px;
	margin:0 0 30px 0;
	line-height:27px;
	letter-spacing:-0.5px;
}
.read-more {
	background:url('../img/more-arrow.png') no-repeat right;
	padding:0 10px 0 0;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.go {
	width:548px;
	height:84px;
	display:block;
	text-indent:-9999px;
	background:url('../img/go-btn.png') no-repeat;
	clear:left;
	
	opacity:1.0;filter:alpha(opacity=100)
}
.go:hover {
	opacity:0.4;filter:alpha(opacity=40)
}

#main img {
	float:left;
	margin:0 14px 20px 0;
}
#content #right-col {
	width:269px;
	float:left;
}
#right-col {
	color:#cca025;
	font-weight:bold;
	padding:0 0 5000px 0;
	margin:0 0 -5000px 0;
}
#col-wrapper {
	overflow:hidden;
}
#statistics-head {
	background-color:#000;
}
#statistics-head {
	padding:25px 20px 18px 20px;
	display:block;
}
#statistics-head #title {
	font-size:1.6em;
	text-transform:uppercase;
	margin:0 0 5px 0;
	display:block;
}
#statistics-head p {
	font-size:1.2em;
	line-height:16px;
}
#statistics p {
	font-size:1.1em;
}
#statistics strong {
	font-size:3.0em;
	display:block;
}
.stat {
	background-color:#181818;
	padding:22px 10px 22px 20px;
	border-bottom:1px solid #000;
	text-transform:uppercase;
}
.stat.last {
	border-bottom:0;
}
#bottom {
	overflow:hidden;
	width:872px;
	padding:12px 0 0 0;
	display:block;
	clear:both;
}
#bottom a {
	
	display:block;
	text-indent:-9999px;
}
.voice {
	background:url('../img/have-a-voice.png') no-repeat;
	width:429px;
	height:108px;
	float:left;
	opacity:1.0;filter:alpha(opacity=100)
}
.voice:hover {
	
	opacity:0.4;filter:alpha(opacity=40)
}
.quiz {
	background:url('../img/become-a-fan.png') no-repeat;
	width:429px;
	height:108px;
	float:right;
	opacity:1.0;filter:alpha(opacity=100);
	cursor:default;
}
.quiz:hover {
	
	opacity:0.4;filter:alpha(opacity=40)
}

/* footer */
#footer {
	background:url('../img/footer.png') no-repeat;
	width:933px;
	overflow:hidden;
	padding:30px 0 30px 0;
}
#footer-logos {
	float:left;
	width:300px;
	margin:0 0 0 17px;
	_margin:0 0 0 6px;
}
#terms {
	float:right;
	font-size:1.2em;
	margin:0 17px 0 0;
	_margin:0 8px 0 0;
}
#terms a {
	color:#000;
	font-weight:bold;
}
.glsen-logo {
	background:url('http://www.thinkb4youspeak.com/images/logo_glsen.gif') no-repeat;
	width:153px;
	height:36px;
	display:block;
	text-indent:-9999px;
	float:left;
}
.adcouncil-logo {
	background:url('http://www.thinkb4youspeak.com/images/logo_adcouncil.gif') no-repeat;
	width:38px;
	height:36px;
	display:block;
	text-indent:-9999px;
	float:left;
}