body {
	background: #181818 url("../images/background.jpg") no-repeat center 0 fixed;
	font-size: 62.5%;
	font-family: Verdana;
}

a, a:active, a:visited {
	color: #B7161D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 994px;
	margin: 0 auto;
	padding: 0;
}

hr {
	border: 0;
	color: #333;
	background-color: #333;
	height: 1px;
	clear: both;
}

strong {
	font-weight: bold;
	color: #fff;
}

		/* Main Drop Shadow ----------------------------------------------------------------------- */

		.inner {
			padding: 1px;
			padding-top: 0;
			width: 990px;
			background: url("../images/dropshadow/inner.png");
		}
			
		.outer {
			padding: 1px;
			padding-top: 0;
			width: 992px;
			background: url("../images/dropshadow/outer.png");
			margin-bottom: 11px;
		}
		
/* Header ----------------------------------------------------------------------- */

#header {
	position: relative;
	height: 130px;
	background: url("../images/headerback.png");
	z-index: 1001;
	overflow: visible;
}

#header h1#logo a {
	position: absolute;
	top: 14px;
	left: 11px;
	background: no-repeat url("../images/logo.png");
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 129px;
	height: 96px;
}

/* Primary Navigation ----------------------------------------------------------------------- */

#primarynavigation {
	position: absolute;
	top: 14px;
	left: 156px;
	overflow: visible;
}

ul#primarynavigation li {
	padding-bottom: 8px;
	padding-right: 8px;
}

li.subnav {
	position: relative;
}

#primarynavigation a, #secondarynavigation a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}

a#navevents {
	background: url("../images/navigation/events.gif");
	width: 48px;
	height: 10px;
}

a#navevents:hover {
	background-position: -48px 0;
}

a#navteamsandstaff {
	background: url("../images/navigation/teamsandstaff.gif");
	width: 94px;
	height: 10px;
}

a#navteamsandstaff:hover {
	background-position: -94px 0;
}

a#navphotosandvideo {
	background: url("../images/navigation/photosandvideo.gif");
	width: 103px;
	height: 10px;
}

a#navphotosandvideo:hover {
	background-position: -103px 0
}

a#navmerchandise {
	background: url("../images/navigation/merchandise.gif");
	width: 90px;
	height: 10px;
}

a#navmerchandise:hover {
	background-position: -90px 0;
}

a#navsponsors {
	background: url("../images/navigation/sponsors.gif");
	width: 68px;
	height: 10px;
}

a#navsponsors:hover {
	background-position: -68px 0;
}

a#navinfo {
	background: url("../images/navigation/info.gif");
	width: 30px;
	height: 10px;
}

a#navinfo:hover {
	background-position: -30px 0;
}


/* Secondary Navigation ----------------------------------------------------------------------- */

#secondarynavigation {
	position: absolute;
	padding: 14px 0 45px 14px;
	top: 0;
	left: 578px;
	border-left: 1px solid #fff;
}

ul#secondarynavigation li {
	padding-bottom: 8px;
	padding-right: 8px;
}

a#navsearch {
	background: url("../images/navigation/search.gif");
	width: 50px;
	height: 10px;
}

a#navsearch:hover {
	background-position: -50px;
}

a#navtickets {
	background: url("../images/navigation/parking.gif");
	width: 112px;
	height: 11px;
}

a#navtickets:hover {
	background-position: -112px;
}

a#navcontact {
	background: url("../images/navigation/contact.gif");
	width: 59px;
	height: 10px;
}

a#navcontact:hover {
	background-position: -59px;
}

a#navsubscribe {
	background: url("../images/navigation/subscribe.gif");
	width: 69px;
	height: 10px;
}

a#navsubscribe:hover {
	background-position: -69px;
}

/* Subnavigations ----------------------------------------------------------------------- */

