/*   
Theme Name: FCA Athleic Boosters
Theme URI: 
Description: Fairfield Christian Academy Athletic Boosters Website
Author: Adam Putinski
Author URI: http://www.adamputinski.com
Version: 1.0
*/
@media screen {
	* {
		
	}
	
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		line-height: 20px;
	}
	
	.screen-reader-text {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	
	#wrapper {
	
	}
	
	#logo-maintenance {
		width: 172px;
		height: 224px;
		background: url(images/fca-knights-logo.png) left top no-repeat;
		margin: 20px auto 0px auto;
	}
	
	h1#text-maintenance {
		text-align: center;
		font-size: 28px;
		color: #CCC;
		font-weight: normal;
		font-style: italic;
		margin: 20px 0px 0px 0px;
	}
	
	
	/* HEADER */
	#header {
		width: 960px;
		height: 70px;
		margin: 0px auto 0px auto;
		position: relative;
	}
	
	ul#top-nav {
		position: absolute;
		top: 28px;
		left: 0px;
	}
	
	ul#top-nav li {
		float: left;
		margin: 0px 20px 0px 0px;
	}
	
	ul#top-nav li a {
		color: #b6b6b6;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	ul#top-nav li a:hover {
		color: #e31f27;
	}
	
	/* TOP BANNER */
	#banner-top-wrapper {
		height: 180px;
		background: url(images/banner-top-tile.jpg) top center repeat-x;
	}
	
	#banner-top {
		width: 960px;
		height: 180px;
		margin: 0px auto 0px auto;
		position: relative;
	}
	
	a#athletics-boosters-logo {
		display: block;
		width: 348px;
		height: 94px;
		background: url(images/fca-athletic-boosters-logo.png) left top no-repeat;
		position: absolute;
		top: 44px;
		left: 0px;
	}
	
	#knights-logo {
		width: 172px;
		height: 224px;
		background: url(images/fca-knights-logo.png) left top no-repeat;
		position: absolute;
		top: -54px;
		left: 392px;
	}
	
	.featured-sponsor {
		width: 252px;
		height: 216px;
		background: url(images/featured-sponsor.png) left top no-repeat;
		position: relative;
	}
	
	.featured-sponsor.top {
		position: absolute;
		top: -50px;
		right: -6px;
	}
	
	.featured-sponsor.sidebar {
		margin: 0px 0px 0px -4px;
	}
	
	.featured-sponsor .ad {
		width: 220px;
		height: 180px;
		background: #EFEFEF;
		position: absolute;
		top: 18px;
		left: 16px;
		overflow: hidden;
	}
	
	#featured-sponsor-arrow {
		width: 132px;
		height: 84px;
		background: url(images/featured-sponsor-arrow.png) left top no-repeat;
		position: absolute;
		top: 10px;
		right: 250px;
	}
	
	
	/* SELECT SPORTS BAR */
	#select-sports-wrapper {
		height: 89px;
		background: url(images/carbon-tile.jpg) top left repeat;
	}
	
	#select-sports {
		width: 960px;
		height: 89px;
		margin: 0px auto 0px auto;
		position: relative;
	}
	
	ul#sports-list {
		position: absolute;
		top: 13px;	
	}
	
	ul#sports-list li {
		float: left;	
	}
	
	ul#sports-list li a {
		display: block;
		width: 70px;
		height: 72px;
	}
	
	ul#sports-list li a.football {
		background: url(images/icon-football.png) left top no-repeat;
	}
	
	ul#sports-list li a.football:hover {
		background: url(images/icon-football-hover.png) left top no-repeat;
	}
	
	ul#sports-list li a.volleyball {
		background: url(images/icon-volleyball.png) left top no-repeat;
	}
	
	ul#sports-list li a.volleyball:hover {
		background: url(images/icon-volleyball-hover.png) left top no-repeat;
	}
	
	ul#sports-list li a.cheerleading {
		background: url(images/icon-cheerleading.png) left top no-repeat;
	}
	
	ul#sports-list li a.cheerleading:hover {
		background: url(images/icon-cheerleading-hover.png) left top no-repeat;
	}
	
	ul#sports-list li a.golf {
		background: url(images/icon-golf.png) left top no-repeat;
	}
	
	ul#sports-list li a.golf:hover {
		background: url(images/icon-golf-hover.png) left top no-repeat;
	}
	
	ul#sports-list li a.track {
		background: url(images/icon-track.png) left top no-repeat;
	}
	
	ul#sports-list li a.track:hover {
		background: url(images/icon-track-hover.png) left top no-repeat;
	}
	
	ul#sports-list li a.basketball {
		background: url(images/icon-basketball.png) left top no-repeat;
	}
	
	ul#sports-list li a.basketball:hover {
		background: url(images/icon-basketball-hover.png) left top no-repeat;
	}
	
	ul#sports-list li a.baseball {
		background: url(images/icon-baseball.png) left top no-repeat;
	}
	
	ul#sports-list li a.baseball:hover {
		background: url(images/icon-baseball-hover.png) left top no-repeat;
	}
	
	ul#sports-list li a.softball {
		background: url(images/icon-softball.png) left top no-repeat;
	}
	
	ul#sports-list li a.softball:hover {
		background: url(images/icon-softball-hover.png) left top no-repeat;
	}	
	
	/* BOTTOM BAR */
	#banner-bottom-wrapper {
		height: 36px;
		background: #EAEAEA;
		border-top: 1px solid #FFF;
	}
	
	#banner-bottom {
		width: 960px;
		height: 36px;
		margin: 0px auto 0px auto;
		position: relative;
	}
	
	a#select-sports-arrow {
		display: block;
		width: 72px;
		height: 62px;
		position: absolute;
		left: -5px;
		top: -1px;
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
	
	a#select-sports-arrow:hover {
		background-position: 0px -4px;
	}
	
	a#select-sports-arrow.up {
		background-image: url(images/button-select-sports-arrow-down.png);	
	}
	
	a#select-sports-arrow.down {
		background-image: url(images/button-select-sports-arrow-up.png);	
	}
	
	#select-sports-text {
		width: 600px;
		position: absolute;
		top: 9px;
		left: 80px;
		font-size: 19px;
		color: #333;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
	}
	
	a#become-member {
		display: block;
		width: 254px;
		height: 62px;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		background-image: url(images/button-become-member.png);
		position: absolute;
		top: -1px;
		right: -6px;	
	}
	
	a#become-member:hover {
		background-position: 0px -4px;
	}
	
	
	/* CONTENT CONTAINER */
	#content-container {
		width: 960px;
		margin: 60px auto 0px auto;
	}
	
	/* SIDEBAR */
	#sidebar {
		width: 242px;
		float: right;	
	}
	
	#sidebar .item {
		margin: 0px 0px 20px 0px;
	}
	
	a#facebook {
		display: block;
		width: 242px;
		height: 55px;
		background: url(images/button-facebook.png) left top no-repeat;
	}
	
	#quick-links-top {
		width: 242px;
		height: 40px;
		background: url(images/quick-links-top.png) left top no-repeat;
	}
	
	#quick-links-bottom {
		width: 240px;
		min-height: 40px;
		padding: 10px 1px 40px 1px;
		background: url(images/quick-links-bottom.png) left bottom no-repeat;
	}
	
	#quick-links-bottom ul li {
		padding: 8px 20px 10px 20px;
		background: url(images/quick-links-divider.png) left bottom repeat-x;
	}
	
	#quick-links-bottom ul li a {
		color: #666;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		text-decoration: none;
	}
	
	#quick-links-bottom ul li a:hover {
		color: #333;
	}
	
	
	/* MAIN CONTENT */
	
	h1 {
		font-size: 40px;
		font-weight: bold;
		color: #e31f27;
		margin: 0px 0px 20px 0px;
		line-height: 42px;
	}
	
	h2, h2 a {
		font-size: 34px;
		font-weight: normal;
		color: #333;
		margin: 20px 0px 8px 0px;
		text-decoration: none;
	}
	
	h2 a:hover {
		text-decoration: underline;
	}
	
	h2.alt {
		font-size: 26px;
		font-weight: normal;
		color: #666;
		margin: 20px 0px 12px 0px!important;
		text-decoration: none;
	}
	
	h3 {
		font-size: 18px;
		font-weight: bold;
		color: #666;
		margin: 20px 0px 4px 0px;
	}
	
	p {
		margin: 0px 0px 10px 0px;
		line-height: 18px;
		font-size: 14px;
		color: #333;
	}
	
	#main-content {
		width: 650px;
		padding: 0px 0px 20px 0px;
		float: left;
	}
	
	#main-content .item {
		margin: 0px 0px 20px 0px;	
	}
	
	#main-content div.post h2 {
		margin: 0px 0px 0px 0px!important;
	}
	
	#main-content .post-date {
		font-size: 13px;
		color: #999;
		font-style: italic;
		margin: 4px 0px 15px 0px;
	}
	
	#main-content .post-date a {
		color: #999;
		text-decoration: underline;;
	}
	
	#main-content .post-date a:hover {
		text-decoration: none;
	}
	
	.post-date .date-separator {
		font-size: 18px;
		color: #CCC;
		margin: 0px 4px 0px 4px;
	}
	
	.post {
		margin: 0px 0px 30px 0px;
		padding: 0 0 30px 0;
		border-bottom: 1px dotted #CCC;
	}
	
	.entry a {
		color: #e31f27;
		font-weight: bold;
		text-decoration: none;
	}
	
	.entry a:hover {
		text-decoration: underline;
	}
	
	.read-more a {
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		color: #666;
		margin: 0px 0px 0px 0px;
		text-decoration: none;
	}
	
	/* COMMENT FORM */
	#respond {
		
	}
	
	h3#respont-title {
		margin: 0px 0px 15px 0px!important;	
	}
	
	#respond .comment-input input {
		width: 200px;
		border: 1px solid #CCC;
		padding: 4px;
		margin: 0px 0px 8px 0px;
	}
	
	#respond .comment-input textarea {
		width: 420px;
		height: 140px;
		border: 1px solid #CCC;
		padding: 4px;
		margin: 0px 0px 8px 0px;
	}
	
	#respond .comment-input label {
		color: #999;
		font-size: 12px;
	}
	
	#submit {
		padding: 8px;
		background: #999;
		border: 1px solid #333;
		color: #FFF;	
	}
	
	ol#comment-list {
		
	}
	
	ol#comment-list li {
		display: block;
		padding: 10px;
		background: #f7f7f7;
		margin: 0px 0px 2px 0px;		
	}
	
	ol#comment-list li.even {
		background: #EFEFEF;
	}
	
	ol#comment-list li.last {
		background: none;		
	}
	
	.comment-author {
		display: block;
		margin: 0px 0px 2px 0px;
		font-size: 11pt;
		font-weight: bold;
		color: #000;
	}
	
	.comment-date {
		display: block;
		margin: 0px 0px 2px 0px;
		color: #7C7C7C;
	}
	
	.comment-text {
		display: block;
		margin: 6px 0px 0px 0px;
		font-size: 9pt;
		color: #000;
	}
	
	.navigation {
		display: block;
		padding: 10px 0px 0px 0px;
		/*border-top: 1px dotted #CCC;*/
	}
	
	.navigation a {
		color: #e31f27;
		text-decoration: none;
		font-size: 12pt;
		font-weight: normal;
	}
	
	.navigation a:hover {
		font-weight: bold;
	}

	.next-posts {
		display: block;
		float: left;	
	}

	.prev-posts {
		display: block;
		float: right;
	}
	
	
	/* FOOTER */
	#footer {
		width: 960px;
		min-height: 10px;
		margin: 10px auto 0px auto;
		padding: 14px 0px 14px 0px;
		border-top: 1px dotted #CCC;
		text-align: center;
		color: #CCC;
		font-size: 12px;
	}
	
	
	/* BECOME A MEMBER */
	#membership-errors {
		width: 400px;
	}
	#membership-errors .success {
		background: #ccebcc;
		color: #009900;
		padding: 14px 4px;
		border-bottom: 1px dotted #009900;
		border-top: 1px dotted #009900;
	}
	#membership-errors .error {
		background: #f5cccc;
		color: #cc0000;
		padding: 14px 4px;
		border-bottom: 1px dotted #cc0000;
		border-top: 1px dotted #cc0000;
	}
		
	#become-member-form-container {
		margin: 20px 0 0 0;
	}
	
	#membership-types-container {
		overflow: hidden;
		height: 0px;
	}
	
	#membership-types {
		padding: 12px;
		margin: 10px 0 10px 0;
		clear: both;
		background: #EFEFEF;
		font-size: 12px;
	}
	
	#membership-types h3 {
		font-size: 14px;
		color: #666;
		margin: 0 0 10px 0;
	}
	
	#membership-types .price {
		color: #E31F27;
		font-weight: bold;
	}
	
	#membership-types ul {
		margin: 0 0 12px 0;
	}
	
	#membership-types li {
		list-style: disc;
		list-style-type: disc;
		list-style-position: inside;
		margin: 0 0 0 12px;
	}
	
	#membership-types-button {
		display: block;
		clear: both;
		width: 170px;
		height: 40px;
		margin: 0 0 0 -4px;
		background: url(images/membership-types.png) left top no-repeat;
		overflow: hidden;
		text-indent: -200px;
	}
	
	
	/* STANDARD FORM */
	.standard-form {
		color:#666;
		font-size: 9pt;
	}
	.standard-form .field {
		background: none;
		position: relative;
	}
	.standard-form .field.stack-field {
		display: block;
		margin: 0px 0px 10px 0px;
	}
	.standard-form .field.float-field {
		display: block;
		float: left;
		margin: 0px 10px 10px 0px;
	}
	.standard-form .field.float-field.end {
		margin-right: 0px;
	}
	.standard-form .field label {
		color:#666;
		font-size: 9pt;
	}
	.standard-form .field.float-label label {
		display: inline-block;
		margin: 0px 10px 0px 0px;
	}
	.standard-form .field.stack-label label {
		display: block;
		margin: 0px 0px 4px 0px;
	}
	.standard-form .field label.focused {
		color:#333!important;
		font-weight: bold;
	}
	.standard-form .field input[type=text], .standard-form .field input[type=password], .standard-form .field textarea {
		border: 1px solid#CCC;
		background:#EFEFEF;
		padding: 6px;
		margin: 0px;
		color:#333;
		outline: none;
		outline-style: none;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}
	.standard-form .field.tiny-field input[type=text], .standard-form .field.tiny-field input[type=password], .standard-form .field.tiny-field textarea {
		width: 76px;
	}
	.standard-form .field.short-field input[type=text], .standard-form .field.short-field input[type=password], .standard-form .field.short-field textarea {
		width: 140px;
	}
	.standard-form .field.medium-field input[type=text], .standard-form .field.medium-field input[type=password], .standard-form .field.medium-field textarea {
		width: 180px;
	}
	.standard-form .field.long-field input[type=text], .standard-form .field.long-field input[type=password], .standard-form .field.long-field textarea {
		width: 380px;
	}
	.standard-form .field input.focused {
		border: 1px solid#999!important;
	}
	.standard-form .field textarea {
		height: 60px;
	}
	.standard-form .field textarea.focused {
		border: 1px solid#999!important;
	}
	.standard-form .field select {
		border: 1px solid#CCC;
		margin: 0px;
		color:#333;
		outline: none;
		outline-style: none;
		height: 22px;
	}
	.standard-form .field.tiny-field select {
		width: 76px;
	}
	.standard-form .field.short-field select {
		width: 140px;
	}
	.standard-form .field.medium-field select {
		width: 220px;
	}
	.standard-form .field.long-field select {
		width: 394px;
	}
	.standard-form .field input[type=radio] {
		margin: 0px 4px 0px 0px;
	}
	.standard-form .field.radio-text {
		display: inline-block;
		margin: 0px 15px 0px 0px;
	}
	.standard-form .field input[type=submit] {
		display: block;
		padding: 8px;
		background:#999;
		color:#FFF;
		border: 1px solid#999;
		font-size: 14px;
		text-transform: uppercase;
		cursor: pointer;
	}
	.standard-form .field input[type=submit]:hover {
		background: #666;
	}
	.standard-form .field input[type=submit].paypal {
		width: 290px;
		height: 42px;
		border: none;
		margin: 35px 0 0 0;
		background: url(images/submit-paypal.png) top left no-repeat;
	}
	.standard-form .field input[type=submit].paypal:hover {
		background: url(images/submit-paypal-hover.png) top left no-repeat;
	}
	.standard-form .LV_validation_message {
		display: none;
		clear: both;
		margin: 2px 0px 0px 0px;
		padding: 4px;
	}
	.standard-form .LV_invalid {
		background:#F5C9C9;
		color: #CC0000;
		border: 1px solid #CC0000;
	}
	.standard-form .LV_valid {
		background: #A6EDA6;
		color: #009900;
		border: 1px solid#009900;
	}
	.standard-form .LV_invalid_field {
		border: 1px solid #CC0000!important;
		color: #CC0000;
		font-weight: bold;
	}
	.standard-form .LV_valid_field {
		border: 1px solid #009900!important;
		color: #009900;
		font-weight: bold;
	}
	
	
	
	/*Misc*/
	.clear {
		clear: both;
	}
	
	.hidden {
		display: none;
	}
	
	
}  /* END screen media */


