@charset "UTF-8";

/* ---------------------------------------------------------------------------
					
	Eric Matthys - Master Styles
	http://soccerfieldsofcolorado.com
	
	Colors
	- Green 	#73a674
	
--------------------------------------------------------------------------- */

body {
	background: #b5daab;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a1be98), color-stop(15%,#c5dabf), color-stop(85%,#c5dabf), color-stop(100%,#a1be98));
	background: -webkit-linear-gradient(left, #a1be98, #c5dabf 15%, #c5dabf 85%, #a1be98);
	background: -moz-linear-gradient(left, #a1be98, #c5dabf 15%, #c5dabf 85%, #a1be98);
	background: -ms-linear-gradient(left, #a1be98, #c5dabf 15%, #c5dabf 85%, #a1be98);
	background: -o-linear-gradient(left, #a1be98, #c5dabf 15%, #c5dabf 85%, #a1be98);
	color: #666666;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center; /* centers the container */
}


/* ---------------------------------------------------------------------------
	=Header
--------------------------------------------------------------------------- */

#header-container {
	background: transparent url('/template/images/header_bg.png') repeat-x center top;
	width: 100%;
}

#header {
	position: relative;
	width: 830px;
	height: 44px;
	margin: 0 auto;
	padding: 16px 0 0 0;
	text-align: left;
}

#logo {
	position: absolute;
	top: 16px;
	left: 0;
}

#logo h1 {
	display: block;
	margin: 0;
	width: 338px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url('/template/images/logo.png') no-repeat left top;
}

#search-container {
	position: absolute;
	top: 15px;
	right: 0;
	background: #043300;
	background: -webkit-gradient(linear, left top, left bottom, from(#043300), to(#064f00));
	background: -webkit-linear-gradient(top, #043300, #064f00);
	background: -moz-linear-gradient(top, #043300, #064f00);
	background: -ms-linear-gradient(top, #043300, #064f00);
	background: -o-linear-gradient(top, #043300, #064f00);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .25);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .25);
	box-shadow: 0 1px 1px rgba(255, 255, 255, .25);
}

#search input {
	padding: 0;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#search input[type=text] {
	float: left;
	margin: 6px 0 5px 0;
	padding: 0 5px 0 10px;
	width: 280px;
	height: 19px;
	background: none;
	border: 0;
	line-height: 19px;
	color: #ffffff;
	font-size: 16px;
	text-shadow: #000000 0px 1px 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#search input[type=image] {
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
}

#menu-container {
	margin: 0 auto;
	width: 900px;
	height: 50px;
	background: transparent url('/template/images/menu_shadow.png') repeat-x center bottom;
}

#nav {
	background: transparent url('/template/images/menu_bg.png') repeat-x center top;
	width: 100%;
	height: 40px;
}

ul#menu {
	margin: 0;
	padding: 0 20px;
	list-style: none;
}

ul#menu li {
	float: left;
	margin-right: 10px;
}

ul#menu li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
	text-shadow: #000000 0px 1px 1px;
	text-decoration: none;
	display: block;
	height: 100%;
	padding: 0 15px;
}

ul#menu li a:hover {
	background: #222222;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .25)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .25));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .25));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .25));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .25));
}

ul#menu li a.active {
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}

ul#menu li ul.dropdown-menu li {
	width: 100%;
	margin: 0;
}

ul#menu li ul.dropdown-menu li a {
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#222222', GradientType=0);
}

ul#menu li ul.dropdown-menu li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .05)), to(rgba(255, 255, 255, .15)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .05), rgba(255, 255, 255, .15));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .05), rgba(255, 255, 255, .15));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, .05), rgba(255, 255, 255, .15));
	background: -o-linear-gradient(top, rgba(255, 255, 255, .05), rgba(255, 255, 255, .15));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#4a4a4a', GradientType=0);
}

a.menu-right {
	display: block;
	margin-right: 35px;
	height: 42px;
	float: right;
	color: #ffffff;
	font-size: 13px;
	line-height: 42px;
}


/* ---------------------------------------------------------------------------
	=Content
--------------------------------------------------------------------------- */

#content-container {
	width: 876px;
	margin: 0 auto 20px auto;
	background: #ffffff;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 1px rgba(0, 0, 0, .25);
}

#content {
	padding: 20px 0 0 20px;
	text-align: left;
	width: 595px;
}

