/*HTML Global Tags*/
body {
	background-color: #555;
	
	background-image: url(/image/background-pattern.png);
	background-repeat: repeat-x repeat-y;
}

p {
/*	border: 1px solid #666;*/
	overflow: hidden;
/*	padding: 10px 0;*/
	text-align: center;
	color: white;
}

p.error {
/*	border: 1px solid #f90;
	background-color: #ff0;*/
	color: #f00;
	margin: 3px;
}

a {
	color: #FEB350;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

input.text {
	background-color: #FD9A18;
	border: 1px solid black;
	height: 22px;
}

input.email {
	width: 250px !important;
}

input.shaded_text {
	color: #FFEE33;
} 

textarea.text {
	background-color: #FD9A18;
	border: 1px solid black;
	width: 98%;
	height: 100px;
	margin-left:2px;
}

/* Global Classes */
.container_16 .padding {
	padding:5px;
}

.lightbackground {
		color:#000;
	/*	background-image: url(/image/container_background.png);*/
		background-color:		#FD9A18;
		-moz-border-radius:		10px;
		-webkit-border-radius:	5px;
		-webkit-box-shadow:		0 0 5px rgba(0, 0, 0, 0.5);	
}

.footer {
	height:10px;
}

.content_row {
	margin-bottom:10px;
}

.content_column {
	color:#fff;
	margin-bottom:10px;
/*	background-image: url(/image/container_background.png);*/
	background-color:		#241A11;
	-moz-border-radius:		10px;
	-webkit-border-radius:	5px;
	-webkit-box-shadow:		0 0 5px rgba(0, 0, 0, 0.5);

}

.content_column > div {
/*	border: 1px dotted #aaa;*/
/*	background-image: url(/image/container_background.png);
	background-position: bottom right;*/
	
}

.content_column p {
	padding-left:5px;
	text-align:left;
}

.content_column h1 {
	color:#FD9A18;
	font-size:1.0pc;
	padding: 5px;
	margin-bottom:0px;
}

.banner_row {
	text-align:center;
	padding:10px;
}

/* Global ID Container Styling*/
#main_content {
	background-image: url(/image/backgrop_content_glow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:black;
}

#main_content > #middle_bar {
	background-color: #333;
	height:36px;
}

#main_content > #middle_bar > h1 {
	color:#FD9A18;
	font-size:1.1pc;
	font-weight:bolder;
	padding: 5px;
}

#main_content > #glow {
/*	background-image: url(/image/glow.jpg);*/
	height:31px;
}

#main_content .screen_title {
	font-size:1.3pc;
	text-align:center;
}

#logo_header {
	background-image: url(/image/logo_header.png);
	background-repeat: repeat-x;
	height: 55px;
	color: white;
}

#logo_header #logo {
	margin-top: 8px;
}

#header {
	background-image:url(/image/white_panel_background.jpg);
	height: 180px;
}


#login {
	text-align:right;
	margin-top:16px;
}

#topshadow {
	background-image: url(/image/small_shadow.png);
	height:10px;
	width:100%;
	position: absolute;
	left:0px;
	top:55px;
	background-repeat: repeat-x;
}

/* DJ Articles */

#djarticles .articles_title > div {
	
}

#djarticles .article_row > div {
	padding:5px;
}

#djarticles .article_row > div > p {
	margin-left:12px;
}

#djarticles .articles_foot > div {
	
}

#article_title {
	
}

.article > div {
	padding:5px;
}


/* FOOTER Related */
#footer {
		background-image: url(/image/footer_background.gif);
	color: white;
}

#footer .shadow {
	background-image: url(/image/small_shadow.png);
	height:16px;
	background-repeat: repeat-x;
}

#footer .footer_column {
	margin: 10px;
}

#footer .footer_column > div {
	padding: 5px;
}

#footer .footer_column > div > ul{
	margin-top:-20px;
	font-size:0.7pc;
	list-style: none;

}

#footer .footer_column > div > ul > li {
		margin-left: 5px;
}

#credits {
	border-top: 1px solid #666;
}

#credits > div { 
	padding-top: 10px;
}

#credits p {
	color: #666;
	font-size: 0.75pc;
	text-align:center;
}

#footer h3 {
	color:#FD9A18;
	font-size:0.8pc;
	padding: 5px;
}


/* MENU */
#menu-container {
/*	position: absolute;
	left:300px;
	top: 55px;*/
	float:left;
	margin-left:50px;
	width:198px;
	z-index:999999;
}

#menu {
	background-image:url(/image/menu_background.png);
	background-repeat: repeat-y;
	text-align:left;
}

#menu_button {
	height:28px;
	width:198px;
}

#menu_button.show_menu {
	background-image: url(/image/show_menu.png);
}

#menu_button.hide_menu {
	background-image: url(/image/hide_menu.png);	
}

#menu > div {	
	font-weight: bold;
}

#menu > ul {
	list-style:none;
	padding: 5px;
}

#menu > ul li {
	text-align:left;
	padding-bottom:4px;
	margin-left:8px;
}

#menu > ul li a {
	width:150px;
	height:20px;
	color:black;
	text-decoration:none;
	font-weight: bold;
	font-size: 0.85pc;
}

#menu > ul li a:hover {
	color:#FD9A18;
}

#menu > ul li a.active {
	color:#FD9A18;
}

/* NEWS */

#news_browser {
	text-align:center;
}

#news_list {
	
}

#news_list .news_footer > div {
	padding: 10px;
	text-align:center;
}

#news_list .news_row {
	
}

