@charset "UTF-8";
/* CSS Document */

a:active, a:visited{
color:#E9B65E;
}
a{
color:#E9B65E;
}
body {
	background: #0B0C0B url(../../images/bkg.jpg) repeat-x;
}
.container{
	width:900px;
	margin: 0 auto;
	position:relative;
	margin-bottom:15px;
}
.header{
	position:relative;
	padding:0;
	margin-bottom:0px;
}
.maintext{
	border: #E9B65E 3px solid;
	color:#E9B65E;
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0 1px;
	padding: 20px;
	width:852px;
	background-image: url(../../images/maintext_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #0B0C0B;
	min-height: 300px;
}
.center{
	width:100%;
	text-align:center;
}
.banner{
	margin: 0 1px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E5B35D;
	border-right-color: #E5B35D;
	border-left-color: #E5B35D;
}
#helixtag{
	font-size:x-small;
	padding:0;
	margin:0;
}
.footer{
	background-color:#0B0C0B;
	font: 1em Arial, Helvetica, sans-serif;
	text-align:center;
	color:#E9B65E;
	margin: 0 1px;
	border:3px solid #E9B65E;
	border-bottom: none;
	border-top:none;
}
.input {
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	font: bold 0.95em arial, sans-serif;
}
.invalid {
	color: red;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
input.textinput, textarea.textinput {
	color: #E9B65E;
	padding: 1px 2px;
	background-color: #2F251B;
	border: 1px solid #E9B65E;
}
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.gallery-thumb{
	margin:5px;
	border:thin solid #e9b65e;	
}
.gallery-img-title{
	text-align:center;
}
td.gallery-img {
	width: 250px;
	text-align: center;
	padding-bottom: 24px;
}

#pagination a, #pagination span {
	padding: 2px 4px;
	text-decoration: none;
	border: 1px solid #E9B65E;
}
#pagination a.p {
}
#pagination a:link, #pagination a:visited {
}
#pagination a:hover, #pagination a:active, .currentpage {
	background-color: #E9B65E;
	color: #0B0D0C;
}
#pagination .off {
	border-color: #7F5307;
	color: #7F5307;
}