@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

#contentWrapper {
	width: 683px;
	margin: 0 0 25px 193px;
	padding: 20px;
	background-color: #FFFEED;
	border: 1px solid #000000;
	border-top: 0px solid #000000;
	text-align: left;
}

input	{
	background-color: #CCCCCC;
	border: 1px inset #0099FF;
}

img {
	border: none;
}

div.mainContent {
	margin: 0;
}

div.mainContent p {
	line-height: 1.5em;
	font-size: .8em;		
}

div.mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	font-size: 1.5em;
	margin-top: 0;
}

div.mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	font-size: 1.2em;
	margin-top: -15px;
}

#sidebar {
	width: 193px;
	margin: -1px 0 0 0;;
	padding: 0 0 10px 9px;
	float: left;
	text-align: left;
}

#sidebar p {
	color: #FFFEED;
	font-size: .7em;
	margin: 5px 20px 5px 7px;
	line-height: 1.25em;
}

#sidebar a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

a {
	color: #CC0033;
	text-decoration: none;
}


a:visited {
	color: #CC0033;
	text-decoration: none;
}

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


a:active {
	color: #00CCFF;
	text-decoration: underline;
}

table.headtable {
	background-image:url(images/EG-Logo-Final.gif);
	background-repeat: no-repeat;
	background-position: 194px 24px;
}

td.socialbar	{
	background-color: #000000;
	padding: 5px 3px 1px 10px;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

#socialbar a:link, #socialbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#socialbar a:hover, #socialbar a:active {
	color: #FF0000;
	text-decoration: none;
}

ul.sidenav {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #333333;
}

form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.caption {
	font-size: 9px;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	
}

#artistDataShowsTable {
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
