/* @override 
	http://belwin.org/media/css/belwin.css
	http://www.belwin.org/media/css/belwin.css
*/

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #868d69;
}

body {
	background-color: #fff;
	width: 860px;
	margin: 30px auto;
	font-family: Georgia, "Hoefler Text", "Times New Roman", serif;
}

a {
	text-decoration: none;
	color: #000;
	border: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

ol {
	margin-left: 2em;
	margin-bottom: 1em;
}

hr {
	border: none;
	background-color: #ccc;
	height: 1px;
}

img {
	border: none;
}

img.left, #text img.left {
	float: left;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 0;
}

.image_credit {
	font-size: 9px;
	font-style: italic;
	position: relative;
	text-align: right;
	margin-top: -1em;
	color: #000;
	float: right;
}

blockquote {
	font-style: italic;
	font-size: 14px;
	color: #424242;
	border-left: 2px solid #868d69;
	background-color: #fbfcf9;
	padding: 1em;
}

#content
 {
	padding: 30px;
}

/* @group Banner */

#logo img {
	margin:  0;
	float: none;
}

#banner {
	margin-bottom: 30px;
	z-index: 0;
	position: relative;
}

/* @group Home */

#home #banner {
	height: 400px;
}
#text .image_credit a {
	color: #000;
}
#banner + .image_credit {
	margin-top: -28px;
	margin-bottom: 18px;
}

#home #banner #logo {
	top: 30px;
	right: 30px;
	position: absolute;
	z-index: 1;
	height: 143px;
	width: 360px;
	background-color: #fff;
}

#home #banner #logo img {
	margin: 30px;
}



/* @end */

/* @group Page */

#page #banner {
	height: 150px;
}

#page #banner #logo {
	top: 23px;
	right: 30px;
	position: absolute;
	width: 240px;
	height:  95px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}
#page #banner #logo img {
	margin: 20px;
}


/* @end */



/* @end */

/* @group Menu */

#menu {
	font: normal 1.75em Helvetica, Arial, Geneva, sans-serif;
}

#menu ul {
	list-style-type: none;
}

/* @group Banner */

#banner #menu {
	color: #fff;
	text-align: center;
	width: 100%;
	bottom: 1em;
	position: absolute;
}
#banner #menu ul li {
	display: inline;
}

#banner #menu ul li a {
	color: #fff;
	padding: 1em;
	text-decoration: none;
}

#banner #menu ul li a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}



/* @end */

/* @group Page */

#page #menu {
	float: left;
	width: 170px;
	font-size: 1.25em;
	text-align: left;
}

#page #menu a {
	color: #000;
	text-decoration: none;
}

#page #menu a:hover {
	text-decoration: underline;
}

#page #menu li {
	padding-bottom: .25em;
}

#page #menu #current_section {
	border-bottom: 1px solid #ccc;
}

#page #menu .current {
	font-weight: bold;
}

#page #menu .current ul {
	font-weight: normal;
	font-style: normal;
	font-size: .6em;
	margin-left: .5em;
	padding-left: .5em;
}

#page #menu .current ul ul {
	font-size: 1em;
	padding-left: 1em;
}



/* @end */



/* @end */

/* @group Home */

#home #text {
}

#bracket {
	background-color: #828C9A;
	margin-top: 1.5em;
	line-height: 1.5;
	font-size: 14px;
	border: 1px solid #424242;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
	color: #000;
	padding: 30px 15px;
}
#bracket td {
	padding-left: 1em;
	padding-right: 1em;
}
#bracket p {
	text-align: justify;
}
#bracket img {
	float: right;
	border: 1px solid #424242;
}
#bracket a {
	color: #000;
}
#bracket hr {
	margin-top: 12px;
}

/* @group Info */

#info {
	text-align: left;
	margin-top: 30px;
}

.item {
	line-height: 1.5;
	font-size: 14px;}

#info h2 {
	font: bold 24px/1 Helvetica, Arial, Geneva, sans-serif;
}
#info h3 {
	font: bold 14px/2 Helvetica, Arial, Geneva, sans-serif;
}

#info h2 a {
	color: #000;
	text-decoration: none;
}

#info h2 a .hover {
	color: #fff;
	font-size: .5em;
	font-weight: normal;
	font-style: normal;
}

#info h2 a:hover .hover {
	color: #000;
}

#info h3 {
	color: #3B412A;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

