/* @override http://hellomynameisjonathanober.com/web/retreat/css/master.css */

/* @override http://hellomynameisjonathanober.com/web/retreat/css/master.css */

@charset "UTF-8";

/* CSS Document */

body {
	background: #000 url(../img/mainbg.jpg) no-repeat center top;
}

html>body {
	background: #000 url(../img/mainbg.jpg) no-repeat center top;
}

#container {
	width: 770px;
	margin: 0 auto;
	margin-top: 14px;
}
#wrapper{width:770px; margin:0 auto;}
#header {
	
}

#logo {
	background-image: url(../img/logo.png);
	width: 320px;
	height: 53px;
	margin-bottom: 22px;
}

#logo h1 {
	text-indent: -9999px;
}

#logo h2 {
	text-indent: -9999px;
}

#navigation {
	padding-bottom: 22px;
}

ul#nav {
	padding: 0;
	margin: 0 4px;
	float: left;
}

#nav li {
	height: 10px;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 60px;
}

#nav li a {
	display: block;
	height: 10px;
	float: left;
}

#nav li a:hover {
	
}

#nav li a#home {
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 10px;
	float: left;
	background: url(../img/nav.png) 0 0;
}

#nav li a#about {
	text-indent: -9999px;
	display: block;
	width: 43px;
	height: 10px;
	float: left;
	background: url(../img/nav.png) -40px 0;
}

#nav li a#downloads {
	text-indent: -9999px;
	display: block;
	width: 80px;
	height: 10px;
	float: left;
	background: url(../img/nav.png) -83px 0;
}

#nav li a#videos {
	text-indent: -9999px;
	display: block;
	width: 48px;
	height: 10px;
	float: left;
	background: url(../img/nav.png) -163px 0;
}

#nav li a#registration {
	text-indent: -9999px;
	display: block;
	width: 94px;
	height: 10px;
	float: left;
	background: url(../img/nav.png) -211px 0;
}

#nav li a#contact {
	text-indent: -9999px;
	display: block;
	width: 56px;
	height: 10px;
	float: left;
	background: url(../img/nav.png) -305px 0;
}

#nav li a:hover#home {
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 10px;
	float: left;
	background: url(../img/nav.png) 0 -10px;
}

#nav li a:hover#about {
	text-indent: -9999px;
	display: block;
	width: 43px;
	height: 10px;
	float: left;
	background: url(../img/nav.png) -40px -10px;
}

#nav li a:hover#downloads {
	text-indent: -9999px;
	display: block;
	width: 80px;
	height: 10px;
	float: left;
	background: url(../img/nav.png) -83px -10px;
}

#nav li a:hover#videos {
	text-indent: -9999px;
	display: block;
	width: 48px;
	height: 10px;
	float: left;
	background: url(../img/nav.png) -163px -10px;
}

#nav li a:hover#registration {
	text-indent: -9999px;
	display: block;
	width: 94px;
	height: 10px;
	float: left;
	background: url(../img/nav.png) -211px -10px;
}

#nav li a:hover#contact {
	text-indent: -9999px;
	display: block;
	width: 56px;
	height: 10px;
	float: left;
	background: url(../img/nav.png) -305px -10px;
}

#main {
	clear: both;
	position: relative;
}

#mainimg {
	height: 282px;
	background: #fff;
}

#flash {
	width: 760px;
	height: 272px;
	position: relative;
	top: 5px;
	left: 5px;
	z-index: 9999;
}
#subimgscroller{
	position: absolute;
	top: 5px;
	left: 5px;
}
#left {
	width: 380px;
	float: left;
	margin-top: 8px;
	position: relative;
}

#ordershirt {
	height: 138px;
	background: #fff url(../img/ordershirt.jpg) no-repeat;
}

#ordershirt h2 {
	text-indent: -9999px;
}

#ordershirt p {
	text-indent: -9999px;
}

#facebook {
	height: 124px;
	background: #fff url(../img/facebook.jpg) no-repeat;
	margin-top: 8px;
}

#facebook h2 {
	text-indent: -9999px;	
}

#facebook p {
	text-indent: -9999px;
}

#right {
	width: 380px;
	float: right;
	background: #fff url(../img/right.jpg) no-repeat;
	height: 267px;
	margin-top: 8px;
}

#content {
	background: #000;
	border: 5px solid #fff;
	padding: 20px;
	color: #fff;
}
#content h1{
	color: #ff0000;
	font: 30px Verdana, "Lucida Grande", Lucida, sans-serif;
	font-weight: normal;
}
#content h2{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 3px 15px;
	font-style: italic;
	font-weight: normal;
}
#content p{
	color: #b5b5b5;
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 4px 0 4px 15px;
}
#content ul{
	margin-left:40px;
}
#content li{
	list-style:disc;
	color: #b5b5b5;
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 4px 0 4px 15px;
}
#footer {
	clear: both;
	padding-top: 30px;
	padding-bottom: 55px;
}

#footer p {
	color: #575757;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
/* FORM */
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #ff0000;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	font-size: 12px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 200px;
	padding-top: 5px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
.clear{
	clear: both;
	padding-top: 10px;
}