.navpopup {
	background: url("../images/corner.gif") no-repeat;
	padding-left: 10px;
	position: absolute;
}

		/* Teams and Staff ----------------------------------------------------------------------- */
		
		#teamsandstaffsubnav {
			top: 3px;
			left: 101px;
			display: none;
		}
		
		#teamsandstaffsubnav ul {
			background: #000;
			padding: 7px;
			font-size: .1em;
			line-height: .1em;
		}
		
		#teamsandstaffsubnav ul li {
			padding-bottom: 2px;
			padding-right: 0;
			margin-bottom: 4px;
		}
		
		#teamsandstaffsubnav a {
			display: block;
			text-indent: -9999em;
			overflow: hidden;
		}
		
		a#subnavatomicbombshells {
			width: 124px;
			height: 9px;
			background: url("../images/navigation/teams/atomicbombshells.gif");
		}
		
		a#subnavatomicbombshells:hover {
			background-position: -124px;
		}
		
		a#subnavdaggerdolls {
			width: 89px;
			height: 9px;
			background: url("../images/navigation/teams/daggerdolls.gif");
		}
		
		a#subnavdaggerdolls:hover {
			background-position: -89px;
		}
		
		a#subnavgardabelts {
			width: 78px;
			height: 9px;
			background: url("../images/navigation/teams/gardabelts.gif");
		}
		
		a#subnavgardabelts:hover {
			background-position: -78px;
		}
		
		a#subnavrockits {
			width: 49px;
			height: 9px;
			background: url("../images/navigation/teams/rockits.gif");
		}
		
		a#subnavrockits:hover {
			background-position: -49px;
		}
		
		a#subnavallstars {
			width: 58px;
			height: 9px;
			background: url("../images/navigation/teams/allstars.gif");
		}
		
		a#subnavallstars:hover {
			background-position: -58px;
		}
		
		a#subnavrefs {
			width: 29px;
			height: 9px;
			background: url("../images/navigation/teams/refs.gif");
		}
		
		a#subnavrefs:hover {
			background-position: -29px;
		}
		
		a#subnavannouncers {
			width: 81px;
			height: 9px;
			background: url("../images/navigation/teams/announcers.gif");
		}
		
		a#subnavannouncers:hover {
			background-position: -81px;
		}
		
		a#subnavstaffandstats {
			width: 82px;
			height: 9px;
			background: url("../images/navigation/teams/staffandstats.gif");
		}
		
		a#subnavstaffandstats:hover {
			background-position: -82px;
		}
		
		a#subnavreserves {
			width: 59px;
			height: 9px;
			background: url("../images/navigation/teams/reserves.gif");
		}
		
		a#subnavreserves:hover {
			background-position: -59px;
		}
		
		/* Info ----------------------------------------------------------------------- */
		
		#infosubnav {
			top: 3px;
			left: 38px;
			display: none;
		}
		
		#infosubnav ul {
			background: #000;
			padding: 7px;
			font-size: .1em;
			line-height: .1em;
		}
		
		#infosubnav ul li {
			padding-bottom: 2px;
			margin-bottom: 4px;
		}
		
		#infosubnav a {
			display: block;
			text-indent: -9999em;
			overflow: hidden;
		}
		
		a#subnavaboutus {
			width: 58px;
			height: 9px;
			background: url("../images/navigation/info/aboutus.gif");
		}
		
		a#subnavaboutus:hover {
			background-position: -58px;
		}

		a#subnavtickets {
			width: 103px;
			height: 11px;
			background: url("../images/navigation/parking_sub.gif");
		}
		
		a#subnavtickets:hover {
			background-position: -103px;
		}
		
		a#subnavsomehistory {
			width: 85px;
			height: 9px;
			background: url("../images/navigation/info/somehistory.gif");
		}
		
		a#subnavsomehistory:hover {
			background-position: -85px;
		}
		
		a#subnavtherules {
			width: 62px;
			height: 9px;
			background: url("../images/navigation/info/therules.gif");
		}
		
		a#subnavtherules:hover {
			background-position: -62px;
		}
		
		a#subnavsupportedcharities {
			width: 131px;
			height: 9px;
			background: url("../images/navigation/info/supportedcharities.gif");
		}
		
		a#subnavsupportedcharities:hover {
			background-position: -131px;
		}
		
		a#subnavlinks {
			width: 33px;
			height: 9px;
			background: url("../images/navigation/info/links.gif");
		}
		
		a#subnavlinks:hover {
			background-position: -33px;
		}
		
		/* Photos and Video ----------------------------------------------------------------------- */
		
		#photosandvideosubnav {
			top: 3px;
			left: 107px;
			display: none;
		}
		
		#photosandvideosubnav ul {
			background: #000;
			padding: 7px;
			font-size: .1em;
			line-height: .1em;
		}
		
		#photosandvideosubnav ul li {
			padding-bottom: 2px;
			margin-bottom: 4px;
		}
		
		#photosandvideosubnav a {
			display: block;
			text-indent: -9999em;
			overflow: hidden;
		}
		
		a#subnavphotos {
			width: 47px;
			height: 9px;
			background: url("../images/navigation/photosandvideo/photos.gif");
		}
		
		a#subnavphotos:hover {
			background-position: -47px;
		}
		
		a#subnavvideos {
			width: 43px;
			height: 9px;
			background: url("../images/navigation/photosandvideo/videos.gif");
		}
		
		a#subnavvideos:hover {
			background-position: -43px;
		}
		
		/* Merchandise ----------------------------------------------------------------------- */
		
		#merchandisesubnav {
			top: 3px;
			left: 95px;
			display: none;
		}
		
		#merchandisesubnav ul {
			background: #000;
			padding: 7px;
			font-size: .1em;
			line-height: .1em;
		}
		
		#merchandisesubnav ul li {
			padding-bottom: 2px;
			margin-bottom: 4px;
		}
		
		#merchandisesubnav a {
			display: block;
			text-indent: -9999em;
			overflow: hidden;
		}
		
		a#subnavall {
			width: 97px;
			height: 9px;
			background: url("../images/navigation/merchandise/all.gif");
		}
		
		a#subnavall:hover {
			background-position: -97px;
		}
		
		a#subnavwomen {
			width: 53px;
			height: 9px;
			background: url("../images/navigation/merchandise/womens.gif");
		}
		
		a#subnavwomen:hover {
			background-position: -53px;
		}
		
		a#subnavmen {
			width: 32px;
			height: 9px;
			background: url("../images/navigation/merchandise/mens.gif");
		}
		
		a#subnavmen:hover {
			background-position: -32px;
		}
		
		a#subnavaccessories {
			width: 79px;
			height: 9px;
			background: url("../images/navigation/merchandise/accessories.gif");
		}
		
		a#subnavaccessories:hover {
			background-position: -79px;
		}
		
		a#subnavcart {
			width: 65px;
			height: 9px;
			background: url("../images/navigation/merchandise/cart.gif");
		}
		
		a#subnavcart:hover {
			background-position: -65px;
		}
		
		/* Subscribe ----------------------------------------------------------------------- */
		
		#subscribepopup {
			top: 3px;
			left: 73px;
			display: none;
			color: #c7c7c7;
		}
		
		#subscribepopup form {
			display: block;
			padding: 7px;
			width: 277px;
			background: #000;
		}
		
		#subscribepopup form p {
			margin-bottom: 1em;
			line-height: 1.2em;
		}
		
		#subscribepopup form input {
			height: 17px;
			font-size: 12px;
			padding: 5px;
			font-family: Verdana;
			width: 220px;
			background: #000;
			color: #c7c7c7;
			border: 1px solid #707070;
			float: left;
		}
		
		#subscribepopup form button {
			margin-top: 5px;
			background: #000;
			display: inline;
			color: #b7161D;
			vertical-align: middle;
			text-transform: uppercase;
			border: none;
			cursor: pointer;
			float: right;
		}
		
		/* Search ----------------------------------------------------------------------- */
		
		#searchpopup {
			top: 3px;
			left: 55px;
			display: none;
			font-size: 12px;
		}
		
		#searchpopup form {
			display: block;
			padding: 7px;
			width: 277px;
			background: #000;
		}
		
		#searchpopup form input {
			height: 17px;
			font-size: 12px;
			padding: 5px;
			width: 225px;
			font-family: Verdana;
			background: #000;
			color: #c7c7c7;
			border: 1px solid #707070;
			float: left;
		}
		
		#searchpopup form button {
			margin-top: 5px;
			background: #000;
			display: inline;
			color: #b7161D;
			text-transform: uppercase;
			border: none;
			cursor: pointer;
			float: right;
		}
		
