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

html, body, 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;
}
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;
}


/* Text */
a, a:visited {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: underline;
}

/* Layout */
body {
    background: #000;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    font-weight: normal;
}
#container {
    width: 960px;
	margin: 0 auto;
}
#header {
    height: 136px;
    position: relative;
}
#content {
    width: 960px;
}

/* Header */
#header #logo {
    width: 366px;
    height: 101px;
    display: block;
    position: absolute;
    left: 28px;
    top: 20px;
}
#header #menu {
    height: 22px;
    width: 500px;
    position: absolute;
    left: 121px;
    top: 108px;
}
#header #top-links {
    position: absolute;
    right: 28px;
    top: 46px;
	width: 150px;
}
.songs-table {
	width: 150px
}
.songs-table td {
	text-align: right;
}
.songs-table td.label {
	text-align: left;
	padding-top: 10px;
}
.songs-table td div {
	padding-top: 4px;
}
.songs-table td.play {
	
}

/* Menu */
ul#menu li {
    float: left;
    margin-right: 20px;
}
ul#menu li a {
    font-family: 'Arial black', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
}
ul#menu li a:hover, ul#menu li a.active {
    color: #1D5CA2;
}



/* Home Page News Teasers */
.news-teaser-list {
    
}
.news-teaser-list div.news-teaser {
    position: relative;
    height: auto;
    width: 960px;
}
.news-teaser-list div.news-teaser a.date,
.news-teaser-list div.news-teaser a.title,
.news-teaser-list div.news-teaser a.more-info {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(29, 92, 162) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(29, 92, 162, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#991D5CA2, endColorstr=#991D5CA2);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#991D5CA2, endColorstr=#991D5CA2)";
    text-decoration: none;
    padding-left: 37px;
}
.news-teaser-list div.news-teaser:hover a.date,
.news-teaser-list div.news-teaser:hover a.title,
.news-teaser-list div.news-teaser:hover a.more-info {
    text-decoration: none;
    background-color: #05294E;
}

.news-teaser-list div.news-teaser a.date,
.news-teaser-list div.news-teaser a.more-info {
    width: 75px;
    overflow: hidden;
}
.news-teaser-list div.news-teaser a.date {
    position: absolute;
    z-index: 111;
    top: 23px;
    height: 20px;
    font-size: 11px;
    line-height: 22px;
}
.news-teaser-list div.news-teaser a.more-info {
    position: absolute;
    left: 0;
    height: 20px;
    z-index: 111;
    top: 111px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 20px;
}
.news-teaser-list div.news-teaser a.title {
    position: absolute;
    z-index: 111;
    top: 46px;
    left: 0;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    line-height: 62px;
    padding-right: 20px;
}

.news-teaser-list div.news-teaser a.teaser-image {
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
	
}
p {
	line-height: 1.4em;
	margin: 1em 0;
}
strong {
	font-weight: bold;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #1D5CA2;
}