@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'CapsuulaRegular';
	src: url('/_fonts/Capsuula-webfont.eot');
	src: local('☺'), url('/_fonts/Capsuula-webfont.woff') format('woff'), url('/_fonts/Capsuula-webfont.ttf') format('truetype'), url('/_fonts/Capsuula-webfont.svg#webfonthFix05Z1') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(/_images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000 !important;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}



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


h1 {
	font-size: 18px;
	color: #1e4e1d;
}
h3 {
	font-size: 14px;
}
img {
	border: none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	min-width: 1130px;
	position: relative;
	z-index: 0;
}

#header {
	#background: url(/_images/headersquad.png) no-repeat right center;
	height:190px;
	margin: 10px 100px;
	}
#header img {
	float: left;
}
#header h1 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 37px;
	font-weight: bold;
	color: #1e4e1d;
	text-transform: uppercase;
	float: left;
	width: 290px;
	margin: 42px 0 0 15px;
	text-align: right;
}
#header h1 .small {
	font-size: 22px;
}

#header #scroller {
	clear: both;
	width: 85%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #1e4e1d;
	position: relative;
	left: 150px;
}
#header .right {

	display: none;
}
#header .sponsorlogo {
    float: right;
    position: absolute;
    top: -10px;
	left: 950px;
   
}
	
#menu {
	margin: 0 100px;
	height: 60px;
	position:relative;
	z-index:500;
}
#menu ul {
	margin: 0;
	position: relative;
	width:1000px;
}

#menu ul li {
	list-style-type: none;
	float: left;
	padding: 17px 14px 16px;
	font: 22px/27px 'CapsuulaRegular', Arial, sans-serif;
	line-height: 27px;
	color: #FFF;
	cursor: pointer;
	position:relative;
}
#menu ul li a {
	color: #FFF;
}
#menu ul li a:hover {
	text-decoration:none;
}
#menu ul li:hover div {
	display: block;
}

#menu ul div {
	left: 0px;
	margin: 0;
	top: 60px;
	height: 279px;
	display: none;
	z-index: 1000;
	width:100%;
	position:absolute;
	}
#menu ul ul {
	width:240px;
	height: auto;
	background-image: url(/_images/drop.png);
	background-repeat: repeat;
	float:left;
	padding-bottom:5px;
	border:1px solid #FF0;
}

#menu ul li ul li {
	font-size: 13px;
	line-height: 15px;
	padding: 2px 0 1px 15px;
	float: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	display: block;
	width: 240px;
	height: 15px;
}
#menu ul li ul li:hover a:hover {
	color: #fffc00;
	cursor:pointer;
}
#menu ul li ul li.arrow:hover {
	color: #fffc00;
	background-image: url(/_images/arrow.png);
	background-repeat: no-repeat;
	background-position: 225px 5px;
	cursor:pointer;
}

#menu ul ul ul#submenu{
	float:left;
	width: 230px;
	padding:0 0 5px 0;
	margin:0;
	position:absolute;
	top:0px;
	left:240px;
	display:none;
	height: auto;
	background-image: url(/_images/drop.png);
	background-repeat: repeat;
}

#menu ul li ul li:hover ul#submenu{
	display: block;
}
#menu ul li ul li:hover ul#submenu li{
	display: block;
	font-size: 13px;
	width: 210px;
	line-height: 15px;
	padding: 2px 0 1px 20px;
	float: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border:none;
	position:relative;
	z-index:130;
}

#menu ul li ul li ul#submenu li{
	border:none;
	display:none;
	padding:2px 0 1px;
	margin:0;
	float:left;
	height: 15px;
}
#menu ul ul ul li:hover{
	background-image: none;
	color: #FFF;
	text-decoration: underline;
}
#menu ul ul ul li a:hover{
	text-decoration: underline;
	color: #FFF;
}

#content-wrapper {
  background-image: url("/_images/ball.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 20px;
  position: relative;
  z-index: 0;
}

#feature {
	margin: 0 130px 20px;
	clear: both;
	padding-top:20px;
	overflow: hidden;
}