#right-column {
	float: right;
	padding: 20px;
	width: 220px;
}

.right-column-button {
	width: 180px;
	margin-bottom: 10px;
}

.right-column-item {
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.right-column-item .advertisement {
	border: 1px solid #000000;
}

#print-header {
	display: none;
}

#page-header {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
	background: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
	background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background: -ms-linear-gradient(top, #ffffff, #f1f1f1);
	background: -o-linear-gradient(top, #ffffff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
	border: 4px solid #9bce9c;
	border-width: 0 0 4px 0;
	padding: 0 100px 0 100px;
}


/* ---------------------------------------------------------------------------
	=Footer
--------------------------------------------------------------------------- */

#footer-container {
	clear: both;
	padding-top: 20px;
}

#footer {
	height: 30px;
	padding-top: 10px;
	border-top: 3px solid #f0f0f0;
	color: #aaaaaa;
	font-size: 12px;
}


/* ---------------------------------------------------------------------------
	=Home
--------------------------------------------------------------------------- */

.feature {
	width: 49%;
	height: 180px;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #eeeeee;
	text-align: center;
}

.feature.no-border {
	border-left: 0;
}

.feature ul {
	margin-top: 15px;
	text-align: left;
}

.feature ul li {
	margin-bottom: 5px;
}

.feature-icon {
	margin-top: 15px;
}


/* ---------------------------------------------------------------------------
	=Fields
--------------------------------------------------------------------------- */

#field-search, #club-search, #field-closure-search, #link-search {
	margin: 0;
	padding: 0 0 15px 0;
}

.section-header {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #eff9ec;
	border: 1px solid #cee9c5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.list-item {
	margin-top: 10px;
	padding: 8px;
	background-color: #fefefe;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.list-item-dark, .weather-panel-container, .weather-forecast-panel {
	margin-top: 10px;
	padding: 8px;
	background-color: #fafafa;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.list-item-metadata {
	float: right;
	font-size: 13px;
}

.list-item ul, .list-item-dark ul {
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 13px;
}


/* ---------------------------------------------------------------------------
	=Field
--------------------------------------------------------------------------- */

#map-canvas {
	width: 592px;
	height: 400px;
	border: 1px solid #aaaaaa;
}

#directions-container {
	margin-top: 10px;
	text-align: center;
}

.adp-placemark {
	background-color: #fafafa;
	border: 1px solid #eeeeee;
}

.adp-step, .adp-substep {
	border-top: 1px solid #dddddd;
}

.adp-legal {
	color: #aaaaaa;
	font-size: 13px;
}

.field-address {
	margin-bottom: 10px;
	padding: 8px 16px 8px 16px;
	background-color: #fafafa;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.weather-forecast-panel {
	width: 90px;
	float: left;
	margin-left: 8px;
	text-align: center;
}

.weather-forecast-panel span.large {
	font-size: 18px;
	line-height: 18px;
}

.weather-panel-container {
	padding: 0;
}

table.weather-panel {
	margin: 0;
}

table.weather-panel td {
	padding: 3px;
	border: 0;
}

table.weather-panel td.centered {
	width: 65px;
	text-align: center;
	vertical-align: middle;
}

table.weather-panel td.small {
	font-size: 12px;
}

.classic-map {
	float: left;
	margin-right: 20px;
}

.classic-directions {
	float: left;
	padding-bottom: 10px;
	width: 305px;
	font-size: 12px;
}

.classic-directions .section-header {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
}

.field-layout-header {
	margin-top: 30px;
}

#field-layout-container {
	margin-top: 10px;
	text-align: center;
}


/* ---------------------------------------------------------------------------
	=Weather
--------------------------------------------------------------------------- */

.weather-panel-container.large {
	float: left;
	width: 200px;
}

.weather-panel-container.large table.weather-panel td.centered {
	width: auto;
}

.weather-panel-container.large table.weather-panel td.small {
	padding-left: 10px;
}


/* ---------------------------------------------------------------------------
	=Photo Contest
--------------------------------------------------------------------------- */
.photo-container {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #222222;
	font-size: 16px;
	text-shadow: #ffffff 0px 1px 1px;
}

.photo-container.winner {
	background-color: #eff9ec;
	border: 1px solid #cee9c5;
}

.photo-container img {
	margin-top: 10px;
	padding: 1px;
	background: #ffffff;
	border: 1px solid #eeeeee;
}
