@CHARSET "UTF-8";

* {
	padding: 0; margin: 0; border: 0;
	font-family: Verdana, Helvetica, sans-serif;
	outline: 0;
}

/******************** COMMON CLASSES ********************/

.dnone { display: none; }
.blk { display: block; }

.fleft { float: left !important; }
.fright { float: right !important; }
.fnone { float: none !important; }
.clear { clear: both !important; }

.mtop { margin-top: 14px !important; }
.mbottom { margin-bottom: 14px !important; }
.mright { margin-right: 14px !important; }
.mleft { margin-left: 14px !important; }

.ptop { padding-top: 18px !important; }
.pbottom { padding-bottom: 18px !important; }
.pright { padding-right: 18px !important; }
.pleft { padding-left: 18px !important; }

.mtop-none { margin-top: 0px !important; }
.mbottom-none { margin-bottom: 0px !important; }
.mright-none { margin-right: 0px !important; }
.mleft-none { margin-left: 0px !important; }

.ttiny { font-size: 10px !important; }
.tsmall { font-size: 11px !important; }
.tbig { font-size: 13px !important; }
.tbigger { font-size: 15px !important; }
.tleft { text-align: left !important; }
.tright { text-align: right !important; }
.tcenter { text-align: center !important; }

.btop { border-top: 1px solid #b4aaa7 !important; }
.bbottom { border-bottom: 1px solid #b4aaa7 !important; }

.cpointer { cursor: pointer; }

.important { color: #66ae4d; }

.time {
	font-size: 11px;
	color: #666;
}

/******************** LAYOUT BASE ********************/

body {
	font-size: 11px;
	line-height: 16px;
	color: #231f20;
	background-color: #362f2b;
}

#env {
	background: #362f2b url('images/env_background.png') top center no-repeat;
	overflow: hidden;
}

#page {
	width: 874px;
	margin: 0 auto;
	padding-top: 21px;
}


.left-column {
	float: left;
	width: 272px;
}
.right-column {
	float: left;
	width: 602px;
}

#foot {
	color: #7b7673;
	background-color: #362f2b;
}
#foot .footin {
	width: 874px;
	margin: 0 auto;
}
#foot .links {
	width: 400px;
}
#foot .connect {
	width: 150px;
}

