/* -------------------------------------------------------------------------------------------------------- ESOLUTIONS BASE STYLE START ---*/


/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 

This is the standard eSolutions website style sheet; authors, David Janik-Jones + Marc Trudel.

Create a copy of the three style sheets and place them in your new website directory so that

CSS are commonly kept in the /ROOT/styles/ directory for the website. 

   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */



/* CSS style sheet for CLIENT NAME HERE, by eSolutions Group, http://www.esolutionsgroup.ca */

/* CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */

/* All web site content Copyright 2006 by CLIENT NAME HERE */

/* Date Started: INSERT DATE HERE */



/* This design is NOT a template. You may NOT reproduce it elsewhere without the owner's written permission. 

You may study the CSS and use whatever techniques you learn from it elsewhere per Creative Commons License. */



/* IMPORT TWO OTHER STANDARD SITE STYLE SHEETS */

/* rather than importing styles we prefer to just link the styles on the pages since the

top part of each page is normally an include, so on the page under <title> add the following code

this method avoids the common FOUC (flash of unstyled content) problem seen on many pages ...



<link href="/styles/base.css" rel="stylesheet" type="text/css" media="screen">

<link href="/styles/structure.css" rel="stylesheet" type="text/css" media="screen">

<link href="/styles/content.css" rel="stylesheet" type="text/css" media="screen">

<link href="/styles/print.css" rel="stylesheet" type="text/css" media="print">



in some cases there will be more styles to import such as specific structure_section styles

*/



/* REMOVE PADDING AND MARGIN VALUES */

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dd,dt,

q,table,thead,tbody,tfoot,caption,a,form,

input,textarea,fieldset,pre {margin:0;padding:0;}



/* SET BASE FONT ATTRIBUTES */

html, p, td {font:12px/15px Arial,Helvetica,Verdana,sans-serif; color: #333;}

html { min-height: 100%; margin-bottom: 1px; }


h2,h3,h4,h5 {font-weight:bold;color:rgb(209,18,66);padding:5px 0 5px 0;}

h1 {font-weight:bold;color:rgb(209,18,66);font-size:16px; padding-bottom:15px; padding-top:15px;}

h2 {font-size:13px;}

h3 {font-size:12px;}

h4 {font-size:12px;}

h5 {font-size:11px;}

h6 {font-size:10px; color:#B07012;}



/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */

a {color:rgb(209,18,66);text-decoration:none; outline-style:none;}

a:link,a:visited {text-decoration:none; color:rgb(209,18,66);}

a:hover,a:active {text-decoration:underline; color:rgb(209,18,66);}

a img {border:none;}



/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */

ul ul,ul ol,ul dir,ul menu,ul dl,

ol ul,ol ol,ol dir,ol menu,ol dl,

dir ul,dir ol,dir dir,dir menu,dir dl,

menu ul,menu ol,menu dir,menu menu,menu dl,

dl ul,dl ol,dl dir,dl menu,dl dl {margin-top:0;margin-bottom:0;}



/* STANDARDIZE THE LIST-BULLET TYPE */

ul,dl {list-style-type:square;list-style-position:inside; padding-bottom: 15px; padding-left: 15px;}

ol {list-style-position:inside; padding-bottom: 15px; padding-left: 15px;}

li{color: #333;}



/* MISCELLANEOUS STYLES TO ENSURE STANDARD TYPOGRAPHY */

em {font-style:italic;font-weight:normal;}

strong {font-weight:bold;}

acronym {background:transparent;cursor:help;font-style:normal;}

a acronym {border:none;cursor:pointer;}

input, select {

	border: 1px solid #BEBEBE; padding: 2px; background-color: #FFF;

	font:11px Arial,Helvetica,Verdana,sans-serif; color: #333;

}

option {

	font-weight:normal;

}

/* STANDARD MULTIPLE COLUMN CLEARING TRICK */

/* make sure your columns divs are inside a holding div that float:left; */

#clear {clear: left; height: 0px; padding: 0px; margin: 0px; overflow: hidden;}

/* ----- END OF TEMPLATE ----- */



.pageImg { margin:0px 0px 8px 12px; padding-bottom:4px; border-bottom:6px solid rgb(209,18,66); }



.flashDownload {margin:0; padding:0 0 0 3px; background-color:#666666; font-size:9px; color:white; }
/* -------------------------------------------------------------------------------------------------------- ESOLUTIONS BASE STYLE END ---*/

/* -------------------------------------------------------------------------------------------------------- CUSTOM STYLE START ---*/

body {
/*background-image:url(images/background.png);

background-position:0px 20px;*/
background-color:rgb(209,18,65);
}
#uber {
/*width:1070px;*/
width:1008px;
margin:auto auto;
margin-top:0px;
position:relative;
background-image:url(images/body_background3.png);
background-repeat:repeat-y;
background-position:-10px 0px;
padding:0px;
}

.hide_me{

display:none;
}

#sububer {
width:950px;
margin:auto auto;
margin-top:0px;
background-color:rgb(255,255,255);
position:relative;
background-image:url(images/body_background.gif);
background-repeat:repeat-y;
}

#topBar {
height:24px;
width:100%;
background-color:rgb(35,31,32);
}

#topBar_graphic {
height:24px;
width:950px;
background-color:rgb(35,31,32);
margin:auto auto;
background-image:url(images/official_site.png);
background-repeat:no-repeat;
background-position:12px 0px;
}



