@charset "UTF-8";
/* CSS Document */

/*
COLORS:
RED: #ff0000
LIGHT GREY: #cccccc
MEDIUM GREY: #666666
DARKGREY: #333333
*/

/* HTML */

body {
	background: url(../img/poison_bad_bkgd.png) top right no-repeat fixed;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #808080;
	line-height: 1.2em;
}

a {
	color: #808080;
}

h1 {
	background: #ff0000;
	padding: 10px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	padding: 10px;
	background: #cccccc;
	color: #000000;
	font-size: 22px;
	margin: 10px 0;
	line-height: 1.2em;
}

h3 {
	padding: 10px;
	background: #4d4d4d;
	color: #cccccc;
	font-size: 18px;
	margin: 10px 0;
}

p {
	margin-bottom: 10px;
}

/* structure */


#wrapper {
	position: absolute;
	width: 860px;
	left: 50%;
	margin-left: -430px;
	z-index: 1;
}

#logo {
	float: left;
}

#social {
	position: absolute;
	top: 8px;
	right: 0;
}

#social LI {
	float: left;
}

#social A {
	display: block;
	width: 16px;
	height: 16px;
	padding: 5px;
	font-size: 14px;
	text-indent: -3000px;
	float: left;
	margin-left: 3px;
	background: url(../img/navi_twitter.png) bottom center no-repeat;
}

LI#nav_facebook A {
	background-image: url(../img/navi_facebook.png);
}

LI#nav_youtube A {
	background-image: url(../img/navi_youtube.png);
}

#social A:hover {
	background-position: top;
}

#menu {
	float: right;
	margin-top: 41px;
}

#mainnav LI {
	float: left;
	padding-left: 21px;
}

#mainnav LI A {
	display: block;
	width: 74px;
	height: 16px;
	padding: 5px;
	text-indent: -3000px;
	background: #333333 url(../img/navi_btn_home.png) top center no-repeat;
}

LI#node_11 A {
	background: url(../img/navi_btn_about.png);
}

LI#node_13 A {
	background: url(../img/navi_btn_social.png);
}

LI#node_12 A {
	background: url(../img/navi_btn_band.png);
}

LI#node_5 A {
	background: url(../img/navi_btn_learn.png);
}

LI#node_6 A {
	background: url(../img/navi_btn_help.png);
}

LI#node_19 A {
	background: url(../img/navi_btn_media.png);
}

#mainnav LI A:hover, #mainnav LI.active A {
	background-position: bottom;
}

#content {
	float: left;
	width: 860px;
	margin: 21px 0;
	background: #ffffff;
}

#share {
	float: right;
	padding: 9px;
	margin-top: -53px;
	height: 32px;
}

#share IMG {
	padding-left: 5px;
	margin-bottom: -7px;
}

#share span {
	color: #4d4d4d;
	font-size: 24px;
	font-weight: bold;
}

#footer {
	float: left;
	width: 860px;
	font-size: 10px;
	padding-bottom: 21px;
}

#poison_logo {
	float: left;
	width: 150px;
	height: 150px;
}

#news_feed {
	background: #4d4d4d;
	width: 690px;
	height: 18px;
	float: left;
	color: #ffffff;
	padding: 5px 10px;
	margin-bottom: 21px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#news_feed A {
	color: #ffffff;
}

#copyright {
	background: #cccccc;
	float: left;
	width: 380px;
	padding: 18px 10px;
	font-weight: bold;
}

#powered {
	background: #ff0000;
	float: left;
	width: 290px;
	color: #ffffff;
	padding: 18px 10px;
	text-align: right;
	font-weight: bold;
}

#powered a {
	color: #ffffff;
	text-decoration: none;
}

#footer_links {
	display: inline;
}

#spacer {
	background: #ff0000;
	float: left;
	width: 272px;
	height: 21px;
}

#left_block {
	clear: left;
}

#left_block,
#middle_block,
#right_block {
	background: #666666;
	width: 252px;
	height: 252px;
	padding: 10px;
	float: left;
	display: none;
}

#left_block,
#middle_block {
	margin-right: 21px;
}

.default_title {
	height: 50px;
	background: #cccccc;
}

.default_main {
	padding: 20px;
	width: 820px;
	background: #ffffff;
}

#new-home_content .default_main,
#home_content .default_main {
	padding: 0;
	width: 860px;
}

#main_video {
	height: 484px;
}

#staff_listing {
	height: 400px;
	margin-right: -20px;
}

#staff_listing LI {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

#staff_listing .staff_info {
	width: 175px;
	height: 20px;
	padding: 5px;
	background: #ff0000;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	
}

#staff_details_image {
	float: left;
	padding: 0 20px 20px 0;
}

#staff_info H1 {
	margin-left: 220px;
}

#staff_info H3 {
	margin-left: 220px;
	text-align: right;
}

#list_link {
	float: right;
	padding: 10px;
	background: #cccccc;
	margin-top: 20px;
}

#list_link A {
	color: #000000;
	text-decoration: none;
}

.default_main OL {
	list-style: decimal;
}

.default_main LI {
	margin-left: 35px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.red {
	color: red;
}

.left_column {
	width: 50%;
	float: left;
}

.right_column {
	width: 50%;
	float: right;
}

#poison_feed LI {
	width: 680px;
}

#email_form, #contest_form {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	background: #ffffff;
	border-bottom: solid 10px #4d4d4d;
	display: none;
}

#email_form form, #contest_form form {
	padding: 10px 20px 20px;
}

.input {
	float: left;
	margin-right: 20px;
	width: 410px;
	text-align: right;
}

INPUT {
	border: none;
	padding: 3px;
	font-size: 24px;
	background: #808080;
	color: #ffffff;
	margin-bottom: 5px;
	font-family: "Arial",sans-serif;
	border: solid 3px #808080;
}

input:focus, input:active {
	background: #ffffff;
	color: #808080;
}

#email_form input[type=submit], #contest_form input[type=submit] {
	background: #ff0000;
	color: #ffffff;
	font-size: 20px;
	padding: 4px 4px 5px;
	font-family: "Arial",sans-serif;
	font-weight: bold;
}

label {
	font-size: 20px;
	padding-right: 10px;
}

#email_form .close, #contest_form .close {
	position: absolute;
	top: 10px;
	right: 0px;
}

#email_form .close A, #contest_form .close A {
	font-size: 20px;
	padding: 7px;
	color: #4d4d4d;
	text-decoration: none;
	font-weight: bold;
	background: #cccccc;
}

#badge {
	position: absolute;
	top: 440px;
	right: 0;
}