@media print {
	.do-not-print {
		display: none;
	}
	#comments {
		page-break-before: always;
	}
	body {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1.4;
		word-spacing: 1.1pt;
		letter-spacing: 0.2pt;
		font-family: Garamond, "Times New Roman", serif;
		color: #000;
		background: none;
		font-size: 12pt;
	}
	h1,h2,h3,h4,h5,h6 {
		font-family: Helvetica, Arial, sans-serif;
	}
	h1 {
		font-size: 19pt;
	}
	h2 {
		font-size: 17pt;
	}
	h3 {
		font-size: 15pt;
	}
	h4,h5,h6 {
		font-size: 12pt;
	}
	code {
		font: 10pt Courier, monospace;
	}
	blockquote {
		margin: 1.3em;
		padding: 1em;
	}
	img {
		display: block;
		margin: 1em 0;
	}
	a img {
		border: none;
	}
	table {
		margin: 1px;
		text-align: left;
	}
	th {
		border-bottom: 1px solid #333;
		font-weight: bold;
	}
	td {
		border-bottom: 1px solid #333;
	}
	th,td {
		padding: 4px 10px 4px 0;
	}
	caption {
		background: #fff;
		margin-bottom: 2em;
		text-align: left;
	}
	thead {
		display: table-header-group;
	}
	tr {
		page-break-inside: avoid;
	}
	a {
		text-decoration: none;
		color: black;
	}
} /* END print media */