.logo {
	display: block;
	width: 205px;
	margin: 0 auto;
}
.menu {
	display: block;
	width: 199px;
	margin: 36px auto;
}
.menu a {
	display: block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover, .menu .active {
	color: #333;
}

/******************** BASIC ELEMENTS ********************/

h1, .h1, h1 a, .h1 a {
	color: #66ae4d;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: -0.03em;
	line-height: 30px;
}

h2, .h2, h2 a, .h2 a {
	color: #464646;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 18px;
}

h3, .h3, h3 a, .h3 a {
	color: #231f20;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}
#foot h3, #foot .h3, #foot h3 a, #foot .h3 a { color: #fff; }

h2 span, .h2 span, h3 span, .h3 span { color: #66ae4d; }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a { text-decoration: none; }

a { color: #66ae4d; }
a:hover { color: #333; }

p { margin-bottom: 18px; }
#foot p, #foot a { color: #7b7673; }
#foot a { font-weight: bold; }
#foot a:hover { color: #eee; }

ol
{
	margin: 0 0 15px 10px;
	padding: 0 0 0 17px;
	line-height: 18px;
}

ul
{
	margin: 0 0 15px 0;
	padding: 0 0 0 17px;
	list-style-image: url('images/list_bullet_default.png');
	line-height: 18px;
}


/******************** CONTENT ********************/

.full-border {
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 12px;
	border-bottom: 1px solid #b4aaa7;
}
#foot .full-border {
	border-bottom: 1px solid #554e49;
}
.pagination {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}
.artist {
	font-size: 23px;
	text-align: justify;
	line-height: 30px;
	letter-spacing: -0.04em;
}
.artist a { font-family: "Trebuchet MS", Helvetica, sans-serif; color: #666; text-decoration: none; }
.artist .subname, .artist .subname a {
	color: #333;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0;
}
.artist a:hover { text-decoration: underline; }
.artist .stage2 { color: #66ae4d; }
.artist .stage2 a { color: #66ae4d; }

.content-half {
	float: left;
	width: 267px;
}
.stage-1, .stage-2 { padding-top: 70px; }
.stage-1 {
	background: transparent url('images/icon_stage_1.gif') top left no-repeat;
}
.stage-2 {
	background: transparent url('images/icon_stage_2.gif') top left no-repeat;
}
.stage-1-small, .stage-2-small { padding-top: 41px; }
.stage-1-small {
	background: transparent url('images/icon_stage_1_small.gif') top left no-repeat;
}
.stage-2-small {
	background: transparent url('images/icon_stage_2_small.gif') top left no-repeat;
}



p.news-half {
	width: 180px;
}
p.news-full {
	width: 480px;
}

.box-content {
	width: 602px;
	background-color: #fff;
}
.box-content-top {
	background: transparent url('images/content_top.gif') top left no-repeat;
}
.box-content-bottom {
	min-height: 622px;
	_height: 622px;
	padding: 30px 25px;
	background: transparent url('images/content_bottom.gif') bottom left no-repeat;
}

.box-menu {
	width: 199px;
	background-color: #66ae4d;
}
.box-menu-top {
	background: transparent url('images/menu_top.gif') top left no-repeat;
}
.box-menu-bottom {
	padding: 8px 29px;
	background: transparent url('images/menu_bottom.gif') bottom left no-repeat;
}

.photo-gallery a { 
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 26px;
	margin: 0 7px 10px 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #66ae4d;
	text-align: center;
}
.photo-gallery a:hover { background-color: #297717; }

#map {
	width: 546px;
	height: 546px;
	border: 2px solid #666;
}

.partners a {
	display: block;
	float: left;
	width: 100px;
	height: 80px;
	margin-right: 22px;
}

.news {
	padding-bottom: 8px;
	color: #c2b9b7;
	background: transparent url('images/news_bottom.gif') bottom left no-repeat;
}
.news-in {
	padding: 8px 10px 0 10px;
	background: transparent url('images/news_top.gif') top left no-repeat;
}
.news h2, .news h2 a, .news h3, .news h3 a { color: #fff; }

/* ROUTE */
.route {
	padding: 10px;
	background: transparent url('images/route_background.gif') top left no-repeat;
	color: #fff;
	font-size: 10px;
}
.route .input-text {
	width: 124px;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #362f2b;
	color: #fff;
}
.route .submit {
	width: auto;
	padding: 0;
	margin: 10px 0 5px 0;
	color: #66ae4d;
	text-decoration: underline;
	background-color: #594f49;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.route .submit:hover { color: #fff; }

/******************** FORMS ********************/

.guestbook, .forms {
	
}

.guestbook label, .forms label {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	color: #666;
}
.guestbook input, .guestbook textarea, .forms input, .forms textarea,
.guestbook select, .forms select{
	padding: 2px;
	margin-bottom: 4px;
	font-size: 12px;
	border: 1px solid #b4aaa7;
}
.guestbook textarea, .forms textarea {
	width: 546px;
	height: 75px;
}
.guestbook .button, .forms .button {
	border: 0;
	font-weight: bold;
	color: #fff;
	background-color: #66ae4d;
}
.guestbook .button:hover, .forms .button:hover {
	cursor: pointer;
}

.w50  { width:  50px !important; }
.w100 { width: 100px !important; }
.w200 { width: 200px !important; }
.w300 { width: 300px !important; }
.w400 { width: 400px !important; }
.w500 { width: 500px !important; }
.w100pct { width: 100% !important; }
.h200 { height: 200px !important; }
.h500 { height: 500px !important; }