@charset "UTF-8";
body {
	background-color:#ffffff;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:100%;
	margin-bottom:1px;
}
html {
	height:100%;
	margin-bottom:1px;
}


/*main construction elements*/

#container { /*contains every page element*/
	margin-left: auto;
	margin-right:auto;
	height:100%;
	min-height: 100%;
	width: 840px;
	position: relative;
}
#banner {
	height: 170px;
	width: 840px;
}
#nextevent {
	position: absolute;
	top:20px;
	left:580px;
	z-index:101;
}
#linksbox {
	width:350px;
	height:12px;
	position:absolute;
	left:30px;
	top:90px;
}
#maincontent { /*all editorial content goes in this - banner and footer outside of it*/
	width:810px;
	margin-left:15px;
	margin-right:15px;
	height:auto;
	margin-bottom:100px;
}


#topcentre { /*full width editorial container*/
	width:100%;
	height:auto;
	margin-bottom:20px;
}
#index_intro {
	width:470px;
	height:auto;
	padding-left:120px;
	border-bottom-width:2px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	padding-bottom:10px;
}
#button {
	position:absolute;
	width:110px;
	height:110px;
	left:400px;
	top:10px;
	z-index:303;
}


/*column options - large left and small right or small left and large right*/
#left_large {
	float:left;
	height: auto;
	width: 590px;
	margin:0;
}
#left_200d{
	float:left;
	height: 100%;
	width: 200px;
	padding-right:12px;
	background-image:url(../images/dot_v.png);
	background-position:right;
	background-repeat:repeat-y;
}
#left_200 {
	float:left;
	height: 100%;
	width: 200px;
}
#right_large {
	float:right;
	width: 590px;
	height: auto;
}
#right_200d {
	float:right;
	width: 200px;
	height: auto;
	padding-left:12px;
	margin:0px;
	background-image:url(../images/dot_v.png);
	background-position:left;
	background-repeat:repeat-y;
}
#right_200 {
	float:right;
	width: 200px;
	height: auto;
	margin:0;
}

#left340 {
	float:left;
	width:340px;
}
#right450{
	float:right;
	width:450px;
}
#right340 {
	float:right;
	width:340px;
}
#left450{
	float:left;
	width:450px;
}


/*footer boxes*/
#footerlinks {
	width:810px;
	height:auto;
	margin-left:15px;
	margin-right:15px;
	margin-top:50px;
}
#footer {
	width:810px;
	height:50px;
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:10px;
	background-image:url(../images/dot_h.png);
	background-position:top;
	background-repeat:repeat-x;
}
#footlinks_left {
	float:left;
	height: auto;
	width: auto;
}
#footlinks_right {
	float:right;
	width: auto;
	height: auto;
}

/*music player container*/
#player {
	width:200px;
	height:75;
	margin-top:10px;
	margin-bottom:5px;
}


/*inline graphics float commands*/

