@import "fonts-min.css";
@import "reset-min.css";


/*
-----------------------------------------
Generic styles
-----------------------------------------
*/

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-serif;
	background: #3a3629;
	color: #e4e4e4;
}

a {
	color: #655c43;
	color: #c3bca7;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	/*color: #fff;*/
}

strong {
	font-weight: bold;
}

h2 {
	color: #655c43;
	color: #c3bca7;
	font-weight: bold;
	font-size: 175%;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 150%;
}

p {
	margin-bottom: 1em;
}

ul {
	margin-bottom: 1em;
}


.normal-margin {
	margin-bottom: 1em;
}

table.type1, table.type1 td {
	border-collapse: separate;
	border-spacing: 3px;
}

table.type1 td {
	background: #1b1a17;
	padding: 0.3em;
	margin: 0.1em;
}

ul li {
	list-style-type: disc;
	margin-left: 2em;
}


/*
-----------------------------------------
Layout styles
-----------------------------------------
*/

#wrapper {
	background: transparent url(images/bg_gradient.gif) top left repeat-x;
}

#container {
	margin: 0 auto;
	width: 648px;
	background: #0f0e0a;
	padding: 0 30px;
}


/*
-----------------------------------------
Form styles
-----------------------------------------
*/

.form_input {
	padding: 0.3em;
	border: 1px solid #1b1a17;
}

table.form td {
	padding: 0.2em;
	padding-bottom: 0.4em;
}

table.form th {
	width: 12em;
}


/*
-----------------------------------------
Notification styles
-----------------------------------------
*/

.errors, .notice {
	font-size: 85%;
	background: #1b1a17;
	padding: .5em;
	margin: .5em 0;
	border-top: 1px solid #655c43;
	border-bottom: 1px solid #655c43;
}

.errors p, .notice p {
	margin: 0;
}



/*
-----------------------------------------
Header styles
-----------------------------------------
*/

#header {
	padding-top: 1em;
}

#header div.links {
	float: right;
	color: #1b1a17;
}

#logo a {
	outline: 0;
	display: block;
	text-indent: -3333px;
	width: 265px;
	height: 67px;
	background: url(images/logo.gif) top left no-repeat;
}



/*
------------------------
FAQ styles
-----------------------
*/

dl.faq ol {
	list-style-type: decimal;
	margin-left: 25px;
	margin-bottom: 1em;
}

dl.faq ol li {
	margin-bottom: 0.5em;
}

dl.faq ul {
	list-style-type: square;
	margin-left: 25px;
	margin-bottom: 1em;
}

dl.faq ul li {
	margin-bottom: 0.5em;
}

dl.faq dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #FAEAB2;
}

dl.faq dd {
	margin-bottom: 1em;
}


/*
------------------------
Login styles
-----------------------
*/

#login p {
	margin-bottom: 1em;
}

#login label {
	display: block;
}

#userinfo strong {
	color: #fff;
}

#userinfo label { 
	width: 100px;
	float: left;
	display: block;
}

#clubinfo strong {
	color: #fff;
}

#clubinfo label {
	width: 150px;
	float: left;
	display: block;
}

#footer {
	text-align: center;
	font-size: 80%;
	color: #c3bca7;
	clear: both;
}

#footer p {
	padding: 2em 0;
}

form label {
	display: block;
	width: 160px;
	float: left;
}

form p {
	margin: 0.5em 0;
}


/*
-----------------------------------------
Navigation menu
-----------------------------------------
*/

#menu {
	margin: 1em 0 2em 0;
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 4px solid #1b1a17;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu li a {
	padding: 3px 0.5em;
	color: #655c43;
	color: #c3bca7;
	text-decoration: none;
}

#menu li a:hover {
	color: #fff;
}

#menu a.active {
	background: #1b1a17;
}


/*
-----------------------------------------
Homepage styles
-----------------------------------------
*/

#main_banner {
	background: url(images/banner.gif) top left no-repeat;
	height: 245px;
	margin: 1.5em 0;
	border: 4px solid #1b1a17;
}

#home_right {
	width: 45%;
	float: right;
}

#home_left {
	width: 45%;
	float: left;
}

#home_left h2, #home_right h2 {
	border-bottom: 2px solid #1b1a17;
}


#about {
	/*
	background: #1b1a17;
	padding: 0.5em;*/
	margin-bottom: 1em;
}

#about p {
	margin: 0;
	font-size: 125%;
	line-height: 1.4em;
}

#about a#register {
	float: right;
	margin-top: 0.3em;
	display: block;
	width: 95px;
	height: 38px;
	background: url(images/btn_register.gif) top left no-repeat;
	text-indent: -3333px;
}


/*
-----------------------------------------
homepage listing styles
-----------------------------------------
*/

ul.listing li {
	margin: 0;
	margin-bottom: 1.5em;
	list-style-type: none;
}

ul.listing li h3 {
	color: #faeab2;
	font-size: 80%;
	font-variant: small-caps;
	text-transform: uppercase;
}

ul.listing li h4 {
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 120%;
	letter-spacing: -0.02em;
	line-height: 1.1;
}



/*
-----------------------------------------
Form table styles
-----------------------------------------
*/

#registration {
	border-collapse: collapse;
}

#registration th, #registration td {
	padding: 0.5em 0;
}

#registration th {
	width: 175px;
	text-align: right;
}


/*
-----------------------------------------
Contact styles
-----------------------------------------
*/

#contact {
	border-collapse: collapse;
}

#contact th, #contact td {
	padding: 0.5em;
}

#contact th {
	width: 100px;
	text-align: right;
}




/*
-----------------------------------------
Club listing styles
-----------------------------------------
*/

ul.club_list {
	margin: 0;
	
}
ul.club_list li {
	margin:0;
	margin-bottom: 2em;
	list-style-type:none;
	
}
ul.club_list li img {
	float: left;
	width: 120px;
	height: 100px;
	margin-right: 35px;
	border: 2px solid #655c43;
}

ul.club_list li div.description {
	float: left;
	width: 350px;
}



/*
-----------------------------------------
Club page styles
-----------------------------------------
*/

.club_page img {
	float: left;
	width: 120px;
	height: 100px;
	margin-right: 35px;
	border: 2px solid #655c43;
}

.club_page .details {
	margin-left: 160px;
}

.club_page table, .club_page td {
	border-collapse: separate;
	border-spacing: 3px;
}

.club_page td {
	background: #1b1a17;
	padding: 0.3em;
	margin: 0.1em;
}


.info_table {
	border-collapse: separate;
	border-spacing: 3px;
}

.info_table th, .info_table td {
	background: #1b1a17;
	padding: 0.3em;
}

.info_table th {
	width: 175px;
	font-weight: bold;
}

.table-2d {
	border-collapse: separate;
	border-spacing: 3px;
}

.table-2d-header th {
	text-align: center;
}

.table-2d td {
	text-align: center;
	background: #1B1A17;
}


ol.normal {
	list-style-type: decimal;
	margin-left: 25px;
	margin-bottom: 1em;
}

ol.normal li {
	margin-bottom: 0.5em;
}



.contract {
	overflow: auto;
	height: 450px;
	padding: 1.5em;
	margin: 0 auto;
	background: #fff;
	color: #121212;

	font-size: 90%;
	margin-bottom: 1em;
}

.contract h2 {color: #000; font-size: 110%;}

.contract h3 {color: #000; font-size: 100%; text-decoration: underline;}
.contract ul li {
	list-style-type: disc;
	margin-left:3em;
}
