/* MAIN STRUCTURING AND GENERAL RULES */

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url(/img/background.png);
	background-repeat: repeat-x;
	color: white;
	background-color: black;
	font-family: Times new roman;
	font-size: 12pt;
}

a {
	color: silver;
}

td {
	padding: 4px;
	vertical-align: top;
}

input, textarea, select {
	display: inherit;
	color: #fff;
	background-color: #000;
	border: 1px solid gray;
	border-top-width: 1px;
	border-right-width: 1px;
}

h1 {
	color: white;
	font-weight: bolder;
}

h2 {
	color: white;
	font-size: 16pt;
	font-weight: bolder;
}

h3 {
	color: silver;
	font-size: 14pt;
	font-weight: bolder;
	border-bottom: 1px solid silver;
}

h4 {
	color: silver;
	font-size: 14pt;
}

h5 {
	color: white;
	font-size: 12pt;
	font-weight: bolder;
}

a.button {
    background-color: #222;
    border: 1px solid #333;
    display: block;
    color: #ccc;
    font-weight: bold;
    height: 30px;
    line-height: 29px;
    margin-bottom: 14px;
    text-decoration:  none;
    width: 191px;
}

a:hover.button{
    color: #eee;
}

span.add{
    background:url(../img/buttons/add_post.png) no-repeat 10px 8px;
    text-indent: 30px;
    display: block;
}

div#newslettercontent {
    text-align: center;
}

#container {
	width: 750px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed #333;
	background-color: #222;
	color: inherit;
}

#header {
	margin: 0;
	padding: 0;
	color: inherit;
}

#footer {
	margin: 0;
	padding: 0;
}

#contactinfo {
	margin: 0;
	padding: 2px;
	background-color: black;
	font-family: Verdana;
	font-size: 7pt;
	text-align: center;
}

div#flashheader {
	margin: 0 auto;
	padding: 0;
}

table.maxwidth {
	width: 100%;
}

p.small {
	font-size: small;
}

p.dark {
	color: grey;
}

p.center {
    line-height: 100px;
}

input.hidden {
	padding-top: 1px;
	border: 0;
}

img.bordered {
	border: 3px double black;
}

.error_message {
	background-color: inherit;
	color: red;
}

/* CONTENT */

#banner {
    text-align: center;
    align: center;
    background-color: black;
    height: 100px;
    margin: 0;
    padding: 10px;
    vertical-align: center;
}

#content {
	margin: 0;
	padding: 10px;
	/*background-image: url(/img/content/background.gif);*/
	background-repeat: repeat-x;
	background-color: #1c1c1c;
	color: #fff;
}

/* NAVIGATION */

#navigation {
    padding-top: 4px;
    padding-bottom: 4px;
	background-color: #111;
	border-bottom: 1px dashed #333;
	border-top: 1px dashed #333;
	text-align: center;
}

.navigation a {
    font-size: 20pt;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
}

.navigation a:hover {
    color: #bbb;
    border-bottom: 3px solid #bbb;
}

.menunavigation a {
    color: #bbb;
    font-size: 20pt;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

.menunavigation a:hover {
    color: #bbb;
    border-bottom: 3px solid #bbb;
}

span.navigation {
	padding-left: 5px;
	padding-right: 5px;
}

/* INDEX */

table#index {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	align: center;
}

table#indexmid {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	align: center;
}

table#indexmid img {
	margin: 10px;
}

p.index {
	padding-top: 25px;
	font-weight: bold;
}

td#indexleft {
	width: 190px;
	background-image: url(../img/index/backdropleft.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: white;
}

td#indexmiddle {
	width: 300px;
	text-align: center;
	vertical-align: middle;
}

td#indexmiddle img {
	vertical-align: middle;
}

td#indexright {
	width: 190px;
	background-image: url(../img/index/backdropright.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: white;
}

/* NEWSLETTER */

form#newsletter {
	text-align: center;
}

/* BANDINFO */

table#bandinfo {
	background-image: url(../img/bandinfo/livebackdrop.png);
	border: 1px solid #444;
	margin: 0 auto;
}

tr.bandinfo {
	background-color: #482503;
}

form#bandinfo {
	
}

span.binfo {
	color: #ccc;
}

th.bandinfo, td.bandinfo {
	padding: 5px;
	text-align: left;
}

th.bandinfo {
	background-color: #333;
	height: 30px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	font-size: 14pt;
}

td.bandinfo {
	background-color: #111;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	margin: 0;
}

td.bandadd {
	background-color: #111;
}

table#bandinfocontent {
	margin: 0 auto;
	width: 715px;
	padding: 1px;
	border-collapse: collapse;
}

/* BANDINFO */

table#jazzinfo {
	background-image: url(../img/jazzinfo/livebackdrop.png);
	border: 1px solid #444;
	margin: 0 auto;
}

tr.jazzinfo {
	background-color: #482503;
}

form#jazzinfo {
	
}

span.jinfo {
	color: #ccc;
}

th.jazzinfo, td.jazzinfo {
	padding: 5px;
	text-align: left;
}

th.jazzinfo {
	background-color: #333;
	height: 30px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	font-size: 14pt;
}

td.jazzinfo {
	background-color: #111;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	margin: 0;
}

td.jazzadd {
	background-color: #111;
}

table#jazzinfocontent {
	margin: 0 auto;
	width: 715px;
	padding: 1px;
	border-collapse: collapse;
}

/* GALLERY */

table#gallery {
	text-align: center;
}

form#gallery {
	
}

div#gallery {
	width: 100%;
	height: 550px;
}

/* MENU */

table#menu {
  /*background-image: url(../img/menu/xmasbackdrop.png);
  background-position: center;*/
	border: 1px solid #444;
	margin: 0 auto;
}

table#menucontent {
  margin: 0 auto;
	width: 715px;
	padding: 1px;
	border-collapse: collapse;
}

th.menu {
	background-color: #333;
	height: 30px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	font-size: 14pt;
}

td.menuinfo {
	background-color: #111;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	margin: 0;
}

td.menuadd {
	background-color: #111;
}

/* GUESTBOOK */

div#guestbookactions {
	
}

table#guestbook {
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 2px;
	color: inherit;
	clear: both;
}

table.guestbookpost {
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid black;
	color: inherit;
	clear: both;
}

td.guestbookleft {
	width: 80%;
	background-color: #222;
}

td.guestbookright {
	background-color: #111;
}

span.ginfo {
	color: #ccc;
}

input.noshow {
	visibility: hidden;
}
