/* theawkwards.com - styles.css - 2005-06-18 */

body
{
	margin: 0px;
	background-color: #999;
}

body, h1, h2, h3, h4, h5, h6, p, a, li, label, input, td
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
}

h1
{
	position: absolute;
	top: 163px;
	left: 54px;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-size: 18px;
	font-style: italic;
	color: #003366;
	border-bottom: 2px solid #003366;
}

h3
{
	margin: 24px 0px 12px 0px;
	font-size: 13px;
	color: #000;
}

p
{
	margin-top: 0px;
}

p.postSignature
{
	margin-top: -6px;
	font-size: 10px;
	color: #333;
}

a
{
	font-weight: bold;
	color: #003366;
}

div#Main
{
	position: relative;
	width: 700px;
	margin: auto;
	background: #999 url("../images/main_bg.gif") repeat-y;
	background-color: #eee;
	margin-bottom: 20px;
}

div#Header
{
	position: relative;
	width: 700px;
	height: 240px;
	background: url("../images/header_bg.gif") no-repeat;
}

ul#Navigation
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 211px;
	left: 25px;
}

ul#Navigation li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul#Navigation img
{
	border: none;
}

div#Body
{
	position: relative;
	width: 700px;
	border-bottom: 5px solid #000;
}

div#Content
{
	position: relative;
	top: 10px;
	left: 40px;
	width: 620px;
	margin-bottom: 50px;
}

div#Footer
{
	position: relative;
	width: 700px;
	height: 50px;
	background: url("../images/footer_bg.gif") no-repeat;
}

/* Class : dataTable */
table.dataTable { width: 100%; padding: 0px; border: 1px solid #369; }
table.dataTable tr.trYear { background-color: #036; }
table.dataTable tr.trYear th { border-bottom: 1px dashed #369; }
table.dataTable tr.trHeader { background-color: #369; }
table.dataTable tr.trHeader th { border-bottom: 1px dashed #dfefff; }
table.dataTable tr.trDataOdd { background-color: #dfefff; }
table.dataTable tr.trDataEven { background-color: #cedeee; }
table.dataTable th { color: #fff; }
table.dataTable th, table.dataTable td { padding: 5px 10px 5px 10px; text-align: left; vertical-align: top; }
table.dataTable td a { font-weight: normal; }


/* Band */
div.bio
{
	position: relative;
	margin-bottom: 20px;
}

div.bio img
{
	position: relative;
}

div.bio div
{
	position: absolute;
	top: 0px;
	left: 150px;
}

div.bio h3
{
	margin-top: 10px;
}





.photo-credit
{
font-size: 10px;
color: #999;
}

table.pictures
{
margin-bottom: 5px;
}

table.pictures th
{
padding: 5px 10px;
text-align: left;
}

table.pictures th h3
{
color: #ccc;
}

table.pictures td
{
padding: 5px 0px 5px 5px;
text-align: left;
}

table.pictures tr.text
{
background-color: #003366;
}

table.pictures tr.photo
{
background-color: #999999;
}

table.shows
{
margin-bottom: 25px;
}

table.shows th
{
padding: 5px 10px;
text-align: left;
}

table.shows th h3
{
color: #ccc;
}

xtable.shows td
{
padding: 5px 0px 5px 5px;
text-align: left;
}

table.shows tr.text
{
background-color: #003366;
}

table.shows tr.show
{
background-color: #999999;
}

.tablecelldotted
{
background-image: url("images/dottedlinevert.gif");
}