/* Content ----------------------------------------------------------------------- */

#content {
	min-height: 385px;
	margin-top: 13px;
	padding-bottom: 10px;
	color: #aaa; /* was #999 */
}

h2#subheader {
	background: #000;
	font-size: 3em;
	text-transform: uppercase;
	color: #b7161D;
	font-weight: bold;
	padding: 8px 0 0 12px;
	height: 40px;
	margin: 0 0 6px 0;
}

.column {
	float: left;
	background: #000;
}

#general {
	padding: 14px;
	background: #000;
}

#general p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}

#general h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.167em;
	margin-bottom: 1.4em;
	color: #fff;
}

#general ul, ol {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-left: 1.4em;
	margin-bottom: 1.4em;
}

#general ul {
	list-style: disc;
}

		/* Home ----------------------------------------------------------------------- */
	
		#featuretext {
			width: 279px;
			height: 357px;
			padding: 14px;
			background: #000;
			color: #aaa; /* was #999 */
			position: relative;
			float: left;
		}
		
		#featuretext .scrollpane {
			height: 285px;
			width: 267px;
			padding-right: 10px;
		}
		
		#featuretext h2 {
			font-size: 3em;
			color: #b7161d;
			text-transform: uppercase;
			font-weight: bold;
			line-height: 1em;
			margin-bottom: .6em;
		}
		
		#featuretext h3 {
			font-size: 1.2em;
			text-transform: uppercase;
			font-weight: bold;
			line-height: 1.167em;
			margin-bottom: 1.4em;
		}
		
		#featuretext p {
			font-size: 1.2em;
			line-height: 1.167em;
			margin-bottom: 1.4em;
		}
		
		#featuretext .more {
			position: absolute;
			bottom: 14px;
			right: 14px;
		}
		
		#feature {
			width: 683px;
			float: left;
		}
		
		/* Shared Styles ----------------------------------------------------------------------- */
	
		#photosnavigation, #videosnavigation, #teamsnavigation, #newsarchive, #sponsors {
			color: #aaa; /* was #999 */
			font-size: 1.2em;
			padding: 14px;
			width: 300px;
			height: 302px;
			margin-right: 5px;
		}

		#videosnavigation {
			width: 398px;
		}
		
		#photosnavigation h3, #videosnavigation h3, #photoscontent h3, #teamsnavigation h3, #teamscontent h3, #newsarchive h3, #newsarchivecontent h3, #sponsors h3, #sponsorscontent h3, #contact h3, #infoleft h3, #inforight h3, #infocenter h3, #eventsleft h3, #eventscenter h3, #eventsright h3 {
			color: #b7161D;
			text-transform: uppercase;
			font-weight: bold;
			margin-bottom: 14px;
		}
		
		#photosnavigation hr, #teamsnavigation hr, #videosnavigation hr {
			clear: both;
			margin-bottom: 4px;
		}
		
		#photosnavigation img, #teamsnavigation img, #videosnavigation img {
			float: left;
			margin: 0 8px 4px 0;
			border: 1px solid #999;
		}
		
		#photosnavigation img.active, #teamsnavigation img.active, #videosnavigation img.active {
			border: 1px solid #b7161d;
		}
		
		#photosnavigation a:hover img, #teamsnavigation a:hover img, #videosnavigation a:hover img {
			border: 1px solid #b7161d;
		}
		
		#photosnavigation h4, #teamsnavigation h4, #newsarchive h4, #contact h4, #videosnavigation h4 {
			font-size: 1em;
			padding-top: 4px;
			font-weight: bold;
			text-transform: uppercase;
			color: #fff;
			line-height: 1.167em;
		}
		
		#photosnavigation a, #teamsnavigation a, #videosnavigation a {
			color: #fff;
		}
		
		#photosnavigation h5, #teamsnavigation h5, #videosnavigation h5 {
			font-size: .916em;
			text-transform: uppercase;
		}
		
		#photosnavigation p, #teamsnavigation p, #videosnavigation p {
			font-size: .916em;
		}
		
		#photosnavigation .scrollpane, #photoscontent .scrollpane, #teamsnavigation .scrollpane, #teamscontent .scrollpane, #newsarchive .scrollpane, #videosnavigation .scrollpane {
			overflow: auto;
			width: 301px;
			height: 274px;
			padding-right: 14px;
		}

		#photoscontent .scrollpane {
			width: 265px;
		}

		#videosnavigation .scrollpane {
			width: 399px;
		}
		
		#photosgallery, #teamsgallery {
			position: relative;
			width: 317px;
			height: 324px;
			margin-right: 5px;
			padding: 3px;
		}

		#photosgallery {
			width: 353px;
			overflow: hidden;
		}
		
		#photoscontent, #teamscontent {
			color: #aaa; /* was #999 */
			float: right;
			font-size: 1.2em;
			padding: 14px;
			width: 299px;
			height: 302px;
		}

		#photoscontent {
			width: 263px;
		}
		
		#photoscontent h4, #teamscontent h4, #newsarchivecontent h4 {
			font-size: 1em;
			font-weight: normal;
			text-transform: uppercase;
			line-height: 1.167em;
			margin-bottom: 1.167em;
		}
		
		#photoscontent p, #teamscontent p, #newsarchivecontent p, #sponsorscontent p, #contact p, #infoleft p, #infocenter p, #inforight p, #eventsleft p, #eventscenter p, #eventsright p {
			line-height: 1.167em;
			margin-bottom: 1.167em;
		}
		
		#photoscontent h3, #teamscontent h3, #newsarchivecontent h3, #sponsorscontent h3, #infocenter h3, #inforight h3, #eventsleft h3, #eventscenter h3, #eventsright h3 {
			color: #fff;
		}

		/* Teams ------------------------------------------------------------------------------ */

		#teamsnavigation .scrollpane {
			height: 300px;
		}
		
		/* News Archive ----------------------------------------------------------------------- */
		
		#newsarchive p, #sponsors p {
			font-size: 1em;
			line-height: 1.167em;
			margin-bottom: 1.167em;
		}
		
		#newsarchivecontent, #sponsorscontent, #videoscontent {
			position: relative;
			float: right;
			font-size: 1.2em;
			color: #aaa; /* was #999 */
			width: 628px;
			padding: 14px;
			height: 302px;
		}
		
		#newsarchivecontent, #videoscontent {
			height: 302px;
		}

		#sponsorscontent {
			height: 362px;
		}


		#videoscontent {
			width: 530px;
		}
		
		#newsarchivecontent .scrollpane, #sponsorscontent .scrollpane {
			width: 630px;
			line-height: 1.2em;
			overflow: auto;
			padding-right: 14px;
		}

		#newsarchivecontent .scrollpane {
			height: 300px;
		}

		#sponsorscontent .scrollpane {
			height: 360px; /* from 300px */
		}
		

		#newsarchive .scrollpane {
			height: 300px;
		}
		
		#newsarchive p {
			text-transform: uppercase;
			font-size: .916em;
		}
		
		#newsarchive a {
			color: #fff;
		}
		
		/* Sponsors ----------------------------------------------------------------------- */
		
		#sponsors {
			height: auto;
			max-height: 362px;
		}
		
		#sponsorview {
			background: url("../images/hideit.png");
			position: absolute;
			/* width: 330px; */
			width: 628px;
			height: 390px;
			top: 0;
			left: 0;
			z-index: 1000;
			display: none;
		}
		
		a.sponsor {
			margin-right: 15px;
			margin-bottom: 14px;
		}
		
		#sponsorview img {
			margin-bottom: 1.167em;

			/* added by Soy */
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		
		#sponsorview h3, #sponsorview p {
			margin-left: 1.167em;
			padding-right: 1.167em;
		}
		
		.sponsortext {
			font-size: 1em; /* changed from .8em */
		}
		
		/* Contact ----------------------------------------------------------------------- */
		
		#contact {
			background: #000;
			width: 962px;
			height: 303px;
			padding: 14px;
			color: #aaa; /* was #999 */
			font-size: 1.2em;
		}
		
		#contactmain {
			width: 293px;
			margin: 0 20px 0 0;
		}
		
		#contactadditional {
			margin-top: -5px;
			margin-left: 2px;
			width: 635px;
		}
		
		#contactadditional .column {
			width: 211px;
		}
		
		/* Info ----------------------------------------------------------------------- */
		
		#infoleft, #infocenter, #inforight {
			color: #aaa; /* was #999 */
			font-size: 1.2em;
			padding: 14px;
			width: 298px;
			height: 302px;
			margin-right: 6px;
		}
		
		#inforight {
			margin-right: 0;
		}
		
		#infoleft .scrollpane, #inforight .scrollpane, #infocenter .scrollpane {
			overflow: auto;
			width: 299px;
			height: 274px;
			padding-right: 14px;
		}

		#infocenter .scrollpane {
			width: 285px;
		}
		
		/* Events ----------------------------------------------------------------------- */
		
		#eventsleft, #eventscenter, #eventsright {
			color: #aaa;  /* was #999 */
			font-size: 1.2em;
			padding: 14px;
			width: 298px;
			height: 302px;
			margin-right: 6px;
			position: relative;
		}
		
		#eventsright {
			margin-right: 0;
		}
		
		#eventsleft .scrollpane, #eventsright .scrollpane, #eventscenter .scrollpane {
			overflow: auto;
			width: 298px;
			height: 274px;
			padding-right: 10px;
		}
		
		.eventdate {
			background: url("../images/eventdateback.jpg") repeat-x;
			text-transform: uppercase;
			text-align: center;
			width: 55px;
			padding: 4px;
			float: left;
			margin: 0 9px 9px 0;
		}
		
		.eventdate h5 {
			font-size: .75em;
		}
		
		.eventdate h6 {
			font-size: 2.1667em;
			letter-spacing: -3px;
		}
		
		.eventdate .super {
			vertical-align: super;
			font-size: .35em;
			margin-left: 3px;
			letter-spacing: 0;
		}
		
		.event {
			display: none;
			width: 300px;
			height: 302px;
			position: absolute;
			z-index: 1000;
			background: url("../images/hideit.png");
		}
		
		#eventsleft h4, #eventsright h4, #eventscenter h4 {
			color: #fff;
			font-weight: bold;
			letter-spacing: -1px;
			text-transform: uppercase;
			margin-bottom: 1.1667em;
		}
		
		.close {
			display: none;
			text-align: right;
			position: absolute;
			left: 14px;
			bottom: 14px;
			z-index: 1001;
		}
		
		.event strong {
			color: #aaa; /* was #999 */
		}
		
		.event h3 {
			color: #B7161D;
		}
		
		#eventsleft h4 a, #eventsright h4 a, #eventscenter h4 a {
			color: #fff;
		}
		
		.event h3 {
			color: #B7161D !important;
		}
		
		#sponsorscontent .close {
			position: absolute;
			text-align: left;
			left: 14px;
			bottom: 14px;
		}
		
