/* @override http://gloucester-lacrosse.com/css/griffins_styles.css */

* {
	margin: 0;
	padding: 0;
	font-size: 100.1%;
}

/* SITE STRUCTURE */

body {
	background: black url(../images/griffin_bkgd.jpg) repeat-y center top;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid yellow;
	border-top-style: none;
	height: 100%;
	border-bottom-style: none;
}
#wrapper1 {
	background: #FFF none repeat-y right;
	height: 100%;
}
#wrapper2 {
	background: url(../images/left-bkgd.gif) repeat-y left;
	height: 100%;
}

#mascot {
	z-index: 100;
	width: 600px;
	position: absolute;
	right: -150px;
}

#header a.home_link {
	text-align:center;
	color:#FFF;
	background: url(../images/bkgd.jpg) 0 top;
	height: 175px;
	width: 960px;
	padding: 0;
	margin: 0;
	display: block;
}

#title {
	width: 700px;
	height: 145px;
	float: left;
	margin: 30px 0 -20px;
	padding: 0;
}

#sidebar { 
	position:relative;
	padding: 0;
	width: 200px;
	height: 100%;
	margin: 0 0 -10px;
	float: left;
}

/* FORMATTING */

#title h1 {
	color: white;
	font: bold 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding-top: 4px;
	display: none;
}

#text p {
	margin-bottom: 8px;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#text p.note {
	font-weight: bold;
	color: red;
	font-style: italic;
}

#text p.bold {
	font-weight: bold;
}

#content h1 {
	color: #013400;
	padding-left: 25px;
	font: 32px Georgia, "Times New Roman", Times, serif;
}

#text h2 {
	color: black;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#text h3 {
	color: #666;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 12px;
	padding-bottom: 4px;
}

#text h4 {
	color: green;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 12px;
	margin-bottom: 2px;
}

/* NAVIGATION */

ul#subnav {
	list-style-type: none;
	background: url(../images/tab-red.gif) repeat-x 0 bottom;
	border-bottom: 1px solid black;
	text-align: center;
	height: 24px;
}

ul#subnav li {
	display: inline;
}

ul#subnav li a:link, ul#subnav li a:visited {
	color: black;
	font: 12px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	padding: 5px 12px;
}

ul#subnav li a:hover {
	color: red;
	background: yellow 0 top;
}

#box.about a#about_link,
#box.contact a#contact_link,
#box.schedule a#schedule_link,
#box.stats a#stats_link,
#box.zone a#zone_link,
#box.news a#news_link,
#girls.about a#about_link,
#girls.contact a#contact_link,
#girls.schedule a#schedule_link,
#girls.stats a#stats_link,
#girls.news a#news_link,
#house.about a#about_link,
#house.contact a#contact_link,
#house.schedule a#schedule_link,
#house.stats a#stats_link,
#house.champs a#champs_link,
#house.news a#news_link,
#initiation.about a#about_link,
#initiation.contact a#contact_link,
#initiation.schedule a#schedule_link,
#initiation.stats a#stats_link,
#initiation.champs a#champs_link,
#initiation.news a#news_link,
#field.about a#about_link,
#field.contact a#contact_link,
#field.schedule a#schedule_link,
#field.stats a#stats_link,
#field.champs a#champs_link,
#field.news a#news_link,
#winter.about a#about_link,
#winter.contact a#contact_link,
#winter.schedule a#schedule_link,
#winter.stats a#stats_link,
#winter.champs a#champs_link,
#winter.news a#news_link {
	color: red;
	background: yellow 0 top;
}

img#pic {
	border-bottom: 1px solid #013400;
	margin-bottom: 25px;
	width: 760px;
}

a#griffins-wordmark {
	width: 700px;
	height: 79px;
	margin: 0;
	padding: 0;
	background-image: url(../images/griffins_title.png);
	border-style: none;
	float: left;
}

#text {
	padding: 10px 25px 25px;
	min-height: 900px;
	height: 100%;
	position: relative;
}
#content {
	position:relative;
	overflow: hidden;
	margin: 0;
	height: 100%;
	padding: 0;
}

/* UNUSED TEMPORARILY */

#links-sponsors {
	position:relative; 
	margin: 0 0 -10px;
	padding: 0;
	float: right;
	width: 200px;
}

ul.honours {
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: square;
	list-style-position: inside;
}

ul.list {
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 8px;
}
#text a:link, #content a:visited {
	color: #2c60af;
	font-weight: bold;
}
#text a:hover {
	color: gray;
	}
#footer {
	position:relative;
	top:1px;
	background: maroon url(../images/tab-red.gif) 0 bottom;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	}

#counter {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	background-color: #333;
	border-top-style: solid;
	border-top-color: #181818;
	text-align: center;
		color: white;
	font: 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	padding: 8px 0;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	display: inline;
	color: black;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#footer ul li a:link, #footer ul li a:visited {
	color: black;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 0;
	text-transform: uppercase;
	margin-right: 8px;
	margin-left: 8px;
}

