@font-face {
        font-family: "Gotham";
		src: url(http://recesstimesports.com/include/Gotham-Medium.ttf) format("truetype");
      }

dd#sportslink a.ff, dd#aboutlink a.ff, dd#commlink a.ff, dd#storelink a.ff {
		font-family: "Gotham", "Lucida Grande";
		font-size: 15px;
		font-weight: normal;
}





body {
	font-family: Georgia, Times Roman, serif;
	font-size:12px;
	margin:0px;
	background-color:white;
	text-align: left;
	background-image:url(/images/bg.gif);
}

p, h1, h2, h3 {
	margin:0px;
	padding:0px;
	text-align:left;
	line-height: 1.3em;
}

h2 {
	font-family:Georgia;Times, sans-serif;
	color:black;
	font-size: 13px;
	letter-spacing:1px;
	text-transform: uppercase;
	font-weight:bold;
	margin:7px 0px;
}

h3.secondhead {
	font-size: 15px;
	padding-top:30px;
	padding-bottom:	30px;
	padding-right:10px;
	margin-bottom:20px;
	background:url(/images/lines-content-block.gif) no-repeat bottom left;
	width: 100%;
}

h3 {
	font-family:Georgia;Times, sans-serif;
	color:black;
	font-size: 11px;
	letter-spacing:1px;
	text-transform: uppercase;
	font-weight:bold;
	margin:7px 0px;
}

h4 {
text-transform: uppercase;
letter-spacing: 1px;
}


.tagline {
padding:6px 0px 15px 0px; 
background:url(/images/dotlines_long.gif) no-repeat bottom left;
display:block;
color:#666;
float:left;
width:100%;
height:25px;
}

.sharethis img {
width:18px !important;
border:0px solid white !important;
float:none !important;
margin-bottom:-5px;
}

#blue-wrapper, #red-wrapper, #home-wrapper {
margin:0 auto;
width:800px;
background-color:white;
border-right:1px solid black;
border-left:1px solid black;
}

.dodgeback{background:url(/images/head-dodgeball.gif) no-repeat top left;}
.kickback{background:url(/images/head-kickball.gif) no-repeat top left;}
.bowlback{background:url(/images/head-bowling.gif) no-repeat top left;}
.pingback{background:url(/images/head-pingpong.gif) no-repeat top left;}
.mushback{background:url(/images/head-mushball.gif) no-repeat top left;}
.homeback{background:url(/images/head-home.jpg) no-repeat top left;}


#headerwrapper {
margin:0 auto;
width:800px;
}

#masthead {
position:relative;
z-index:1;
margin-top:3px;
border-top:1px solid black;
height:250px;
}

#logo {
position: absolute;
top:-1px;
z-index:99;
left:282px;
width:243px;
height:220px;
background-color:transparent;
content: ' ';
}



/* DROP MENUS */


dl { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

dd { /* all list items */
	float: left;
	position: relative;
	margin:9px 0px;
	padding:0px;
}

dl.subnav { /* second-level lists */
	padding-bottom:8px;
	width: 128px;
	display: none;
	position: absolute;
	padding-top:11px;
	background-color:none;
	list-style: none;
	z-index: 999;
	background:url(/images/subnav-bottom.gif) repeat-x bottom left;
	margin-left: 10px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.90;
}


	dd dl dd {
	padding:0px;
	margin:0px;
	}
	

#navoptions dd dl dd a {
	font-size:11px !important;
	font-weight:normal !important;
	background-color:#fff;
	width: 110px;
	display:block;
	margin: 0;
	padding: 8px;
	line-height:8px;
	letter-spacing: 1px;
	text-align:left;
	border-right:1px solid black;
	border-left:1px solid black;
}


#nav {
height: 30px;
width:800px;
background-color:transparent;
position:relative;
z-index: 1001;
}


#home-wrapper .sport-nav {
	background:url(/images/nav-roll-green-sports-189.gif) no-repeat bottom left;
}
#home-wrapper .about-nav {
	background:url(/images/nav-roll-green-about-189.gif) no-repeat 190px bottom; 
}
#home-wrapper .comm-nav {
	background:url(/images/nav-roll-green-comm-189.gif) no-repeat 424px bottom; 
}
#home-wrapper .store-nav {
	background:url(/images/nav-roll-green-store-189.gif) no-repeat 628px bottom;
}


