/*  
Theme Name: 1ST STATE SPORTS THEME
Description: theme for 1ST STATE SPORTS
Version: 1.2
Author: R WOOD
Author URI: http://www.rmdy.com/

	1stStateSports
	 http://www.join1ststatesportsclub.com/

*/


/*  ##########################
	MASTER STYLES   
	##########################  */


body,div,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	}   /*  eliminates ALL browser defaults for margins and padding  */

body {
	/* background: #f5f4f0 url(img/bg_body.gif) repeat-x scroll 0 0; TAN */
	/* e6eff4 - blue in the jpeg tile */
	/* eaf2f6 - original blue used */
	background: #e6eff4 url(img/bg_body2.jpg) repeat-x scroll 0 0; /* BLUE  */
	font-size: 75%;  /* reduces default 16px down to 12px for IE6 */
	color: #444;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana,  Arial, Helvetica, sans-serif; 
	text-align: left;
	}
	
html>body {font-size: 12px;} /* sets size for good browsers, ignored by IE6 */

p 	{
	font-size:1em;  /* 1em = 100% = 12px */
	line-height: 1.5em;  /*  1.5em = 18px  */
	margin-top: 1.0em;
	margin-bottom: 1.5em;
	}
.excerpt p {
	margin: .5em 0 1.5em 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana,  Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

img, img a {border: none;}
	
.clear {
	clear:both;
	display:block;
	margin:0;
	padding:0;
	height:0px;
	line-height:0;
	font-size:0;
	}
	

.strong {font-weight: bold; color: #222;}
b {font-weight: bold; color: #222;}
.italic {font-style: italic;}
.hidden {display: none;}
.sup {vertical-align: super; font-size: 40%;}

.blockquote {color:#222; border: dotted 1px #b6b6b6; background:#f0f0f0; padding:10px 20px 10px 20px; margin:10px 25px 10px 25px;}
blockquote {color:#222; border: dotted 1px #b6b6b6; background:#f0f0f0; padding:10px 20px 10px 20px; margin:10px 25px 10px 25px;}

hr {
	color: #b6b6b6;
	background-color: #b6b6b6;
	height: 1px;
	border: 0;
	width: 70%; 
	padding: 0; 
	margin: 0 auto;
	}


/*  ##########################
	LINKS
	##########################  */

a:link,
a:visited {
	color: #0c519e;
	font-weight:bold;
	text-decoration:none;
	}

a:focus,
a:hover {
	color: #64af0c;
	text-decoration: underline;
	}


/*  ##########################
	LAYOUT
	##########################  */
	
#masterwrap {
	width: 1000px;
	margin: 0 auto 15px;
	border: solid 0px red;
	}
	
#wrap {
	width: 1000px;
	margin: 0 auto;
	border: solid 0px purple;
	background-image: url(img/bg_header6.jpg);
	background-repeat: no-repeat;
	background-position: top right
	}


/*  ##########################
	TOP NAV BAR THING
	##########################  */
	
#navwrap {
	background:#222;
	margin: 0; 
	padding: 0;
	width:980px;
	height:31px;
	margin: 0 auto;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-box-shadow: 3px 3px 8px #000; 
	-moz-box-shadow: 3px 3px 8px #000;  
	box-shadow: 3px 3px 8px #000;
	overflow: hidden;  /* this is here so IE6 doesnt draw the div 50px tall  */
	}
	
#nav {
	clear:both;
	margin:0 auto;
	width:950px;
	}

#navwrap ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 5px 0 0;
	margin: 0;
	}

#navwrap ul li {
	float:left;
	padding: 0 4px;
	}
	
#navwrap ul li a {
	color:#fff;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	padding:3px 7px;
	text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
#nav ul a:focus, #nav ul a:active, #nav ul a:hover {
	background-color:#64af0c; /* green */
	}

#nav ul li.current_page_item a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#0c519e; /* blue */
	color:#fff;
	}

#nav ul li.current_page_item a:hover {
	color:#fff;
	text-decoration: underline;
	}

	
/*  ##########################
	HEADER STYLES
	##########################  */

#header_wrap {
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	background: transparent;
	border: solid 0px green;
	}

#header {
	width: 1000px;
	margin: 0 auto;
	background: transparent;
	}
	
#fssc_logo {
	}
	
#fssc_logo img { 
	border: solid 0px red;
	margin: 10px 0 0 20px;
	height: 150px;
	width: 300px;
	z-index: 10;
	} 


/*  ##########################
	SPECIAL IE 6 MESSAGE
	##########################  */
	
#deathtoie6 {display: block; width: 600px; float: right; background: #ff6633; color: #000; font-size: .83em; padding: 10px;}

html>body #deathtoie6 {display: none;} /* hides from good browsers, ignored by IE6 */


/*  ##################################
	PAGE BELOW HEADER STRUCTURE STYLES
	##################################  */