#info hr {
	margin-top: .5em;
}

.tag {
	color: #333;
	font-style: italic;
	font-size: .8em;
}

/* @group News */

#info #news {
}

#info .news_events { /* News with Events */
	width: 370px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 30px;
}


/* @end */

/* @group Events */

#info #events {
	margin-left: 400px;
	width: 370px;
	border-left: 1px solid #ccc;
	padding-left: 30px;
}

#events .date {
	padding-bottom: 1em;
}

#events .item
 {
	padding-left: 1em;
}

#events .title {
	color: #3B412A;
	font-weight: bold;
}
#events h3 {
	color: #000;
}


/* @end */



/* @end */



/* @end */

/* @group Text */

#page #text {
	margin-left: 200px;
	border-left: 1px solid #ccc;
	padding-left: 30px;
}

#text {
	word-spacing: .125em;
	line-height: 1.5;
	font-size: 16px;
	background-position: 0 15px;
}

#text p {
	margin-bottom: 1em;
}
#text p.note {
	font-size: 12px;
}

a {
	color: #147;
	text-decoration: underline;
}

#text img, #text img.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	border: 1px solid #ccc;
}

/* @group Headings */

h2, h3 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
}

#text h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
}

#text h3 {
	font-size: 20px;
	text-decoration: none;
	line-height: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 0;
}

#text h4 {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}

h2 a, h3 a, h4 a {
	color: #147;
	text-decoration: none;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}


/* @end */

/* @group Emphasis */
#text .fauxheader {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
}
#text .fauxheader a {
	text-decoration: none;
}
#text .fauxheader a:hover {
	text-decoration: underline;
}


/* @end */

#breadcrumbs {
	text-align: right;
	margin-bottom: 1em;
	font: .6em Helvetica, Arial, Geneva, sans-serif;
}

#breadcrumbs a {
	color: #000;
}

/* @group Lists */

#text ul, #text ol {
	margin-left: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#text ul {
	list-style-type: disc;
}

#text ul.nobullet {
	list-style-type: none;
	padding-left: 1em;
	padding-bottom: 1em;
}



/* @end */

#text div.button a {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #494d3a;
	text-decoration: none;
	background-color: #CEDAA2;
	border: 1px solid #494d3a;
	padding: 2px 5px;
}

#text div.button a:hover {
	color: #CEDAA2;
	background-color: #494d3a;
}

.author {
	text-align: left;
	font: normal normal .8em Helvetica, Arial, Geneva, sans-serif;
	padding-bottom: 1em;
}



/* @end */

/* These might be vestigial

#newsletter {
	font-size: .8em;
	text-align: center;
	margin-top: 1em;
}
#newsletter .input {

}*/

#footer {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-top: 30px;
	font-size: .8em;
	line-height: 1.25em;
}

.clear {
	clear: both;
}

/* @group Form */

/* @group Form Errors */

#form_errors {
	border: 1px solid #e07d63;
	background-color: #ffc9bb;
	padding: 10px;
	font-size: 12px;
}
#form_errors ul.error_list {
	font-weight: normal;
	font-style: normal;
}
#form_errors ul.error_list {
	margin: 0;
	padding: 0;
}
#text #form_errors h3 {
	margin-top: 0;
}

form .error input {
	border: 1px solid #f00;
	background-color: #ffc9bb;
}

/* @end */

input, select, textarea {
	font-size: 1.25em;
}
select, textarea {
	border: 1px solid #ccc;
}

form textarea {
	width: 450px;
}

form label {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}
form fieldset {
	border: 1px solid #ccc;
	padding: 1em;
}

form div.errors {
	background-color: #DA9E97;
	padding: 1em;
	font-weight: bold;
	color: #5A3D3A;
}

form .errorlist {
	color: #97000b;
}

form .errorlist input {
	background-color: #DA9E97;
}

/* @group Donation */

form#donation {
	margin-top: 1em;
	text-align: left;
}

form#donation tr th {
	text-align: left;
	width: 250px;
	padding-right: 1em;
	padding-bottom: 1em;
}

form#donation tr td {
	vertical-align: top;
}

form#donation label {
	font-weight: normal;
	font-style: normal;
}

form#donation .help_text {
	color: #828C9A;
	font-style: italic;
}
form#donation .help_text a{
	color: #828C9A;
	text-decoration: underline;
}



/* @end */



/* @end */

