/*2014 12 10 by ELM*/

@font-face {
   font-family: Geo;
   local: Geo;               
   src: url(GeosansLight.ttf);                          
}



html, body, div, ul {
	margin: 0;
	padding: 0;

}

body {
	background: #111012;
	background-image: url(gfx_side.png);
	background-repeat: repeat-x;
}

#wrap {
	position: relative;
	width:1000px;
	height: auto;
	min-height:1500px;
	top: 10px;
	padding:10px;
	background-image: url(gfx_middle.png);
	background-repeat: repeat-x;
	background-color: #000;
	box-shadow: 5px 5px 15px 7px #000;
}

#menu {
	background: transparent;	
	outline: none;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 900px;
	height: 130px;
	text-align: center;
	z-index:2;
}

#title{
	font-family: Geo;
	font-size: 18px;
	color: #E62E00;
	position: relative;
	background-color: transparent;
	top: 0px;
	height:50px;
	width: 300px;

	opacity: 1;
	text-align: left;
	display: inline;
}

#title:hover{
	font-family: Geo;
	font-size: 18px;
	color: #E62E00;
	position: relative;
	background-color: transparent;
	top: 0px;
	height:50px;
	width: 300px;	
	opacity: 1;
	text-align: left;
}



h1 {
	font-family: Geo;
	font-weight:lighter;
	color: #fff;
	top:50px;
	font-size: 45px;
	text-decoration: none;
	display:block;
}

h2 {
	font-family: Geo;
	font-weight:lighter;
	color: #fff;
	position: relative;
	top: -20px;
	font-size: 24px;
	text-decoration: none;
	display:block;
}

h2:hover {
	font-family: Geo;
	font-weight:normal;
	color: #fff;
	position: relative;
	top: -20px;
	font-size: 24px;
	text-decoration: none;
	display:block;
}


h3 {
	color: #E62E00;
	font-size: 35px;
	font-family: Geo;
	text-decoration: none;
	display:block;
}

h3:hover {
	
	color: #E62E00;
	font-size: 35px;
	font-family: Geo;
	text-decoration: none;
	display:block;
}

h4 {
	color: #fff;
	font-size: 24px;
	font-family: Geo;
	text-decoration: none;
	display:block;
}

h4:hover {
	
	color: #fff;
	font-size: 24px;
	font-family: Geo;
	text-decoration: none;
	display:block;
}

#bt{
	font-family: Geo;
	font-size: 24px;
	font-weight:100;
    -webkit-font-smoothing:antialiased;
	color: #E60000;
	/*color: #fa02a1;*/
	position: relative;
	background-color: transparent;
	top: -20px;
	height:50px;
	width: 300px;
	opacity: 0.5;
	text-align: center;
	display: inline;
}

#bt:hover{
	font-family: Geo;
	font-size: 24px;
	font-weight:100;
    -webkit-font-smoothing:antialiased;
	color: #E60000;
	/*color: #fa02a1;*/
	position: relative;
	background-color: transparent;
	top: -20px;
	height:50px;
	width: 300px;	
	opacity: 1;
	text-align: center;
	display: inline;
}

#sub{
	font-family: Geo;
	font-size: 18px;
	color: #FFF;
	position: relative;
	background-color: transparent;
	top: 0px;
	height:50px;
	width: 300px;
	opacity: 1;
	text-align: center;
	display: inline;
}

#subtext{
	font-family: Geo;
	font-size: 20px;
	font-weight:100;
    -webkit-font-smoothing:antialiased;
	color: #E60000;
	/*color: #fa02a1;*/
	position: relative;
	background-color: transparent;
	top: -20px;
	height:50px;
	width: 700px;
	opacity: 0.7;
	text-align: center;
	display: inline;
}

#subtext_low{
	font-family: Geo;
	font-size: 16px;
	color: #FFF;
	position: relative;
	background-color: transparent;
	top: 0px;
	height:50px;
	opacity: 1;
	text-align: center;
	display: inline;
}

#quote{
	color: #E60000;
	font-family: Geo;
	font-size: 16px;
	position:relative;
	right: 250px;
	top: 0px;
	float:right;
}

#content {
	position: relative;
	font-family: Geo;
	top: 0px;
	width: 900px;
	border: none;
	z-index:1;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#titlepic {
	position: relative;
	font-family: Geo;
	left: 0px;
	width: 700px;
	height:500px;
	border: none;
	z-index:1;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #000;
	margin-bottom: 20px;
	padding: 0;
}

p {
	color: #B2B2B2;
	margin: 0;
	padding: 7px 0;
}



a {
	text-decoration: none;
	outline: none;
}

a href {
	color: #fff;
	
}

a href:hover {
	color: #fff;
	
}

/* unvisited link */
a:link {
    color: #fff;
	
}

/* visited link */
a:visited {
    color: #E60000;
	
}

/* mouse over link */
a:hover {
    color: #E60000;
	
}

/* selected link */
a:active {
    color: #E60000;
	
}



a img {
	border: 1px solid #262626;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
	background-color: white;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}
.selected_gallery img
{
	border-color: black;
}
