/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

/*-------------------------
DOT TO DOT 2011 
-------------------------*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?iefix') format('eot'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#webfontfvFLBU0N') format('svg');
    font-weight: normal;
    font-style: regular;

}

@font-face {
    font-family: 'CPMono_v07Plain';
    src: url('../fonts/CPMono_v07_Plain-webfont.eot');
    src: url('../fonts/CPMono_v07_Plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CPMono_v07_Plain-webfont.woff') format('woff'),
         url('../fonts/CPMono_v07_Plain-webfont.ttf') format('truetype'),
         url('../fonts/CPMono_v07_Plain-webfont.svg#CPMono_v07Plain') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CPMono_v07Light';
    src: url('../fonts/CPMono_v07_Light-webfont.eot');
    src: url('../fonts/CPMono_v07_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CPMono_v07_Light-webfont.woff') format('woff'),
         url('../fonts/CPMono_v07_Light-webfont.ttf') format('truetype'),
         url('../fonts/CPMono_v07_Light-webfont.svg#CPMono_v07Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	width: 100%;
	
	font-family: Helvetica, Arial, 'Lucida Grande', sans-serif;
    text-align: center;
    font-size: 12px;
   	
    background-color: #000;
}

/*---------------------------------------------------------------------------------
Global Text
---------------------------------------------------------------------------------*/

p {
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 10px;
	color: #BCBCBC;
	line-height: 1.4em;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #FFF;
	line-height: 1.2em;
	text-align: left;
}

h1 {
/*
	font-size: 30px;
	color: #B91101;
	font-weight: bold;
*/
	font-size: 29px;
	font-weight: bold;
	letter-spacing: -0.1ex;
	line-height: 1em;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 29px;
	font-weight: bold;
	letter-spacing: -0.1ex;
	line-height: 1em;
}

h4 {
	font-size: 25px;
	margin: 0 0 8px 0;
}

h5 {
	font-size: 15px;
	margin: 0 0 8px 0;
}

ul { list-style-type: none; }

ol { list-style-type: decimal-leading-zero; }

input {
	color: #333;
	margin: 3px 9px 0 0;
}


a:link		{ color: #B91101; text-decoration: none;}
a:visited	{ color: #B91101; text-decoration: none;}
a:hover		{ color: #FFFFFF; text-decoration: none;}
a:active	{ color: #B91101; text-decoration: none;}

a:active, a:focus {
	outline: 0;
}

strong {
	/*color: #E0E0E0;*/
	font-weight: bold;
}

/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* hides text content of headings */
h1 span, h2 span, h3 span, h4 span, .read span, .listen span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*---------------------------------------------------------------------------------
GENERIC Layout Styles
---------------------------------------------------------------------------------*/
#content_wrapper{
	width: 940px;
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	padding: 17px 0;
}

/*---------------------------------------------------------------------------------
HEADER
---------------------------------------------------------------------------------*/
#header_wrapper {
	width: 940px;
	height: 74px;
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
}

#subculture_logo_container {
	width: 880px;
	float: left;
}

#navigation {
	width: 880px;
	float: left;
	margin-top: 12px;
	font-size: 11px;
}

#navigation li {
	color: #FFFFFF;
	font-size: 103%;
	font-weight: bold;
	list-style-type: none;
	padding: 2px 4px 0 0;
	float: left;
	position: relative;
}

#navigation li p {
	display: none;
	color: #666666;
	font-size: 95%;
	font-weight: normal;
	position: absolute;
	padding: 0;
	line-height: 1em;
	left: 0;
	top: 30px;
	width: 200px;
	background-color: #000;
}


#navigation ul li ul {
	display: none;
	position:absolute;
	z-index:2;
	padding-top:14px;
	left: 0;
	.top:12px;
}

#navigation ul li ul li {
	float:left;
	font-size: 95%;
}