/* @group Tables
 */

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}
th {
	font-weight: bold;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

table.full {
	background-color: #828C9A;
	text-align: left;
	padding: 1em;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

table#memberlevels {
	font-size: .8em;
	background-color: #828C9A;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	line-height: 1.2em;
	width: 400px;
	float: right;
}

table#memberlevels td, table#memberlevels tr th {
	border: 1px solid #333;
	padding: .5em;
}

table#memberlevels ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

.offstate-status { display: none; }

/* @group Data Table */

table.data {
	font: 12px Helvetica, Arial, Geneva, sans-serif;
}

table.data td {
	border-bottom: 1px dotted #ccc;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.data th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
}



/* @end */

/* @group Form Table */

table.form  {
	text-align: left;
	width: 550px;
}

table.form th {
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	text-align: right;
	max-width:  200px;
	padding: 5px 10px 5px 5px;
}

table.form th.top {
	vertical-align: top;
}

table.form td {
	text-align: left;
	vertical-align: middle;
	padding: 2px;
}

table.form td.right {
	text-align: right;
}

table.form td.data {
	padding-right: 10px;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: middle;
}

table.form td.data input {
	text-align: right;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 5px;
}

table.form .total {
	border-top: 1px solid #000;
	padding-right: 10px;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table.form .helptext {
	font-style: italic;
	font-size: 10px;
	line-height: 1.2;
	color: #666;
}

table.form .header {
	text-align: left;
	font: bold 18px Helvetica, Arial, Geneva, sans-serif;
	border-bottom: 1px solid #ccc;
}

table.form .average {
	background-color: #e6e6e6;
}

table.form .average select {
	font: 16px Helvetica, Arial, Geneva, sans-serif;
}



/* @end */

/* @end */

/* @group Right Bar */

.rightbar {
	width: 200px;
	float: right;
	border-left: 1px solid #ccc;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.rightbar a.paypal img {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}

.rightbar .title {
	font-size: 18px;
}
.rightbar .date {
	font-style: italic;
	text-align: right;
}
.rightbar .belwin {
	font-weight: bold;
}
.rightbar hr {
	border-style: none;
	height: 1px;
	background-color: #ccc;
}
.rightbar input {
	margin-bottom: 10px;
	font-size: 14px;
}

#text .rightbar h3 {
	color: #000;
}

#text .rightbar img.masthead {
	margin-bottom: 0;
}

#text .rightbar ul {
	margin-top: 0;
}


/* @end */

/* @group Pages */

/* @group Wallpaper */

table.wallpaper td {
	width: 180px;
	text-align: left;
	vertical-align: bottom;
}
table.wallpaper tr.title {
	font-weight: bold;
}
#text table.wallpaper tr.thumb img {
	margin: 0;
	float: none;
}
table.wallpaper tr.links {
	font-size: 14px;
}
#text table.wallpaper tr.links ul {
	margin-top: 0;
}

/* @end */

/* @group 50 Year Vision */

#fiftyyearvision {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 200px;
	color: #aaa;
	font-style: italic;
	font-size: .85em;
}
#fiftyyearvision img {
	float: none;
	border-style: none;
	margin: 0;
}



/* @end */

/* @group LWBAF */

#lucy-winton-bell-athletic-fields-15 img#logo {
	border-style: none;
	margin-right: 0;
	margin-bottom: 0;
}



/* @end */

/* @group sponsors */

#sponsors-42 table {
	width: 100%;
}

#sponsors-42 table img {
	border: 0;
}
#sponsors-42 td {
	width: 50%;
	text-align: center;
}


/* @end */



/* @end */

/* @group Image Container */

div.img {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

#text div.img img {
	float: none;
	margin: 0;
}



/* @end */

/* @group Temp */

#countdown {
	text-align: center;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fffeff;
	display: block;
	width: 240px;
	height: 60px;
	float: left;
	margin-top: -60px;
	margin-left: 30px;
}

.countdown_section {
	display: block;
	text-align: center;
	float: left;
	
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.9);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	box-shadow: 0 1px 3px rgba(0,0,0,.8);
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);  	
	
	background-color: #000;
	padding-bottom: 3px;
	border: 3px solid #fffeff;
	color: #fffeff;
	width: 50px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}
.countdown_amount {
	font-size: 24px;
	font-weight: bold;
	color: #fb7948;
}
.countdown_descr {
	color: #fffeff;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/* @end */