#red-wrapper .sport-nav {
	background:url(/images/nav-roll-red-sports-189.gif) no-repeat bottom left;
}
#red-wrapper .about-nav {
	background:url(/images/nav-roll-red-about-189.gif) no-repeat 190px bottom; 
}
#red-wrapper .comm-nav {
	background:url(/images/nav-roll-red-comm-189.gif) no-repeat 424px bottom; 
}
#red-wrapper .store-nav {
	background:url(/images/nav-roll-red-store-189.gif) no-repeat 628px bottom;
}


#blue-wrapper .sport-nav {
	background:url(/images/nav-roll-blue-sports-189.gif) no-repeat bottom left;
}
#blue-wrapper .about-nav {
	background:url(/images/nav-roll-blue-about-189.gif) no-repeat 190px bottom; 
}
#blue-wrapper .comm-nav {
	background:url(/images/nav-roll-blue-comm-189.gif) no-repeat 424px bottom; 
}
#blue-wrapper .store-nav {
	background:url(/images/nav-roll-blue-store-189.gif) no-repeat 628px bottom;
}


#navoptions dd.top {
width:110px;
text-align: left;
margin:9px 0px 0px 0px;

}	

#navoptions dd dl dd a:hover {
	background:url(/images/roll-fade.gif) no-repeat top left;
	color:black ! important;
}

#red-wrapper #navoptions dd dl dd a:hover {
	background:url(/images/roll-fade-red.gif) no-repeat top left;
	color:black ! important;
}

#home-wrapper #navoptions dd dl dd a:hover {
	background:url(/images/roll-fade-green.gif) no-repeat top left;
	color:black ! important;
}

dd>dl { /* to override top and left in browsers other than IE, which will position to the top right of the containing dd, rather than bottom left */
	top: auto;
	left: auto;
	margin: 0;
}

dd:hover dl, dd.over dl { /* lists nested under hovered list items */
	display: block;
	list-style: none;
	z-index: 999;
	position: absolute;
	left: -20px;
}

/* END MENUS */


#headtag {
text-align: center;
font-size:13px;
width:100%;
margin-top:184px;
letter-spacing: 2px;
text-transform: uppercase;
}




#contentwrapper {
	text-align: left;
	padding: 15px 0px 30px 0px;
	background-color:white;
	overflow:hidden;
	width:800px;
}


#contentblock, #storeblock, #statsblock {
padding-top:20px;
padding-right:10px;
background:url(/images/lines-content-block.gif) no-repeat top left;
}

#storeblock {
padding-top:20px;
padding-right:10px;
background:url(/images/lines-content-block.gif) no-repeat top left;
}

#contentblock p{
line-height:1.8em;
font-size:12px;
margin-top:8px;
}

#contentblock h3 {
	margin-top:30px;
}

#leftcolumn {
	float:left;
	width:175px;
	padding:0px 0px;
	text-align: left;
	margin-left:15px;
}

#sportspromos {

width:100%;
}


#sportcontent {
	float: left;
	display: table;
	padding:15px 0px;
	width:100%;
	background:url(/images/lines-sportpromo-top.gif) repeat-x top left;
}

#sportcontent h2 {
background:url(/images/lines-doubledot-long.gif) repeat-x bottom left;
letter-spacing: 1px;
text-transform: uppercase;
padding-bottom:10px;
}


body#home div#leftcolumn {
	float:left;
	width:453px;
	text-align: left;
	margin-left:19px;
}

* html body#home div#leftcolumn, * html div#leftcolumn {
			margin-left:10px;
}

body#home div#leftcolumn p {
line-height: 1.3em;
	font-size:12px;
	margin-top:5px;
}

#rightcolumn {
	float:left;
	width:565px;
	margin:24px 0px 15px 19px;
	padding:15px 0px;
	background:url(/images/lines-double-top.gif) repeat-x top left;
}

* html #rightcolumn {
margin-left:10px;
}


body#home div#rightcolumn {
	float:left;
	width:295px;
	margin:0px;
	margin-left:15px;
	padding:20px 0px;
	background:url(/images/dotlines_short.gif) no-repeat top left;
}





div#leftnav {
float:left;
width:200px;
}

