@charset "UTF-8";
/*
Theme Name: Toronto Flag Football League main style
Theme URL: http://torontoflagfootball.com

Description: This is the main style sheet for the TFFL. It is responsable 
for typography and structure of the overall site. It will also load in 
external style sheets using "@import url ();"

Version: 1.0
Date: December 2007

CSS Author: Garus Booth
CSS Author URL: http://bythebooth.com

Design Author: Uomo Studio
Design Author URL: http://uomostudio.com
*/


/* Begin import of external style sheets */
@import url("index_external/leaders/leaders_nav.css");
@import url("index_external/about_signup/about_signup_nav.css");
@import url("photos_external/photos_nav.css");  
@import url("photos_external/slideStyles.css"); 
/* End import of external style sheets */



/* Begin Typography & Colors */

body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image: url(images/bg/tiling_bg_grey.gif);
	color: #666;
	margin: 0;
	padding: 0; 
}

body.brief
{
	background-image: none;
}
	
img {
	border:none;
	}
	
#index_photos p {
	margin: 0;
	padding: 0;
}
	
#index_photos p img {
	border-style:solid;
    border-top-color: #999;
    border-bottom-color: #999;
    border-left-color: #666;
    border-right-color: #666;
    border-width: 6px;
    border-top-width: 4px;
	border-bottom-width: 4px;
	margin: 0 10px;
	padding: 0px;
	}
	
body#index a#photos
{
	display: block;
	height: 26px;
	background-image: url(images/click_here_for_gameday-photos.gif);
	background-repeat: no-repeat;
	background-position: 101px 0px;
	margin-right: 11px;
}

body#index a#photos:hover
{
	background-position: 101px -26px;
}

h2 {
	font-size: 1em;
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;
	color: #990000;
	}
	
	
.subheading {
	color: #666666;
	}
	
h3 {
	font-size: 1.5em;
	color: #990000;
}

#right_sidebar p {
	color: #990000;
}
		
#index_newsandnotes p {
	margin-top: 1.5em;
	}
	
#index_newsandnotes h2
{
    font-weight:bold;
    padding-bottom:0px;
    margin-bottom:0px;
}

#index_newsandnotes p
{
    padding-top:0px;
    margin-top:5px;
}
	
#footer p {
	font-size: 1em;
	color:#FFFFFF;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 5px 5px 64px;
	}

div#footer p span
{
	float: right;
	padding-right: 59px;
}

div#footer p span a
{
	color: #9A0000;
}
	
#index_scores p {
	line-height: 1.2;
	font-size: 0.9em;
	}
	
#index_teamoftheweek {
	text-transform: uppercase;
	}
	
/* End Typography & Colors */


/* Begin main navigation rollover */
a.signup
{
  background: url(images/navigation/signup.gif) 0 0 no-repeat;
  float:left; /* float creates a block element automatically allowing the image to display in a horisontal line */
  text-decoration:none;
  height:29px;
  width:48px;
}

a.locations { 
	background: url(images/navigation/locations.gif) 0 0 no-repeat;
	float:left;
	text-decoration:none;
	height: 29px;
	width: 62px;
	}
	
a.schedule {
	background: url(images/navigation/schedule.gif) 0 0 no-repeat;
	float:left;
	text-decoration: none;
	height: 29px;
	width: 58px;
	}
	
a.statistics {
	background: url(images/navigation/statistics.gif) 0 0 no-repeat;
	float:left;
	text-decoration: none;
	height: 29px;
	width: 63px;
	}

a.standings {
	background: url(images/navigation/standings.gif) 0 0 no-repeat;
	float:left;
	text-decoration: none;
	height: 29px;
	width: 63px;
	}
	
a.records {
	background: url(images/navigation/records.gif) 0 0 no-repeat;
	float:left;
	text-decoration: none;
	height: 29px;
	width: 52px;
	}
	
a.awards {
	background: url(images/navigation/awards.gif) 0 0 no-repeat;
	float:left;
	text-decoration: none;
	height: 29px;
	width: 50px;
	}
	