#footer ul li a:hover {
	color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#sections {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: yellow;
}

#sections ul
{
color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0;
	margin: 0;
	width: 960px;
	text-align: center;
	background: url(../images/tab-kgreen.gif) 0 top;
	line-height: 34px;
	height: 34px;
}

#sections ul li
{
display: inline;
	margin: 0;
	padding: 0;
}

#sections ul li a:link, #sections ul li a:visited
{
color: black;
text-decoration: none;
	border-right: 1px dotted #1d1d1d;
	padding: 6px 20px;
	margin-left: -4px;
	background-position: 0 center;
	font: 15px/18px Georgia, "Times New Roman", Times, serif;
}

#sections ul li a:hover
{
	background: url(../images/tab-kgreen.gif) 0 center;
color: white;
}

#girls a#girls_link, #box a#box_link, #house a#house_link, #winter a#winter_link,
#initiation a#init_link,
#field a#field_link {
	background: url(../images/tab-kgreen.gif) 0 center;
color: white;
}

#sections ul li a.last {
	border-right-style: none;
}

ul#nav1, ul#nav2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#nav1 li, ul#nav2 li {
	margin: 0 1px 1px 0;
}

ul#nav1 li a:link, ul#nav1 li a:visited, ul#nav2 li a:link, ul#nav2 li a:visited {
	color: gray;
	font: bold 10px/28px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	text-decoration: none;
	background: url(../images/tab-black.gif) repeat-x 0 bottom;
	text-align: right;
	padding-right: 12px;
	text-transform: uppercase;
}

#registration a#registration_link,
#training a#training_link,
#events a#events_link,
#honours a#honours_link,
#coaching a#coaching_link,
#links a#links_link,
#tournament a#tourney_link {
	color: black;
	background: url(../images/tab-green.gif) 0 center;
}

ul#nav1 li a:hover, ul#nav2 li a:hover {
	color: black;
	background: url(../images/tab-green.gif) 0 center;
}

ul#mainnav {
	list-style-type: none;
	text-align: center;
	background: url(../images/box-green.gif) repeat-x 0 top;
	padding-top: 8px;
}

ul#mainnav li a:link, ul#mainnav li a:visited {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	background-image: none;
	color: black;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	padding-right: 12px;
	text-decoration: none;
	text-shadow: black 0px 0px 0px;
}

ul#mainnav li a:hover {
	color: white;
	text-shadow: white 0px 0px 0px;
	background: url(../images/box-green.gif) 0 center;
}

#sport a#sport_link,
#griffins a#griffins_link,
#message a#president_link,
#board a#board_link,
#questions a#faq_link,
#map a#map_link,
#equipment a#equip_link,
#gallery a#photos_link,
#arenas a#arenas_link,
#rules a#rules_link,
#sponsors a#sponsors_link,
#volunteer a#volunteer_link,
#referees a#refs_link,
#managers a#managers_link {
	color: white;
	text-shadow: white 0px 0px 0px;
	background: url(../images/box-green.gif) 0 center;
}

ul#links {
	list-style-type: none;
	text-align: left;
	margin-top: 8px;
}

ul#links li h1 {
	background-color: black;
	text-transform: uppercase;
	color: white;
	text-align: center;
	font: bold .8em/2.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#links li a:link, ul#links li a:visited {
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: black;
	text-decoration: none;
	display: block;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 1px;
}

ul#links li span {
	display: none;
}

ul#links li a:hover {
	background-color: #ccc;
}

ul#sponsors {
	list-style-type: none;
	text-align: left;
	margin-top: 8px;
}

ul#sponsors img.logos, ul#other img.logos {
	width: 180px;
	margin-left: 10px;
	border-style: none;
	text-decoration: none;
}

ul#sponsors li h1 {
	background-color: black;
	text-transform: uppercase;
	color: white;
	text-align: center;
	font: bold .8em/2.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#sponsors li p {
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: black;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-left: 12px;
}

ul#sponsors li a:link, ul#sponsors li a:visited {
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: black;
	text-decoration: none;
	display: block;
	margin-left: 1px;
	padding-top: 6px;
	padding-bottom: 4px;
}

ul#sponsors li span {
	display: none;
}

ul#sponsors li a:hover {
	text-decoration: none;
	border-style: none;
}

ul#other {
	list-style-type: none;
	text-align: left;
	margin-top: 8px;
}

ul#other li h1 {
	background-color: black;
	text-transform: uppercase;
	color: white;
	text-align: center;
	font: bold .8em/2.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#other li a:link, ul#other li a:visited {
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: black;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 1px;
	margin-bottom: 25px;
}

ul#other li span {
	display: none;
}

ul#other li a:hover {
	background-image: none;
	text-decoration: none;
}

#sitemap #text ul {
	list-style-type: none;
	text-align: left;
	margin-top: 8px;
}

#sitemap #text ul li a:link, #sitemap #text ul li a:visited {
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: black;
	text-decoration: none;
}

#sitemap #text ul li a:hover {
	background-image: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