div.leftnavholder {
float:left;
background:url(/images/lines-double-top.gif) repeat-x 0px 24px;
}

#sponsors {
float:left;
margin-top:40px;
width:160px;
}

body#home #sponsors {
float:left;
margin-top:40px;
width:100%;
}

#sponsors h3 {
font-size:11px;
border-bottom:1px solid black;
padding-bottom:5px;
}

.spons p {
text-align:center;
border-bottom:1px solid #ccc;
padding:8px 0px;
}



.l-divider {
	padding:20px 0px;
	margin-bottom:10px;
	background:url(/images/dotlines_long.gif) no-repeat top left;
}

.l-divider img {
	border: 4px solid black;
	width:446px;
}

html>body .l-divider img {
    height:auto;
}

.r-divider img {
border:4px solid black;
width:287px;
}

#sportcontent .tagline {
background:url(/images/lines-doubledot-long.gif) no-repeat bottom left;
}


#nav a {
font-family:Georgia;Times, sans-serif;
color:black;
font-size: 13px;
letter-spacing:1px;
text-transform: uppercase;
font-weight:bold;
}

#nav a:hover {
color:#777;
}

a img, a:link img {
border:none;
}

a:link {
color:black;
font-weight: bold;
text-decoration:none;
}

a:active {
color:black;
font-weight: bold;
text-decoration:none;
}

a:visited {
color:black;
font-weight: bold;
text-decoration:none;
}

a:hover {
color:#999;
}

#rightcolumn a:hover, .l-divider a:hover {
text-decoration:underline;
color:black;
}




ul {
margin:0px;
padding:0px;
list-style-type: none;
}

li {
padding:0px;
margin:0px;
list-style-type: none;
text-transform: uppercase;
}


ul#leftnavoptions {
float:left;
margin:-15px 0px 20px 0px;
padding:10px 0px 20px 0px;
background:url(/images/lines-double-bottom.gif) repeat-x bottom left;
}

ul#leftnavoptions li {
margin-bottom:15px;
}

ul#leftnavoptions li a{
font-size:17px;
padding-bottom:5px;
margin-bottom: 15px;
}

ul#leftnavoptions li a:hover{
}

ul#leftnavoptions ul li a {
font-size:12px;
background:none;
padding-bottom: 4px;
margin-bottom:0px;
letter-spacing: 1px;
}

ul#leftnavoptions ul li a:hover {
	background:url(/images/roll-fade.gif) no-repeat top left;%;
}

#red-wrapper ul#leftnavoptions ul li a:hover {
	background:url(/images/roll-fade-red.gif) no-repeat top left;%;
}

#home-wrapper ul#leftnavoptions ul li a:hover {
	background:url(/images/roll-fade-green.gif) no-repeat top left;%;
}




ul#leftnavoptions ul {
margin-top:20px;
}

ul#leftnavoptions ul li {
margin:0px 15px;
padding:0px 0px;
border-bottom: 1px solid #777;
}

ul#leftnavoptions li.last {
border-bottom: 0px solid black;
}

ul#leftnavoptions a{
color:black;
width:130px;
display:block;
padding:5px;
margin:0px;
}


#red-wrapper .colorhead {
color:#ab2121;
}

#blue-wrapper .colorhead {
color:#0399d4;
}

#red-wrapper .teamlists {
background-color: #f7dfdd;
}

#blue-wrapper .teamlists {
background-color: #e3f6fd;
}


.teamlists {
float:left;
padding:10px;
display: block;
width:150px;
border-top: 1px solid #777;
border-bottom: 1px solid #777;
}

.teamlists p {
font-size: 10px;
}

#red-wrapper .teamlists h3 {
color: #ab2121;
text-transform: uppercase;
font-size: 11px;
}


#blue-wrapper .teamlists h3 {
color: #0399d4;
text-transform: uppercase;
font-size: 11px;
}


#teamofweek {
float: left;
width:267px;
}


#teamofweek img {
border:1px solid black;
width:100%;
}

html>body #teamofweek img {
height:auto;
}


#promo {
float: right;
width:270px;
margin-left: 29px;
}

#promo img {
width:270px;
}

* html div#promo {
margin-left: 28px;
}

