
body {
	max-width: 980px;
	margin: 0 auto;
	font-size: 16px;
}

header {
	height: 500px;
	width: 100%;
	margin-bottom: 1em;
	position: relative;
}


.headerReplacement {
	text-indent: -9999px;
	width: 600px;
	height: 500px;
	background: url(../img/logo-banner600x500.jpg) #000000 no-repeat;  
	display: block;
	margin-left: auto;
	margin-right: auto;
}



nav {
	height: 36px;
	width: 100%;
	margin-bottom: 1em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #777777;
}

nav a {
	display: inline-block;
	float: left;
	width: 12%;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 5px;
	background-color: #000000;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #AAAAAA;
}

nav .first {
	margin-left: 4%;
}

nav .last {
	margin-right: auto;
}

nav .line-right {
	border-right: solid 1px #777777;
}


nav a:hover {
	color: white;
	background-color: #222;
}

nav a:active {
	color: #996600;
}

aside {
	float: left;
	width: 30%;
	border:groove 1px grey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 2%;
}

aside p {
	font-size: .8em;
	text-align: left;
	padding: 10px;
}

aside h1 {
	font-size: .8em;
	text-align: center;
}

aside.connect {
	float: left;
	text-align: center;
	border: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 2%;
}

aside.connect h1{
	float: left;
	padding: 1px 0 1px 0;
	margin: 0 0 0 0;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	color: #3366cc;
}

aside.connect ul.icons{
	margin-top: 2px;
	margin-bottom: 1px;
	padding: 5px 5px 5px 5px;
}

aside.connect li.icons{
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	padding: 0px 2px;
	margin: 0px 10px;
}


aside.show {
	text-align: center;
	background-color: #0F0F0F;
}

aside.show h1 {
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	color: #996600;
}

aside.show a {
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	color: #996600;
}


aside.show p{
	text-align: center;
	padding: 1px 0 1px 0;
	margin: 0 0 0 0;
}

aside.show p.date{
	font-size: 1em;
	color: #996600;
}


aside.show p.venue{
	font-size: .8em;
	font-weight: bold;
	color: #ddd;
}


aside.show p.location{
	font-size: .7em;
	color: #ccc;
}


aside.shows-img {
	background-color: #0F0F0F;
	text-indent: -9999px;
	height: 200px;
	background: url(../img/edgefest300x200.jpg) #000000 no-repeat center; 
}


aside.news1 {
	background: url(../img/edgecolor300x135.jpg) #000000 no-repeat center;
	height: 135px;
}

aside.news2 {
	background: url(../img/edgecolors300x139.jpg) #000000 no-repeat center;
	height: 135px;
}

aside.news-icons {
	float: left;
	background: url(../img/edgesmiles300x173.jpg) #000000 no-repeat center;
	height: 173px;
}

aside.news h1 {
	font-size: 1em;
	text-align: center;
	color: #996600;
}


ul.icons{

	margin-top: 2px;
	margin-bottom: 1px;
	padding: 5px;
}

ul.bottom{
	position: relative;
	top: 130px;
}

li.icons{
	display: block;
	float: right;
	text-decoration: none;
	padding: 0px 2px;
	margin: 0px 10px;
}


article {
	clear: both;
	border:groove 1px grey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 2%;
	margin-left: 2%;
	font-size: .9em;
	color: #DDDDDD;
	text-decoration: none;
	text-align: left;
}

article.intro {
	border:hidden 0px black;
	text-transform: uppercase;
	text-align: center;
	font-style: italic;
	color: #CCCCCC;
}

article.intro p {
	margin: 0px 0px 20px 0px;
}



span.nowrap {
	white-space: nowrap;
}

article.contact {
	height: 100px;
	font-size: 1em;
	text-align: center;
	background-color: #0F0F0F;
}

article.contact h1 {
	text-transform: uppercase;
	text-align: center;
	font-style: italic;
	color: #8f0100;
}


article h1 {
	font-size: 1.4em;
	text-align: center;
	color: #996600;
}



article.shows h1 {
	text-transform: uppercase;
	text-align: center;
	font-style: italic;
	color: #8f0100;
}


article.shows table {
	width: 80%;
	background-color: #000000;
	text-decoration: none;
	text-align: left;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
	border: 0px;
}

article.shows tr {
	background-color: #333333;
	text-decoration: none;
	border: solid 1px black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

article.shows .odd{
	background-color: #232323;
}

article.shows td {
	padding: 4px 4px;
}

article.shows td.date {
	width: 40%;
}

article.shows td.band {
	width: 15%;
	font-style: italic;
	font-size: 90%;
	color: #DDCCBB;
	text-align: center;
}

article.shows td.venue {
	width: 25%;
}

article.shows td.location {
	width: 20%;
}


section.show {
	padding: 5px;
	margin: 0px auto 10px auto;
	text-align: left;
	background-color: #0F0F0F;
}

section.show p {
	text-align: left;
	padding: 2px 10px 2px 2px;
	margin: 0 0 0 0;

}

section.show p.date{
	display: block;
	width: 250px;
	float: left;
	font-size: 1em;
	font-weight: bold;
	color: #993333;
}

section.show p.venue{
	display: block;
	width: 250px;
	float: left;
	font-size: 1em;
	font-weight: bold;
	color: #ddd;
}

section.show p.location{
	display: block;
	width: 250px;
	float: right;
	font-size: 1em;
	color: #ccc;
}

section.show p.bands{
	display: block;
	width: 250px;
	font-size: 1em;
	font-style: italic;
	color: #777;
}


.sgbphotoReplacement {
	text-indent: -9999px;
	width: 600px;
	height: 300px;
	background: url(../img/sgb-photo600x300.jpg) #000000 no-repeat;  
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-width: 0px;
}

section h1 {
	font-size: 1.2em;
	text-align: left;
}

section h2 {
	font-size: 1.1em;
	text-align: left;
}



section ul {
	display: block;
}

section li {
	display: block;
	background-color: #000000;
	text-decoration: none;
}

footer {
	clear: both;
	margin-top: 5em;
	border:groove 1px grey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 5px;
	color: #333;
	font-size: .75em;
}

footer h1 {
	font-size: 1em;
	text-align: center;
	color: #996600;
}