#navigation a:link		{ color: #FFFFFF; text-decoration: none;}
#navigation a:visited	{ color: #FFFFFF; text-decoration: none;}
#navigation a:hover		{ color: #B91101; text-decoration: none;}
#navigation a:active	{ color: #FFFFFF; text-decoration: none;}

#fredperry_logo_container {
	width: 60px;
	float: right;
}

/*---------------------------------------------------------------------------------
HOME
---------------------------------------------------------------------------------*/


#subhome_latest {
	width: 612px;
	height: 370px;
	float: left;
/*	background-color: #CCC;*/
}

#subhome_miniscreen {
	width: 303px;
	height: 348px;
	float: right;
	background-color: #000;
	padding-top:22px;
}

#subhome_latest img {
	display: block;
}


/*-------------------------------------------
GRAPEVINE
-------------------------------------------*/

#subhome_grapevine {
	position: relative;
	margin-top: 30px;
	background: url(../images/home/grapevine_dots.gif) #FFF repeat top left;
}

#subhome_grapevine .whitespace {
	height: 15px;
	background: #fff;
}

#subhome_grapevine h2 {
	line-height: 0;
	height: 30px;
	background: url(../images/home/grapevine_h2.gif) no-repeat left bottom;
	margin-bottom: 15px;
}

#subhome_grapevine h3 {
	color: #000;
	text-transform: uppercase;	
}

#subhome_grapevine_col1 {
	width: 286px;
	float: left;
	margin-left: 10px;
	margin-right: 15px;
	display:inline;
}

.subhome_grapevine_col2 {
	width: 629px;
	float: left;
	display:inline;
}

.subhome_grapevine_col2_1 {
	width: 286px;
	float: left;
	margin-left: 15px;
	display:inline;
}

.subhome_grapevine_col2_2 {
	width: 286px;
	float: left;
	margin: 0 10px 0 30px;
	display:inline;
}


#subhome_grapevine_col1 img {
	margin-bottom: 10px;
}

#subhome_grapevine_col1 p {
	color: #000;
	font-size: 12px;
	line-height: 1.1em;
}

#subhome_grapevine h4 {
	color: #000;
	line-height: 0;
	height: 48px;
}

#subhome_grapevine h4 a {
	height: 48px;
	width: 286px;
	display: block;
	cursor: pointer;
}

#subhome_grapevine h4 a:hover {
	background-position: 0 -50px;
}

#subhome_grapevine h5 {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3em;
	letter-spacing: -0.1ex;
}

.read {
	float: left;
}

.read a {
	background: url(../images/home/read.gif) no-repeat top left;
	width: 60px;
	height: 15px;
	display: block;
	cursor: pointer;
}

.read a:hover {
	background-position: 0 -15px;
}

.listen {
	float: left;
	margin-left: 3px;
}

.listen a {
	background: url(../images/home/listen.gif) no-repeat top left;
	width: 60px;
	height: 15px;
	display: block;
	cursor: pointer;
}

.listen a:hover {
	background-position: 0 -15px;
}

/*-------------------------
THE BUZZ
-------------------------*/
#subhome_thebuzz h4 a {
	background: url(../images/home/thebuzz.gif) no-repeat top left;
}

#subhome_thebuzz h5 a {
	color: #000; 
	border-bottom: #00EDF5 2px solid;
}

#subhome_thebuzz h5 a:hover	{ background: #00EDF5; }

/*
#subhome_thebuzz .subhome_feedblock_img {
	background: url(../images/home/thebuzz_feedblock.gif) no-repeat left bottom;
}
*/

#subhome_thebuzz .subhome_feedblock_img a {
	background: url(../images/home/thebuzz_feedblock.gif) no-repeat top left;
}

#subhome_thebuzz .subhome_feedblock_img a:hover {
	background-position: 0 -86px;
}

/*-------------------------
STATESIDE
-------------------------*/
#subhome_stateside h4 a {
	background: url(../images/home/stateside.gif) no-repeat top left;
}

