/* --- Reset everything ---*/

* {
  	margin: 0;
  	padding: 0;
}

html {height:100%}
body {min-height:101%} /*fix for Firefox, Opera scrollbar jump*/

body {
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
	background: #EFF7D4;
	text-align: center;
	color:#333333;
}
.clear {
	clear:both;
}
/*
body { overflow: -moz-scrollbars-vertical; } alternative fix for Firefox scrollbar jump*/

a {
	color:#36C;
	text-decoration:underline;
}

a:hover {
color:#616161;
text-decoration:none;
}

blockquote {
margin:1em;
padding:.5em .5em .5em 85px;
background-color:#D7ECF8;
}

blockquote p {
margin:.2em;
color:#000000;
}

hr {
	border:none;
	width:99%;
	color:#EEE;
	background-color:#EEE;
	height:1px;
	clear:both;
	margin-bottom: 5px;
}

#postHeader {
	padding:0 1.1em 0.3em;
	width:960px;
	text-align:right;
	vertical-align: middle;
	font-size: 120%;
	margin: 2px auto;
}
#postHeader a {
	color: #448844;
	margin-left: 10px;
}

#header {
	margin:0 -1em;
	padding:0;
	height:100px;
	border-top:1px solid #EEE;
	background: #484 url(../images/rugby-header.jpg) no-repeat left top;
	border-bottom: 1px solid #EEE;
}
#topBanner {
	float:left;
	margin-left:20px;
	margin-top:20px;
}
#headerImage {
	position: absolute;
	z-index: 5;
	top: 3px;
	right: 25px;
	height: 230px;
	width: 250px;
	background: #88A888 url(../images/bbadgesm.png) no-repeat center center;
	border: 1px solid #EEE;
}

#centerColumn .intro {
	width: 600px;
}

#centerColumn {
	margin:0 auto;
	padding:1em;
	width:960px;
	text-align:left;
	vertical-align: middle;
	background-color:#ffffff;
	font-size: 120%;
	position: relative;
}

#centerColumn p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#centerColumn h1 {
	font-size: 180%;
}
#centerColumn h2 {
	margin:0 0 0 0;
	padding:.75em 0 0 0;
	font-size:1.1em;
}
/*



#centerColumn h3 {
margin:0 0 -.5em 0;
padding:.75em 0 0 0;
font-size:.8em;
font-weight:lighter;
letter-spacing:.1em;
}
*/
#navbar {
	margin:-1em -1em 0 0.2em; /* Mozilla attributes */
	padding:1em 0 !important; /* IE specific attributes */
	padding:1em 0 0 0;
	background: #FFF;
}

/*--- Horizontal menu ----*/

/* Root = Horizontal, Secondary = Vertical */

#navbar ul#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 700px; /*For KHTML*/
	list-style: none;
	height: 24px;
}

#navbar ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
}

#navbar ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

#navbar ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#navbar ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
#navbar ul#navmenu-h a {
	border: 1px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #EFF7D4;
	color: #448844;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	font-size: 110%;
	line-height: 22px;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background: #EFF7D4;
	color: #448844;

}

/* 2nd Menu */
#navbar ul#navmenu-h li:hover li a,
#navbar ul#navmenu-h li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

/*--- Columns ----*/

#cell_1, #cell_2, #cell_3 {

	border: 1px solid #EEE;
	background: #FFF;
}

#cell_1 {
	margin:0 5px 1em 0;
	padding:8px;
	float:left;
	width:285px;
}

#cell_2 {
	margin:0 14px 1em;
	padding:8px;
	float:left;
	width:285px;
}

#cell_3 {
	margin:0 0 1em 5px;
	padding:8px;
	float:left;
	width:285px;
	background: #FFF;
}

#tables #cell_1 { /* Tables page cell_1 width and margin */
	width: 607px; 
	margin-right: 14px;
}

#onecolumn #cell_1 { /* One column page */
	width: 929px; 
	margin-right: 0;
}

/*--- Column styles ---*/

#cell_1 p, #cell_2 p, #cell_3 p {
	font-size:12px;
	color:#000000;
	padding-right: 5px;
	padding-left: 5px;
}

#centerColumn h1 {
	padding-bottom: 5px;
	border-bottom: 1px solid #EEE;
	margin-top: 5px;
	font-family: "Trebuchet MS. Arial", Helvetica, sans-serif;
	color: #3E6AB5;
}

#cell_1 h2 {
	margin:0;
	padding:4px 0 10px 4px;
	color:#3E6AB5;
	background: #DFEAF4;
}

#cell_2 h2 {
	margin:0;
	padding:4px 0 10px 4px;
	color:#000000;
	background: #B5E6CD;
}

#cell_3 h2 {
	margin:0;
	padding:4px 0 10px 4px;
	color:#000;
	background: #889EAA;
}

