#minibar {
	margin-top:0;
	margin-bottom:3px;
	padding:3px;
	text-align:center;
	color:#002d56;
	border-top:1px solid #002d56;
}
#nowplaying {
	float:left;
	width:100%;
	background-color:#efefef;
	border:1px solid #002d56;
}
#preview {
	margin:0;
}
#nowplaying .title {
	margin:1px;
	padding:3px;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	background-color:#2244cc;
}

#clock_body {
	width:100%;
	margin:0 auto;
	text-align:center;
}
#clock_body #clock {
	width:280px;
	margin:0 auto;
	text-align:center;
	color:#ffffff;
	background-color:#8f0000;
	border:1px solid #002d56;
}
#clock_body .title {
	margin:0;
	padding:4px;
	font-size:9pt;
	font-weight:bold;
	color:#ffffff;
	background-color:#cf0000;
}
#clock_body .digits {
	margin:4px 30px;
	padding:4px 0;
	color:#ffffff;
	background-color:#000000;
	border:2px inset #bec500; /*gold inset border*/
}

#vid_container {
	width:100%;
	margin:10px auto;
	text-align:center;
}
#vid_container #vid_form {
	width:330px;
	margin:0 auto;
	text-align:center;
	background-color:#e8e8e8;
	border:1px solid #002d56;
}
#vid_container #vid_list {
	height:250px;
	overflow-y:scroll;
	background-color:#8f9faf;
}
#vid_list .vid_item {
	float:left;
	margin:1px 0;
	background-color:#efefef;
	border:1px solid #5f5f5f;
}
#vid_list .vid_item a {
	float:left;
	padding:2px;
	text-align:left;
	color:#303030;
	text-decoration:none;
}
#vid_list .vid_item a:hover {
	color:#af3f3f;
	text-decoration:none;
}
#vid_list .vid_item a:visited {
	color:#5f5f5f;
	text-decoration:none;
}
#vid_list .vid_item a span {
	float:left;
	margin-right:4px;
	font-size:8pt;
	font-weight:normal;
}
#vid_list .vid_item a span.title {
	width:230px;
	font-size:9pt;
	font-weight:bold;
}
#vid_list .vid_item a img {
	width:64px;
	height:50px;
	display:inline;
	border:0;
}

#questions {
	clear:both;
	width:330px;
	margin:5px auto;
	text-align:center;
	color:#000000;
}
#questions #today {
	float:left;
	width:100%;
	background-color:#00386c;
	border:1px solid #002d56;
}
#today #posts {
	height:450px;
	overflow-y:scroll;
	background-color:#888888;
}
#posts .qhead {
	font-weight:bold;
}
#posts .comment1 {
	clear:both;
	margin:3px 4px;
	padding:4px;
	background-color:#65f55f;
	border:1px solid #444444;
}
#posts .comment2 {
	clear:both;
	margin:3px 4px;
	padding:4px;
	background-color:#65fc8f;
	border:1px solid #888888;
}
#posts .comment1 p, #posts .comment2 p {
	margin:2px;
	text-align:left;
}
#posts .comment1 p span, #posts .comment2 p span {
	padding-left:10px;
	font-weight:normal;
	font-size:7pt;
}