/*************************************
 ***** Page main layout settings *****
 *************************************/

body {
	background: #333333;	
}

div#header {
	position: absolute;
	top: 0;
	left: 50%;
	width: 999px;	
	margin-left: -499px;	
}

div#main {
	position: absolute;
	top: 285px;
	left: 50%;
	width: 901px;	
	margin-left: -449px;		
	background: black;
}

div#header img {
	border: none;
	padding: 0;
	margin: 0;
}

img#contentimg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/**********************************
 **** Normal contents settings ****
 **********************************/
 
div#contents {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	background: #d4ae70 url("../img/content-bg.jpg");	
	background-repeat: repeat-y;
	width: 609px;
	padding: 0px;
	margin: 0px;
}


div#contents div#contentbody {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 40px;
	margin-left: 70px;
	padding-bottom: 20px;
	width: 525px;
	z-index: 2;
}

/**********************************
 ***** Wide contents settings *****
 **********************************/

div#contents-wide {
	position: relative;	
	float: left;
	top: 0;
	left: 0;
	background: #d4ae70 url("../img/content-bg-wide.jpg");	
	background-repeat: repeat-y;
	width: 880px;
	padding: 0px;
	margin: 0px;
}

div#contents-wide div#contentbody {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 60px;
	margin-left: 70px;
	padding-bottom: 20px;
	width: 790px;
	z-index: 2;
}

/***************************
 *** Side panel settings ***
 ***************************/

div#sidepanel {	
	float: right;	
}

div#sidecontent {
	width: 257px;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;	
}

div#sidenote {
	background-image: url("../img/tarra1.jpg");
	background-repeat: no-repeat;
	width: 246px;
	height: 315px;
	margin-bottom: 10px;
}

div#sidenote div#sidenotetext {
	padding-top: 218px;
	margin-left: 40px;
	margin-right: 20px;
	text-align: left;
}

div#gigs {
	background-image: url("../img/giglist.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width: 257px;
	height: 290px;
}

div#gigs div#giglist {
	padding-top: 125px;
	margin-left: 65px;
	text-align: left;	
}

div#emptyblock {
	float:right;
	width: 1px;
	height: 630px;
}

/****************************
 ****  Fonts and colors  ****
 ****************************/
 
body {
	font-family: verdana,arial,sans-serif;
}

div#contentbody {	
	color: black;
	font-size: 0.85em;
}

div#contentbody h1 {
	font-size: 2em;
}

div#contentbody h2 {
	margin-top: 0;
	font-size: 1.3em;
}

div#contentbody h3 {
	font-size: 1em;
}

div#contentbody pre {
/*	font-family: monospace;
	font-size: 1em;*/
}

div#contentbody a { 
	color: #111;  
}

div#contentbody a:hover { 
	color: #ddd;  
}


div#giglist b {
	font-size: 1em;
}

div#giglist a {
	color: #111;  
	text-decoration: none;
}

div#giglist a:hover {
	text-decoration: underline;
}

div#giglist {
	font-size: 0.8em;
}

div#sidenote div#sidenotetext {
	font-weight: bold;
	font-size: 0.8em;
	color: black;
}

div#sidenote div#sidenotetext a {
	text-decoration: none;
	color: black;	
}

div#sidenote div#sidenotetext a:hover {
	text-decoration: underline;
}

div#listlinks {
	font-size: 0.7em;
	text-align: center;
}
