/*------------------------- SECTION:RESET -------------------------*/
html { background-color: #FFFFFF; color: #000000; line-height: 1; }
blockquote,body,button,code,dd,dl,div,dt,form,fieldset,h1,h2,h3,h4,
h5,h6,legend,li,input,ol,p,pre,ul,td,textarea,th{ margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
button,fieldset,img { border-width: 0; }
address,caption,code,cite,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 {	font-size: 100%; font-weight: normal; }
q:before,q:after { content: ''; }
abbr,acronym { border-width: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
button,input,textarea,select { font-family: inherit; font-size: 100%; font-weight: inherit; }
legend { color: #000000; }

/*------------------------- SECTION:ACCESS -------------------------*/
*.access { position: absolute; left: -5000px; }


/* Global / General
--------------------------------------------------*/
html {
	background: #31051c url(/galman/img/global/background.gif) repeat-x;
	padding: 5px 0;
}
body { font-size: 0.625em; }
body, input, select, textarea { font-family: Arial; }

div#page { margin: 0 auto; position: relative; width: 715px; z-index: 0; }
div#page:after { display: block; height: 0; clear: both; visibility: hidden; }

a { color: #ed217c; text-decoration: none; }
a:hover { text-decoration: underline; }
strong { font-weight: bold; }

div.break { clear: both; margin: 0; padding: 0; }



/* Logo
--------------------------------------------------*/
div#logo a{ 
	position: absolute; height: 115px; width: 240px;
	background: url(/galman/img/player/logo.gif) no-repeat;
}
div#logo h3 span { display: none; }


/* globalNav
--------------------------------------------------*/
div#globalNav { margin: 1.5em 0.3em 0 0; float: right; }
div#globalNav h2 { font-size: 1.3em; font-weight: bold; }
div#globalNav a {
	display: block; width: 80px;
	padding: 0.615em 0 0.692em 0;
	color: #FFFFFF; text-align: center;
}
div#globalNav a:hover { background: url(/galman/img/global/globalNav/a.hover.gif) 0 0 no-repeat; text-decoration: none; }
div#globalNav li {
	float: left; margin-right: 5px;
	background: url(/galman/img/global/globalNav/li.gif) 0 0 no-repeat;
}
div#globalNav li.selected{ background: url(/galman/img/global/globalNav/li.current.gif) 0 0 no-repeat; }
div#globalNav li.selected a { color: #831251; }
div#globalNav li.selected a:hover { color: #FFFFFF; }
div#globalNav li.hide { display:none; }
div#globalNav li.active a { background: url(/galman/img/global/globalNav/a.hover.gif) 0 0 no-repeat; }


/* nowPlaying
--------------------------------------------------*/
div#nowPlaying { 
	background: url(/galman/img/global/nowPlaying.gif) 100% 0 no-repeat; 
	height: 1.2em; padding: 0 10px; padding-bottom: 0.65em; padding-top: 0.6em;
}
div#nowPlaying h1 { color: #E41269; float: left; font-size: 1.25em; font-weight: bold; }
div#nowPlaying h2 { color: #FFFFFF; float: left; padding: 0 10px 0 5px; font-size: 1.25em; font-weight: bold;}
div#nowPlaying p { text-transform: uppercase; float: right; padding: 0.1em 0; }
div#nowPlaying a { color: #887961; }
div#nowPlaying a.next { border-left: 1px solid #887961; }
div#nowPlaying div.browse { float: left; padding: 0.1em 0; text-transform: uppercase; }
div#nowPlaying div.browse a { float: left; }
div#nowPlaying div.browse a.next { margin-left: 5px; padding-left: 5px; }


/* main-content
--------------------------------------------------*/
div#main-content { float: left; margin: 0 0 0.5em 0; padding: 0px; width: 100%; }
div#main-content .left-content-column { float: left; padding: 0; margin: 0; width: 410px; }
div#main-content .right-content-column { float: right; padding: 0; margin: 0; width: 300px; }


/* PromoContent - lead
---------------------------------------------------*/	
div#promoContent { margin-bottom: 5px; }
div#promoContent div.lead {
	float: left;
	width: 410px; height: 250px; 
	position: relative; overflow: hidden;
}
div#promoContent div.lead h2 {
	position: absolute; bottom: 0;
	padding: 0.367em 10px 0.429em;	
	z-index: 2;
	font-size: 1.4em;
}
div#promoContent div.lead a { color: #FFFFFF; }
div#promoContent div.lead a:hover { text-decoration: none; }
div#promoContent div.lead p { position: absolute; }
div#promoContent div.lead p.mainImage { height : 250px; width : 410px; bottom : 0; }
div#promoContent div.lead p.thumImage { display: none; }

div#promoContent div.lead ol.content li { display: none; _display: block; }
div#promoContent div.lead ol.content div.trans { 
	position: absolute; bottom: 0;
	height: 2.5em; width: 410px;
	z-index: 2;
	background: #000000; opacity: 0.6; filter: alpha(opacity=60);
}
/*div#promoContent div.lead ol.content li:first-child { display: block; }*/
div#promoContent div.lead ol.content li.active { display: block; }

div#promoContent div.lead ul.paging {
	position: absolute; bottom: 0; right: 0;
	padding: 0 10px 0.364em;
	z-index: 3;
}
div#promoContent div.lead ul.paging a { 
	display: block;
	margin-left: 5px; padding: 0.182em 0.273em;
	font-size: 1.1em; 
}
div#promoContent div.lead ul.paging li { float: left; }
/*div#promoContent div.lead ul.paging li:first-child a{ background-color: #FFFFFF; color: #887961; }*/
div#promoContent div.lead ul.paging a, div#promotion div.lead ul.paging li a.normal  { 
	background-color: #887961;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
