/*
Theme Name: Lake Forest Scout Baseball
Theme URI: http://www.lfba.net
Description: CSS Framework.
Version: 1.0
Author: Bill Hanekamp/Nash
Author URI: http://www.microsite.com

LFBA Web Colors:
Yellow: FEEE42
Blue: 2151AD
BG-Sand: f2d9a9
Text: 0d285a

*/


/******* Reset *******/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote,th,td,label {
	margin:0;
	padding:0;
	}
	
table {
	border-collapse:collapse;
	border-spacing:0;
	}
		
fieldset,img {
	border:0;
	}

caption,th {
	text-align:left;
	}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	}
	
q:before, q:after {
	content:'';
	}

abbr, acronym { 
	border:0;
	font-variant:normal;
	}
	
/* Global Classes */

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; padding-left:30px; }
.text-right    { text-align:right; padding-right:30px; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }	

img.alignright { float:right; margin: 10px 0 10px 10px; border: 1px solid #2151AD; }
img.alignleft { float:left; padding: 10px 10px 10px 0; }

	
	
/******************************************
*  Base                  
******************************************/

body {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color: #000;
	text-align:left;
	background:#f2d9a9 url("images/bg-big.jpg")  no-repeat;
	background-position: top center;
	padding: 0;
	}

#page {
	background: none; 
	margin: 0 auto; /*Centers the page*/
	width: 950px;
	}
	
p,fieldset,table { 
	margin-bottom: 1em;
	color: #0d285a;
	}	
	
em {
	font-style:italic;
	}
	
	
th,td { 
	border:none;
	padding:0;
	}
	
th { 
	font-weight:bold; 
	text-align:center;
	}			
	
caption { 
	margin-bottom:.5em; 
	text-align:center; 
	}		
	
abbr,acronym { /*indicating to users that more info is available */ 
	border-bottom:1px dotted #000; 
	cursor: help;
	}
	
small {
	font-size: 0.85em;
	}
	
sup {
	position:relative;
	bottom: 0.3em;
	vertical-align:baseline;
	}
	
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
	}	
	
hr {/* For breaks */
	display: none;
	}			
	
/******************************************
*  Links                  
******************************************/
a, a:link, a:visited, a:hover {
	text-decoration:underline;
	color: #573f5f; 
	}
	
a:visited {
	color: #0b51d6;
	}		
	
a:hover {
	text-decoration: none;
	}	
						
						
/******************************************
*  Headlines              
******************************************/


h1 {
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	padding: 23px 0 0 13px;
	color: #FFF;
	text-transform:capitalize;
	line-height:35px;
	letter-spacing:1px;
	padding: 10px 0 15px 70px;
	background-image:url("images/headline-h1.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	}	
	
h2 {
	padding: 10px 0 10px 30px;
	color: #2151AD;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:1px;
	}

h3 {
	padding-bottom: 10px;
	color: #2151AD;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:1px;
	}	
		
	
/******************************************
*  Navigation                    
******************************************/

#nav {
	background: none;
	padding-top: 213px;
	padding-left: 15px;
	padding-bottom: 70px;
	font-size:13px;
	font-style:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	}
	
#nav, #nav ul {
	list-style:none;
	line-height:34px;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	border-right: 1px solid #133089;
	}

#nav a, #nav a:visited {
	display:block;
	color: #eee;
	padding:6px 12px;
	}

#nav a:hover, #nav a:active {
	background-color:#081e47;
	text-decoration:none;
	}	

.current_page_item	a, #home .on {
	background-color:#081e47;
	}
	
#nav .current_page_parent  {
	background-color:#081e47;
	}
	
	
/* Dropdown Menus for child pages */		

#nav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 169px;
	border-bottom: 1px solid #133089;
	}
	
#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li li {
	width: 168px;
	border-left: 1px solid #133089;
	border-bottom:1px solid #133089;
	border-right: 1px solid #133089;
	background:#2151ad;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	padding: 2px 10px;
	}

#nav li li a:hover, #nav li li a:active {
	background:#081e47;
	}	
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover {
	background:none;
	}
	
/******************************************
*  Home Page                    
******************************************/

.top {
	margin: 0 auto;
	width:950px;
	}		
	
.top-left {
	float: left;
	padding:0;
	width:625px;
	}	
	