#subhome_stateside h5 a {
	color: #000; 
	border-bottom: #1BEB00 2px solid;
}

#subhome_stateside h5 a:hover	{ background: #1BEB00; }

/*
#subhome_stateside .subhome_feedblock_img {
	background: url(../images/home/stateside_feedblock.gif) no-repeat left bottom;
}
*/

#subhome_stateside .subhome_feedblock_img a {
	background: url(../images/home/stateside_feedblock.gif) no-repeat top left;
}

#subhome_stateside .subhome_feedblock_img a:hover {
	background-position: 0 -86px;
}

/*-------------------------
RATED & SLATED
-------------------------*/
#subhome_ratedslated h4 a {
	background: url(../images/home/rated.gif) no-repeat top left;
}

#subhome_ratedslated h5 a {
	color: #000; 
	border-bottom: #FF1F80 2px solid;
}

#subhome_ratedslated h5 a:hover	{ background: #FF1F80; }

/*
#subhome_ratedslated .subhome_feedblock_img {
	background: url(../images/home/ratedslated_feedblock.gif) no-repeat left bottom;
}
*/

#subhome_ratedslated .subhome_feedblock_img a {
	background: url(../images/home/ratedslated_feedblock.gif) no-repeat top left;
}

#subhome_ratedslated .subhome_feedblock_img a:hover {
	background-position: 0 -86px;
}


/*-------------------------
FILTER
-------------------------*/
#subhome_filter h4 a {
	background: url(../images/home/filter.gif) no-repeat top left;
}

#subhome_filter h5 a {
	color: #000; 
	border-bottom: #949494 2px solid;
}

#subhome_filter h5 a:hover	{ background: #949494; }

/*
#subhome_filter .subhome_feedblock_img {
	background: url(../images/home/filter_feedblock.gif) no-repeat left bottom;
}
*/
#subhome_filter .subhome_feedblock_img a {
	background: url(../images/home/filter_feedblock.gif) no-repeat top left;
}

#subhome_filter .subhome_feedblock_img a:hover {
	background-position: 0 -86px;
}

/*-------------------------------------------
SUBSONIC
-------------------------------------------*/
#subhome_subsonic {
	position: relative;
	background-color: #5C5C5C;
	margin-top: 30px;
	background: url(../images/home/subsonic_dots.gif) #5C5C5C repeat top left;
}

#subhome_subsonic .whitespace {
	height: 15px;
	background: #5C5C5C;
}

#subhome_subsonic h2 {
	line-height: 0;
	height: 30px;
	background: url(../images/home/subsonic_h2.gif) no-repeat left bottom;
	margin-bottom: 15px;
}

#subhome_subsonic p {
	color: #E3E3E3; 
}

.subhome_subsonic_col1 {
	width: 286px;
	float: left;
	margin-left: 10px;
	margin-right: 15px;
	display:inline;
}

.subhome_subsonic_col1 a {
	color: #fff;
	font-weight: bold;
}

.subhome_subsonic_col1 a:hover {
	color: #000;
	background-color: #FFFFFF;
}

.subhome_subsonic_col2 {
	width: 286px;
	float: left;
	margin-left: 15px;
	display:inline;
}

.subhome_subsonic_col3 {
	width: 286px;
	float: left;
	margin: 0 10px 0 30px;
	display:inline;
}

.subhome_subsonic_col1 p {
	font-size: 14px;
	line-height: 1.1em;
}

#subhome_subsonic h5  {
	font-weight: bold;
	font-size: 15px;
}


#subhome_subsonic h5 a {
	color: #FFF;
}

#subhome_subsonic h5 a:hover	{ color: #000; background: #FFF; }

#subhome_subsonic h6 {
	font-size: 15px;
	font-weight: bold;
	text-transform: lowercase;
	color: #ff1f80;
}

#subhome_subsonic h6 a {
	color: #ff1f80;
}

#subhome_subsonic h6 a:hover	{ color: #000; background: #ff1f80; }

