/*Padding and margin reset*/
	html, body, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, address, table, tr, td, th, form, fieldset, img{
		margin: 0;
		padding: 0;
		font-size: 1em;
		list-style: none;
		font-style: normal;
		font-weight: normal;
		border: 0;
	}

	a{
		text-decoration: none;
		color: #6cf;
	}
	
	a:hover{
		text-decoration: underline;
	}
	
	.clearer{
		height: 1px;
		font-size: 1px;
		clear: both;
	}
	
	abbr{
		border: none;
	}

/*Styles for the streamby iframe*/
body{
	background: #000;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#wrapper{
	width: 320px;
	padding: 10px;
}

.one{
	float: left;
	width: 320px;
}

.two{
	float: right;
	width: 110px;
	font-size: 9px;
}

.two img{
	width: 100px;
}

h2{
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 4px;
}

.two .cam-inner{
padding:4px 0 5px;
}

.two .venue{
	display: block;
}

.three{
	clear: both;
	padding-top: 1em;
	text-align:right;
}

.three img{
	vertical-align: middle;
}

.three p{
}

p.not_live{
	background: #d5d5d5 url(/assets/not-live.jpg) no-repeat center center;
	padding: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 312px;
	display: block;
	margin-top: 0;
	text-align: center;
	color: #333;
	padding: 92px 4px;
	font-size: 15px;
}

p.not_live a{
	color: #000;
}

.ads {
	display: none;
}

/*Enable ads*/
p.not_live{
	padding: 30px 4px 150px;
}

.ads{
	height: 135px;
	width: 125px;
	margin: -140px auto 0;
	display: block;
}