.top-right {
	float: right;
	padding:0;
	width:300px;
	}
	
.home-news-headlines {
	padding: 15px 15px 5px 15px;
	font-weight:bold;
	}			
	
.boxes-content {	
	width: 300px;
	background: transparent url("images/text-boxes-bg.jpg") top repeat-y;
	}
	
.boxes-image {	
	float: right;
	border:1px solid #8b003f;
	margin: 15px 15px;
	}	
	
.boxes-content p {
	padding: 15px 15px 0 15px;
	line-height:1.5em;
	margin-bottom:0;
	}
	
.home-news-content p {
	padding: 5px 15px;
	}	
	
.boxes-content h4 {
	padding: 5px 15px 3px 15px;
	text-align:right;
	}	
	
.bottom {
	margin: 0 auto;
	width:950px;
	padding-top: 25px;
	}	
	
.bottom-left {
	float:left;
	width: 300px;
	}
	
.bottom-middle {
	float:left;
	width: 300px;
	margin-left:25px;
	}
	
.bottom-right {
	float:right;
	width: 300px;
	margin-left:25px;
	}					
	
	
/******************************************
*  Regular Pages                    
******************************************/


#content-page {
	float: left;
	margin: 0;
	padding:0;
	width:625px;
	background-color: #f2d9a9;
	background-image: url("images/page-bg.jpg");
	background-position:top;
	background-repeat: repeat-y;
	}	
	
#content-page .team-subheads {	
	padding: 10px 0;
	margin: 10px 30px 5px;
	color: #2151AD;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:1px;
	border-bottom: 1px solid #2151AD;	
	}	
	

#content-page p {
	margin: 10px 30px 5px 30px;
	line-height:1.4em;
	}	
	
.content-left img {	
	float: right;
	border:1px solid #8b003f;
	margin: 5px 0 15px 15px;
	}
	
.entry ul { 
	margin-bottom: 1em;
	list-style:outside;
	list-style-type: disc;
	line-height:1.3em;
	padding-left:45px;
	}	
		
.entry li {
	padding-bottom:12px;
	}		
	
a.piclenselink  {
	font-size:10px;
	text-transform:uppercase;
	color: #666;
	padding-left: 5px;
	}	
	
#reg-form, #pay-form {
	margin: 10px 30px 5px 30px;
	width:550px;
	}
	
.reg-subheads {	
	padding: 10px 0;
	color: #2151AD;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:1px;
	border-bottom: 1px solid #2151AD;	
	}
	
#reg-form label {
	font-size:12px;
	}
	
#reg-form form input, #pay-form form input {
	font: 1em Arial, Helvetica, sans-serif;
	background-color:#e5e5e5;
	border: 1px solid #396093;
	line-height:1.5em;
	padding: 5px;
	width: 400px;
	margin-bottom:10px;
	}
	
#reg-form form input:hover, #pay-form form input:hover {	
	background-color: #FFF;
    cursor:text;
    }	
	
#reg-form form input.checkbox {	
	width: 25px;	
	}
	
#reg-form form input.button {
	background-color:#ecebe7;
	border: none;
	cursor:pointer;
	}
	
#pay-form form input {
	width: 200px;
	}	
	
/******************************************
*  Sidebars                
******************************************/	

#sidebar {
	float:right;
	width: 300px;
	}
	
#sidebar h2 {	
	padding: 15px 20px 0 0;
	margin: 1px 20px 2px 20px;
	border-bottom: 1px solid #2151AD;
	}
	
#sidebar h3 {
	margin: 10px 20px 5px 20px;
	color: #2151AD;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #2151AD;	
	}
	
#sidebar h4 {	
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	padding: 7px 20px 5px 20px;
	}	
	
#sidebar h5 {	
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	margin: 1px 20px 2px 20px;
	border-bottom: 1px dashed #2151AD;	
	}		
	
#sidebar p {	
	padding: 5px 20px;
	}	
			

/******************************************
*  Forms                
******************************************/

form {
	display: inline;
	}
	
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	background-color:#F9F9F9;
	border: 1px solid #396093;
	line-height:1.5em;
	width: 250px;
	}
	
textarea {
	width:100%;
	line-height:1.25;
	}
	