#banner {
width:950px;
height:229px;
background-color:rgb(255,255,255);
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
}

#middle {
width:455px;
margin-left:20px;
float:left;
margin-bottom:40px;
}

#right {

width:220px;
float:right;
margin-right:8px;

}
/*-------------------------------------------------------------------------------------------------------- NAVIGATION*/

#leftnav 
{

float: left;
width: 203px;
overflow-x: hidden;
overflow-y: hidden;
margin-top: 22px;
margin-left:8px;
display:inline;
}

#navcontainer ul {
	margin: 0; margin-left: 0px !important; margin-left: -16px; /* important is the Mozilla versus IE fix needed */
	width: 188px; padding: 0; list-style-type: none;
}

#navcontainer a 

{
display: block;
width: 188px;
padding-top: 6px;
padding-right: 5px;
padding-bottom: 6px;
padding-left: 9px;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color:rgb(255,255,255);
font-weight: bold;
color: #ffffff;
margin-left: 0px !important; margin-left: -16px; /* important is the Mozilla versus IE fix needed */

}

#navcontainer a:hover 

{
background-color:rgb(170,11,51);
}

#navcontainer li li a 

{
display: block;
width: 188px;
padding-top: 6px;
padding-right: 3px;
padding-bottom: 6px;
padding-left: 31px;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 12px 2px;
margin-left: 0px !important; margin-left: -16px; /* important is the Mozilla versus IE fix needed */

text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
}


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

#footer 

{
position: relative;
overflow-x: hidden;
overflow-y: hidden;
background-color:rgb(35,31,32);
height: 49px;
width: 914px;
font-family: Arial,Helvetica,Verdana,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 11px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
-x-system-font: none;
color: #ffffff;
padding-top: 12px;
padding-right: 18px;
padding-bottom: 0px;
padding-left: 18px;

}

#footerlinks 

{
position: absolute;
top: 12px;
right: 18px;
text-align: right;
font-weight: bold;
}

#footerlinks a {
color:rgb(255,255,255);
}

#lastupdated {
text-align:right;
}

#topNav {
width:950px;
height:30px;
background-image:url(images/top_menu_background.png);
background-repeat:repeat-x;
background-color:rgb(255,255,255);
}

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

#topNav ul li {
display:inline;
float:left;
}

#topNav ul li a {
height:24px;
display:block;
background-repeat:no-repeat;
}

#top_home {
width:133px;
background-image:url(images/top_nav/home2.png);
}

#top_teams {
width:171px;
background-image:url(images/top_nav/teams.png);
}