#sportpromos {
float: left;
display: table;
padding:15px 0px;
background:url(/images/lines-sportpromo-bottom.gif) repeat-x top left;
width:570px;
}

#sportcontent img, #contentblock img, #photoblock img, #archiveblock img {
margin-top:10px;
border:4px solid black;
width: 100%;
}

#sportcontent p, #contentblock p, #photoblock p, #archiveblock p {
margin-top: 8px;	
}

#sportcontent img, #contentblock p img, #sportcontent p img, #archiveblock p img{
width: 100%;
}

html>body #sportcontent img, html>body #contentblock img, html>body #sportcontent img, html>body #archiveblock img  {
height:auto;
}

html>body #sportcontent img, html>body #contentblock p img, html>body #sportcontent p img, html>body #archiveblock p img{
height:auto;
}


#home #news{
margin:10px 0px;
padding-bottom:30px;
background:url(/images/dotlines_short.gif) no-repeat bottom left;
}

#home #news h2 {
background:url(/images/h3-green.gif) no-repeat top left;
padding:7px 0px 0px 5px;
text-transform: uppercase;
height:20px;
margin:0px;
}

h3.template {
padding-top:10px;
padding-bottom:15px;
letter-spacing: 1px;
font-size:15px;
text-transform: uppercase;
}


div#archiveblock h3.template {
padding-bottom:20px;
background:url(/images/lines-content-block.gif) no-repeat bottom left;
}

div#archiveblock h4 {
font-size:13px;
margin-top:30px;
}


div#archiveblock p {
margin-top:8px;
width:451px;
}

* html h3.template {
padding-top:15px;
}

.blurbs {
margin:5px 0px;
padding:5px;
background:url(/images/fade-green2.gif) repeat-y top left;
}

#home #news p {
display:inline;
}


p.tagline {
	font-size:11px;
	color:#777;
	padding:0px;
	margin-top:10px;
}


div#footerwrapper
{
margin:0 auto;
	width:800px;
	background-color:white;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	margin-bottom:100px;
	display:table;
}

#footer {
	width:780px;
	padding:20px 10px;
	background:url(/images/bottomlines.gif) repeat-x 100% 0;
}


body#forum table td {
	padding:10px;	
}


/*PHOTO GALLERY */
div#recentthumbs {
float: left;
margin:0px 0px 0px -10px;
}

#recentthumbs img{
width:69px;
border:1px solid black;
margin-top:10px;
margin-left:10px;
vertical-align: top;
}

#placeholder {
width:560px;
}

#photopaginate {
float:left;
margin-top:20px;
margin-left:10px;
width:100%;
padding-top:10px;
background:url(/images/lines-content-block.gif) no-repeat top left;
}


#staticphotoholder {
margin-top:0px;
padding:0px;
}

#staticphoto {
background-color:white;
}

p#caption {
border-bottom: 1px solid #ccc;
padding:10px 0px;
background-color:white;
}


div#recentthumbs p.paginate {
font-family: verdana,sans-serif;
font-size:9px;
text-transform: uppercase;
letter-spacing: 1px;
text-align:right;
margin-top:10px;
margin-bottom: 10px;
}


/* Teams */

table.charts {
border-top:1px solid #ccc;
width:567px;
}


table.charts td {
border-bottom:1px solid #ccc;
vertical-align: top;
padding:8px;
}

table.charts td.image {
width:70px;
}

div#contentblock table.charts td.image img {
width:70px;
border:1px solid black;

}

html>body div#contentblock table.charts td.image img {
height:auto;
}







div#statsblock table{
margin-bottom:50px;
width:90%;
}


div#statsblock table td{
border-bottom:1px solid #ccc;
padding:7px;
}

div#statsblock p{
font-weight:bold;
font-size:12px;
padding:8px;
}




td.info {
background-color:#eee
}

#mailinglistform {
padding-bottom:15px;
background:url(/images/dotlines_short.gif) no-repeat bottom left;
margin-top:30px;
}


.statholder {
border-bottom: 1px solid #ccc;
padding-bottom:25px;
}

td.switch {
border-bottom:1px solid #ccc;
padding-bottom: 10px;
}

div#contentblock img.smallphoto {
float:right !important;margin-left:10px !important;margin-bottom:10px ! important; width:200px !important; ;height: auto ! important}
