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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

body {
	font: 12px/18px Helvetica, Arial, Tahoma, Verdana, sans-serif;
	/*background-image: url('../images/bg-image.jpg');*/
	background-color: #d3d4d6;
	background-repeat:repeat;
	width: 100%;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #ffffff;
}

a:link {
	/* color: #006600; */
	color: #02aa02;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #02aa02;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000000;
	outline: none;
	/*text-decoration: underline;*/
}

a:active {
	color: #001100;
	outline: none;
	text-decoration: underline;
}

/* Navigation
-----------------------------------------------------------------------------*/


ul#mynav {
	list-style: none;
	float: left;
	clear: left;
	margin-top: 2px;
	padding-left: 22px;
}

ul#mynav li {
	display: inline;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 2px 0 2px;

}

ul#mynav li a:link {
	color: #ffffff;
	font-weight: bold;
	padding: 0 10px 0 8px;

}

ul#mynav li a:visited {
	color: #ffffff;
	padding: 0 10px 0 8px;
	text-decoration: none;

}

ul#mynav li a:hover {
	text-decoration: underline;

}

#part1 #navigation #mynav #navpart1 a, #part1 #navigation #mynav #navpart1 a:hover, 
#part2 #navigation #mynav #navpart2 a, #part2 #navigation #mynav #navpart2 a:hover,
#part3 #navigation #mynav #navpart3 a, #part3 #navigation #mynav #navpart3 a:hover, 
#part4 #navigation #mynav #navpart4 a, #part4 #navigation #mynav #navpart4 a:hover, 
#part5 #navigation #mynav #navpart5 a, #part5 #navigation #mynav #navpart5 a:hover, 
#part6 #navigation #mynav #navpart6 a, #part6 #navigation #mynav #navpart6 a:hover, 
#part7 #navigation #mynav #navpart7 a, #part7 #navigation #mynav #navpart7 a:hover, 
#part8 #navigation #mynav #navpart8 a, #part8 #navigation #mynav #navpart8 a:hover { 
    color: #ffcc00; text-decoration: none; cursor: default;}   
    
/* Text and Images
-----------------------------------------------------------------------------*/


h1 {
	font: 20px Quicksand, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #009900;
}

h1#headertitle {
	height: 70px;
	background-image: url(http://www.elainerombola.com/images/header-image5.png);
	background-repeat: no-repeat;
	text-indent: -7500px;
	font: 20px Quicksand, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #009900;
}

h2 {
	font: 16px Quicksand, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	padding: 3px 0 9px 0;
}

h2.sidetop {
	font: 16px Quicksand, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	padding: 3px 0 9px 4px;
}

h3 {
	font: 13px Quicksand, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	padding: 2px 0 6px 0;
}

p {
	margin: 0 0 9px;
	padding: 0px 2px 0px 2px;
}

p.showdate {
	font: 12px Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	padding: 5px 0px 2px 0px;
}

p.homeshowdate {
	font: 12px Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	padding: 5px 10px 2px 0px;
}

.showyear {
	font: 16px Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 50px;
	width: 750px;
	background-image: url(http://www.elainerombola.com/images/year-divider.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 15px 0px 0px 0px;
	margin-top: 10px;
	margin-bottom: -10px;
}

ul.setlist {
	margin-top: -5px;
	padding-left: 50px;
}

p.smallnews {
	font-size: .95em;
	line-height: 17px;

}

img {
	border: none;
	padding-bottom: 6px;
}

img.imgright {
	float: right;
	clear: right;
	padding-left: 25px;
	padding-bottom: 10px;
}

img.cdcover {
	border: 1px solid gray;
	float: left;
	clear: left;
	margin-right: 15px;
}

img.newsthumb {
	float: left;
	clear: left;
	padding: 2px 12px 5px 2px;
}

input {
	vertical-align: middle;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 90px;
	background: #000;
}

img#headerimg {
	border: none;
	padding-bottom: 0px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	padding-top: 15px;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#content {
	padding: 0 30px 25px 180px;
}

#homecontent {
	padding: 0 15px 15px 15px;
}

#contentleft {
	width: 350px;
	float: left;
	clear: left;
	padding-left: 15px;
	padding-right: 15px;
}

#contentright {
	width: 300px;
	float: left;
	text-align: left;
}

#errorcontent {
	width: 640px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideleft {
	float: left;
	width: 125px;
	margin-left: -940px;
	position: relative;
	background: #ffffff;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
}

ol.subnav li {
	display: block;
	font-family: Quicksand, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	background-color: #dddddd;
	padding-left: 5px;
	margin-right: -5px;
	border-bottom: 1px solid white;
}

ol.subnav li a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

ol.subnav li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

ol.subnav li a:hover {
	display: block;
	background-color: #dddddd;
	font-weight: bold;
	text-decoration: none;
}

ol.subnav li a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideright {
	float: right;
	width: 200px;
	margin-left: -800px;
	position: relative;
	background: #eee;
	border: 1px black solid; 
	margin-right: 30px;
	margin-bottom: 25px;
	padding: 5px 10px 15px 10px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 25px;
	background: #fff;
    border-top: 1px #000 solid;
	margin-top: 5px;
	padding: 10px 30px 5px 5px;
	margin-bottom: 25px;
	color: #000;
	text-align: right;
	font-size: 11px;
	
}

a:link.phantom { 
	color: #0097fc;
	text-decoration: none;
}

a:visited.phantom { 
	color: #0097fc;
	text-decoration: none;
}

a:hover.phantom { 
	color: #6600cc;
	text-decoration: none;
}

a:active.phantom { 
	color: #ffffff;
	text-decoration: none;
}

/* Misc Rules
-----------------------------------------------------------------------------*/

.buybuttons {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}

.listenitem {
	padding-bottom: 15px;
}

hr {
	margin-bottom: 30px;
}

hr.smallnews {
	margin-bottom: 10px;
}

.upcoming {
	height: 296px;
	background: #fff;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
	margin-top: 5px;
	padding-top: 10px;
}

.shows li {
	list-style-position: outside !important;
	margin: 0 0 15px 0;
}

.secondline {
	padding-left: 36px;
}

.showdate {
	font-weight: bold;
	margin: 0 px 25px 0;
	float: left;
	clear: left;
	height: 40px;
	width: 36px;
}

.pastdate {
	font-weight: bold;
	margin: 0 px 25px 0;
	float: left;
	clear: left;
	height: 40px;
	width: 36px;
}


.doubledate {
	font-weight: bold;
	margin-left: -36px;
	height: 50px;
	width: 60px;
}

.slideshow { 
	height: 242px; 
	width: 350px; 
	margin-bottom: 10px;
}

.clearfix {
	clear: both;
}


