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

/* RESET */

* {
	margin:0;
	padding:0;
}

/* PAGE STYLE */

body {
	background:url(../images/page_bg.jpg) repeat top center #4f120d;
	color:#fff;
	text-align:center;
	
}
body.inside {
	background:url(../images/inside_bg.png) repeat;
}
.clear {
	clear:both;
}
a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

/* TYPOGRAPHY */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1 {
	font-size:18px;
	
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}

p {
	margin:1em 0;
}

a.nav {
	font-family:rockwell;
}

/* PAGE ELEMENTS */

#wrapper {
	width:930px;
	margin:0 auto;
	height:650px;
	overflow:hidden;
	text-align:left;
}

#header {
	width:100%;
	height:100px;
}
#logo {
	float:left;
	width:400px;
	height:100px;
	background:url(../images/logo.png) no-repeat 0 0;
}
#logo a {
	display:block;
	width:400px;
	height:100px;
}
#logo span {
	display:none;
}
#nav {
	float:right;
	width:520px;
	height:100px;
	clear:none;
	margin-bottom:15px;
	
}

#page {
	clear:both;
	width:930px;
	height:500px;
	overflow:hidden;
	text-align:center;
}

#page-inner {
	border:4px solid #FFF;
	height:492px;
	width:922px;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
}
#page-inner p {
	margin:0;
	padding:0;
}

#footer {
	clear:both;
	padding:0 20px;
	height:auto;
}

/* NAV BAR */

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	
}
#nav ul li {
	float:right;
	text-align:center;
	display:inline;
}
#nav ul li a {
	display:block;
	height:30px;
	width:auto;
	padding:0 12px;
    color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	padding-top:70px;
	
}
#nav ul li a:hover {
	background:url(../images/nav_bg.png) repeat-x 0 0;
	color:#fff;
}
#nav ul li a.selected {
	background:url(../images/nav_bg.png) repeat-x 0 0;
	color:#4f120d;
}
#nav ul li a span {
	padding-top:0;
}

/* FOOTER ELEMENTS */

#footer p {
	font-size:10px;
	color:#be655e;
}

/* PAGES CONTROL */



.container {
	width:922px;
	height:482px;
	overflow:hidden;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/inside_bg.png) repeat;
	padding-top:10px;
}

.onecol {
	width:922px;
	margin:0 auto;
	text-align:left;
}

.twocol-l {
	width:440px;
	float:left;
	margin-right:10px;
}
.twocol-r {
	float:left;
	width:450px;
}

.twocol-l p {
	padding:0 10px 20px 20px!important;
	line-height:16px!important;
}


/* Clubs page */

.center {
	text-align:center;
	width:100%;
	height:300px;
	margin-top:100px;
}

.clubs {
	
	margin:0 auto;
}

.club {
	width:30%;
	float:left;
	height:300px;
	overflow:hidden;
	margin-right:26px;
}

/* Events page */

.thumbs {
	margin-left:20px;
}

.thumbs img {
	margin-right:20px;
	border:none;
}

tr.event-headings td {
	text-decoration:underline;
}

tr.event {
	cursor:pointer;
}
tr.event:hover {
	background:#400;
}

.twocol-r {
	padding:0 0 0 20px;
}

div.twocol-r span.title {
	font-size:24px;
}
div.twocol-r span.date {
	font-style:italic;
	font-size:14px;
}


div.twocol-r a {
	color:#fff;
}

.flyer {
	background:#000;
	padding:10px;
	color:#fff;
	text-align:right;
	width:400px;
}
.flyer img {
	margin:0 0 5px 0;
}

/*  gallery page */

.galthumb {
	padding-right:20px;
	padding-bottom:20px;
}

.holdthumbs {
	padding-left:20px;	
}

.gallerythumbs{
	padding:25px;
}

/* Form styles */
input.text {
	background:#000;
	border:1px solid #600;
	padding:2px;
	color:#fff;
	margin:0 0 10px 0;
	
}
select.text {
	background:#000;
	border:1px solid #600;
	padding:2px;
	color:#fff;
}
input.submit {
	background:#000;
	border:1px solid #600;
	padding:2px;
	color:#fff;
}

/* Misc */
.malink {
	color:#fff;
}
.malink:hover {
	color:#fff!important;
	text-decoration:underline;
}


#contact-form {
	margin-top:50px;
}
div#contact-form label {
	margin-right:.5em;
	float:left;
}

div#contact-form input, div#contact-form textarea {
	background:#000;
	border:1px solid #600;
	padding:2px;
	color:#fff;
	margin:0 0 10px 0;
	width:200px;
	
}

div#contact-form select {
	background:#000;
	border:1px solid #600;
	padding:2px;
	color:#fff;
}
div#contact-form input.submit {
	width:50px;
}
