/* positioning */
html, body
{
	margin: 0px;
	padding: 0px;
	background-color: #661B14;
	background-image: url(img/repeater.png);
}

#pagewidth
{
	width: 800px;
}

#leftcol
{
	width: 200px;
	float: left;
	position: relative;
	background-color: #661B14;
}

#twocols
{
	width: 600px;
	float: right;
	position: relative;
}

#rightcol
{
	top: 390px;
	width: 80px;
	float: right;
	position: relative;
	background-color: #661B14;
}

#maincol
{
	float: left;
	display: inline;
	position: relative;
	width: 518px;
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 12px;
	color: #262626;
	line-height: 130%;
}

.adresbar
{
	text-align: justify;
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #BF9430;
	padding: 0px;
}

#maincol p
{
	padding: 0 18px 0 18px;
}

 /* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/* navigation */
ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}	

.nav a	
{
	display: block;
	height: 20px;
	width: 200px;
	text-decoration: none;
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #BF9430;
	text-indent: 15px;
	line-height: 25px;
}	

.nav a:hover
{
	background-color: #BF9430;
	color: black;
}

div#nav ul li a span
{
	display: none;
}

div#nav ul li a:hover span
{
	display: block;
	position: absolute;
	top: 0px;
	left: 535px;
	z-index: 100;
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	color: #CCD8F2;
	background: #454E61;
	text-align: left;
	font-weight: normal;
}

/* general stuff */
a
{
	text-decoration: none;
	color: #060;
}

a:hover
{
	color:#661B14;
}

h1
{
	font-size: 12px;
	padding: 10px 0px 10px 18px;
}

.center
{
	display: block;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.todaysgig	
{
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 12px;
	padding: 10px 10px 0px 15px;
	background-color: black;
	color: #BF9430;
	height: 150px;
}

.artist
{
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

table
{
	width: 100%;
}

.giglist table
{
	table-layout: fixed;
	width: 518px;
}

th
{
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 14px;
	border-width: 1pt;
	border-style: solid;
	background-color: #000;
	color: #BF9430;
	font-weight: bold;
}

td
{
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 10px;
	border: #661B14;
	border-width: 0 0 1pt 1pt;
	border-style: none none dotted dotted;
}

div.figure
{
	float: right;
}

div.figure p
{
	text-align: center;
	font-style: italic;
	text-indent: 0;
}

.small
{
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 10px;
	padding: 10px 10px 0px 15px;
	color: #BF9430;
}

.small a
{
	color: #BF9430;
}

.small a:hover
{
	color: red;
}

hr
{
	border-bottom: black;
	border-width: 0 0 1pt 0;
	border-style: none none dotted none;
}

/* giglist definitions */
.normal		{color: black;}
.party		{color: red;}
.patrick	{color: white;	background: green;}
.patrick a:hover	{color: white;}
.patrick a:visited	{color: white;}
.queen		{color: black;	background: #FF8C00;}
.special	{color: black;	background: red;}
.session	{color: black;	background: #BF9430;}

/* printer styles */
@media print
{
	/* hide the left column when printing */
	#leftcol
	{
		display: none;
	}
	
	/* hide the right column when printing */
	#rightcol
	{
		display: none;
	}
	
	#twocols, #maincol
	{
		width: 100%;
		float: none;
	}
	.giglist
	{
		font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
		font-size: 12px;
		width: 100%;
	}
	.adresbar	
	{
		text-align: center;
		font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: black;
	}
}