#top_schedules {
width:171px;
background-image:url(images/top_nav/schedules.png);
}

#top_events {
width:170px;
background-image:url(images/top_nav/events.png);
}

#top_partners {
width:171px;
background-image:url(images/top_nav/partners.png);

}

#top_tickets {
width:128px;
background-image:url(images/top_nav/tickets2.png);
}

ul.teams_down li {
width:171px;
}
ul.teams_down li a{
padding-left:10px;
width:161px;
color:rgb(255,255,255);
}

ul.teams_down li:hover{
background-color:rgb(170,11,51);

}

#wings {
position:absolute;
top:213px;
left:-1px;
width:1008px;
background-image:url(images/top_nav_wings_ds4.png);
background-repeat:no-repeat;
height:55px;
}
.rightArrow {
float:right;
color:rgb(255,255,255);
padding-right:5px;
font-weight:bold;
}

.teams_down_subsection{
padding-left: 10px;
width: 161px;
color: #ffffff;
display:block;
height:24px;
}

#searchsection {
margin-top:20px;

}

#cse-search-box input {
margin-left:5px;
width:184px;
}

#searchButton{
display:block;
height:25px;
width:79px;
background-image:url(images/search.png);
margin-left:119px;
margin-top:15px;
padding:0px;}

ul#externalLinks {
padding:0px;
margin:0px;
list-style-type:none;
width:203px;


}
ul#externalLinks li {
padding:0px;
margin:0px;
display:inline;
}
ul#externalLinks li a {
background-repeat:no-repeat;
width:203px;
display:block;
padding:0px;

}

#facebook_link {
background-image:url(images/facebook.png);
height:36px;
margin-top:20px;
}

#acs_link {
background-image:url(images/aus.png);
height:50px;
margin-top:20px;
}

#cis_link {
background-image:url(images/cis.png);
height:50px;
margin-top:20px;
}

#mun_link {
background-image:url(images/mun_logo.png);
height:57px;
margin-top:20px;
margin-bottom:20px;
}

/*---------------------------------------------------------------PLAYER PROFILES---*/

#profile{
height:340px;
width:490px;
background-image:url(images/profile.png);
background-repeat:no-repeat;
position:relative;
overflow:hidden;
margin-bottom:30px;
}

#profile img {
padding:0px;
margin:0px;
position:absolute;
top:30px;
left:80px;
}

#profile_primary_info {
position:absolute;
top:200px;
left:83px;
color:rgb(255,255,255);

width:156px;
}

#profile_secondary_info {
position:absolute;
top:24px;
left:263px;
width:200px;
}

#profile_primary_info #profile_firstName {
color:rgb(255,255,255);
padding:0px;
margin:0px;
font-size:22px;
}

#profile_primary_info #profile_lastName {
color:rgb(255,255,255);
padding:0px;
margin:0px;
font-size:22px;
display:block;
margin-top:7px;
}

#profile_number {
color:rgb(209,18,65);
display:block;
position:absolute;
left:29px;
top:288px;
font-size:30px;
font-weight:bold;
}

#profile_primary_info p {

color:rgb(255,255,255);
padding-top:8px;
font-variant:small-caps;
line-height:15px;
}

#profile_secondary_info p {

padding-top:8px;

line-height:15px;
}

#profile_town {
float:right;
}

.caps {
font-variant:small-caps;
}

a#return_to_roster {
display:block;
color:#333333;
font-variant:small-caps;
width:200px;
text-align:right;
background-image:url(images/red_arrow.png);
background-repeat:no-repeat;
background-position:0px 2px;
margin-bottom:10px;
margin-top:10px;
padding-bottom:5px;
padding-right:4px;
border-bottom:1px solid #c5c6c8;
}

a#return_to_roster:hover {
text-decoration:none;
}

/*----------------------------------------------------------Sidebar----------*/
.scoreboard_date{
	float: left; 
	width: 34px; 
	height: 34px; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	background-color: #FFFFFF; 
	font-variant: small-caps; 
	text-align:center; 
	font-weight: bold; 
	font-size: 10px; 
	background-image:url(images/score_date_back.png);
	background-reapat:no-repeat;
	
}