a.rules {
	background: url(images/navigation/rules.gif) 0 0 no-repeat;
	float:left;
	text-decoration: none;
	height: 29px;
	width: 39px;
	}
		
a.jobs {
	background: url(images/navigation/jobs.gif) 0 0 no-repeat;
	float:left;
	text-decoration: none;
	height: 29px;
	width: 31px;
	}
	
a.sponsors {
	background: url(images/navigation/sponsors.gif) 0 0 no-repeat;
	float:left;
	text-decoration: none;
	height: 29px;
	width: 61px;
	}
	
a.portal {
	background: url(images/navigation/portal.png) 0 0 no-repeat;
	float: left;
	text-decoration: none;
	height: 29px;
	width: 107px;
	}

* html a.portal
{
	background-image: url(images/navigation/portal.gif);
}

a:hover.signup, a:hover.locations, a:hover.schedule,
a:hover.statistics, a:hover.standings, 
a:hover.records, a:hover.awards, 
a:hover.rules, a:hover.jobs, a:hover.sponsors,
a:hover.portal { /* moves the navigation image down -29px to display the hover position */
	background-position: 0px -29px;
	}

a#tffl_logo_link
{
	display: block;
	position: absolute;
	top: 25px;
	left: 35px;
	width: 185px;
	height: 140px;
}

div#tffl_kids_or_adults
{
	width: 107px;
	height: 24px;
	position: absolute;
	right: 33px;
	top: 30px;
}

div#tffl_kids_or_adults a
{
	width: 107px;
	height: 10px;
	margin-top: 7px;
	display: block;
	background-repeat: no-repeat;
}

div#tffl_kids_or_adults a:hover
{
	background-position: 0 -10px;
}

body.kids div#tffl_kids_or_adults a
{
	background-image: url(images/navigation/tffl_adult_league.gif);
}

body.adults div#tffl_kids_or_adults a
{
	background-image: url(images/navigation/tffl_kids_league.gif);
}

* html div#tffl_kids_or_adults a
{
	overflow: hidden;
}
	
/* End main navigation rollover */

/* Begin navigation structure */

#navigation { /* sets the size for the main navigations */
	width: 635px;
	height: 29px;
	float: right;
	margin: 143px 26px 0 0;
	}

* html div#navigation
{
	margin-right: 13px;
}

#navigation ul { /* removed the bullets from the navigation list */
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#navigation li { /* inline displays the navigation horizontally */
	display: inline;
	padding: 0;
	margin: 0;
	}
	
/* End navigation structure */


/* Begin list structure */

#index_teamoftheweek ul { /* sets the over all width of the list */
	width: 243px;
	margin: 0;
	padding: 0;
	}

#index_teamoftheweek ul li { /* sets the width for the columns */
	padding: 0 0 4px 0;
	list-style-type: none;
    float: left;
    width: 120px;
	}
	  
#index_teamoftheweek br { /* stop the float */ 
    clear: left;
	}

#index_teamoftheweek h2 { /* spaces the title from the list items */
	margin: 0 0 10px 0;
	
	}
  
/* End list structure */



/* Begin page Structure */

.alignright {
	display:block;
	float: right;
	}
	
.alignleft {
	display:block;
	float: left;
	}
	
.alignmiddle {
	margin: 0px auto 0px;
	}	

#page { /* controles the overall page */
	margin: 20px auto;
	padding: 0px;
	width: 881px;
	}
	
#header { /* controles the Headder atributes */
	background-repeat:no-repeat;
	width: 881px;
	height:172px;
	position: relative;
	}

body.adults div#header
{
	background-image: url('images/bg/header_adults_bg.png');
}

body.kids div#header
{
	background-image: url('images/bg/header_kids_bg.png');
}

* html body.adults div#header
{
	background-image: url('images/bg/header_adults_bg_ie.gif');
}

* html body.kids div#header
{
	background-image: url('images/bg/header_kids_bg_ie.gif');
}
	