/* News Ticker ----------------------------------------------------------------------- */

#newsticker {
	overflow: hidden;
	background: #000;
	width: 976px;
	color: #B7161D;
	font-size: 1.2em;
	text-transform: uppercase;
	position: relative;
	height: 13px;
	padding: 7px;
}

#date {
	position: absolute;
	top: 0;
	left: 0;
	height: 1em;
	padding: 7px;
	z-index: 1000;
	background: #000;
	width: 12em;
}

.tickercontainer {
	position: absolute;
	top: 0;
	right: 0; 
	width: 840px; 
	height: 27px; 
	margin: 0;
	padding: 0;
	overflow: hidden; 
}

.tickercontainer .mask {
	position: relative;
	left: 7px;
	top: 7px;
	height: 1em;
	width: 825px;
	overflow: hidden;
}

ul.newsticker {
	position: relative;
	left: 350px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.newsticker a {
	white-space: nowrap;
	margin: 0 25px 0 0;
}

/* Featured ----------------------------------------------------------------------- */

#featured {
	float: left;
	width: 584px;
}

#featured .upcomingevent, #featured .rollergirl {
	background: #fff;
	height: 156px;
	padding: 12px 0 12px 12px;
	position: relative;
}

#featured .upcomingevent h2, #featured .rollergirl h2 {
	font-size: 2.4em;
	font-weight: bold;
	width: 300px;
	margin-bottom: .54em;
	color: #ccc;
	text-transform: uppercase;
}

