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

/* ---------- main page css ---------- */

#left {
	float: left;
	width: 551px;
	padding: 0;
}

#right {
	float: right;
	width: 377px;
	margin: 0 0 0 -1em;
	padding-top: 5px;
	padding-left: 10px;
	background-image: url(../images/bar.png);
	background-position: left;
	background-repeat: repeat-y;
}

#right h2 {
	margin: 0;
	padding: .5em 0 0 15px;
	height: 1.5em;
}

#right h3 {
	margin: 0 0 .5em;
	padding-left: 15px;
}

#right h4 {
	margin: 0;
	padding-left: 15px;
}

#right p {
	margin: 0;
	padding: .5em 10px .5em 15px;
}

/* followme box */

#followme {
	width: 340px;
	height: 93px;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 0.3em;
	margin-top: -5px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	margin-bottom: 1px;
}

/* search box */

#search {
	width: 340px;
	margin: 1em auto;
	color: #83A0B2;
	background-image: url(../images/blueBox_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: .5em;
}

div#right #search h2 {
	color: #FFF;
	background-image: url(../images/blueBox_top.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.searchForm {
	margin: 0;
	height: auto;
}

/* subscribe box */

div#right #subscribe {
	width: 340px;
	margin: 1em auto;
	color: #F5DCDD;
	background-image: url(../images/redBox_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: .5em;
}

div#right #subscribe h2 {
	color: #FFF;
	background-image: url(../images/redBox_top.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.subscribeForm {
	margin: 0;
	height: auto;
}

/* ITTV Video box */

div#right #videoPlayer {
	width: 340px;
	margin: 0 auto 1em;
}

/* IT recent radio broadcast box */

div#right #recentBroadcast {
	width: 340px;
	margin: 1em auto;
	color: #233F54;
	background-image: url(../images/lightblueBox_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: .5em;
}

div#right #recentBroadcast h2 {
	background-image: url(../images/lightblueBox_top.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.red {
font-weight: bold;
color: #9B2D31;
}

.hour {
	height: 24px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/mp3Box.png);
	background-repeat: no-repeat;
	margin-bottom: .5em;
	padding: 5px 0;
}

/* DTV countdown front page */

#countdown {
	height: 20px;
	width: 521px;
	margin: 0 auto;
	padding-top: 1em;
	background-image: url(../images/countdown_bkgd.png);
	background-position: bottom left;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
}

/* main page most recent show link */

div#left #recentShow {
	width: 340px;
	/*text-align: center;*/
	margin: 1em auto;
	color: #83A0B2;
	background-image: url(../images/blueBox_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: .5em;
}

div#left #recentShow h2 {
	margin: 0;
	padding: .5em 0 0 15px;
	height: 35px;
	color: #FFF;
	background-image: url(../images/blueBox_top.png);
	background-position: left top;
	background-repeat: no-repeat;
}

div#left #announcement1 {
	float: left;
	width: 49%;
	border-right-color: #999999;
	border-right-style: dotted;
	border-right-width: 1px;
	margin-top: 1em;
}

div#left #announcement2 {
	float: right;
	width: 50%;
	margin-top: 1em;
}	

div#left #firefox {
	margin-top: 2em;
	clear: both;
}

audio{
	padding-left, padding-right: 10px;
}