label {
	cursor:pointer;
	}

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%;
	}
	
/* Search */	
	
.navSearch {
	float:right;
	background-image: none;
	}
		
	
#searchform { 
	float: right;	
	padding:0; 	
	margin: 0;
	}	
	
input#searchsubmit {
	color:#2151AD;
	font-size: 12px;
	background-color: transparent;
	width: 50px;
	border: none;
	margin: 12px 17px 0 0;
	padding 0;
	}
	
input#searchsubmit:hover {	
	color: #FF0000;
	cursor:pointer;
	}
	
#s { /*Search Box*/
	width:125px;
	border: none;
	line-height:12px;
	color: #2151AD;
	margin-right: 3px;
	background-color: transparent;
	}
	
#searchform label { 	
	display: none;
	}
	
/* PayPal */	
				
.paypal {
	padding-left: 30px;
	}	
	
.paypal form input {
	width: 150px;
	padding: 5px;
	}				

	
/***********Tell a Friend From in Footer ***********/	
	
input.button {
	color: #FFF;
	border:none;
	background-color: #2151ad;
	height:30px;
	width:150px;
	background-image: url('images/button-bg.jpg');
    background-repeat:no-repeat;
    background-position: center;
	}	
	
input.button:hover {
	color: #ccc;
	}			


/***********Form Builder***********/

#formBuilderCSSIDNewsletter_Sign_Up, #formBuilderCSSIDVolunteer_Form, #formBuilderCSSIDLFBA_General_Contact_Form, #formBuilderCSSIDMemorial_Day_Tournament_Form {
	padding: 10px 0 0 60px;
	width: 500px;
	}
	
#fieldformBuilderFieldComments {
	width: 250px;
	height: 5em;
	}
	
	
.formBuilderForm .formBuilderSubmit {
	padding: 15px 78px 0 0;
	}	
	
.formBuilderSubmit input {
	color: #FFF;
	border:none;
	background-color: #FCE9FF;
	height:30px;
	width:100px;
	background-image: url('images/button-bg.jpg');
    background-repeat:no-repeat;
    background-position: center;
	}	
	
.formBuilderSubmit input:hover {
	color: #ccc;
	}	
	
/*********** Board Sign-in Page ***********/	


p.clientLoginHeadline {
	padding: 15px 0 0 40px;
	}
	
p.clientLoginBox {
	padding: 15px 0 200px 100px;
	}


input.clientLogin {
	margin: 10px 0 0 0;
	}	
		
		
/*********** Board Sign-in Page ***********/

#respond h3, h3#comments  {
	margin: 10px 0 0 30px;
	}
	
.commentlist {
	margin: 0 0 0 30px;
	}	 	
	
/*********** Home Billboard ***********/	

#moreButton a {
	background-image: url('images/home-billboard-button.png');
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	display: block;
	height: 42px;
	width: 117px;
	margin: 365px 0 0 30px;
	}	
	
	
/******************************************
*  Footer                
******************************************/

#footer {
	margin: 0 auto;
	min-height:400px;
	color: #999;
    background: transparent url(images/footer-bg.jpg) top no-repeat;
	}

#footerContent {
	margin: auto;
	width: 950px
	}	
	
.footerLeft {
    float:left;
    width:600px;
    padding: 200px 0 0 5px;
    text-align:left;
    }	
	
.footerRight {
    float:right;
    width: 300px;
	 padding: 100px 0 0 6px;
    text-align:left;
    } 
	
.footer-copy p {
	padding: 30px 0 20px 5px;
	color: #999;
	line-height:1.3em;
	}
	
.footer-contact {
	padding: 10px 0;
	}	
	
.nav-footer {
	font-size:12px;
	font-weight: bold;
	text-transform:uppercase;
	width: 600px;
	}
	
.nav-footer, .nav-footer ul {
	list-style:none;
	}

.nav-footer a, .nav-footer a {
	display: block;
	color: #999;
	text-decoration: none;
	border:none;
	}

.nav-footer li {
	float: left;
	list-style:none;
	padding: 0 5px;
	border-right: 1px solid #FFF;
	}
	

.nav-footer a:hover, .nav-footer a:active {
	color: #2151AD;
	text-decoration:none;
	}	
	
.legal {
	padding-left:
	}	
	
	