#feature #league {
	background-color: #fffc00;
	width: 395px;
	float: left;
	position: relative;
	z-index:0;
}
#feature #league h1 {
	margin-left: 20px;
	padding-top: 20px;
	color: #000;
	font: bold 22px/27px 'CapsuulaRegular', Arial, sans-serif;
}
#feature #league img  {
	position: absolute;
	top: -15px;
	left: 210px;
	width: 202px;
	z-index: 10;
}

#feature #league table {
	width: 320px;
	margin: 20px 20px 10px;
	border-color: #1e4e1d;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
#feature #league table td      {
	border: 1px solid #1e4e1d;
	border-width: 1px 1px 0 0;
	padding: 1px 3px;
}
#feature #league p {
	margin: 0 0 10px 20px;
}
#feature #slideshow {
	float: right;
	background-color: #feff00 !important;
	width:393px !important;
	height:225px !important;
}
#feature #slideshow img{
	padding: 5px !important;
}

#content {
	background-color: #fffc00;
	margin: 0 100px;
	padding: 20px 15px 10px;
	clear: both;
	overflow: hidden;
	min-width: 899px;
}
#content ul li {
	margin-left: 20px;
}

#content p {
	padding: 5px 0;
}
#photos2 {
  clear: both;
  margin-bottom: 16px;
  padding-top: 16px;
}
#squadimage {
  margin: 10px 0;
  text-align: center;
}
#unorderedlist {
	margin-bottom: 5px;
}

#content h1 {
	font: bold 22px/27px 'CapsuulaRegular', Arial, sans-serif;
	color: #1f541e;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#rightplayer  {
  float: left;
  width: 67%;
}
#leftplayer {
	floaT: left;
}

#playertemplate .profilepic {
  padding-top: 5px;
  margin-bottom: 20px;
}
.playerposition {
	margin-bottom: 20px;
}
.playerposition table {
	width: 238px;
}
.playerposition table p {
	padding-top: 0px !important;
}


.playerposition .bold {
	font-weight: bold;
	vertical-align: top;
}

#playertemplate .profilepic img {
	width: 238px;
}
#playertemplate .playerbio {
	float: left;
	margin-bottom: 20px;
}
#playertemplate .playstats {
	clear: left;
	margin-right: 20px;
	float: left;
}

#playertemplate .actionshot {
	float: left;
	margin-bottom: 20px;
}
#playertemplate h2 {
  color: #BF0000;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
#playertemplate .actionshot img {
	width: 533px;
}

#content #col1 {
  float: left;
  min-width: 510px;
  padding-right: 10px;
  text-align: justify;
  width: 58%;
}
#content #col1-inner {
	width: 78%;
	float: left;
	padding-right: 10px;
	min-width: 700px;
	overflow: hidden;
}
#content #col1-inner table.left {
	float: left;
	margin-right: 20px;
	border-color: #1e4e1d;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-collapse:collapse;
}
#content #col1-inner table.left td      {
	border: 1px solid #1e4e1d;
	border-width: 1px 1px 0 0;
	padding: 1px 3px;
}

#content #col1 h2{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1f541e;
}

#content #col1 #nmatch    {
	float: left;
	width: 40%;
	margin-right: 17px;
	background-image: url(/_images/turf.jpg);
	background-repeat: repeat;
	padding: 10px;
	height: 380px;
	color: #FFF;
}
#content #col1 #lmatch    {
	float: left;
	width: 40%;
	margin-right: 0px;
	background-image: url(/_images/turf.jpg);
	background-repeat: repeat;
	padding: 10px;
	height: 380px;
	color: #FFF;
}
#content #col1 #nmatch h1 , #content #col1 #lmatch h1{
	color: #fffc00;
	font: 22px/27px 'CapsuulaRegular', Arial, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
}
#content #col1 #nmatch p , #content #col1 #lmatch p{
	color: #fff;
}
#content #col1 #nmatch a , #content #col1 #lmatch a{
	color: #fffc00;
}
#content #col1 #nmatch table , #content #col1 #lmatch table {
	margin:5px 0;
}
#content #col1 #nmatch .small , #content #col1 #lmatch .small{
	font-size:11px;
}
#content #col1 #news {
	clear: both;
	width: 97%;
	padding-top: 10px;
}
#content #col1 #news h1 {
	float: left;
	display: block;
	width: 85%;
}

#content #col1 #news .sponsor {
	float: right;
	text-align: right;
	font-weight: bold;
}

