@charset "UTF-8";
/* CSS Document */

#gigginTV {
	background-color: #000000;
	width: 858px;
	min-height: 500px;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-left: 1px;
	padding-right: 15px;
	padding-left: 15px;
	background-image:url(../images/layoutImages/bg_giggintv.jpg);
	background-repeat:repeat-x;
	background-position: center;
}

#gigginTVWrapper {
	width: 890px;
	padding: 0px;
	margin: 0px;
}

#mediaContainer {
	width: 700px;
	float:left;
	min-height: 303px;
	margin-top: 5px;
}

#videoDiv {
	width: 450px;
	min-height: 303px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#listings {
	width: 200px;
	float: left;
	height: 303px;
	padding-bottom: 10px;
	overflow: auto;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 20px;
}

.vidTitle {
	font-size: 16px;
}

#rightSideAd {
	width: 140px;
	float: left;
	height: 625px;
	padding-top: 0px;
	overflow: auto;
	margin-bottom: 10px;
	margin-left: 5px;
}

#thumbsContainer {
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	height: 200px;
	width: 700px;
	overflow: auto;
	float: left;
}

#newsItem {
	background-color: #292929;
	border: 1px solid #5f5f5f; 
	padding: 5px;
	margin: 5px;
}

.newsLink {
	color: #ec3800;
}

.newsLinkLG {
	color: #ec3800;
	font-size: 12px;
}

#bottomInfo {
	min-height: 200px;
	border-bottom: 1px dotted #cccccc;
	float: left;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
}

#bottomInfoLeft {
	width: 210px;
	height: 240px;
	float: left;
	margin-right: 5px;
}

#bottomInfoRight {
	width: 640px;
	height: 240px;
	float: left;
}

#whatHappens {
	width: 350px;
	padding: 10px;
	margin: 5px;
	min-height: 300px;
	float: left;
}

#whatHappensThumb {
	padding: 5px;
	margin: 5px;
	border: 1px dotted #cccccc;
	float: left;
}

#spotlight {
	width: 245px;
	height: 230px;
	border: 1px dotted #688093;
	padding: 5px;
	float: left;
	margin: 0px;
}

.calendarEvent {
	border-bottom: 1px dotted #323232;
	margin-left: 10px;
	padding-bottom: 5px;
	width: 98%;
}

.whiteText {
	color: #ffffff;
	font-weight: normal;
}