@charset "utf-8";

/*General*/
html, body
{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #8b4513;
}

a:link, a:hover, a:visited {
	text-decoration: none;
	color: #8b4513;
}

img, a img {
	border: none;
}

h3 {
	color: #8b4513;
}

/*Header*/
#header {
	background: url(images/banner.gif) no-repeat;
	height: 150px;
	margin-top: 10px;
}

.body {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #deb887;
}

/*Structure*/
#body {
	width: 760px;
	padding: 20px;
}

#curve {
	height: 30px;
	background: url(images/curve.gif) no-repeat;
}

#fade {
	height: 20px;
	background: url(images/fade.gif) repeat-x;
}

#navigation {
	height: 20px;
	line-height: 20px;
	background: url(images/menu-bg.gif) repeat-x;
	vertical-align: middle;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	padding: 0 10px;
	float: left;
	font-size: 14px;
	border-right: 1px solid #8b4513;
}

#navigation ul li a {
	color: #000000;
}

#navigation ul li a:hover, #navigation ul li a.selected {
	color: #deb887;
}

#submenu {
	height: 75px;
	width: 760px;
	text-align: center;
}

#submenu a {
	color: #000000;
	line-height: 20px;
}

#submenu a:hover {
	color: #deb887;
	background-color: #8b4513;
}

#submenu a.selected {
	color: #deb887;
	background-color: #8b4513;
}

.info {
	width: 75%;
	padding: 5px;
	border: 1px dashed #8b4513;
	text-align: center;
	line-height: 18px;
	margin: 0px auto;
}

#bold {
	font-weight: bold;
	display: inline;
}

.remark {
	position: relative;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 15px;
	background-color: #cc9966;
	text-align: center;
	border: 1px solid #8b4513;
}

.note {
	position: relative;
	border: dashed #8b4513;
	border-width: 1px 0;
	padding: 5px 0;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 16px;
}

.note-img {
	padding: 3px;
	border: 1px solid black;
}

.note-img a img {
	border-width: 0;
}

.img-left {
	float: left;
}

.img-right {
	float: right;
}

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

.big {
	font-size: 20px;
	line-height: 32px;
	color: #8b4513;
}

#img-comedy {
	width: 117px;
	height: 75px;
	margin-right: 5px;
}

#img-benefiet {
	width: 196px;
	height: 70px;
	margin-right: 5px;
}

.img-big {
	width: 717px;
	margin: 0 auto 10px auto;
	border: 1px solid black;
	text-align: center;
}

.sponsors {
	text-align: center;
}

.sponsors a {
	margin: auto 5px;
}

.sponsors a img {
	border-width: 0;
}

.last-edit {
	color: #8b4513;
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

#artists li {
	font-weight: bold;
}

#pic-links a {
	position: relative;
	float: left;
	height: 200px;
	border: 1px solid #8b4513;
	margin: 5px;
}

#pic-links a span {
	position: absolute;
	padding: 4px;
	color: #deb887;
	background-color: #8b4513;
	text-align: right;
	bottom: 0px;
	right: 0px;
}

.galleryTitle {
	display: block;
	text-align: center;
	color: #deb887;
	background-color: #8b4513;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

#clear {
	clear: both;
}

.clear-left {
	clear: left;
}

#footer {
	position: relative;
	text-align: center;
	border-top: 1px dotted #8b4513;
	padding: 10px 0;
	margin-bottom: 10px;
}

#counter {
	position: relative;
	display: inline;
	bottom: 5px;
	right: -225px;
}

#valid-icon {
	position: absolute;
	margin: 1px 2px;
	top: 0px;
	left: 0px;
}

#belstat {
	position: absolute;
	margin: 4px 10px;
	top: 0px;
	right: 0px;
}