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

/* Main Page Style */
body{
	background-color: #333333;
	background-image:url(../assets/background.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

h1, h2, h3, h4, h5{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1{
	font-size: 2em;
	margin-left: 10px;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.2em;
}
h6{
	font-style: italic;
	font-size: .8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 300;
	margin: -20px 0px 20px 0px;
}
h6 a {color: #6D6214; font-weight:bold;}
h6 a:link {text-decoration: none;}
h6 a:visited {text-decoration: none;}
h6 a:hover {text-decoration: none; color: #fff;}
h6 a:active {text-decoration: none; color: #fff;}

a {color: #ffffff;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none; color: #CABDA5;}
a:active {text-decoration: none; color: #CABDA5;}
img{ border: none; display: block; margin-left: auto; margin-right: auto}
p{text-indent:50px;}
form p{text-indent:0px; display: block;}
ul{list-style:none;}

/* Navigation */
nav{
	color: #ffffff;
	margin: 0px 0px 0px 5%;
	padding: 5px 0px 0px 0px;
}
nav a{
	padding: 0px 25px 0px 0px;
}
menu{
	color: #4D4D4D;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
menu a {color: #4D4D4D;}
menu a:link {text-decoration: none;}
menu a:visited {text-decoration: none;}
menu a:hover {text-decoration: none; color: #E5D9C3;}
menu a:active {text-decoration: none; color: #E5D9C3;}


/* Div Tag Styles */
#topbar{
	margin: 0px 0px 20px 0px;
	width: 100%;
	height: 30px;
	background-color: #000000;
}
#topbar img{
	float: right;
	margin: 0px 5% 0px 0px
}
#headerContainer{
	margin: 0px 0px 0px 0px;
}
#bodyHeader{
	height: 30px;
	width: 90%;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	background-color: #000000;
	color: #58595B;
}
#bodyHeader a{color: #58595B;}
#bodyContainer{
	width: 90%;
	margin: -20px auto 0px auto;
	background-color: #E5D9C3;
}
#bodyFooter{
	width: 90%;
	height: 33px;
	margin: 0px auto;
	background-color: #000000;
}
#footerContainer{
	background-image: url(../assets/rolling-mounds.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	clear: both;
}
#footerContainer img{
	float: left;
	margin: -25px 0px 0px 5%;
}
#botbar{
	clear: both;
	color: #4D4D4D;
	margin: 0px 0px 0px 0px;
	padding: 5px 5% 0px 5%;
	height: 30px;
	background-color: #000000;
}
#breadcrumbs{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0;
}
#breadcrumbs li{
	display: inline;
	margin: 0;
	padding: 0;
}
#featured{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#featured li{
	padding: 0px 0px 5px 0px;
	margin: 0;
}
#search{
	width: 90%;
	margin: 
	auto;
}

#articalnav{
	text-indent:0px;
	text-align: center;
}
#articalnav a {color: #6D6214;}
#articalnav a:link {text-decoration: none;}
#articalnav a:visited {text-decoration: none;}
#articalnav a:hover {text-decoration: none; color: #fff;}
#articalnav a:active {text-decoration: none; color: #fff;}

/* Classes */

.column{
	float: left;
	width: 40%;
	margin-left: 5%
}
.trophies{
	display: inline-block;
	width: 200px;
	margin: 0px 30px 0px 0px;
}
.trophies p{
	text-align: center;
	text-indent: 0px;
}
.button{
	width: 100px;
	height: 25px;
	margin:10px auto;
	padding: 5px 5px 5px 5px;
	border: none;
	background-color: #66503B;
	border-radius: 7px;
	text-align: center;
}
.button:hover{
	color: #6D6214;
	background-color: #000000;
}
.adventure .wrapCenter .button{
	display: inline-block;
}
.wrapCenter{
	width: 225px;
	margin: 0 auto;	
}
	.wrapCenter input[type=submit] {
		margin:10px 0px 20px 0px;
	}


#searchbar{
	display: inline;
}
.searchbar{
	display: inline-block;
	margin: 0px -30px;
	width: 425px;
	height: 50px;
}
.featured{
	margin: 0px 10px 10px 0px;
}
.imgForms{
	display: block;
	margin: 10px 10px 10px 165px;	
}


/* FORMS */
form{
	width: 430px;
}
fieldset{
	margin: 0; padding: 0; border: 0; outline: none;
}
label {
	float: left;
	clear: left;
	margin: 11px 20px 0 0;
	width: 100px;
	text-align: right;
	font-size: 16px;
	color: #000000;
}

input {
	width: 250px;
	height: 35px;
	padding: 5px 20px 0px 20px;
	margin: 0 0 10px 0; 
	background: #96795A;
	color: #ffffff;
	border:none;
}
	input::-webkit-input-placeholder  {
    	color: #E5D9C3;  
	}
	input:-moz-placeholder {
	    color: #E5D9C3;
	}
textarea {
	width: 250px;
	height: 170px;
	padding: 12px 20px 0px 20px;
	margin: 0 0 10px 0; 
	background: #96795A;
	border:none;
	color: white;
}
	textarea::-webkit-input-placeholder  {
    	color: #E5D9C3;  
	}
	textarea:-moz-placeholder {
	    color: #E5D9C3; 
	}
input[type=submit] {
	width: 100px;
	height: 25px;
	margin:10px 0px 20px 200px;
	padding: 5px 5px 5px 5px;
	border: none;
	background-color: #66503B;
	border-radius: 7px;
	cursor: pointer;
}
input[type=submit]:hover {
	color: #6D6214;
	background-color: #000000;;
}
select {
	width: 310px;
	height: 40px;
	padding: 0px 0px 0px 20px;
	margin: 0 0 10px 0; 
	color: #ffffff;
	border:none;
	background-color: transparent;
	-webkit-appearance: none;
}
select option{
	background-color: #96795A;
}
.formSelect{
	width: 290px;
	height: 40px;
	overflow: hidden;
	margin: 0px 0px 10px 10px;
	background-image:url(../assets/select_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #96795A;
}
input[type=file] {
	background-color: transparent;
}

/* Search Bar Form */
#searchbar input{
	
}