#news_list .news_row .article_title {
	font-size:1.0pc;
	display:block;
	padding-bottom:10px;
	margin-left:5px;
}

#news_list .news_row img {
	margin:5px;
}

#news_list .news_row .news_author {
	margin-top: 90px;
}

.news_title {
	margin-top:10px;
}

.news_content {
	
}

.news_content > div {
	padding: 5px;
}

.news_content > div img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;

	border: 1px solid #FD9A18;
}

.news_content > div img.right {
	float:right;
}

.news_content > div img.left {
	float:left;
}

.news_author > div {
	padding: 5px;
	color: #444;
	font-size: 0.8pc;
	text-decoration:italic;
}

/* SHOUTBOX */
#shoutbox {
	padding-left:5px;
}

#shoutbox > .aShout {
	margin-bottom:5px;
}

#shoutbox > .aShout .shoutUser {
}

#shoutbox > .aShout .shoutUser > strong {
	font-size: 0.75pc;
	color: #FD9A18;
}

#shoutbox > .aShout .shoutUser > small {
	font-size: 0.65pc;
	color: #444;
}

#shoutbox > .aShout .shoutMessage {
	font-size: 0.7pc;
}

/* SCHEDULER */
.schedule {
	margin:5px;
	width:98%;
}

.schedule tr.timeslot >td {
	padding-bottom:5px;
}

.schedule .time {
	width: 20%;
	font-size:0.65pc;
	color: #FD9A18;
}

.schedule .slot {
	text-align:right;
	font-size:0.7pc;
	width:80%;	
}

/* TWITTER */
#twitter {
	margin:5px;
}

#twitter .tweet {
	padding-bottom: 5px;
}

#twitter .tweet > .tweet_age {
	font-size:0.65pc;
	color: #FD9A18;
}

#twitter .tweet > .tweet_age {
	font-size:0.7pc;	
}

/* TOP TEN */

#topten {
	margin:5px;
}

#topten .track_row {
	width:100%;
	clear:left;
}

#topten .credit {
	text-align:center;
}

#topten .track_row > .bullet {
	float:left;
	width: 16px;
}

#topten .track_row > .artist {
	width:55%;
	float:right;
	font-size: 0.7pc;
}

#topten .track_row .record_label {
	width:100px;
	font-size: 0.6pc;
	color: #FD9A18;
}

#topten .track_row > .track {
	font-weight:bold;
	width: 35%;
	float:left;
	font-size: 0.7pc;
}

/* PLAYER */

#player {
	text-align:left; 
	float:right; 
/*	background-image:url(/image/player.png);*/
	width:304px; 
	margin:30px
}

#player #player_top {
	height: 10px;
	background-image:url(/image/player/top.png);
	margin:0px;
}

#player #player_content {
	background-image:url(/image/player/background.png);
	background-repeat: repeat-y;
}

#player #player_content #play_icon {
	float:left;
	margin-left:10px
}

#player #player_content #media_panel {
	background-image:url(/image/player/panels.png);
	background-repeat:no-repeat;
	background-position: center;
	height:58px;
}

#player #player_content #media_panel .media_players {
/*	border: 1px solid #000;*/
	width: 80px;
	height: 50px;
	text-align:center;
	padding: 2px;
/*	margin-left:11px;*/
}

#player #player_content #media_panel #media_56kbps.media_players {
	margin-left: -29px;
	float:left;
}

#player #player_content #media_panel #media_96kbps.media_players {
	margin-left:13px;
	float:left;
}

#player #player_content #media_panel #media_128kbps.media_players {
	margin-left:13px;
	float:left;
}

#player #player_content #media_panel .media_players > p {
	margin-top:6px;
	margin-left:3px;
	text-align:center;
}

#player #player_content #media_panel .media_players > div {
	margin-top:5px;
	text-align:center;
}

#player #player_content #media_panel .media_players > div > a {
	padding: 2px;
}

/*#player #player_content #media_panel .media_players > div > a:hover > img.itunes_icon {
	background-image: url(/image/player/itunesactive.png);
}

#player #player_content #media_panel .media_players > div > a:hover > img.wmp_icon {
	background-image: url(/image/player/wmpactive.png);
}

#player #player_content #media_panel .media_players > div > a:hover > img.winamp_icon {
	background-image: url(/image/player/winampactive.png);
}*/

#player #player_foot {
	height: 10px;
	background-image:url(/image/player/bottom.png);
	margin:0px;
}

#player h4 {
	font-size:0.8pc;
	color: #C6822A;
	margin-bottom:0px;
}

#player p {
	font-size:0.65pc;
	color: black;
	margin-bottom:0px;
	text-align:left;
}

/* STATISTICS */

#stats {
	padding-left:5px;
}

#stats #listen_count {
	color: #C6822A;
}

#stats #broadcast_status {
	color: #C6822A;
}

/* NEWS BROWSER */

#news_browser {
/* 	border: 1px solid black;*/
	
}

#news_browser #browser_article {
	background-image:url(/image/news_backgrounds/world.jpg);
	width:623px;
	height: 219px;
	text-align:left;
	float:left;
}

#news_browser #browser_photo {
/*	background-image:url(/image/news_backgrounds/sing.jpg);*/
	width:317px;	
	height: 219px;
	float:right;
}

#news_browser #browser_article > div {
	padding:5px;
}

#news_browser #browser_article h2 {
	color: #FD9A18;
	font-weight:bold;
}

#news_browser #browser_article p {
	color: white;
	text-align:left;
}