img.floatleft { 
    float: left; 
    margin-right: 10px; 
}
img.floatright { 
    float: right; 
    margin-left: 10px; 
}
.boxout_a img.floatleft, .boxout_b img.floatleft, .boxout_c img.floatleft, .boxout_d img.floatleft { 
    float: left; 
    margin-right: 5px;
	padding-left:5px;
}
.boxout_a img.floatright, .boxout_b img.floatright, .boxout_c img.floatright, .boxout_d img.floatright { 
    float: right; 
    margin-left: 5px;
	padding-right: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*col specs*/
.col570 {
	width:570px;
	height:auto;
}
.col450 {
	width:450px;
	height:auto;
}
.col340 {
	width:340px;
	height:auto;
}
.col200 {
	width:200px;
	height:auto;
}
.col100 {
	width:100px;
	height:auto;
}


/*boxout panel styles a=black, b=yellow, c=grey, d=pink*/
.boxout_a {
	width: 100%;
	height:auto;
	background-color:#000000;
	padding-top:5px;
	padding-bottom:5px;
}
.boxout_b {
	width: 100%;
	height:auto;
	background-color:#EEE809;
	padding-top:5px;
	padding-bottom:5px;
}
.boxout_c {
	width: 100%;
	height:auto;
	background-color:#3F505C;
	padding-top:5px;
	padding-bottom:5px;
}
.boxout_d {
	width: 100%;
	height:auto;
	background-color:#FF0066;
	padding-top:5px;
	padding-bottom:5px;
}
.boxout_clear {
	width: 100%;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
}
.newsbox {
	width:100%;
	height:auto;
	border-bottom-width:2px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	margin-top:10px;
	padding-bottom:10px;
}
.newsbox_norule {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.newsbox_ind {
	width:auto;
	height:auto;
	border-bottom-width:2px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	margin-top:10px;
	padding-bottom:10px;
	padding-left:105px;
}


/*main text styles*/
.heading {
	color:#000000;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
}
.heading_b {
	color:#000000;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
}
.heading_lrg {
	color:#000000;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
}
.heading_lrgr {
	color:#000000;
	font-size:34px;
	line-height:36px;
	font-weight:bold;
	margin-bottom:10px;
}
.heading a:link, .heading_b a:link, .heading_lrg a:link, .heading_lrgr a:link {
	color:#000000;
	text-decoration:none;
}
.heading a:visited, .heading_b a:visited, .heading_lrg a:visited, .heading_lrgr a:visited {
	color:#000000;
	text-decoration:none;
}
.heading a:hover, .heading_b a:hover, .heading_lrg a:hover, .heading_lrgr a:hover {
	color:#ff0066;
	text-decoration:none;
}
.heading a:active, .heading_b a:active, .heading_lrg a:active, .heading_lrgr a:active {
	color:#000000;
	text-decoration:none;
}
.intro {
	font-size:18px;
	line-height:22px;
}

.credit {
	color:#000000;
	font-size:9px;
	line-height:20px;
	font-style:italic;
}
.credit a:link {
	color:#ff0066;
	text-decoration:none;
}
.credit a:visited {
	color:#ff0066;
	text-decoration:none;
}
.credit a:hover {
	color:#333333;
	text-decoration:none;
}
.credit a:active {
	color:#ff0066;
	text-decoration:none;
}
.subhead {
	color:#000000;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:-5px;
}
.pull_left {
	font-size:25px;
	line-height:29px;
	font-weight:bold;
	text-align:left;
	color:#3F505C;
}
.pull_right {
	font-size:25px;
	line-height:29px;
	font-weight:bold;
	text-align:right;
	color:#3F505C;
}

.text {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#444444;
	font-size:12px;
	line-height:16px;
	padding-top:5px;
}
.text a:link {
	color:#ff0066;
	font-weight:bold;
	text-decoration:none;
}
.text a:visited {
	color:#ff0066;
	font-weight:bold;
	text-decoration:none;
}
.text a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.text a:active {
	color:#ff0066;
	font-weight:bold;
	text-decoration:none;
}

/*small text styles - faves/info/sidebar etc*/
.small_head {
	color:#000000;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
}
.small_head a:link {
	color:#000000;
	text-decoration:none;
}
.small_head a:visited {
	color:#000000;
	text-decoration:none;
}
.small_head a:hover {
	color:#ff0066;
	text-decoration:none;
}
.small_head a:active {
	color:#000000;
	text-decoration:none;
}
.small_text {
	color:#444444;
	font-size:10px;
	line-height:13px;
	padding-bottom: 10px;
}
.small_text a:link {
	color:#ff0066;
	font-weight: bold;
	text-decoration: none;
}	
.small_text a:visited {
	color:#ff0066;
	font-weight: bold;
	text-decoration: none;
}
.small_text a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
.small_text a:active {
	color:#ff0066;
	font-weight: bold;
	text-decoration: none;
}

/*posted on date style*/
.postdate {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	font-style:italic;
	margin-top:30px;
}

/*comments text and box styles*/
.comment_head {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	margin-top:50px;
	color:#FF0066;
}
.comment_textf {
	font-size:10px;
	line-height:15px;
	font-weight:bold;
}
.comment_textfb {
	font-size:9px;
	line-height:15px;
	font-style:italic;
	color:#666666;
	margin-bottom:5px;
}
.comment_text {
	font-size:10px;
	line-height:14px;
	font-style:italic;
	color:#666666;
}
.comment_name {
	font-size:10px;
	line-height:14px;
	font-style:italic;
	margin-bottom:5px;
}
.comment_box {
	width:100%;
	height:auto;
	border-bottom-width:2px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	margin-top:10px;
	padding-bottom:10px;
}

.comment_text a:link {
	color:#ff0066;
	text-decoration:none;
	font-weight:bold;
}
.comment_text a:visited {
	color:#ff0066;
	text-decoration:none;
	font-weight:bold;
}
.comment_text a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.comment_text a:active {
	color:#ff0066;
	text-decoration:none;
	font-weight:bold;
}



/*boxout_a text styles*/
.boxout_a .text, .boxout_a .small_text, .boxout_a .small_head, .boxout_a .heading, .boxout_a .heading_b, .boxout_a .heading_lrg, .boxout_a .heading_lrgr {
	color:#FFFFFF;
	padding-left:7px;
	padding-right:5px;
}
.boxout_a .text a:link, .boxout_a .small_text a:link {
	color:#FF0066;
	font-weight:bold;
	text-decoration:none;
}
.boxout_a .text a:visited, .boxout_a .small_text a:visited {
	color:#FF0066;
	font-weight:bold;
	text-decoration:none;
}
.boxout_a .text a:hover, .boxout_a .small_text a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.boxout_a .text a:active, .boxout_a .small_text a:active {
	color:#FF0066;
	font-weight:bold;
	text-decoration:none;
}
.boxout_a .heading a:link, .boxout_a .heading_b a:link, .boxout_a .heading_lrg a:link, .boxout_a .heading_lrgr a:link, .boxout_a .small_head a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.boxout_a .heading a:visited, .boxout_a .heading_b a:visited, .boxout_a .heading_lrg a:visited, .boxout_a .heading_lrgr a:visited, .boxout_a .small_head a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.boxout_a .heading a:hover, .boxout_a .heading_b a:hover, .boxout_a .heading_lrg a:hover, .boxout_a .heading_lrgr a:hover, .boxout_a .small_head a:hover {
	color:#ff0066;
	text-decoration:none;
}
.boxout_a .heading a:active, .boxout_a .heading_b a:active, .boxout_a .heading_lrg a:active, .boxout_a .heading_lrgr a:active, .boxout_a .small_head a:active {
	color:#FFFFFF;
	text-decoration:none;
}

/*boxout_b text styles*/
.boxout_b .text, .boxout_b .small_text, .boxout_b .small_head, .boxout_b .heading, .boxout_b .heading_b, .boxout_b .heading_lrg, .boxout_b .heading_lrgr {
	color:#000000;
	padding-left:7px;
	padding-right:5px;
}

/*boxout_c text styles*/
.boxout_c .text, .boxout_c .small_text, .boxout_c .small_head, .boxout_c .heading, .boxout_c .heading_b, .boxout_c .heading_lrg, .boxout_c .heading_lrgr {
	color:#FFFFFF;
	padding-left:7px;
	padding-right:5px;
}
.boxout_c .text a:link, .boxout_c .small_text a:link {
	color:#EEE809;
	font-weight:bold;
	text-decoration:none;
}
.boxout_c .text a:visited, .boxout_c .small_text a:visited {
	color:#EEE809;
	font-weight:bold;
	text-decoration:none;
}
.boxout_c .text a:hover, .boxout_c .small_text a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.boxout_c .text a:active, .boxout_c .small_text a:active {
	color:#EEE809;
	font-weight:bold;
	text-decoration:none;
}
.boxout_c .heading a:link, .boxout_c .heading_b a:link, .boxout_c .heading_lrg a:link, .boxout_c .heading_lrgr a:link, .boxout_c .small_head a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.boxout_c .heading a:visited, .boxout_c .heading_b a:visited, .boxout_c .heading_lrg a:visited, .boxout_c .heading_lrgr a:visited, .boxout_c .small_head a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.boxout_c .heading a:hover, .boxout_c .heading_b a:hover, .boxout_c .heading_lrg a:hover, .boxout_c .heading_lrgr a:hover, .boxout_c .small_head a:hover {
	color:#EEE809;
	text-decoration:none;
}
.boxout_c .heading a:active, .boxout_c .heading_b a:active, .boxout_c .heading_lrg a:active, .boxout_c .heading_lrgr a:active, .boxout_c .small_head a:active {
	color:#FFFFFF;
	text-decoration:none;
}

/*boxout_d text styles*/
.boxout_d .text, .boxout_d .small_text, .boxout_d .small_head, .boxout_d .heading, .boxout_d .heading_b, .boxout_d .heading_lrg, .boxout_d .heading_lrgr {
	color:#FFFFFF;
	padding-left:7px;
	padding-right:5px;
}
.boxout_d .text a:link, .boxout_d .small_text a:link {
	color:#EEE809;
	font-weight:bold;
	text-decoration:none;
}
.boxout_d .text a:visited, .boxout_d .small_text a:visited {
	color:#EEE809;
	font-weight:bold;
	text-decoration:none;
}
.boxout_d .text a:hover, .boxout_d .small_text a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.boxout_d .text a:active, .boxout_d .small_text a:active {
	color:#EEE809;
	font-weight:bold;
	text-decoration:none;
}
.boxout_d .heading a:link, .boxout_d .heading_b a:link, .boxout_d .heading_lrg a:link, .boxout_d .heading_lrgr a:link, .boxout_d .small_head a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.boxout_d .heading a:visited, .boxout_d .heading_b a:visited, .boxout_d .heading_lrg a:visited, .boxout_d .heading_lrgr a:visited, .boxout_d .small_head a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.boxout_d .heading a:hover, .boxout_d .heading_b a:hover, .boxout_d .heading_lrg a:hover, .boxout_d .heading_lrgr a:hover, .boxout_d .small_head a:hover {
	color:#EEE809;
	text-decoration:none;
}
.boxout_d .heading a:active, .boxout_d .heading_b a:active, .boxout_d .heading_lrg a:active, .boxout_d .heading_lrgr a:active, .boxout_d .small_head a:active {
	color:#FFFFFF;
	text-decoration:none;
}

/*boxout_c text styles*/
.boxout_clear .text, .boxout_clear .small_text, .boxout_clear .small_head, .boxout_clear .heading, .boxout_clear .heading_b, .boxout_clear .heading_lrg, .boxout_clear .heading_lrgr {
	color:#FFFFFF;
	padding-left:7px;
	padding-right:5px;
}
.boxout_clear .text a:link, .boxout_clear .small_text a:link {
	color:#EEE809;
	font-weight:bold;
	text-decoration:none;
}
.boxout_clear .text a:visited, .boxout_clear .small_text a:visited {
	color:#EEE809;
	font-weight:bold;
	text-decoration:none;
}
.boxout_clear .text a:hover, .boxout_clear .small_text a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.boxout_clear .text a:active, .boxout_clear .small_text a:active {
	color:#EEE809;
	font-weight:bold;
	text-decoration:none;
}
.boxout_clear .heading a:link, .boxout_clear .heading_b a:link, .boxout_clear .heading_lrg a:link, .boxout_clear .heading_lrgr a:link, .boxout_clear .small_head a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.boxout_clear .heading a:visited, .boxout_clear .heading_b a:visited, .boxout_clear .heading_lrg a:visited, .boxout_clear .heading_lrgr a:visited, .boxout_clear .small_head a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.boxout_clear .heading a:hover, .boxout_clear .heading_b a:hover, .boxout_clear .heading_lrg a:hover, .boxout_clear .heading_lrgr a:hover, .boxout_clear .small_head a:hover {
	color:#EEE809;
	text-decoration:none;
}
.boxout_clear .heading a:active, .boxout_clear .heading_b a:active, .boxout_clear .heading_lrg a:active, .boxout_clear .heading_lrgr a:active, .boxout_clear .small_head a:active {
	color:#FFFFFF;
	text-decoration:none;
}

/*footer text styles*/
#footer .text {
	font-size:9px;
	line-height:12px;
	font-style:italic;
	padding-left:100px;
}

/*archive list text styles*/
.arch_head {
	color:#000000;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	margin-bottom:4px;
}
.archive_text {
	color:#444444;
	font-size:10px;
	line-height:12px;
	padding-bottom:2px;
	font-style:italic;
}
.archive_text a:link {
	color:#ff0066;
	font-weight: bold;
	text-decoration: none;
	font-style:normal;
}	
.archive_text a:visited {
	color:#ff0066;
	font-weight: bold;
	text-decoration: none;
	font-style:normal;
}
.archive_text a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	font-style:normal;
}
.archive_text a:active {
	color:#ff0066;
	font-weight: bold;
	text-decoration: none;
	font-style:normal;
}
.archbox {
	width:100%;
	height:auto;
	border-bottom-width:2px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	margin-top:5px;
	padding-bottom:4px;
}