#subhome_subsonic .region {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
	text-transform: uppercase;
}

.region a:link		{ color: #AFBBC1; }
.region a:visited	{ color: #AFBBC1; }
.region a:hover		{ color: #000; background: #AFBBC1;}
.region a:active	{ color: #AFBBC1; }

/*
#subhome_subsonic .subhome_feedblock_img {
	background: url(../images/home/subsonic_feedblock.gif) no-repeat left bottom;
}
*/

#subhome_subsonic .subhome_feedblock_img a {
	background: url(../images/home/subsonic_feedblock.gif) no-repeat top left;
}

#subhome_subsonic .subhome_feedblock_img a:hover {
	background-position: 0 -86px;
}


/*-------------------------------------------
DOT TO DOT 2010
-------------------------------------------*/
#subhome_dottodot {
	position: relative;
	margin-top: 30px;
	background: url(../images/home/dottodot_dots.gif) #3e4548 no-repeat top left;
}

#subhome_dottodot .whitespace {
	height: 15px;
	background: #3e4548;
}

#subhome_dottodot h2 {
	line-height: 0;
	height: 30px;
	background: url(../images/home/dottodot_h2.gif) no-repeat left bottom;
	margin-bottom: 15px;
}

#subhome_dottodot p {
	color: #E3E3E3; 
}

.subhome_dottodot_col1 {
	width: 286px;
	float: left;
	margin-left: 10px;
	margin-right: 15px;
/*	margin-top: 180px;*/
	display:inline;
}

#subhome_dottodot h4 {
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #00bdf4;
}

#subhome_dottodot ul {
	margin-bottom: 0.9em;
	color: #fff;
}

#subhome_dottodot li {
	margin-bottom: 0.2em;
}



#subhome_dottodot .subhome_dottodot_col1 h4, #subhome_dottodot .subhome_dottodot_col2 h4 {
	margin-bottom: 35px;
}

#subhome_dottodot .subhome_feedblock_img {
	margin-right: 10px;
}

#subhome_dottodot .subhome_feedblock_img img {
	border: 1px solid #000000;
}

.subhome_dottodot_col1 a {
	color: #fff;
	font-weight: bold;
}

.subhome_dottodot_col1 a:hover {
	color: #000;
	background-color: #FFFFFF;
}

.subhome_dottodot_col1 .featurelink {
	margin-top: 10px;
}

.subhome_dottodot_col1 .featurelink a {
	color: #00bdf4;
	background: url(../images/dottodot/arrow_link_cyan_grybg.gif) no-repeat 60% 0;
	display: block;
	height: 15px;
}


.subhome_dottodot_col1 .featurelink a:hover {
	color: #ffffff;
	background-color: transparent;
/*	background-position: 100% -15px;*/
}

.subhome_dottodot_col2 {
	width: 614px;
	float: left;
	margin-left: 13px;
	display:inline;
}

#subhome_dottodot_col2_1 {
	width: 290px;

}

#subhome_dottodot_col2_2 {
	width: 290px;

}

.subhome_dottodot_col1 p {
	font-size: 13px;
	line-height: 1.1em;
	color: #c4c9d0 !important;
}

#subhome_dottodot h5  {
	font-weight: bold;
	font-size: 15px;
}


#subhome_dottodot h5 a {
	color: #FFF;
}

#subhome_dottodot h5 a:hover	{ color: #000; background: #FFF; }

#subhome_dottodot h6 {
	font-size: 15px;
	font-weight: bold;
	text-transform: lowercase;
	color: #00bdf4;
}



#subhome_dottodot .subhome_feedblock_img a {
	background: url(../images/dottodot/dtd_feedblock.gif) no-repeat top left;
}

#subhome_dottodot .subhome_feedblock_img a:hover {
	background-position: 0 -86px;
}


#subhome_dottodot_col2_1, #subhome_dottodot_col2_2 {
	float: left;
}