#featured .rollergirl h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #aaa;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#featured p {
	color: #aaa; /* was #999 */
	font-size: 1.2em;
	line-height: 1.167em;
	margin-bottom: 1.4em;
	width: 303px;
}

#featured img {
	position: absolute;
	top: 0;
	right: 0;
}

#featured .more {
	position: absolute;
	white-space: nowrap;
	bottom: 14px;
	right: 264px;
}

		/* Featured Drop Shadow ----------------------------------------------------------------------- */
		
		#featured .inner {
			padding: 1px;
			width: 580px;
			background: url("../images/dropshadow/inner.png");
		}
			
		#featured .outer {
			padding: 1px;
			width: 582px;
			background: url("../images/dropshadow/outer.png");
			margin-bottom: 11px;
		}

/* News ----------------------------------------------------------------------- */

#news {
	float: right;
	width: 401px;
	color: #fff;
}

#newswrap {
	width: 397px;
	height: 570px;
}

#newsheader {
	background: #111;
	width: 369px;
	padding: 10px 14px 13px 14px;
	position: relative;
}

#newsheader h2 {
	font-size: 3em;
	color: #B7161D;
	text-transform: uppercase;
	font-weight: bold;
}

#news a.feed {
	position: absolute;
	top: 13px;
	right: 13px;
	display: block;
	width: 23px;
	height: 23px;
	background: url("../images/feed.gif");
	text-indent: -9999em;
	overflow: hidden;
}