#cell_1 ul.news, #cell_2 ul.news, #cell_3 ul.news {
margin:0 0 0 5px;
padding:0 0 0 0;
list-style:none;
}

#cell_1 li.news, #cell_2 li.news, #cell_3 li.news {
margin:0 0 .3em 0;
padding:5px 0 6px 10px;
font-size:.75em;
}

#cell_1 ul, #cell_2 ul, #cell_3 ul {
/*
	margin:0;
	padding:0;
	list-style:none;
*/
}

#cell_3 ul {
	margin-top: 10px;
}

#cell_1 li, #cell_2 li, #cell_3 li {
	/*margin:0 0 .3em 0;
	padding:5px 0 6px 5px;
	font-size:.75em;
	border-bottom: 0px solid #EEE;
	*/
}

/*--- Boxes ---*/

#box_1, #box_2, #box_3, #box_4 {
	border: 2px solid #EEE;
	background: #FFF;
	font-size: 120%;
	float:left;
	width:200px;
}

#box_1 {
	margin:0 5px 2em 0;
	padding:8px;	
}

#box_2 {
	margin:0 7px 2em 14px;
	padding:8px;
}

#box_3 {
	margin:0 14px 2em 7px;
	padding:8px;
}

#box_4 {
	margin:0 0 2em 5px;
	padding:8px;
}

#box_1 p, #box_2 p, #box_3 p, #box_4 p {
font-size:12px;
color:#000000;
}

#box_1 h2, #box_2 h2, #box_3 h2, #box_4 h2 {
	color:#333333;
	font-size:0.8em;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
} 

#box_1 ul, #box_2 ul, #box_3 ul, #box_4 ul {
/*margin:0 0 0 5px;
padding:0 0 0 0;
list-style:none;
*/
}

#box_1 li, #box_2 li, #box_3 li, #box_4 li {
/*margin:0 0 .3em 0;
padding:5px 0 0 5px;
font-size:0.8em;*/
list-style:none;

}
#matchReports {
	clear:both;
	margin-bottom:16px;
}
#matchReports h2 {
	line-height:22px;
	margin-bottom:0px;
}
#matchReports .report {
	border: 0px solid #EEE;
	background: #FFF;

	float:left;
	width:200px;
	padding:8px;
	margin-right:2em;
}
/*--- Link Boxes ---*/

ul.linkboxes {
	display: block;
	overflow: hidden;
	margin: 20px auto 0px;
	padding: 10px 5px;
	width: 283px; /* original 630*/
	border: 1px solid #eee;
}

ul.linkboxes li {
	display: block;
	width: 272px;
	float: left;
}

ul.linkboxes li a {
	display: block;
	border: 1px solid #ddd;
	text-decoration: none;
	padding: 3px;
	color: #444;
	background: #FFF;
}
	
ul.linkboxes li a:hover {
	border-color: #fc6;
	background-color: #FFF;
}

ul.linkboxes li a strong {
	display: block;
	font-size: 125%;
	line-height: 1em;
	margin-bottom: 5px;
	color: #333333;
}

ul.linkboxes li a:hover strong { 
	color: #f63; 
}

ul.linkboxes span { 
	display: none; 
}
	
ul.linkboxes li a img{
	border: 0;
	display: block;
}

/* ---- Footer ---- */

#footer {
	position:relative;
	clear:both;
	bottom:0;
	margin:3em 0 0;
	padding:0;
	height:4em;
	line-height:4em;
	text-align:center;
	font-size:100%;
	background-color:#FFF;
	border-top: 1px solid #EFEFEF;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-left: 1px solid #EFEFEF;
}

/*--- Others ---*/

.right {
float:right;
margin:5px;
padding:2px;
}

.left {
float:left;
margin:5px;
padding:2px;
}


.center {
width:auto;
margin-left:auto;
margin-right:auto;
}

.news em {
font-size:.8em;
color:#000000;
}
/*-- Additions --*/
		div.leagueName {
			font-family:"Arial Narrow", Arial;
			font-size:30px;
		}
		div.leagueNameMenu {
			font-family:"Arial Narrow", Arial;
			font-size:20px;
		}

		div.sponsorName {
			font-family:"Arial Narrow", Arial;
			font-size:20px;
		}
div.row {
	clear:both;
	width:80%;
	margin-bottom:3px;
	margin-top:3px;
	background:#efefef;
	padding:3px;
}
div.row .left{
	float:left;
	width:30%;
	background:none;
}
div.row .right{
	float:right;
	width:50%;
	background:none;
}
ol {
margin:30px;
}

li {
margin:5px;
}

.breadcrumbs {padding-top: 2em;}

#onecolumn table.standard {margin-top: 50px;}

ol ol {margin:10px 0 10px 20px;}
div.news-letter-banner {
	width:300px;

}
div.news-letter-banner a img{
	border:1px solid  #88a888;
	padding:5px;
}