
/* Colors
lighter blue - #AFF3FF
bright happy blue - #7FEAFF
*/


body {
	margin: 0;
	padding: 0;
	background-color: #79D157;
	text-align: center;
	/*background-color: #DB9C7C;*/
	/*background-color: #BFFFC2;*/
	color: #222222;
	font-family: trebuchet ms,book antiqua,georgia,serif;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

/* 900 with borders */
.container {
	margin: 0 auto;
	padding: 0;
	width: 910px;
}

.float-container {
	float: left;
	width: 910px;
	margin: 0;
	padding: 0;
}

.layout-container {
	text-align: center;
	float: left;
	padding: 0;
	/*background-color: #BFDDEE;*/
	background-color: #AFE39A;
	margin: 40px 0;
	padding: 5px;
	border: 3px solid white;
}

.header {
	text-align: center;
	background: url('images/banner.jpg');
	width: 900px;
	height: 250px;
	position: relative;
	float: left;
}

.header h1 {
	padding: 0;
	margin: 0;
	color: #ffffff;
	z-index: 2;
	top: 160px;
	left: 32px;
	position: absolute;
}

.middle-container {
	text-align: left;
	position: relative;
	float: left;
}

.left-sidebar {
	width: 120px;
	min-height: 600px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	/*border-right: 3px solid white;*/
}

.left-sidebar a, .right-sidebar a {
	display: block;
	padding: 15px 5px;
	margin-right: 5px;

}

.left-sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #479F25;
}

.content {
	float: left;
	width: 654px;
	border-right: 3px solid white;
	border-left: 3px solid white;
	padding: 0;
	min-height: 610px;
}

.content h2 {
	text-align: center;
}

.content h2.slightly-smaller {
	font-size: 20px;
}

.content h3 {
	font-size: 15px;
}

.content .news-entry, .entry {
	padding: 0 10px;
	font-size: 12px;
}

.content .last-news-entry {
	padding: 0 10px 10px 10px;
	border-bottom: 3px solid white;
	font-size: 12px;
}

.content .news-entry img, .content .last-news-entry img {
	float: left;
	margin-right: 10px;
}

.content .home-info-box-left, .content .home-info-box-right {
	font-size: 12px;
	padding: 5px 10px;
	text-align: justify;
	float: left;
	height: 200px;
}

.content .home-info-box-left {
	width: 304px;
	border-right: 3px solid white;
}

.content .home-info-box-right {
	width: 307px;
}

.content .home-info-box-left h3, .content .home-info-box-right h3 {
	text-align: center;
}

.right-sidebar {
	width: 120px;
	min-height: 600px;
	float: left;
	text-align: right;
	padding: 0;
	margin: 0;
}

.footer-container {
	width: 900px;
	float: left;
	height: 30px;
	background-image: url('images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: 49px 0px;
	font-size: 11px;
	padding: 10px 0px;
}

.footer-left {
	float: left;
	width: 120px;
	height: 50px;
	background: url('images/footer-left.png') center right no-repeat;
}

.footer-middle {
	width: 654px;
	border-right: 3px solid white;
	border-left: 3px solid white;
	float: left;
	height: 50px;
	background: url('images/footer-middle.png') repeat-x center center;
	_background-position: 0px 10px;
	font-size: 11px;
}

.footer-middle .text {
	height: 50px;
}

.footer-right {
	float: left;
	width: 120px;
	height: 50px;
	background: url('images/footer-right.png') center left no-repeat;
}

.clear-both {
	clear: both;
}


/* Page Specific Styles */
#gallery ul { list-style: none; }
#gallery ul li { display: inline; margin-right: 20px; }
#gallery ul li img { border: 0; }

/*------FORMS------*/

label.contact {
width: 150px;
margin-left: 30px;
display: block;
float: left;
}

input {
display: block;
float: left;
margin-bottom: 10px;
}

form br {
clear: left;
}

#contact-submit-button {
margin-top: 10px;
margin-left: 180px;
}

#club-contact-details {
text-align: center;
}