/***************************************** RESET SCRIPT *****************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5em;
	padding-top: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***************************************** MAIN STYLING *****************************************/
body {
	background: #fff url(images/background.jpg) top repeat-x;
	font: 12px Arial, Helvetica,Verdana,Tahoma,sans-serif;
}
#container {
	width: 974px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	*top:-5px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic !important;	
}

h1, h2 {
    border-bottom: 1px solid #E5E5E5;
    color: #000000 !important;
    font-family: "Century Gothic",Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
}

h2.tileHeadline {
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 0 4px;
    text-transform: none;
    border-bottom: none;
}



h2 span, h1 span {
	background: url(images/h2_arrow.gif) right 7px no-repeat;
	padding-right: 12px;
}

h1 a, h2 a {
    color: #000000 !important;
}

p {
    line-height: 1.4em;
    margin: 0 0 0.75em;
}

ol, #content ol, dl.portlet ol {
    list-style-type: decimal;
    margin-left: 2em;
}

ul, #content ul {
    list-style-type: disc;
    margin-left: 0;
}

a,
a:active,
a:visited {
    color: #f00;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

.hiddenStructure {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    height: 0.1em;
    margin: -0.1em 0 0 -0.1em;
    overflow: hidden;
    padding: 0;
    width: 1px;
}

table.listing tbody tr td {
    max-width: 200px;
}

.image-right {
    clear: both;
    float: left;
    margin: 0.5em 0 0.5em 1em;
}

.image-left {
    clear: both;
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.listingBar {
    clear:both;
}

/**************************************** HEADER STYLING ****************************************/
#header {
	position: relative;
	height: 212px;
}

#logo {
	height:100px;
	width:316px;
	margin: 10px 0 11px;
}

#breadcrumbs a {
    color: #666666;
    text-decoration: none;
}

#channels-box {
	position: absolute;
    right: 330px;
    top: 8px;
	font-size:11px;
	font-weight: bold;	
}

/**************************************** SEARCH STYLING ****************************************/
#searchbox {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 312px;
	min-height: 25px;
}

.searchSection,
#LSResult,
#portal-advanced-search,
#searchform label {
    display: none;
}

input.searchButton {
    background: #f00;
    border: medium none;
    color: #FFFFFF;
    height: 25px;
    padding: 1px 1px 3px;
    text-transform: uppercase;
    width: 78px;
    margin-left: 4px;
}

#searchGadget, #nolivesearchGadget {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #efefef;
    font-size: 11px;
    height: 23px;
    position: relative;
    top: 0px;
    width: 230px;
}

/******************************************* TOP NAV ********************************************/
#portal-globalnav {
    background-color: transparent;
    font-family: "Century Gothic",Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#portal-globalnav li {
    display: inline;
    float: left;
    margin-top: 0;
    height: 30px;
}

#portal-globalnav li:first-child {
    border-color: #EFEFEF;
    border-style: none none none solid;
    border-width: 1px;
    display: inline;
    float: left;
}

#portal-globalnav li a {
    background-color: transparent;
    border-color: #EFEFEF;
    border-style: none solid none none;
    border-width: 1px;
    color: #000000;
    height: auto;
    margin-right: 0;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

#portal-globalnav li.selected a,
#portal-globalnav li a:hover {
    background-color: #FF0000;
    border-color: #FF0000;
    border-style: none solid solid none;
    border-width: 1px;
    color: #FFFFFF;
}

.globalSectionsLevel2 {
	display: none;
}

/***************************************** BREADCRUMBS ******************************************/
#breadcrumbs {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    line-height: 1.5em;
    padding-left: 9px;
    padding-right: 2em;
    position: absolute;
    text-transform: none;
    top: 187px;
    font-size: 11px;
}

/************************************** MAIN CONTENT AREA ***************************************/
#content-area {
	background-color: #fff;
	padding: 20px;
}

/**************************************** COLUMN CONTENT ****************************************/
#content-container {
	width: 606px;
}

.home-template .documentFirstHeading {
    display: none;
}

#column-content {
    width: 606px;
    font-size: 110%;
}

.home-template #column-content {
    margin-bottom: 10px;
}

