/* Global styles */

/* Styles for League Elite */
/* START: global settings */


* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background-color: #ffffff;
	background-image: url(../images/top_bg.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #4a5157;
}

/* END:global setting

/* BEGIN: top logo */



#logo {
	width: 874px;
	height: 150px;	
	margin-top: 0pt;	
	margin-right: auto;	
	margin-bottom: 0pt;	
	margin-left: auto;
}

h1, h2, h3 {
	font-size: 30px;
	color: #292929;
}

#logo h1 {
	
/*	padding-top:50px; */
	padding: 70px 37px 0 0;
	height: 54px;	
	float: left;
	font-size: 38px;
	color: #cccccc;
	font-weight: bold;
	font-family: sans-serif;
	font-variant: small-caps;
}

#logo img {
	float: left;
	padding-top:25px;
	margin-right:20px;
	margin-left:-15px;
}

#logo a {
	color: #cccccc;
	text-decoration: none;
}

#logo h2 
{
	float: right;	
	padding-top: 98px;
	padding-right: 200px;	
	padding-bottom: 0pt;	
	padding-left: 0pt;	
	text-transform: lowercase;	
	font-weight: normal;	
	font-size: 16px;	
	color: #cccccc;
}


/* END: top logo */

/* START: menu styles*/

#menu
{	
	width: 919px;	
	height: 50px;	
	margin-top: 0pt;	
	margin-right: auto;	
	margin-bottom: 0pt;	
	margin-left: auto;
}

a
{
	color: #ff0000;
}

a:hover 
{
	text-decoration: none;
}

#menu a 
{
	display: block;	
	float: left;	
	height: 25px;	
	margin-top: 0pt;	
	margin-right: 10px;	
	margin-bottom: 0pt;	
	margin-left: 10px;	
	padding-top: 5px;	
	padding-right: 20px;	
	padding-bottom: 0pt;	
	padding-left: 20px;	
	text-transform: lowercase;	
	text-decoration: none;	
	font-size: 14px;	
	font-weight: bold;	
	color: #ffffff;
}

#menu a:hover 
{
	text-decoration: underline;
}

#menu li {
	display:inline;
}

#menu .active a 
{
	background-color: #ec0000;	
	background-image: url(../images/button_bg.png);	
	background-repeat: repeat-x;	
	background-attachment: scroll;	
	
}

p, ul, ol 
{
	margin-bottom: 2em;
	text-align: justify;
	line-height: 200%;
}

#menu ul
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 10px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	line-height: normal;
	
}

/* END: menu	*/


/* START: Footer styles */

#footer {
	padding: 35px 0;
	background: url(../images/img08.gif) no-repeat center top;
	font-size: 12px;
}

#footer p {
	text-align: center;
}

hr {
	display: none;
}

/* END: Footer styles */



td, th {
	border: 1px solid #CCCCCC;	
}

th {
	background: #F0F0F0;
}


/* Page */

#bg {
	background: url(../images/img04.gif) no-repeat center top;
}

#page {
	width: 918px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 625px;
	padding: 0 0 0 24px;
}

#content h1 {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	background: url(../images/img07.gif) no-repeat left center;
}

#content .content {
	padding-left: 32px;
}

/* Posts */

.post h1.title {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	background: url(../images/img07.gif) no-repeat left center;
}

.post h2.title {
	margin: 40px 0 25px 0;
	padding-left: 33px;
	background: url(../images/img07.gif) no-repeat left center;
}

.post .title a {
	text-decoration: none;
	color: #292929;
}

.post .entry {
	padding-left: 32px;
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

.post table {
	width:100%;
	font-family: "Book Antiqua";
	font-size: 16px;
	text-align: center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 214px;
	padding: 0 1px 0 0;
}

#sidebar a {
	color: #4A5157;
}

.box {
}

.box .title {
	height: 27px;
	padding: 6px 0 0 34px;
	background: #C80000 url(../images/img05.gif) no-repeat;
	text-transform: lowercase;
	font-size: 17px;
	color: #FFFFFF;
}

.box .content {
	padding: 26px;
	background: url(../images/img06.gif) repeat-x;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

/************************************************************
	TABLE DATA CELLS
************************************************************/
.data-small, .data-medium, .data-large {
	text-align:center;
	padding:0px;
}

.data-small{
	width:40px;
	
}

.data-medium{
	width:85px;
	
}

.data-large{
	width:140px;
	
}

em {
	font-style:italic;
	font-weight: bold;
}

.nav-wrapper {
	padding-bottom:5px;
	margin-bottom:20px;
	float:left;
	border-bottom:3px double #cccccc;
}

.nav-text {
float:left;
}

.nav-buttons {
float:right;
}

.teamsheet-link img{
	border:0px;
	padding:2px;
}