#content #col1 #news #dobles {
	text-align: left;
	clear: both;
}
#content #col1 #news .newsitem {
	border-bottom:solid 1px #c5cc08;
	padding: 10px 0;
}
#content #col1 #news .newsitem h2{
	float: left;
	width: 85%;
	display: block;
}
#content #col1 #news .newsitem .date{
	float: right;
	width: 15%;
	text-align: right;
}

#content #col1 #news .newsitem p {
	clear: both;
}

#content #col1 #photos {
	width: 97%;

}
#content #col1 #photos img {
	padding: 5px;
}


#content #col2 {
  float: left;
  min-width: 160px;
  padding-right: 10px;
  text-align: justify;
  width: 19%;
}
#content #col2 .pressitem  {
	border-bottom:solid 1px #c5cc08;
	padding: 10px 0;
}
#content #col2 .pressitem h2  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#content #col2 .pressitem .date     {
	font-size:10px;
	margin-bottom: 10px;
}
#content #col2 table {
	border-color: #c5cc08;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
#content #col2 table td      {
	border: 1px solid #c5cc08;
	border-width: 1px 1px 0 0;
	padding: 2px;
}
#twitter .twtr-widget {
	width: 190px !important;
}

#content #col3 {
	width: 19%;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	min-width: 160px;
	text-align: right;
}
#content #col3 h1 {
  margin-bottom: 5px;
  text-align: left;
  width: 191px;
}
#content #reports {
	width: 19%;
	float: center;
	padding-right: 10px;
	padding-top: 10px;
	min-width: 180px;
	text-align: right;
}
#menu-footer {
	clear: both;
	overflow: hidden;
}
#menu-footer ul {
	list-style-type: none;
	padding-top: 10px;
}
#menu-footer ul li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1f541e;
	float: left;
	padding: 0 5px;
	line-height: 13px;
	margin: 0;
}
#menu-footer ul li a {
	color: #1f541e;
}
#menu-footer ul li.last {
	border: none;
}

#footer {
	margin: 5px 120px;
	color: #FFF;
	height:20px;
}

.callout {
	margin: 0 20px;
	padding:5px;
	background-color:#000;
	color: #fff;
	
}
.calloutwide {
	font-size: 18px;
	 padding: 1px 5px;
	background-color:#000;
	color: #fff;
	
}
.loss {
    margin: 5px;
    padding: 1px 5px;
	background-color:#990000;
	color: #fff;
	
}
.win {
	padding:5px;
	background-color:#336600;
	color: #fff;
	
}
.draw {
	padding:5px;
	background-color:#6666CC;
	color: #fff;
	
}

hr {
	color: #fffb00;
	background-color: #fffb00;
	border: 1px dotted #ff0000;
	border-style: none none dotted;
	margin: 5px 0 10px 0;
}
table .tabletitle {
	background-color: #d5dd05;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
#RMlogo {
    margin-bottom: 20px;
}
#col3 table {
	float: left;
	margin-bottom: 20px;
}

table {
    border-color: #1E4E1D;
    border-style: solid;
    border-width: 0 0 1px 1px;
	border-collapse: collapse;
}
table.tablesponsors, table.tablesponsors td {
    border: none !important;
}
table.tablesponsors {
	margin-bottom:10px;
	}
table td {
    border-color: #1E4E1D;
    border-style: solid;
    border-width: 1px 1px 0 0;
    padding: 1px 3px;
}
#flyerimg {
	width: 100%;
	margin-bottom: 15px;
}

#johnfournier {
  float: left;
  width: 100%;
}
#johnfournier img {
  width: 100%;
}
.twtr-widget .twtr-tweet {
	border-bottom: 1px dotted #000000 !important;
}
#poll-holder {
	clear: both;
}

h6{
	font-size:36px;
}
#poll .voteContainer {
  float: left;
  margin-bottom: 20px;
  margin-right: 8px;
  margin-top: 10px;
  text-align: left;
  width: 47%;
}
#poll .voteContainer fieldset {
	height: 188px;
}

#poll .voteContainer p {
	padding: 5px;
}
#poll .question {
	font-size: 14px;
	font-weight:bold;
}
#poll select {
  margin-bottom: 19px;
  margin-top: 6px;
  width: 155px;
}
#poll {
	margin-bottom: 20px;
}




