body {
font-family: "Times New Roman", Times, serif;
background: #000;
font-size: 14px;
color: #000;
padding: 0;
margin: 0;
}

td, p, ol, ul {
	font-size: 14px;
	color: #000;
	margin: 10px;
}

/* --- SITE LINKS --------- */

a {
color: #0000CC;
text-decoration: none;
}

a:hover {
color:#C60;
text-decoration: underline;
}

/* --- H1, H2, H3 --------- */

h1, h2, h3 {
font-family: "Times New Roman", Times, serif;
margin-top: 0;
}

h1 {
font-size: 25px;
color: #CC0000;
font-weight: bold;
}

h2 {
font-size: 18px;
font-weight: bold;
line-height: 0px;
padding-top: 10px;
}

h3 {
padding-left: 8px;
font-style: italic;
font-weight: normal;
font-size: 110%;
}

/* --- CONCERT LIST --------- */

.showlist td {
font-size: 12px;
font-weight: bold;
}


/* --- WRAPPER --------- */

.wrapper {
background: transparent url(http://www.minneapolismusic.com/Images/wrapper.png) repeat-y;
width: 800px;
margin: 0px auto;
padding: 0;
}

/* --- BANNER --------- */

.banner {
background: transparent url(http://www.minneapolismusic.com/Images/mpls-banner.jpg) no-repeat;
height: 106px;
padding: 0;
margin-top: 0px;
margin-right: 5px;
margin-left: 5px;
margin-bottom: 0px;
}

.shadow {
background: transparent url(http://www.minneapolismusic.com/bands/skins/Cobalt/images/head_shadow.png) repeat-x;
height: 18px;
padding: 0;
margin: 0px 5px 0px 5px;
}

/* --- NAVBAR --------- */

.navbar {
background: transparent url(http://www.minneapolismusic.com/bands/skins/Cobalt/images/head_navbar.png) repeat-x;
text-align: center;
height: 26px;
margin: 0px 5px 0px 5px;
}

.navbar ul {
list-style: none;
margin: 0px;
text-align: center;
padding-left: 25px;
padding-right: 25px;
}

/* --- NAVIGATION --------- */

.nav-main ul {
margin-left: 0px;
margin-right: 0px;
}

.nav-main ul li {
display: inline;
float: left;
border-left: 2px #369 solid;
width: 80px;
text-align: center;
font-size: 14px;
font-weight: bold;
}

.nav-main ul li a {
display: block;
height: 25px;
line-height: 25px;
color: #CCCCFF;
text-decoration: none;
}

.nav-main ul li a:hover {
color: #E80;
}

/* --- SPACERS --------- */

.spacer-side {
height: 10px;
}

.spacer-footer {
height: 30px;
}

.gear ul {
margin-left: 0;
}

.gear li {
	display: inline; float: left; list-style: none; margin:2px; padding:5px; width:220px;
}

/* --- FOOTER --------- */

#footer {
background: #001926;
width: 785px;
border-bottom: 4px #358 solid;
margin: 5px;
padding: 3px;
}

#footer td {
font-size:13px;
color: #FFFFDC;
}

#footer a {
color: #CCCCFF;
text-decoration: none;
}

#footer a:hover {
color:#C60;
}