@charset "UTF-8";
#container {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}
#navigation {
	height: 33px;
	margin: 0 0 17px 0;
}
#footerleft {
	height: 22px;
	width: 470px;	
	overflow: hidden;
	float: left;
	margin: 0;
}
#footerleft img {
	margin: 0 15px 0 0;
}
#footerright {
	float: right;
	height: 22px;
	width: 500px;
	overflow: hidden;
	text-align: right;
}
#footerright img {
	margin: 0 0 0 15px;	
	vertical-align: top;
}
.clearfloat {
	clear: both;
}

.logo {
	margin: 0 20px 15px 20px;
	border: 0;
}

.musicplaylisttable {
	background-color: #1f1f1f;
	background-image: url('http://www.rockthevote.com/assets/images/pages/issue-table-bg.gif');
	background-repeat: no-repeat;
	border: 2px solid #000000;
	margin-top: 15px;
	margin-bottom: 20px;
}
.musictabletitle {
	background-image: url('http://www.rockthevote.com/assets/images/pages/issue-table-header-bg.gif');
	background-repeat: repeat-x;
	margin-left: 10px;
}
.musictablecontent {
	font-size: 98%;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.musictablecontent-alt {
	font-size: 98%;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #202020;
}

/* copy styles */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
}
a:link {
	color: #B2272C;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #8a1d1d;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:active, a:focus {
      outline: 0;
}
h1 {
	text-transform: uppercase;
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footercopy {
	font-family: "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	color: #CCCCCC;
	line-height: 22px;
	vertical-align: middle;
	text-transform: uppercase;
	height: 22px;
}
.footercopy a:link {
	color: #DFDFDF;
	text-decoration: none;
}
.footercopy a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.footercopy a:active {
	color: #737373;
	text-decoration: none;
}
.footercopy a:hover {
	color: #B2272C;
	text-decoration: none;
}
.footercopyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: oblique;
	color: #CCCCCC;
	overflow: visible;
	line-height: 22px;
	vertical-align: middle;
}
strong {
	font-weight: bold;
	color: #feffac;
}
fieldset {
border: none;
padding: 0;
}
legend {
visibility: hidden;
}