/* Copyright 2007 noza & puzu

/* =====================================*/
/* General rules */
html
{
	height: 100%;
	width: 100%;
}

body
{
	height: 100%;
	width: 100%;
	background-color: #433222;
	margin: 0;
	padding: 0;
	color: #f3e9de;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.3em;
}

img
{
	behavior: url(../website/style/iepngfix.htc);
}

/* =====================================*/
/* Frame */

.frame
{
	position: relative;
	background: #2e4057 no-repeat;
	width: 800px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 110px;
	min-height: 417px;
	height: auto !important;
	height: 417px;
}

.frame .cornerTopLeft
{
	position: absolute;
	top: -10px;
	left: -10px;
	width: 34px;
	height: 34px;
	background: url(../images/upper_left_corner.png) top left no-repeat;
	behavior: url(../website/style/iepngfix.htc);
}

.frame .cornerTopRight
{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 34px;
	height: 34px;
	background: url(../images/upper_right_corner.png) top left no-repeat;
	behavior: url(../website/style/iepngfix.htc);
}

.frame .cornerBottomLeft
{
	position: absolute;
	bottom: -11px;
	left: -11px;
	width: 34px;
	height: 34px;
	background: url(../images/lower_left_corner.png) top left no-repeat;
	behavior: url(../website/style/iepngfix.htc);
}

.frame .cornerBottomRight
{
	position: absolute;
	bottom: -11px;
	right: -11px;
	width: 34px;
	height: 34px;
	background: url(../images/lower_right_corner.png) top left no-repeat;
	behavior: url(../website/style/iepngfix.htc);
}

.frame h1
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 10px;
	top: -40px;
	font-size: 80px;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: normal;
	color: #f3e9de;
	opacity: 0.5;
	filter: alpha(opacity=50);
	letter-spacing: 0.08em;
	behavior: url(../website/style/iepngfix.htc);
}

.print
{
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.print img
{
	border: 0;
}

/* =====================================*/
/* Menu */

.menu
{
	position: absolute;
	top: 40px;
	left: -40px;
}

.menu a
{
	display: block;
	background: url(../images/button_normal.png) top left no-repeat;
	behavior: url(../website/style/iepngfix.htc);
	width: 171px;
	height: 52px;
	margin-bottom: 13px;
	text-decoration: none;
	font-size: 22px;
	font-family: Times New Roman, Serif;
	font-style: italic;
	color: #1f1f20;
	padding-top: 3px;
	padding-left: 6px;
}

.menu a img
{
	border: none;
}

.menu a.selected
{
	background: url(../images/button_clicked.png) top left no-repeat;
}

.menu a.selected:hover
{
	background: url(../images/button_clicked.png) 0 0 no-repeat;
}

.menu a:hover
{
	background: url(../images/button_hover.png) 0 0 no-repeat;
}

/* =====================================*/
/* Content */

.content
{
	position: relative;
	left: 150px;
	top: 110px;
	width: 590px;
	padding: 30px;
	padding-bottom: 50px;
	height: auto !important;
	height: 10px;
}

.content .background
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #402000;
	opacity: 0.1;
	filter: alpha(opacity=10);
	z-index: 0;
}

.content .text
{
	position: relative;
	z-index: 1;
	padding-left: 30px;
	padding-right: 30px;
}

.content a
{
	color: #efdf95;
	text-decoration: none;
}

.content a:hover
{
	text-decoration: underline;
}

.content a:visited
{
	/*color: #f3e9de;*/
}

.content h2
{
	font-family: Times New Roman, Serif;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
}

.content h3
{
	font-size: 15px;
}

.content h4
{
	font-size: 12px;
	font-weight: bold;
}

.content li
{
	padding: 0 0 10px 0;
}


/* =====================================*/
/* Footer */

.footer
{
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	text-align: right;
	padding-right: 35px;
	color: #af9e8e;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.footer a
{
	color: #af9e8e;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

/* =====================================*/
/* Page-specific */

.pressItem
{
}

.pressItem .pressDesc
{
	margin-top: 5px;
	padding-left: 15px;
}

.pressItem object
{
	display: block;
	margin-top: 5px;
}

.pressItem b
{
	color: #9F866D;
}

.photos
{
	border-spacing: 10px;
}

.photo
{
	padding: 5px;
	background-color: #777;
	text-align: center;
}

.photo img
{
	border: none;
	display: inline;
}

.concertTable
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.3em;
	border-spacing: 5px;	
}

.concertTable td
{
	vertical-align: top;
	padding: 5px;
}

.concertTable td.date
{
	font-weight: bold;
	width: 100px;
}