#events_board{
background-image:url(images/events_date_back.png);}

.scores_month{
font-size: 12px;
 color: #1a1a1a}
 
.scores_day{
font-size: 18px;
 color: #1a1a1a}
 
 .events_month{
font-size: 12px;
 color: #ffffff}
 
.events_day{
font-size: 18px;
 color: #ffffff}

.scoreboardContent{
	float: right; 
	margin-top: 6px; 
	margin-left: 10px; 
	width: 155px;
	font-size: 12px;
	margin-right:5px;
}



.scoreboardTitle{
	font-variant: small-caps; 
	color: #d1133f; 
	font-weight: bold;
}

#ScoreboardContainer{
padding-left: 10px;
padding-right: 5px;
background-image:url(images/sidebar/scoreboard_bg.jpg);
background-repeat:repeat-y;

}

#events_container {
padding-left: 10px;
padding-right: 5px;

background-image:url(images/sidebar/upcomingEventsbg.jpg);
background-repeat:repeat-y;
}




div#right div#sidebar_scoreboard{
/*background-image:url(images/sidebar/scoreboardTop.jpg);*/ 
background-image:url(images/sidebar/scoreboardTop_OS.png);
background-repeat:no-repeat;
padding-top:39px;
}

#sidebar_events {
background-image:url(images/sidebar/upcomingEventsTop.jpg);
background-repeat:no-repeat;
padding-top:39px;
}

#events_footer{
clear: both; 
 height:53px; 
 width:218px;
background-repeat:no-repeat;
background-image:url(images/sidebar/upcomingEventsBottom.jpg);
}

.brace{
clear: both;
 padding-bottom: 5px;
}

.error {
color:#FF0000;

}

/*------------------------------------------------ATHLETE OF THE WEEK ------------------*/

#sidebar_aotw{
	background-image: url(images/aotw_bg.jpg); 
	overflow:hidden;
	background-repeat:repeat-y;
}


#aotwTop{
	background-image: url(images/aotw_top.jpg); 
	height: 74px;
	background-repeat:no-repeat;
}
.athleteContainer{
	width: 218px;
	padding-left: 9px;
	padding-right: 9px;
}
.aotwInfo{
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
	width: 190px;
}
.aotwName{
	float: left;
	/*width: 90px;*/
}
.aotwSport{
	float: right;
	/*width: 100px;*/
	 font-variant: small-caps; 
}

/*------------------------------------------------ADMIN SECTION ------------------*/

.scheduleHeader{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.result{
	font-size: 11.5px;
}
div.formRow{
	clear:both;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbbbbb;
	margin: 20px;
	width: 425px;
}
label{
	width: 165px;
	float:left;
	font-size: 12px;
	font-weight: normal;
}
.moreInfo{
	height:17px; 
	width:23px; 
	padding:0px; 
	margin:0px;
	cursor: pointer;
}

/* Roster styles */
table.roster td {
	border-bottom: 1px solid #888888;
	cursor:pointer;
}
table.roster th {
	border-bottom: 1px solid #888888;
	border-top: 1px solid #888888;
	text-align: left;
	background-color: #eeeeee;
}
#profile img{
	border: 3px solid #ffffff;
	margin-bottom:10px;
	height:160px;
	width:160px;
}

/*-------------------------------------------------------------------------OFFSEASON BANNERS---------------*/

.offseason {
width:220px;
background-color:black;
background-repeat:no-repeat;
height:500px;
}

#offseason_banner_1 {
background-image:url(images/banner_ads/Athletics_Filler_Ad1.jpg);

}

#offseason_banner_2 {
background-image:url(images/banner_ads/Athletics_Filler_Ad2.jpg);

}

#offseason_banner_3 {
background-image:url(images/banner_ads/Athletics_Filler_Ad3.jpg);

}

#offseason_banner_4 {
background-image:url(images/banner_ads/Athletics_Filler_Ad4.jpg);

}