@charset "utf-8";
/*
Theme Name: JTTS Site
Theme URI: http://journeytothesungame.com/
Description: Developed custom theme for Journey to the Sun site.
Author: Team Placeholder
Author URI: http://journeytothesungame.com/
Version: 1.0
*/

a img{
	border: none;
}

body{
	background-color: rgb(0, 39, 77);
	background-image: url(img/sitebg.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
}

h1{
	font-family: 'Raleway', sans-serif;
	font-size: 3em;
}

#wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px #CCC;
	-webkit-box-shadow: 0px 0px 30px #CCC;
	-moz-box-shadow: 0px 0px 30px #CCC;
}

#logozone{
	width: 1000px;
	height: 200px;
	text-align: center;
	background-color: #000000;
}

#nav{
	font-size: 20px;
	font-family: 'Merriweather', 'Garamond', serif;
	line-height: 30px;
	height: 30px;
	background-image:url(img/navbg.png);
	background-repeat:repeat-x;
}

#nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#nav ul li{
	display: inline-block;
	margin-right: 30px;
	margin-left: 0px;
}

#nav ul li a{
	text-decoration: none;
	color: #000000;
}

#nav ul li ul{
	list-style-type: none;
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color: #000099;
	border: 1px solid #FFFF00;
	font-size: 17px;
}

#nav ul li ul li{
	display: block;
	margin: 0px;
	padding: 0px 10px;
}

#nav ul li ul li:hover{
	background-color: #F90;
}

#nav ul li ul li:hover > a{
	color: #000;
}

#nav ul li:hover > ul {
	display: block;
}

#nav ul li ul li a{
	color: #FFFFFF;
}

#content{
	margin: 10px;
	opacity: 1.0;
}

#footer-widget-area{
	border-top: 1px solid rgb(0,39,77);
	background-color: #CCC;
}

#footer-widget-area .widget-area{
	width: 250px;
	float: left;
}

.widget-title{
	font-size: 1.25em;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
}

.widget-area ul{
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}

.widget-container ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.widget-container ul li{
	border-bottom: 1px solid #FFFFFF;
	line-height: 1.7em;
}

.widget-container ul li a{
	text-decoration: none;
	color: #000000;
}

.widget-container ul li a:hover{
	color: #0000FF;
}

#clear{
	clear: both;
	font-size: 1px;
}