#content_bg { /* repeats the dropshadow and white background image down */
	background-image: url('images/bg/page_white_bg.png');
	background-repeat: repeat-y;
	background-position: top;
	width: 881px;
	/* height: 563px; */
	}

* html div#content_bg
{
	background-image: url('images/bg/page_white_bg_ie.gif');
}
	
#content { /* holds both the left_content and right_sidebar */
	width: 795px;
	/* height: 565px; */
	margin: auto;
}

	
#left_content { /* this will hold the main content */
	float: left;
	padding: 0px 0px 0px 6px;
	margin: 0px;
	width: 600px;
	/* height: 563px; */
	}
	
#right_sidebar { /* this is the sidbar for dropdowns and sub navivation */
	float: right;
	display: inline;
	padding: 0px;
	margin: 0 0 15px 0;
	width:181px;
	
	height:547px;
	
	/*background-color:#00CCFF;*/
	background: url('images/bg/sidebar_bg.gif') no-repeat;
	background-position: center;
	background-position: bottom;
	}
	
#sidbar_text_content {
	width: 147px;
	margin: 120px auto 0px;
}
	
#footer
{
	background-image: url('images/bg/footer_bg.png');
	width: 881px;
	height: 98px;
	position: relative;
}

#footer a#uomo
{
	position: absolute;
	bottom: 33px;
	right: 42px;
	width: 42px;
	height: 15px;
}

* html div#footer
{
	background-image: url('images/bg/footer_bg_ie.gif');
}
	
#page_title { /* this positions the title of each page example "photos" */
	width: 600px;
	height: 50px;
	padding: 23px 0px 0px 5px;
	}
	
#wide_column { /* this holds content that spans the width of the left_content area */
	width: 600px;
	height: 475px;
	padding: 0px;

	}
	
#half_column {
	width: 295px;
	height: 454px;
	padding: 0px;
	overflow: auto;
	}

* html body#index div#left_content
{
	position: relative;
}

* html body#index div#left_content div#leftcol
{
	position: absolute;
	left: 6px;
	top: 0;
}

* html body#index div#left_content div#rightcol
{
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}

#rightcol
{
	position: relative;
	right: 0;
	top: 0;
	width: 245px;
}

body#index div#left_content div#leftcol
{
	float: left;
}

body#index div#left_content div#rightcol
{
	float: right;
}
	
#index_photos {
	width: 351px;
	height: 315px;
	padding: 0px;
	margin: 0px;
	background-color: #ddd;
	}
	
#index_newsandnotes {
	width: 302px;
	height: 199px;
	padding: 0px 17px 0px 17px;
	margin: 14px 0px 0px 0px;
	border-left: 1px solid #990000;
	overflow: auto;
	}
	
#index_signupnow {
	width: 242px;
	height: 202px;
	padding: 0px;
	margin: 20px auto 0px;
	}

* html div#index_signupnow
{
	padding-left: 10px;
}

* html div#index_signupnow div#index_leader_footer
{
	margin-left: -1px;
}
	
#index_leaders {
	width: 243px;
	height: 167px;
	padding: 0px;
	margin: 10px auto 0px;
	background-attachment: fixed;
	}

* html div#index_leaders
{
	padding-left: 10px;
}

#index_leaders table {
	width: 221px;
	height: 110px;
	padding: 0px;
	margin: 0px auto;
	/*background-color: #FFFFFF;*/
	color: #9A0000;
	border-collapse: collapse;
	overflow: hidden;
	}

#index_leaders table a
{
  color:#9A0000;
}


#index_leaders table a:visited
{
  color:#9A0000;
}

div#index_leaders table tr th
{
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #9A0000;
	background-image: url('images/redpix.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0 2px 3px 2px;
}

div#index_leaders table tr td
{
	padding: 0 2px 0 2px;
	margin: 0;
}
	
#index_leaders_bg {
	background-image: url('images/bg/leaders_bg.gif');
	background-repeat: repeat-y;
	background-position: top;
	width: 243px;
	height: 150px;
	}
	
#index_leader_footer {
	background-image: url('images/bg/leaders_footer.gif');
	width: 243px;
	height: 7px;
	}