ul#quicklinks {
	list-style-type: none;
	width: 200px;
	padding-top: 35px;
	float: right;
	padding-right: 12px;
	display: none;
}

ul#quicklinks li {
	margin-bottom: 8px;
}

ul#quicklinks li a:link, ul#quicklinks li a:visited {
	color: gray;
	text-transform: uppercase;
	font: bold 10px/28px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	background: url(../images/btn-right.png) no-repeat right;
	height: 28px;
	display: block;
}

ul#quicklinks li a span {
	height: 28px;
	background: url(../images/btn-left.png) no-repeat left;
	display: block;
	margin-left: -12px;
	cursor: pointer;
}

ul#quicklinks li a:hover {
	color: white;
	background: url(../images/btn-right-over.png) no-repeat right;
}

ul#quicklinks li a:hover span {
	background: url(../images/btn-left-over.png) no-repeat left;
}

ul#admin {
	list-style-type: none;
	clear: both;
	width: 100%;
	padding-bottom: 4px;
	text-align: left;
}

ul#admin li {
	display: inline;
}

ul#admin li a:link, ul#admin li a:visited {
	color: #999;
	font: 8px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-decoration: none;
	text-transform: uppercase;
}

#ticker p {
	color: #999;
	font: 11px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	position: absolute;
}

ul#admin li a:hover {
	text-decoration: underline;
}

ul.dates {
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

ul.dates span {
	font-weight: bold;
	color: #671e23;
	width: 100px;
	display: block;
	clear: both;
	float: left;
}

ul.dates li {
	font: 12px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

ul.listing {
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

ul.listing span {
	font-weight: bold;
	color: #671e23;
	width: 100px;
}

ul.listing li {
	font: 12px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

ol.alpha {
	list-style-type: lower-alpha;
	margin-top: -8px;
	margin-bottom: 8px;
	list-style-position: outside;
}

ol.alpha li {
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	margin-left: 16px;
}

ul.faq {
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

ul.faq li a:link, ul.faq li a:visited {
	font: 12px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}
ul.faq li a:hover {
	color: #671e23;
}

#coupon {
}

a#free-stick:link, a#free-stick:visited {
	color: black;
	text-decoration: none;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	background: url(../images/burst.png) no-repeat right top;
	width: 250px;
	height: 111px;
	position: absolute;
	top: 1038px;
	right: 0;
	padding-top: 32px;
}

a#free-stick:hover {
	color: white;
}

#mainnav li#more-info {
	color: white;
	font: italic bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-align: right;
	text-transform: none;
	padding-right: 12px;
	padding-top: 8px;
}

#mainnav li#more-info a:link, #mainnav li#more-info a:visited {
	background-image: none;
	color: black;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 100%;
	padding-right: 0;
	text-transform: uppercase;
}

#mainnav li#more-info a:hover {
	color: yellow;
	background-image: none;
}

table#contacts {
	width: 100%;
	margin-top: 12px;
	border: 1px solid #666;
	margin-bottom: 12px;
}

#contacts thead {
	background-image: url(../images/tab-gray.gif);
	text-align: left;
}

#contacts caption {
	color: maroon;
	font: 14px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin: 12px 0 0;
	padding: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	letter-spacing: 8px;
}

#contacts tr.odd {
	background-color: #eee;
}

#contacts td.sub {
	background-color: maroon;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
}

#contacts th {
	color: #333;
	font: bold 13px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
}

#contacts td {
	font: 12px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 8px;
}

#contacts span.bold {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #eee;
	display: block;
	margin-left: -8px;
	border-right: 1px solid #666;
	text-align: right;
	padding-right: 8px;
}

#house.stats table {
	width: 100%;
	margin-top: 12px;
	border: 1px solid #666;
	margin-bottom: 12px;
}

#house.stats thead {
	background-image: url(../images/tab-gray.gif);
	text-align: left;
}

#house.stats caption {
	color: maroon;
	font: 14px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin: 12px 0 0;
	padding: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	letter-spacing: 8px;
}

#house.stats tr.odd {
	background-color: #eee;
}

#house.stats td.sub {
	background-color: maroon;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
}

#house.stats th {
	color: #333;
	font: bold 13px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
}

#house.stats td {
	font: 12px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 8px;
}

#house.stats span.bold {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #eee;
	display: block;
	margin-left: -8px;
	border-right: 1px solid #666;
	text-align: right;
	padding-right: 8px;
}

#text blockquote p {
	padding-top: 6px;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #333;
	width: 475px;
	margin-bottom: 12px;
	margin-top: 4px;
}

/* Sortable tables */
#house.stats table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: pointer;
}

#house.stats h4 em {
	color: gray;
	text-transform: lowercase;
	float: right;
}


#text blockquote em {
	color: maroon;
	font: italic bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
}

h3 span a, h4 span a {
	background-image: url(../images/arrow_fat_up.gif);
	width: 10px;
	float: right;
}

iframe {
	border-style: solid;
	border-width: 1px;
}

small {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#twitter {
	float: right;
	padding-right: 20px;
	border-style: none;
	}