div#promoContent div.lead ul.paging li.active a, div#promotion div.lead ul.paging li a:hover {
	background-color: #FFFFFF; color: #887961;
}




/* Content
--------------------------------------------------*/
div#content { height: 190px; overflow: auto; background-color: #fff; }


/* right-content
--------------------------------------------------*/
div.right-content {
	background-color: #FFFFFF;
	padding: 10px 10px 0 10px;
	margin: 5px 0;
	border: 1px solid #5b5b5b;
	height: 242px;
	overflow: scroll;
	overflow:auto;
}


/* On Air
--------------------------------------------------*/
div#onAir { margin: 5px 0; }
div#onAir a { text-decoration: none; }
div#onAir { line-height: 150%; }
div#onAir h1 { font-size: 2em; }
div#onAir h2 { font-size: 1.6em; font-weight: bold; }
div#onAir h3 { font-size: 2em; font-weight: bold; margin-top: 0; }
div#onAir h3 a:hover { text-decoration: underline; }
div#onAir p { font-size: 1.2em; font-weight: bold; }
div#onAir p span.fieldname { font-weight: normal; }
/*-----( OnAir )---------*/
div#onAir h2 { float: left; margin-bottom: 10px; }
div#onAir h2 span { color: #e41269; }
div#onAir img.portrait { float: right; height: 61px; width: 85px; }
div#onAir div.browse { margin: -10px 0px 20px 0; }
div#onAir div.browse a { float: right; margin-left: 5px; }
div#onAir h3 { margin-bottom: 5px; }
div#onAir h4 { margin-right: 3px; }
div#onAir p { margin: 0; padding:0; }
}

div.right-content, div#podcast-content { line-height: 150%; }
div.right-content h1, div#podcast-content h1 { font-size: 2em; }
div.right-content h2, div#podcast-content h2 { font-size: 1.6em; font-weight: bold; }
div.right-content h3, div#podcast-content h3 { font-size: 1.4em; font-weight: bold; }
div.right-content p, div#podcast-content p { font-size: 1.2em; }
div.right-content li a, div#podcast-content li a { font-size: 1.2em; font-weight: bold; }


/* ListentLive - right-content
--------------------------------------------------*/
div#main-content.listenlive div.right-content { height: auto; }

/* UsefulLinks
--------------------------------------------------*/
div.usefulLinks {
	margin: 5px 0;
	height: 125px;
	overflow: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #e41269;
	background-color: #c90a5a;
	color: #fff;
	line-height: 150%;
}
div.usefulLinks a { color: #fff; }
div.usefulLinks h1 {
	margin-bottom: 10px; padding: 5px;
	font-weight: nromal; font-size: 1.4em;
	background: #000;
}
div.usefulLinks h2 { font-size: 1.4em; }
div.usefulLinks p { font-size: 1.2em; }
div.usefulLinks ul { margin-left: 20px; } 
div.usefulLinks ul li { margin: 0.1em; font-size: 1.2em; }


div#podcast-content { background-color: #FFFFFF; margin-top: 5px; }
div#content h2 span { color: #e41269; }


/* Player Content
--------------------------------------------------*/
div.player-image { background-color: #000000; height: 250px; margin-top: 5px; }
div#playerOnDemandImage { background: #000000 url(/galman/img/player/onDemand.gif) no-repeat; }

div#player-content.video { margin: 5px 0; }

div#player-content { width: 100%; background: #000; margin-bottom: 5px; }
div#player-content.listenLive { padding: 5px 0; }
div#player-content.listenLive #player { margin-left: 5px; }








/*-----( mpu )-----*/
div#mpu { background-color: black; }



/*-----( ErrorList )---*/
div.errorPanel { /*background-color:#FFFFCC;*/ color:#FF3300; }
/******** TYPOGRAPHY *****************************************************************************/












/*********************************** LAYOUT *****************************/




/*-----( fullBanner )-----*/
div#fullBanner {
	float:right;	
	height: 60px;
	width: 468px;
}



/*-----( podcast-content )----*/
div#podcast-content {
	padding: 10px;
	height: 292px;
	margin-bottom: 5px;
	border: 1px solid #5b5b5b;
	overflow: auto;
}
div#podcast-content span { font-size: 1.2em; }



/*-----( right-content )----*/

div.right-content h1, div#podcast-content h1 { margin-bottom: 0.5em; }
div.right-content h2, div#podcast-content h2 { margin-bottom: 10px; }
div.right-content h2 span, div#podcast-content h2 span { color: #e41269; }
div.right-content h3, div#podcast-content h3 { margin: 0.35em 0 0 0; padding: 0; }
div.right-content p, div#podcast-content p { margin: 0; padding: 0.1em 0; }
div.right-content li a { }



/*------ (admpu) ------*/
div#admpu {
	float: right;
}





/* Copyright
--------------------------------------------------*/
div#copyright {
	float: left; 
	height: 1em;
	margin: 0; padding: 0 10px;
	color: #951057;
}


/* fullBanner
--------------------------------------------------*/
div#fullBanner { background-color: black; }



/*-----( ErrorList )---*/
div.errorPanel {
	padding: 5px 20px;
}