#newscontent {
	background: #1f1f1f;
	font-size: 1.2em;
	line-height: 1.167em;
	padding: 14px;
}

#newscontent .scrollpane {
	overflow: auto;
	padding-right: 14px;
	height: 492px;
	width: 370px;
} 

#newscontent h3 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.4em;
}

#newscontent p {
	margin-bottom: 1.4em;
}

#newscontent hr {
	clear: both;
	margin-bottom: 1.5em;
}

		/* News Drop Shadow ----------------------------------------------------------------------- */
		
		#news .inner {
			padding: 1px;
			width: 397px;
			background: url("../images/dropshadow/inner.png");
		}
			
		#news .outer {
			padding: 1px;
			width: 399px;
			background: url("../images/dropshadow/outer.png");
			margin-bottom: 11px;
		}


/* Footer --------------------------------------------------------------------------------- */		

#footer {
	clear: both;
	width: 994px;
}

#footercontent {
	width: 968px;
	background: #121111;
	padding: 11px;
	margin: 0;
	color: #666;
  	/*margin-left: 10px;*/
}

#footercontent a {
	color: #666;
}

#footercontent p {
	margin: 0 0 10px 0;
	padding: 0;
}

		/* Footer Drop Shadow ----------------------------------------------------------------------- */

		#footer .inner {
			padding: 1px;
			padding-bottom: 0;
			margin: 0;
			width: 990px;
			background: url("../images/dropshadow/inner.png");
		}
			
		#footer .outer {
			padding: 1px;
			padding-bottom: 0;
			width: 992px;
			background: url("../images/dropshadow/outer.png");
			margin: 0;
		}
	