#contentwrap {
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: transparent;
	border: solid 0px yellow;
	}
	
#left_sidebar {
	width: 290px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0px;
	background: transparent;
	border: solid 0px #333;
	}

#content {
	width: 610px;  /*  theres room to go wider */
	float: left;
	margin: -40px 0 0 0;
	/* background: transparent; */
	background: #fff;
	border: solid 1px #b6b6b6;
	-webkit-box-shadow: 0px 0px 20px #444;  
	-moz-box-shadow: 0px 0px 20px #444;   
	box-shadow: 0px 0px 20px #444;   
	}
	
/*  #right_sidebar {
	width: 220px;
	float: left;
	background: transparent;
	}  */

#footer_wrap {
	clear: both;
	background-color: #222;
	width: 980px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
#footer {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	background: transparent;
	color: #fff;
	font-size: .95em;
	}


/*  LEFT SIDEBAR STYLES
///////////////////////  */

/* styles used by sidebar widget plugin (as of 02-10-07) */

#ads {width: 160px; margin: 0 auto; font-size: .95em !important;}

#left_sidebar li, #right_sidebar li {
	/* font-size: .95em; */
	line-height: 1.6em;
	}

#left_sidebar ul, #left_sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#left_sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

.widgettitle {
	font:bold 1em/2em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana,  Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	border-bottom: dotted 1px #b6b6b6;
	font-size: 12px !important;
	margin: 5px auto 12px auto;
	width:250px;
	text-align: center;
	}
	
#wp-calendar {
	font-size: .95em;
	}
	
ul.springsports {
	margin-left: 30px;
	}
	
/*  #left_sidebar .widgettitle { border: 0; margin-top: 0; display: none; }  */

#google-search { }
.widget widget_gsearch { }
#gsearch { }  /* form id */

#meta { }
.widget widget_meta { }

#recent-comments { }
.widget widget_recent_comments { }
#recentcomments { } /* ul id */
.recentcomments { } /* li class */

#text-1 { }
.widget widget_text { }
.textwidget { } /*  div class */


#wp-calendar {
	width: 230px;
	margin: 0 auto;
	}
	


/*  CONTENT STYLES
//////////////////////  */

/* #content h1 {  post title style  
	font-family: Georgia;
	line-height:1.3em;
	font-size:2.6em;
	font-weight:bold;
	padding: 0;
	margin: 30px 20px;
	color: #000;
	letter-spacing:1px;
	text-transform: uppercase;
	border-top: dotted 1px #333;
	border-bottom: dotted 1px #333; 
	} 
	
#content h1 {  
	font-family: Lucida Grande;

	font-size:2.6em;
	font-weight:bold;
	padding: 0;
	margin: 25px 10px 0;
	padding: 6px 10px;
	color: #fff;
	letter-spacing:1px;
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#64af0c; f8e2a8;
	background-color:#0c519e;
	}
	
#content h1 a {color: #000;}  */
	

.post {
	clear: both;
	width: 540px;
	margin: 32px auto  ;
	border-bottom: dotted 1px #b6b6b6;
	background-color: #fff;
	}

.category {  /*  style for post category  ie recaps. big brother */
	margin:0;
	padding:0;
	list-style:none;
	font-size: 1em;
	padding-bottom: 5px;
	}
	
.post h2 {  /* post title style  */
	line-height:1.3em;
	font-size:1.6em;
	font-weight:bold;
	padding: 0; margin: 0;
	color: #333;
	/* letter-spacing:1px; */
	}

.post .entry img {
	/* float: left; */
	padding: 3px;
	margin: 3px 10px 10px 0;
	border: solid 1px #b6b6b6;
	}

.post ul { margin-top: -5px; }
.post ul li {
	line-height: 1.5em;
	padding-bottom: 5px;
	}

.entry {
	margin: 0 0 2em 0;   /*  2em doesnt appear to do anything */
	}
	
.readmore {
	padding:0;
	clear: both;
	float: right;
	}

.readcomments {
	float:right;
	background:#fff url(imgs/icon_commentsgray.gif) no-repeat center left;
	padding:0 0 0 24px;
	}

#forwardandback {  /*  styles for nav at bottom of column  */
	clear: both;
	width: 580px;
	margin: 0 auto 2em auto;
	border-bottom: dotted 0px #b6b6b6;
	background-color: #fff;
	}
	
#keepreading {float: right;}

/*  replaced with readmore p 
.meta {      -note, there is a #meta in the sidebar  
	list-style:none;
	color:#666;   shade lighter than paragraph text  
	font-size: 1em;
	} */
	
.pagebar 
	{ 
		font-size: .95em;
		padding: 0; 
		margin: 0 0 25px 0; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #fff; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		background: #fff;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #0063DC; 
		border-color: #036; 
		text-decoration: none;
	}
	
