/* StokerStudio Table-Based site 2009 */


html, body {
	height: 100%;
	background-color: #CCCC66;
	color: navy;
	font-family: arial;
	background: url("../images/backline-bg.jpg"); /* url("../images/bg.gif"); */
}

* {
	margin: 0;
	padding: 0;
/*	border: 0; */
}

/* Container Table format */


.maintable {
	width: 100%;
/*	border-width: 1;
	border-color: black;
	border-style: solid; */
}

.maintable td {
/*	border-width: 1;
	border-color: black;
	border-style: solid; */
}



.leftcol {
	width: 5em;
	text-align: left;
	vertical-align: top;
}

.mainarea {
	width: 25em;
	text-align: center;
	vertical-align: top;

}

.rightcol {
	width: 12em;
	border-left: 1px solid black;
	padding-left: 1px;
	vertical-align: top;
}

/* END Containter Table format */


/*HEADER Elements */

.header {
	text-align: center;
	border-bottom: 1px solid black;
}

.mainlogo {
/*	float: left;*/
        text-align: left;
}

.sublogo {
/*	float: right;*/
        text-align: right;
}



/* End HEADER Elements */


/* SITEMAP FORMATTING */

.sitemap {
	margin: 0;
	font-size: .85em;
	padding: .2em;
	background-color: #CCCC99;
	width: 9em;
	border-right: 1px solid green;   background
	border-bottom: 2px solid green;
}

.sitemap ul {
	list-style: none;
	margin: 0;
}

.sitemap li {
	padding-top: 1px;
        padding-bottom: 3px;
        padding-left: 2px;
        padding-right: 1px;
        border-bottom: 1px groove white;
}

.sitemap a:link {
	text-decoration: none;
	color: blue;
}

.sitemap a:visited {
	text-decoration: none;
	color: blue;
}

.sitemap a:hover {
	text-decoration: underline;
	color: green;
	background-color: #CCCC33;
}

.menutitle {
        font-size: 1.1em;
        padding: 2px;
        font-family: cursive;
}

/* GENERAL ELEMENT FORMATTING */

.counter {
   font-family: cursive;
   border: 1px solid green;
   background-color: #CCCC33;
   width: 100%;
   text-align: left;
}

.intro {
   padding: 3px;
   font-family: arial, san-serif;
   font-size: 1.1em;
}

ul {
   margin: 16px;
}

.gignotice {
	font-size: .8em;
	background-color: #CCCC33;
	padding: 4px;
}


.button1 a:link, .button1 a:visited {
   background-color: #CCCCCC;
   padding: 2px;
   margin: 2px;
   border: 4px groove darkred;
   text-decoration: none;
   color: blue;
}

.button1 a:hover {
   background-color: #33CCCC;
   padding: 2px;
   margin: 2px;
   border: 4px groove navy;
   color: navy;
}

.standout {
	background-color: #CCCC33;
	padding: 4px;
}

.highlight {
	font-weight: bold;
	background: yellow;
	padding: 4;
}

.white {
	background: white;
	border: 6px groove #CCCC99;
}

.gallery {
	width: 100%;
	text-align: center;
}

.accent {
	font-weight: bold;
	color: green;
}

.siteupdated {
	font-size: .8em;
	font-style: italic;
	color: blue;
}

.big {
	font-family: cursive;
	font-size: 2em;
	font-weight: bold;
}

.small {
	font-size: .8em;
}

.contactform input {
	padding: 4px;
	margin: 4px;
}

.tourdates {
	text-align: center;
	padding: 2px;
	font-family: cursive;
	line-height: 2em;
	border: 6px groove #8B0000;
}


.venues {
	font-size: .8em;
	font-style: italic;
	margin-left: 6px;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 10px;
	line-height: 1em;
	border: 4px groove navy;
}

.news {
	font-family: cursive;
}

.gig {
	color: 	#8B0000;	
}

.pastgig {
   font-size: .9em;
   font-style: italic;
   color: #8B0066;
}


/* SUBMENU FORMATTING */

.submenu {
   font-size: .8em;
}

.submenu a:link {
   text-decoration: none;
   color: blue;
}

.submenu a:visited {
   text-decoration: none;
   color: blue;
}

.submenu a:hover {
   color: green;
   background-color: white;
}

.submenu ul {
   list-style: none;
   background-color: #CCCC99;
}

.submenu li {
   text-align: center;
   border-bottom: 1px solid green;
   border-left: 1px solid green;
}


/* BIO PAGE FORMATTING */

#bio ul {
   list-style: none;
}


/* IMAGE FORMATTING */

img {
   border: 0;
}

a img {
   border: 0;
}

.framed {
   border: 10px ridge brown;
}

/* SITE ADMIN SPECIFIC */

.admintable {
   width: 80%;
   border: 4px groove green;
   background: yellow;
   padding: 8px;
   margin: 8px;
}

.admintable td {
   padding: 4px;
}


.admindisplay {
   border: 10px groove green;
   padding: 8px;
   margin: 8px;
   text-align: center;
   width: 80%;
}

.admindisplay td {
   vertical-align: top;
}