#subhome_dottodot_col2_2 {
	margin-left: 30px;
}

#subhome_dottodot_row1 .dtd_featured a {
	display: block;
	height: 164px;
	background: url(../images/home/dtd_featureblock.gif) no-repeat top left;
	margin-bottom: 15px;
}

#subhome_dottodot_row1 .dtd_featured a:hover {
	background-position: 0 -160px;
}



#subhome_dottodot_row1 .dtd_featured a img {
	border: #000 solid 2px;
}

#subhome_dottodot_row1 h5 {
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom: 0;
}

#subhome_dottodot_row1 h6 {
	font-weight: normal;
	margin-bottom: 10px;
}

/*-------------------------------------------
DOT TO DOT 2011
-------------------------------------------*/
#subhome_dottodot_2011 h3, #subhome_dottodot_2011 p
{
	font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	letter-spacing:0.05em;
}

#subhome_dottodot_2011 h3
{
	color:#050708;
	font-size:48px;
	margin-bottom:10px;
	visibility:visible !important;
}

#subhome_dottodot_2011 p
{
	color:#fff;
	font-size:30px;
	line-height:32px;
	padding:0 200px 10px 0;
}

#subhome_dottodot_2011 .lastpara
{
	color:#f8b61f !important;
	font-size:24px;
	line-height:26px;
	padding:0 0 140px 0;
}

.lastpara a:link	{ color: #fff; }
.lastpara a:visited	{ color: #fff; }
.lastpara a:hover	{ color: #f8b61f;}
.lastpara a:active	{ color: #fff; }

#subhome_dottodot_2011 p span
{
	font-size:20px;
}

#subhome_dottodot_2011 {
	position: relative;
	margin-top: 30px;
	background: url(../images/home/home-speakers-new.gif) #e6055f no-repeat bottom left;
}

#subhome_dottodot_2011 h2 {
	line-height: 0;
	height: 30px;
	background: url(../images/home/dottodot_h2_2011.gif) no-repeat left bottom;
	margin-bottom: 15px;
}

#subhome_dottodot_2011 .block
{
	padding:25px 25px 0 25px;
}

#driplogo
{
	position:absolute;
	left:720px;
	top:-12px;
	z-index:2;
}


/*-------------------------------------------
ABOUT SUBCULTURE
-------------------------------------------*/

#subhome_about {
	position: relative;
	margin-top: 30px;
}

#subhome_about_border {
	position: relative;
	border-left: #5C5C5C solid 1px;
	border-right: #5C5C5C solid 1px;
	border-bottom: #5C5C5C solid 1px;
	padding-bottom: 15px;
}

#subhome_about h2 {
	line-height: 0;
	height: 30px;
	background: url(../images/home/about_h2.gif) no-repeat left bottom;

}

#subhome_about_subtitle {
	width: 286px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	display: inline;
}

#subhome_about_text {
	width: 619px;
	margin-right: 10px;
	float: right;
	margin-top: 15px;
}

#subhome_about_text a {
	font-weight: bold;
	text-decoration: none;
}

#subhome_about_text a:link		{ color: #fff; }
#subhome_about_text a:visited	{ color: #fff; }
#subhome_about_text a:hover		{ color: #000; background-color: #fff;}
#subhome_about_text a:active	{ color: #fff; }

/*-------------------------
FEEDBACK BLOCKS
-------------------------*/
.subhome_feedblock {
	margin-bottom: 20px;
}

.subhome_feedblock_img {
	width: 86px;
	height: 86px;
	float: left;
}

.subhome_feedblock_img a {
	display: block;
	width: 86px;
	height: 86px;
}

.subhome_feedblock_txt {
	width: 190px;
	float: right;
}

.subhome_feedblock_txt p {
	color: #000;
	font-size: 12px;
	line-height: 1.1em;
}

.subhome_feedblock_txt .posted {
	padding: 0;
	margin: 3px 0 7px 0;
}