* html div#index_leader_footer
{
	overflow: hidden;
}

#index_teamoftheweek {
	width: 230px;
	height: 130px;
	padding: 0px 0px 0px 13px;
	margin: 20px 0px 0px 0px;
	border-left: 1px solid #666;
	}

* html div#index_teamoftheweek
{
	margin-top: 20px;
	margin-left: 10px;
	height: 130px;
	overflow: hidden;
}
	
#index_scores {
	width: 165px;
	height: 166px;
	padding: 35px 7px 0px 7px;
	margin: 20px auto 0px;
	background: url('images/bg/index_scores.gif') no-repeat;
	overflow: hidden;
	}

div#index_scores div.wrapper
{
	height: 155px;
	width: 164px;
	overflow: auto;
}

#index_weather {
	width: 172px;
	height: 74px;
	padding: 0px;
	margin: 12px auto 0px;
	}
	
#index_standings {
	width: 170px;
	height: 225px;
	padding: 0px;
	margin: 12px auto 0px;
	background-image: url('images/redbars.png');
	background-position: bottom;
	background-repeat: repeat-x;
	}

div#index_standings div#standings_wrapper
{
	background-image: url(images/bg/index_standings.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	color: #9A0000;
}

div#index_standings div#standings_wrapper p
{
  margin:10px 5px 5px 5px;
}

* html div#index_standings div#standings_wrapper
{
	/*height: 0px;*/
}

div#index_standings div#standings_wrapper table
{
	margin-top: 0.8em;
	border-top: 1px solid #9A0000;
}

div#about_tab_content
{
	padding: 5px 10px 0 10px;
}

div#signup_tab
{
	padding: 8px;
	background-image: url('images/bg/leaders_bg.gif');
	background-repeat: repeat-y;
	background-position: top;
}




/* TABBED PANELS */
#tabbedpanel
{
  margin:15px;
  margin-top:0px;
}

#tabbedpanel a
{
    color:#990000;
}

#panels
{
  background-image:url('images/panel_back.gif');
  background-position:left;
  background-repeat:repeat-y;
  width:671px;
  padding-top:5px;
}

.content_panel
{
  background-color:white;
  background-image:url('images/panel_right.gif');
  background-position:right;
  background-repeat:repeat-y;
  margin-left:18px;
  margin-right:18px;
  margin-bottom:10px;
  padding-bottom:10px;
  border:solid 1px #9b9a9a;
}

.content_panel p
{
  margin-left:15px;
  margin-right:30px;
}

.content_panel h2
{
    margin-left:15px;
    margin-right:30px;
}

#tabs
{
  background-image:url('images/tabs/kids/kids_tabs_11.gif');
  width:671px;
  height:36px;
  overflow:auto;
}

#tabs a
{
  cursor:pointer;
  height:36px;
  float:left;
}

.tab
{
}

.stitle
{
    margin:15px 0 23px 14px;
}

.register_links
{
    padding:15px;
    font-size:14px;
    font-weight:bold;
}


#index_newsandnotes a
{
    color:#990000;
}

.pager a
{
    color:#990000;
}


/* ---------------------------------------------------- STATISTICS SLIM ---------------------------------------------------- */
#statisticsslim
{
  width:790px;
}


/* LEADER PANELS */
#leaderboard #tabs
{
  width:243px;
  height:26px;
  overflow:hidden;
}

#leaderboard #panels
{
  width:243px;
}

#leaderboard #panels #panel .content_panel
{
  margin-left:10px;
  margin-right:7px;
}




#scores_form
{
 margin-left:-5px;
}

div#index_scores div.wrapper
{
  overflow:hidden;
}

#index_scores .wrapper h2
{
 margin-bottom:0px;
 padding-bottom:0px;
}

#index_scores .wrapper p
{
 margin-top:0px;
 padding-top:0px;
}

#standings_wrapper
{
 overflow:hidden;
 height:200px;
}

#scores_wrapper
{
  padding:5px;
  width:147px;
  height:120px;
  overflow:auto;
}

