@charset "utf-8";

html {
	overflow-y: scroll;
}

body {
	font-family: Helvetica, sans-serif;
	color: #FFF;
	background: #2E1F27 url(../images/body_bkgd.png) repeat-y center;
}

h1, h2, h3 {
	color:#FFF;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.7em;
}

p {
	font-size: 1em;
}

p a:link, p a:visited {
	color:#D5CCB8;
	text-decoration: none;
	border-bottom: 1px dotted #D5CCB8;
	padding-bottom: 1px;
}

p a:hover {
	border-bottom: 1px solid #D5CCB8;
}

/* ----- INFO ----- */

.info {
	display:inline-block;
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:0 0 5px 0;
}

#wrapper {
	width:1000px;
	text-align: center;
	align: center;
	margin-right: auto;
	margin-left: auto;
	background: #000;
}

#header {
	margin-bottom: 20px;
}

#banner {
	height: 170px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	padding-top: 20px;
	background: url(../images/banner_bgn.png) repeat-x bottom;
	width: 960px;
}

/*==================== main menu ============================*/

#menu {
	width: 960px;
	height: 40px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 10px;
}

ul.navigation {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	width: 72em;
	overflow:hidden;
}

ul.navigation li {
	float:left;/*margin-right: 0.6em; */
}

ul.navigation a, ul.navigation li.selected {
	display:block;
	padding: 0.4em 2.5em;
	text-decoration:none;
	border-top: 2px solid #634354;
	border-right: 1px solid #634354;
	border-bottom: 1px solid #634354;
	border-left: 1px solid #634354;
	background: #D5CCB8;
	color: #000;
}

ul.navigation a:hover {
	color: white;
	border-bottom: 1px solid white;
	background: #871528;
}

.active {
	display:block;
	color: white;
	padding: 0.4em 2.5em;
	text-decoration:none;
	border-top: 2px solid #634354;
	border-right: 1px solid #634354;
	border-bottom: 1px solid #634354;
	border-left: 1px solid #634354;
	background: #A8A191;
}

/*===============================================================================*/

#content {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1em;
	text-decoration: none;
}

#contactForm {
	float: left;
	width: 480px;
	padding: 0 10px 0 90px;
	text-align: left;
}

#mainContent {
	float: left;
	width: 520px;
	padding: 0 10px 0 50px;
}

#sideBar {
	width: 380px;
	background-color: #000;
	text-align: center;
	float: right;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 10px;
}

#sideBar p {
	text-align: center;
	font-size: 0.9em;
	text-indent: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

#sideBar p em {
	font-weight: bold;
	font-size: 1.2em;
}

#sideBar h2 {
	font-size: 1.5em;
}

/*---------- FOOTER ---------- */

#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #634354;
	padding-top: 15px;
	width: 960px;
	font-size: .9em;
	margin-left: 20px;
}

#footer_nav {
	width:850px;
	text-align:center;
	background-color: #000;
	padding-left: 120px;
}

#footer_nav ul {
	font-size: 14px;
	text-align:center;
}

#footer_nav ul li {
	list-style:none;
	display:inline;
	float: left;
}

#footer_nav ul li a {
	text-decoration:none;
	color: #000;
	background: #D5CCB8;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding: 2px 25px;
}

#footer_nav ul li a:hover {
	color: #FFF;
}

.events1 {
	color: #CCC;
	font-size: 16px;
}

.content_text1 {
	color: #FFF;
	font-size: 14px;
}

.content_text2 {
	color: #FFF;
	font-size: 16px;
}

#container, #bottom {
	margin:0 auto;
	width:640px;
}

/* --- Galleries ---*/
#picBox {
	width: 750px;
	height: auto;
	min-height: 500px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 20px;
}

/*---------- CREDITS & COPYRIGHT----------*/

.credits {
	padding-top: 10px;
	margin-top: 25px;
	color: #FFF;
}

.credits p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.credits a img {
	margin-top: 10px;
	padding-bottom: 10px;
}

.center_text {
	text-align: center;
}

/********************************/

.clear {
	clear: both;
}

.highslide-image {
	border: 1px solid black;
}

.highslide-controls {
	width: 90px !important;
}

.highslide-controls .highslide-close {
	display: none;
}

.highslide-caption {
	padding: .5em 0;
}

.events2 {
	color: #CF0;
	font-size: 18px;
}