.documentFirstHeading {
    margin: 0 0 1em;
}

.documentDescription {
    display: block;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 2em;
}

div.newsImageContainer {
    border: medium none;
    float: right;
    margin: 0 0 1em 0.5em;
    width: 300px;
}

img.tileImage{
    float: left;
    margin: 2px 10px 1em 0;
    width: auto;
}

.tileItem {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.tileFooter {
    text-align: right;
}

.discreet {
    color: #666666;
    font-size: 85%;
    font-weight: normal;
}

#features {
    width: 606px !important;
    overflow: hidden;
}

/***************************************** COLUMN RIGHT *****************************************/
#column-right {
	width: 304px;
	float: left;
	margin-left: 20px;
}

#column-right #ng-logo {
	text-align: center;
	margin: 10px 0;
}

#column-right .portletHeader, .managedPortlet .portletHeader {
    background-color: #FFFFFF;
    border: medium none;
    font-family: "Century Gothic",Arial,sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
    text-transform: lowercase;
}

#column-right .portletHeader a.tile, .managedPortlet .portletHeader a.tile, .portletHeader span {
    background: none repeat scroll 0 0 #FF0000;
    color: #FFFFFF !important;
    display: inline;
    font-size: 14px;
    line-height: 38px;
    padding: 0.75em;
    text-transform: uppercase;
}

#column-right .portletHeader .portletTopLeft, .portletHeader .portletTopRight {
    display: none;
}

#column-right .portlet {
    background-color: #F3F3F3;
    border-bottom: medium none;
    margin: 1px 0 1em;
}

#column-right .portletItem {
    padding: 5px;
    font-size: 110%;
}

#portlet-onair #showTimes {
    font-size: 11px;
}

/***************************************** SITE FOOTER ******************************************/
#site-footer {
	background-color: #000;
	padding: 5px;
	color: #fff;
	margin-top: 10px;
	width: 924px;
}

#site-footer a,
#site-footer a:active,
#site-footer a:hover,
#site-footer a:visited {
	color: #fff;
	text-decoration: none;
}

/******************************************* BRANDING *******************************************/
#branding {
	color: #000;
	float:left;
	padding: 10px 0;
}

#banding a,
#banding a:active,
#banding a:hover,
#banding a:visited {
	text-decoration: none;
	color: #000;	
}

#site-actions {
	float: right;
	width: 50%;
	text-align: right;
}

/*********************************** HOME PAGE PORTLET BLOCKS ***********************************/
#column-content-portlets .portlet {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    width: 283px;
}

.events-template #column-content-portlets .portlet {
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    width: 283px;
}

#column-content-portlets .image-left {
    float: left;
	padding: 5px 10px 5px 0;	
}

.events-template #column-content-portlets .portlet {
    width: 590px;
}

#column-content-portlets .portlet .portletHeader span {
    color: #000000 !important;
    font-family: "Century Gothic",Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(images/h2_arrow.gif) right 7px no-repeat;
	padding: 0 12px 0 0;
	line-height:1.25em;
}

#column-content-portlets .portlet .portletHeader {
    border-bottom: 1px solid #E5E5E5;
}

#column-content-portlets .portlet .portletHeader a {
    color:#000;
}

#column-content-portlets .portlet .portletHeader a:hover {
    text-decoration: none;
}

/************************************** FOOTER SITEMAP *************************************/
#footer-sitemap {
    background-color: transparent;
    text-align: left;
    font-size: 11px;
}

#footer-sitemap li {
    position: relative;    
    width:106px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align:top;
    zoom: 1;
    *display: inline;
    text-align:left;
    margin: 3px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#portal-footer .navTreeLevel0 ul {
	list-style: none;
}

#footer-sitemap .navTreeLevel2 li {
    font-size: 11px;
    display: block !important;
    position: relative;
    margin: 0;
}

#footer-sitemap .navTreeLevel2 li a {   
	background: none;
	color: #fff !important;
	text-transform: none;
	font-weight: normal;
	border-bottom: none;
}

#footer-sitemap .navTreeLevel2 li a:over {
    color: #000000 !important;
	text-decoration: underline
}

