@import url(default.css);

h2 {
	color:black;
}

#bannerPlayer {
	display:block;
	position:absolute;
	z-index:500;
	
	top:-20px;
	left:597px;
}

#home #content div {
	margin:24px 0 0 0;
	padding:2px 0 0 0;
	
	background-image:url(../images/bg/divider_gradient.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#home #content div h1 {
	padding-top:0;
	
	/* if the bg image is set to none (as it should be), then IE suppresses the background image
		of the enclosing div (from the "#home #content div" selector above) */
	background-image:url(../images/splash/spacer.gif); 
}

#content #ticker {
	margin:0 0;
	width:376px;
	
	font-size:11px;
}

#content #ticker a {
	text-decoration:none;
}

#content #ticker label, #content #ticker label a {
	margin-right:2px;
	color:#525759;
	text-decoration:none;
}

#content #ticker label a:hover {
	background-color:#E0E1E1;
}

* html #home #content div {
	/*padding-top:12px;*/
}

#home #content #welcome {
	width:384px;
	padding-top:0;
	
	background:none;
	
	color:#525759;
	font-size:14px;
}

#home #content #welcome p {
	line-height:22px;
}

#home #content h2 {
	margin:0 0;
	font-size:12px;
}

#home #content p {
	margin:0 0 16px 0;
}
.adText {
	position:absolute;
	z-index:1000;
	top:40px; 
	left:20px;
	/*width:205px;*/
	color: white;
	font-size:22px;
	font-weight:bold;
	
}

.mainImageText {
	position:absolute;
	z-index:1000;
	top:60px; 
	left:260px;
	width:205px;
}
.mainImageText h1 {
	color: #00ABD1;
	font-size:24px;
	font-weight:bold;
	line-height:28px;
}
.mainImageText p {
	color: white;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

#home #content #welcome .champImageText {
	position:absolute;
	z-index:1000;
	top:60px; 
	left:20px;
	width:425px;
	text-align:right;
}
#home #content #welcome .champImageText h1 {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #00ABD1;
	font-size:24px;
	font-weight:bold;
	line-height:28px;
}
#home #content #welcome .champImageText p {
	color: #525759;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	margin-top:0px;
	padding-top:8px;
}

#home #content div.tournamentWeekLinks {
	background-image:url(../images/bg/tournamentweek.gif);
	background-position:top;
	background-repeat:repeat-y;
}

#home #content div.tournamentWeekLinks p {
	margin:0 6px 0 6px;
	padding:5px 5px 5px 5px;
	color:#525759;
}

#home #content div.tournamentWeekLinks h2 {
	font-weight:normal;
	margin:0 6px 0 6px;
	padding:5px 5px 5px 5px;
	color:#525759;
}

#home #content div.tournamentWeekLinks h3 {
	margin:0 6px 0 6px;
	padding:5px 5px 5px 5px;
}

.homeNewsItem h2 {
	padding-top:10px;
	color:#525759;
	font-weight:normal;
}



