/*
Theme Name: PSL Re-Design v1
Theme URI: http://prosuperleague.com
Description: Football Website Stylesheet
Version: 0.5
Author: Jake Price
Author URI: http://www.jakelprice.com
Tags: football
*/

/* Typography
-----------------------------------------------------------------------------*/
body{
	font-size: 12px;
}
/* For modern browsers */
html>body{
	font-size: 10px;
}
h1 {
	font-size: 18px;
	color: #000;
}

/* Basic Layout
-----------------------------------------------------------------------------*/
body {
	color: #cdcdce;
	font-family: “Trebuchet MS”, sans-serif;
	margin: 0;
	padding: 0px;
	background: #ffffff url('../Images/grass2.png') repeat;
	/*background-color: #232425;*/
	background-color: #256026;
}

/* Containers
-----------------------------------------------------------------------------*/
#siteContainer {
	margin: 0 auto;
	width: 960px;
}

#pageContainer {
	margin: 40px auto;
	width: 960px;
}

#contentContainer {
	margin: 0px auto;
	width: 960px;
	background: #cdd1d7;
}

.clearall {
	clear: both;
}

/* Navigation
-----------------------------------------------------------------------------*/
#navigation {
	height: 26px;
	margin:0;
	padding:4px 0 0 0;
}

#navigation {
	height: 26px;
}

#navigation ol {
	list-style:none; 
	margin:0;
	padding:0;	
}

#navigation li {
	height: 26px;
	float: left;
	list-style: none;
	margin-left:-26px;
	background: url('../Images/nav_4.png') no-repeat;
    width: 127px;
}

#navigation a {
	display: block;
	text-align: center;
	/*height: 26px;*/
	height: 11px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
	overflow: hidden;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a:visited {
	font-style: normal;
}

#navigation li.dark a,#main_navigation li.active a {
	color: #a9dc15;
	font-weight: bold;
}

#navigation li.first {
	margin-left: 0;
	width: 135px;
}

#navigation li.dark {
background: url('../Images/nav_1.png') no-repeat;
padding-right:15px; width:120px;
}

#navigation li.light { width:110px; padding-right:20px;
background: url('../Images/nav_2.png') no-repeat center left;
}

#navigation li.last {
	background: url('../Images/nav_3.png') no-repeat;
	width: 136px;
}

#navigation li.statistics {
	background: transparent;
	color: #9DAFAB;
	float: right;
	white-space:nowrap;
	width:auto;
	height: 26px;
	text-align: right;
	font-size:11px;
}

/* Sub Nav Bar
-----------------------------------------------------------------------------*/
#subnav {
	height: 31px;
	margin:0;
	padding:0;
}

#subnav .rightbar {
	background: url('../Images/nav_sub.png') no-repeat top right;
	color: #dedede;
	float: right;
	text-align: right;
	width: 137px;
	/*width: 217px;*/
	height: 11px;
	padding: 10px 0px 10px 0;
	text-align:center;
}


#subnav .leftbar {
	background: url('../Images/header.png') repeat top left;
	float:left;
	width: 800px;
	height: 8px;
	padding: 10px 13px 10px 10px;
	text-align: left;
}

#subnav .leftbar  span{
	text-align: right;
	margin: 0px 30px 5px 15px;
}

#subnav .leftbar  .medal{
	float: left;
	width: 10px;
	text-align: left;
	margin: -2px;
}

/* Header
-----------------------------------------------------------------------------*/
#header { 
	/*background: url('../Images/header.png') bottom left repeat-x;*/
	height:58px;
	padding:0;
}

#banner {
	background: #222a2a url('../Images/banner.png') no-repeat top left;
	width: 100%;
	height:150px;
	border-top: 1px solid #7a7c7f;
}

/* Visual Banner

Need to make it compatible for 

- Youtube videos (GOTW)
- Text
- Attachments
- Images?
-----------------------------------------------------------------------------*/

#mainBanner {
	height: 320px;
	width: 910px;
	margin: 12px 0px 7px 25px;
	background: url('../Images/board.png') no-repeat;
	clear: both;
}

.chalktitle {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 34px;
	padding: 60px 60px 0px 60px;
}

.chalkmini{
	float: left;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	padding: 30px 60px;
	width: 380px;
}

.chalkvideo {
	display: block;
	float: right;
	margin-top: -63px;
	margin-right: 50px;
	width: 350px;
}

#otherBanner {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

/* Left and Right page content
-----------------------------------------------------------------------------*/


#content {
	width: 680px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#content h2 {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border: 1px solid #1b3e1c;  
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	background-color: #143e15;
}

#news {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	border-left: 2px solid #1b3e1c;  
	border-right: 2px solid #1b3e1c;  
	border-bottom: 2px solid #1b3e1c;  
	color: #282828;
	margin-bottom: 20px;
}
#news li h3 {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	padding: 2px 0 8px 4px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #616365;
}
#news li p {
	margin-top: 15px;
}
#news li ul {
	list-style-type: disc;
	font-size: 1.1em;
	margin: 0 0 -15px 35px;
	padding: 0 25px 0 0;
}
#news ul li {
	line-height: 1.5;
	margin: 0 0 3px 0;
}

#news > li {
	padding: 20px;
}

.post-info { 
	margin: 15px 6px 2px; 
	border-top: 1px dotted #616365;
	padding: 2px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	text-align: right;
}

#sidebar {
	width: 250px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#sidebar  h2 {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border: 1px solid #1b3e1c;  
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	background-color: #143e15;
}
#FP {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	border-left: 2px solid #1b3e1c;  
	border-right: 2px solid #1b3e1c;  
	border-bottom: 2px solid #1b3e1c;  
	color: #282828;
	text-align: center;
	padding: 10px;
}
#FP .imageplayer {
	padding-top: 10px;
}
#FP .name {
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2em;
}
#FP .stuff {
	padding:2px;
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1.2em;
	padding-bottom: 10px;
}
#FP a {
	text-decoration: none;
	color: #121cf9;
	font-size: 16px;
}
#FP a:hover{
	text-decoration: underline;
}

/* Frames
-----------------------------------------------------------------------------*/
#iFrame {
	margin: 20px 100px 30px;
}

/* Misc
-----------------------------------------------------------------------------*/
#notice {
	background: #fff6bf url('../Images/exclamation.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin: 10px auto;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 3px solid #7a7c7f;
	background: #4C4E50;
	text-align: left;
	padding: 10px;
	height: 10px;
	clear: both;
}

#footer .copy {
	float: left;
}

#footer .copy a{
	color: #afc0af;
	text-decoration: none;
}
#footer .other{
	float: right;
}

#footer .other a{
	color: #afc0af;
	text-decoration: none;
}