#footer-sitemap .navTreeLevel2 li .navTreeCurrentItem {
	background-color:transparent;
	border:none !important;
}

.navTreeLevel2 .navTreeCurrentItem {
	background-color:transparent;
	border: none !important;
}

#footer-sitemap .navTreeLevel3{
    display: none;
}

/***************************************** PORTLETS ****************************************/
.portletStaticText .portletItem {
	padding: 8px 0 4px;
	font-size: 110%;
}

.portletItem .tile {
    color: #000000;
    font-size: 14px;
    line-height: 1.5em;
    padding: 8px 0 4px;
    display: block;
    font-weight: bold;
}

.events-template .portletItem .tile {
    color: #000000;
    font-size: 18px;
    line-height: 1.5em;
    padding: 0 0 4px;
    display: block;
    font-weight: bold;
}

.portletItem .portletItemDetails {
    display: block;
    text-align: right;
    font-weight: normal;
    font-size: 11px;
    color: #666;
}

.portletItem .desc {
	line-height: 1.4em;
	padding-bottom: 15px;
	font-size:110%;
}

.portletFooter {
    text-align:right;
    padding: 5px;
}

.portletStaticText img {
    padding: 5px 10px 5px 0 !important;
}

.portletLead {
    padding: 9px 10px 5px 0 !important;
}

/***************************************** EVENTS ****************************************/
.eventDetails {
    clear: right;
    float: right;
    font-size: 11px;
    margin: 1em 0 0.5em 1em;
    width: 300px;
}

table.listing tbody tr {
    text-align: left;
}

table.listing tbody tr:first-child {
    display: none;
}

table.listing tbody th {
    font-weight: bold;
}

table.vertical th {
    text-align: right;
}

table.listing th {
    background: none repeat scroll 0 0 #DDDDDD;
    border-color: #E7E7E7;
    border-style: solid solid none;
    border-width: 0.1em;
    color: #666666;
    text-align: left;
}

table.invisible td, table.invisible th, table.plain td, table.plain th, table.listing td, table.listing th {
    padding: 0.5em 1em;
    vertical-align: top;
}

div.documentByLine {
    color: #666666;
    display: block;
    font-size: 85%;
    font-weight: normal;
}

.events-template div.documentByLine {
    padding-top: 8px;
}

.events-template .portletHeader {
    margin-bottom:1em;
}

.events-template .portletItem {
    padding-top:1em;
}

/************************************ SEARCH PAGE ***************************************/
.searchResults dt {
    color: #000000 !important;
    font-family: "Century Gothic",Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.searchResults dd {
    line-height: 1.5em;
    margin: 0 0 0.75em;
}

/************************************ SONG LISTING ***************************************/
/*Portlet*/
#portlet-nowplaying .portletItem a {
    color: transparent;
}

.nowplaying-title {
    color: #000;
}

.nowplaying-composer {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

#songlist table {
    margin-top: 10px;
}

#songlist tr {
    border-bottom: 1px solid #efefef;
}

#songlist th {
    font-weight: bold;
    text-transform:uppercase;
}

#songlist td {
    padding: 5px 5px 15px 5px;
}

/************************************ HOME SLIDER *************************************/
li.slide {
    position: relative;
}

.slide-description {
    background-color: #000000;
    color: #FFFFFF;
    height: 270px;
    left: 0;
    opacity: 0.7;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 180px;
    vertical-align: middle;
    font-size: 110%;
}

.slide-description a {
	color: #fff !important;	
}

#slider-container {
    height: 300px;
    margin: auto;
    width: 606px;
	overflow:hidden;
}
#slider, #slider li.slide {
    height: 300px;
    width: 628px;
}
#nextBtn {
    left: 628px;
    top: -275px;
}
#prevBtn {
    top: -200px;
}

/******************************** SONGLIST TABLE ************************************/
#sl-table {
    width: 100%;
    border-bottom: 1px solid #efefef;
}

#sl-table .last-played {
    width: 100px;
}

#sl-table .last-played div {
    padding: 5px;
    border: 1px solid #efefef;
}

.song-composer {
    font-weight: bold;
}