.button {
	float: left;
	background: transparent url(img/button105x35.png) no-repeat;
	width: 105px;
	height; 35px;
	text-align: center;
	border: solid 0px #333;
	}
	
/*  STYLES FOR SINGLE PAGES  */

.navigation {
	text-align: center;
	margin-bottom: 2em;
	line-height: 1.6em;
	}
	
.alignright, .ar {float:right;}
.alignleft, .al {float:left;}

.entry img.alignright, .entry img.ar {
	margin: 0 0 10px 10px;
	}

.entry img.alignleft, .entry img.al {
	margin: 0 10px 10px 0;
	}
	
.aligncenter, .ac {
	text-align: center;
	}
	
p.aligncenter img {margin: 5px;}

/* Begin Form Elements */  /*  probably unnecessary but keep  */

/*  #searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}   */
	
.sticky .category {display: none;}
.sticky .readmore {display: none;}
.sticky {
	color: #000;
	width: 500px;
	padding: 20px 20px 1px 20px;
	/* background: #eaf2f6; light blue */
	background: #c9ee75;  /* grass green */
	background: #a6d733 url(img/bg_sticky.gif) repeat-x scroll 0 0;
	text-align: center;
	border: dotted 0px #b6b6b6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
	
.sticky a { color: #fff; }
.sticky h2 {
	/* background: #82be24; */
	/* padding: 8px 5px;
	width: 80%;
	margin: 0 auto;  */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 2px 2px 2px #333;
	}

#sidebar #searchform #s {
	width: 80px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

#page_comments {
	clear: both;
	width: 580px;
	margin: 3em auto 12em auto;
	}

/* #page_comments {margin: 3em 0 2em 0;} */

.comment-author {
	font-weight: bold;
	}

.alt {
	margin: 0;
	padding: 1.5em;
	background-color: #f0f2f5;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0 0 .5em 0;
	display: block;
	}
/* End Comments */

/*  UNIQUE PAGE STYLES - SEARCH, CATEGORY, ETC.  */

/* Begin Search  */

.search-post {
	margin: 2em 0 0 0;
	}
	
/*  End Search  */

/* Begin Archive page styles  */

.archive-post {
	clear: both;
	margin: 2em 0 0 0;
	padding: 0 0 2em 0;
	border-bottom: dotted 1px #b6b6b6;
	}
	
.archive-post h3 {
	border: 0;
	font-size:1.1667em;
	}
	
.archive-post .entry img {
	float: left;
	padding: 3px;
	margin: 0 10px 10px 0;
	border: solid 1px #b6b6b6;
	}
	
.archive-meta {
	clear: both;
	color: #666;
	}
	
/*  End Archive page styles  */
	
	

		
#google-search { }
.widget widget_gsearch { }
#gsearch { }  /* form id */

#meta { }
.widget widget_meta { }

#recent-comments { }
.widget widget_recent_comments { }
#recentcomments { } /* ul id */
.recentcomments { } /* li class */

#text-1 { }
.widget widget_text { }
.textwidget { } /*  div class */

		
		
		
/* FOOTER STYLES 
//////////////// */

#footer a {color:#fff; text-decoration: none;}
#footer a:hover { text-decoration: underline;}

 #metalinks {
	list-style: none; 
	text-align: center; 
	padding: 0;
	margin: 0;
	} 

#metalinks ul {
	list-style: none; 
	display: inline;
	padding: 10px 0 0 0;
	margin: 0;
	margin-left: 0px;
	}  /*  no idea why a -80px is needed to center  */
    
#metalinks a {
    display: inline;
    background:transparent url(img/icon_feed12x12.gif) no-repeat center left;
	padding:0 16px;
    }
    
#metalinks #aboutfssc a  {
    display:inline;
    background:transparent url(img/icon_fssc.png) no-repeat center left;
	padding:0 16px 0 22px;
    }
    
/* #metalinks #sponsors a  {
    display:inline;
    background:transparent url(imgs/icon_sponsors.gif) no-repeat center left;
	padding:0 0 0 18px;
    } */
    
#metalinks .ss1 li {display: inline;}
#metalinks ul.ss1 {display: block; margin-bottom: 3px;}

/* #sites a {background:#000; padding: 0 3px 0 0;}

#sites  .ss1 li {display: inline;}
#sites  ul.ss1 {display: block; margin-bottom: 3px;}
#sites  ul.ss1 li {border-left: solid 1px #fff; padding-left: 6px;}
#sites  ul.ss1 li.first {border: none;}

#vss {color: #ffc423; font-weight: bold;} */

#footer p {
	color: #fff;
	text-align: center;
	margin: 0; padding: 0 0 10px;
	}
	
#sponsorlogos img {border: 0; margin: 10px 10px;}

#sponsorlogos .alignleft {clear: both;}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