/* Custom Scrollbars ----------------------------------------------------------------------- */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #111;
}
.jScrollPaneDrag {
	position: absolute;
	background: #B7161D;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -9999em;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -9999em;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* sIFR ----------------------------------------------------------------------- */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
}

		/* sIFR Active Styles ----------------------------------------------------------------------- */
		
		.sIFR-active #featuretext h2, .sIFR-active #featured h2 {
			width: 279px;
			margin-bottom: 6px;
			visibility: hidden;
		}

		.sIFR-active h2#subheader {
			visibility: hidden;
		}
		
		.sIFR-active h2#subheader a {
			color: #B7161D;
			text-decoration: none;
		}
		
		.sIFR-active #news h2 {
			margin-bottom: -10px;
			visibility: hidden;
		}

/* Clear Fix ----------------------------------------------------------------------- */

.clear { display: inline-block; }   

.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html .clear { height: 1%; }

.clear { display: block; }

/* Selection Styles ----------------------------------------------------------------------- */

::-moz-selection {
	background:#000;
	color:#fff;
}

::selection {
	background:#000;
	color:#fff;
}

code::-moz-selection {
	background: #000;
}

code::selection {
	background: #000;
}

/* Various ----------------------------------------------------------------------- */

li.last {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

/* Charities --------------------------------------------------------------------- */

.charities_list {
  float: left;
  width: 300px;
}

.charities_list li {
  margin-bottom: 5px;
}

/* Links ------------------------------------------------------------------------- */

.links_list {
  float: left;
  margin-bottom: 20px;
  width: 180px;
}

.links_list li {
  margin-bottom: 5px;
}

/* Gallery ----------------------------------------------------------------------- */

img.med {
	position: absolute;
	left: 3px;
	top: 3px;
}

.gallery {
	height: 86px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	background: #000;
	top: 235px;
}

.gallery ul li img {
	margin-right: 3px;
	cursor: pointer;
}

.gallery ul li img:hover {
	cursor: pointer;
}

.next, .prev {
	bottom: 36px;
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	z-index: 1000;
}

.next {
	right: 3px;
	background: url("../images/next.gif") no-repeat;
}

.prev {
	left: 3px;
	background: url("../images/prev.gif") no-repeat;
}

.next:hover, .prev:hover {
	background-position: -20px;
	cursor: pointer;
}

.clearit {
	clear: both;
}
