/* 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; }

/* Global  
---------------------------------------------------*/
html {
	background: #f2f2f2; 
}
body {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 95%;
}
a { color: #02a7e9; text-decoration: none; }
a:hover { color: #138dbe; text-decoration: underline; }
strong { font-weight: bold; }
p { line-height: 1.1em; }
hr { clear: both; border: none; margin: 0; padding: 0; height: 0; }
div.spacer, div.break { clear:both; }

font:before { content: "ERROR!!!!!  <FONT> tag is disallowed!!!!!        "; }
font { color: red; clear:both; }



/* Header 
---------------------------------------------------*/
div#goOutBar { clear:both; background: #f3f3f3; padding-bottom: 5px; }
div#goOutBar div#logo { float: left; width: 300px; }
div#goOutBar div#logo a {
	background: url(../img/gooutbar/lbc_logo_smallest.gif) no-repeat;
	height:60px; width:280px;
	display: block;
	float: left;
	margin: 5px 0 5px 10px;
}
div#goOutBar div#logo a span { display: none; }
div#goOutBar div#logo p.tagline { display:block; font-size: 1em; font-weight: bold; padding-left: 15px; color: #333; }



/* Header - ListenLive
---------------------------------------------------*/
div#listenPanel div#listenLive { float: left; }
div#listenPanel div#listenLive a {
	display: block;
	margin: 25px 0 0 0;
	width: 180px; height: 55px;
	color: #fff;
	background: #12a6df url(../img/global/listenlive_button.gif) 0 50% repeat-x;
	font-family: sans-serif; font-size: 1.25em; font-weight: bold;
	border: 2px solid #00a7ea;border: 2px solid #fff;
}
div#listenPanel div#listenLive a:hover { background: #12a6df url(../img/global/listenlive_button_glow.gif) 0 50% repeat-x; }
div#listenPanel div#listenLive a span { display: none; }