.subhome_feedblock_txt h5 {
	margin: 0;
	text-transform: uppercase;
	line-height: 1em;
}

.posted a:link		{ color: #000; }
.posted a:visited	{ color: #000; }
.posted a:hover		{ color: #B91101; }
.posted a:active	{ color: #000; }


.subsonic_live_competition
{
	margin-top:40px
}

.featuredacts
{
	margin-top:25px;
	padding-bottom:25px;
	width:940px;
	background:url(../images/subsoniclive/subsoniclive-latest-bg.gif) top left no-repeat;
	border-bottom:11px solid #4c0001;
	height:760px;
}

.left 
{
	float:left;
}

.right 
{
	float:right;
}

.featuredacts .left
{
	width:290px;
	margin-top:250px;
}

.featuredacts .right
{
	width:625px;
	margin-top:122px;
	margin-left:25px	
}

.subsoniclive_feedblock {
    margin-bottom: 20px;
    width:290px;
    float:left;
    margin-left:15px;
}

.subsoniclive_feedblock_img {
    margin-right: 10px;
}

.subsoniclive_feedblock_img {
    float: left;
    height: 86px;
    width: 86px;
}

.subsoniclive_feedblock_img a {
    background: url("../images/subsoniclive/subsoniclive-featured-image-bg.gif") no-repeat scroll left top transparent;
    display: block;
    height: 86px;
    width: 86px;
}

.subsoniclive_feedblock_img a:hover {
	background-position:0 -86px;
}

.subsoniclive_feedblock_img img {
    border: 1px solid #bf0002;
}

.subsoniclive_feedblock_txt {
    float: right;
    width: 190px;
}

.subsoniclive h5 {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 4px;
    text-transform: uppercase;
    color:#fff;
}

.subsoniclive h5 a 
{
    color:#fff;
}

.subsoniclive h5 a:hover 
{
    color:#bf0002;
}

.subsoniclive h6 {
    color: #bf0002;
    font-size: 15px;
    font-weight: normal;
    text-transform: lowercase;
    margin-bottom: 10px;
}


.subsoniclive_feedblock_txt p {
    color: #fff;
    font-size: 12px;
    line-height: 1.1em;
}

.subsoniclive .read a {
    background: url("../images/subsoniclive/subsoniclive-read-bg.gif") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    width: 60px;
}

.subsoniclive .read a span
{
	display:none;
}

.competition_block {
	background:url(../images/subsoniclive/subsonic-live-notice-bg.gif) top left no-repeat;
	width:912px;
	height:82px;
	margin-top:40px;
	padding:14px;
	cursor:pointer;
}


.competition_block h2 {
	color:#bf0002;
	margin-bottom:2px;
}

.competition_block h3 {
	color:#fff;
	font-size:18px;
	line-height:1.4em;
}

.competition_block h2, .competition_block h3
{
	font-family:CPMono_v07Plain !important;
	visibility:visible !important;
	text-transform:none;
}

.competition_block h3 {
    color: #FFFFFF;
    font-size: 18px !important;
    line-height: 1.4em !important;
    letter-spacing:0 !important;
    font-weight:normal !important;
}

/*---------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------*/


#footer {
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	padding: 8px;
	margin: 17px 0 0 0;
}

#footer p{
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 0;
	padding: 0px;
	line-height: 1;
	text-align: left;
	font-family: Helvetica, Arial, 'Lucida Grande', Verdana, sans-serif;
}

#footer #footleft p {
	width: 300px;
	float: left;
}

#footer #footright p {
	float: right;
	text-align: right;
	width: 300px;
}

#footer a:link		{ color: #999999; text-decoration: none;}
#footer a:visited	{ color: #999999; text-decoration: none;}
#footer a:hover		{ color: #FFFFFF; text-decoration: none;}
#footer a:active	{ color: #999999; text-decoration: none;}


.red {
	color:#B91101 !important;
}
