/*------------------------------
Stylesheet for EKO
Author: Rude Goose
Agent: Tranfusion
-------------------------------*/

body{
	background-color:#000;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	font-size:80%;
	text-align:center;
	margin:0;
}
a:link, a:visited{
	text-decoration:none;
	color:#ccc;
}
a:hover{
	color:#fff;
}
img{
	border:none;
}
blockquote{
	font-size:120%;
	margin:20px 0;
}
fieldset{
	border:none;
}
form{
	margin-top:20px;
}
/*------------------------------------------*/
#active{
}
#container{
	width:760px;
	position:relative;
	margin:20px auto;
	text-align:left;
}
#contentLeft{
	width:1px;
	height:400px;
	float:left;
}
#contentMain{
	margin:30px 0 20px 0;
	padding-left:10px;
	float:left;
	width:400px;
}
#contentMain h2{
	font-size:110%;
}
#contentRight{
	float:right;
	margin:30px 0 20px 0;
	padding-right:20px;
	width:290px;
}
#contentRight h1{
	font-size:120%;
	border-bottom:1px solid;
}
#contentRight h2{
	font-size:100%;
	border-bottom:1px solid;
}
#credit{
	font-size:11px;
	text-align:right;
}
#footer{
	width:760px;
	height:30px;
}

.article{
	width:380px;
	padding:5px 10px;
	margin:2px 0;
	background:#222;
}
.article img{
	float:left;
	margin:0 5px 0 0;
}
.article h1{
	font-size:120%;
	border-bottom:1px solid;
	width:370px;
}
.article h2{
	font-size:100%;
	border-bottom:1px solid;
	width:370px;
}
.article p{
	text-align:right;
	float:right;
	width:250px;
	margin:0 10px 10px 0;
}
.article hr{
	clear:both;
	height:0px;
	border:none;
}
.forms label{
	text-align:right;
	float:left;
	display:block;
	width:90px;
	padding-right:10px;
}
.forms br{
	clear:left;
}
.forms1 input, .forms1 textarea, .forms1 select {
	display:block;
	width:150px;
	float:left;
	margin:0 0 2px 0;
	background:#bbb;
	border:1px solid #000;
}
.forms2 label{
	display: block;
	width: 220px;
	float: left;
	text-align: right;
	padding: 0 20px 10px 0;
}
.forms2 input{
	display: block;
	width: inherit;
	float: left;
	background:#bbb;
	border:1px solid #000;
}
.forms3 label{
	display:none;
}
.forms3 input{
	float:right;
	background:#bbb;
	border:1px solid #000;
}
#imagegallery{
	margin:10px 0 5px 0;
	padding:0;
}
#imagegallery li{
	float:left;
	list-style:none;
	margin:5px 0 0 0;
	padding:0 2px;
	font-size:80%;
}
#imagegallery br{
	clear:both;
}
#info{
	margin:5px 0;
	padding-top:10px;
	color:#ccc;
	clear:both;
}
#logo{
	float:left;
	margin:10px 0 0 10px;
}
#mainNav{
	padding:8px 0 7px 0;
	margin:0;
	clear:both;
}
#mainNav li{
	display:inline;
	padding:10px 10px 7px 10px;
	list-style:none;
}
#subNav{
	float:right;
	width:500px;
	height:40px;
	text-align:right;
	padding-top:5px;
	margin-top:0;
}
#subNav li{
	display:inline;
	list-style:none;
	padding:5px 10px 0 10px;
}
#register a{
	background:#333;
	padding:5px 20px;
}
#themes{
	float:right;
	width:200px;
	margin:0;
	padding:0;
}
#themes li{
	float:right;
	list-style:none;
	padding:75px 5px 0 0;
	margin:0;
}
#topBanner{
	width:760px;
	height:110px;
	position:relative;
}
#topLine{
	clear:both;
	width:645px;
	margin: 0 0 0 115px;
	padding:0;
	height:1px;
	border:0;
}