/* body START */
body {
    background: #FFF; 
	color:#333;
	font-size: 0.8125em;
	font-family: Verdana, sans-serif;
}
* html body {
	text-align: center;
}

#container {
	margin:0 auto;
	width:950px;
}

* html #container {
	text-align: left;
}

/* body END */

/* util START */
* {
	margin:0;
	padding:0;
}

abbr[title], acronym[title] {
	border-bottom:thin dotted;
	cursor:help;
}

small, .small {
	font-size:10px;
}
ul, li {
	list-style-type:none;
}
img {
	border:none;
}
.inline {
	display:inline;
}
.sided {
	background:#FFF;
	border:1px solid #899EA6;
	padding:3px;
}
a .sided:hover {
	border-color:#496370;
}
a {
	color:#258;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.button {
	text-decoration:none;
	padding:2px 5px;
	background:#E9EEF1;
	border:1px solid #CCC;
	color:#84985D;
}
.button:hover {
	text-decoration:none;
	background:#E1E7E9;
	border-top:1px solid #B5C98F;
	border-right:1px solid #D5E396;
	border-bottom:1px solid #D5E396;
	border-left:1px solid #B5C98F;
	color:#60743A;
}
blockquote {
	background:#F1F5F6;
	border:1px dashed #B0BEC7;
	color:#666;
	padding:5px 10px;
	margin:5px 0;
}
blockquote a {
	color:#258;
}
blockquote.adminquote {
	background:#FAFDEC;
	border-color:#D5E396;
}
.feed, .feed a {
	background:#FFD700;
	color:#FFF;
}
.textfield, .textarea {
	border:1px solid #A4B97F;
	padding:2px 1px;
	font-size:12px;
}
.clear {
	clear:both;
}
.strike {
	text-decoration:line-through;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px !important;
	margin-right:7px;
}
.right {
	float:right;
	margin-left:10px !important;
	margin-left:7px;
}
.part, .post .content p {
	margin-bottom:8px;
	overflow:hidden;
}
.bottom_separator {
	margin-bottom:10px;
}
.box {
	background:#FFF;
	width:99%;
	margin-bottom:10px;
}
.box .content {
	background:#FFF;
	margin:1px;
	padding:6px 9px;
}
.box .g {
	background:#FFF;
}
.box .r {
	background:#FFF;
}
.hollow {
	display:block;
	margin:-6px -9px;
	padding:6px 9px;
	background:#FFF;
}
.indent_l-1 {
	margin-left:-1px;
}
.indent_r-1 {
	margin-right:-1px;
}
/* util END */

/* bottom START */
#bottom {
	margin-top:5px;
    margin-bottom:15px;
	padding:5px 0;
	font-size:10px;
	border-top: 1px dashed #B2B2B2;
}
#bottom li {
	float:left;
	padding:0 5px;
	border-right:1px solid #333;
}
#bottom li.s {
	border:none;
}
#bottom span {
	float:left;
	padding:0 5px;
}
#bottom #about {
	text-transform:uppercase;
}
/* bottom END */

/* header START */
#header {
    background:#E9EEF1;
	border-bottom:1px solid #B0BEC7;
	margin-bottom:10px;
}
#header .content {
	background:#FFF;
	width:100%;
	height:227px;
}
#header .content #title {
	float:left;
	padding:15px;
}
#header .content #title a:hover {
    text-decoration: none;
}
#header .content h1 {
	font-size:1.8em;
	font-style:normal;
    font-weight: bold;
	letter-spacing:0.15em;
}
#header .content #tagline {
	font-size:10px;
}
#header .meta {
	font-size:10px;
	border:1px solid #FFF;
}
#menubar {
	float:left;
	padding:0 10px;
}
#menubar li {
	float:left;
	border-style:solid;
	border-color:#FFF;
	border-width:0 1px;
	margin-left:-1px;
}
#menubar li a {
	display:block;
	text-decoration:none;
	padding:4px 9px;
}
#menubar li a:hover {
	background:#E1E7E9;
}
#menubar .current_page_item {
	background:#FFF;
	font-weight:bold;
}
#copyright, .feedlink, .greedlink, .emaillink {
	float:right;
	padding:4px 9px;
	border-right:1px solid #FFF;
	margin-right:-1px;
}
a.emaillink {
	float:right;
	padding:4px 9px;
}
a.feedlink {
	background:#FFA500;
	border-left:1px solid #FFF;
	text-decoration:none;
	color:#FFF;
}
a.feedlink:hover {
	background:#FFD700;
	text-decoration:none;
}
a.greedlink {
	background:#E9EEF1;
	border-left:1px solid #FFF;
	text-decoration:none;
}
a.greedlink:hover {
	background:#E1E7E9;
	text-decoration:none;
}
/* header END */

/* main START */
#main {
	width:770px;
	float:left;
	border-right:1px solid #B0BEC7;
}
.post {
	width:100%;
	background:#FFF;
	margin-bottom:10px;
}
.post .title {
	font-size: 1.4em;
    font-family: Georgia, Times, serif;
	margin:1px;
	padding:4px 9px;
	text-decoration:none;
	color:#258;
}
.post .title a:hover {
	text-decoration:none;
	color:#333;
}
.post .text {
	padding:8px 10px;
        line-height: 1.8em;
        font-size: 0.88em;
}
.post .text a {
        text-decoration: underline;
}
.post .text a:hover {
        background-color: #E9EEF1;
}
.post .text img {
	max-width:600px;
}
.post .text ul li {
	list-style-type:square;
	list-style-position:inside;
	padding-left:20px;
}
.post .text ol li {
	list-style-type:decimal;
	list-style-position:inside;
	padding-left:20px;
}
.post .meta {
	background:#F1F5F6;
        margin: 0.25em 2em 0.5em;
	padding:4px 9px;
	font-size: 0.75em;
        border-top: 1px dashed #B2B2B2;
        border-bottom: 1px dashed #B2B2B2;
}

.post .date {
        font-size: 0.85em;
        font-family: Georgia, Times, serif;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-left: 1em;
        color:#258;
}

/* main END */

/* sidebar START */
#sidebar {
	float:right;
	width:170px;
}
.sidebar .sidedate {
	color:#B0BEC7;
}
.widget {
	background:#FFF;
	margin-bottom:10px;
}
.widget h3 {
	background:#E9EEF1;
	font-size:11px;
	margin:1px;
	padding:3px 6px;
	text-decoration:none;
	color:#258;
}
.widget a:hover h3 {
	background:#E1E7E9;
}
.widget ul {
	padding:4px 7px 10px;
}
.widget .tag_cloud, .widget .space {
	padding:4px 12px 8px;
}
.widget ul li {
	line-height:18px;
	padding:3px 5px;
	border-bottom:1px solid #DCE3E9;
}
.widget ul li .rc_avatar {
	line-height:12px;
}
.widget ul li:hover {
	background:#F1F5F6;
}
.sidebar #searchbox {
	padding:6px;
	margin:1px;
}
#searchbox .textfield {
	width:234px;
}
#searchbox .operation {
	color:#84985D;
	margin-top:4px;
	font-size:10px;
}
#searchbox .operation span {
	padding:2px 0;
}
.widget ul li ul {
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
}
.widget ul li ul li {
	padding:3px 5px 0;
	border-top:1px solid #DCE3E9;
	border-bottom:none;
	line-height:18px;
	margin-top:3px;
	margin-right:-5px;
}
/* sidebar END */

/* footer START */
#gotop {
	display:block !important;
	display:none;
	position:fixed;
	right:10px;
	bottom:10px;
	background:#FFF;
	border:1px solid #B0BEC7;
	font-size:10px;
}
#gotop a {
	display:block;
	padding:6px 9px;
	margin:1px;
	background:#FAFDEC;
	text-decoration:none;
	font-weight:bold;
}
#gotop a:hover {
	background:#DEECBE;
}
/* footer END */

/* tables START */

table#index {
	font-size: 0.88em;
	margin-left: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

#index tbody tr td {
	padding: 4px;
	border-bottom: 1px dashed #B2B2B2;
	border-top: 1px dashed #B2B2B2;	
}

#index tbody tr.odd {
      background-color: #F1F5F6;
}

table#index a {
	text-decoration: underline;
}

table#index a:hover {
	background:#E1E7E9;	
}

table.matchList {
	font-size: 0.88em;
	margin-left: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

table.matchList tbody tr td {
	padding: 4px;
	border-bottom: 1px dashed #B2B2B2;	
	border-top: 1px dashed #B2B2B2;
	width: 90px;
}

table.matchList tbody tr td.rightAlign {
	text-align: right;
}

table.matchList tbody tr td.centerAlign {
	text-align: center;
	font-weight: bold;
}

table.matchList thead tr th {
	background:#E9EEF1;
	font-size:11px;
	padding:3px 6px;
	color:#258;
	text-align: left;
}

table.matchList tbody tr.odd {
      background-color: #F1F5F6;
}

table.matchList a {
	text-decoration: underline;
}

table.matchList a:hover {
	background:#E1E7E9;	
}

table.league {
	font-size: 0.88em;
	margin-left: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
	width: 550px;	
}

table.league tbody tr td {
	padding: 4px;
	border-bottom: 1px dashed #B2B2B2;	
	border-top: 1px dashed #B2B2B2;
}

table.league tbody tr td.rightAlign {
	text-align: right;
}

table.league tbody tr td.centerAlign {
	text-align: center;
}

table.league thead tr th {
	background:#E9EEF1;
	font-size:11px;
	padding:3px 6px;
	color:#258;
	text-align: center;
}

table.league tbody tr.odd {
      background-color: #F1F5F6;
}


table.scoresList {
	font-size: 0.88em;
	margin-left: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
	width: 640px;
}

table.scoresList tbody tr td {
	padding: 4px;
	border-bottom: 1px dashed #B2B2B2;	
	border-top: 1px dashed #B2B2B2;
}

table.scoresList tbody tr td.rightAlign {
	text-align: right;
}

table.scoresList tbody tr td.centerAlign {
	text-align: center;
}

table.scoresList td.narrowCol {
	width: 20px;
}

table.scoresList th.narrowCol {
	width: 20px;
}

table.scoresList td.wideCol {
	width: 150px;
}

table.scoresList th.wideCol {
	width: 150px;
}

table.scoresList thead tr th {
	background:#E9EEF1;
	font-size:11px;
	padding:3px 6px;
	color:#258;
	text-align: left;
}

table.scoresList tbody tr.odd {
      background-color: #F1F5F6;
}

table.scoresList a {
	text-decoration: underline;
}

table.scoresList a:hover {
	background:#E1E7E9;	
}

table.playerMatchList {
	font-size: 0.88em;
	margin-left: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
	width: 700px;
}

table.playerMatchList tbody tr td {
	padding: 4px;
	border-bottom: 1px dashed #B2B2B2;	
}

table.playerMatchList tbody tr td.rightAlign {
	text-align: right;
}

table.playerMatchList tbody tr td.centerAlign {
	text-align: center;
	font-weight: bold;
}

table.playerMatchList thead tr th.centerAlign {
	text-align: center;
}

table.playerMatchList tbody tr td.redCard {
	background-color: red;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

table.playerMatchList tbody tr td.yellowCard {
	background-color: yellow;
	font-weight: bold;	
	text-align: center;	
}

table.playerMatchList tbody tr td.goal {
	background-color: #5BC236;
	color: #FFF;
	font-weight: bold;
	text-align: center;	
}

table.playerMatchList tbody tr td.point {
	background-color: #5195CE;
	color: #FFF;
	font-weight: bold;
	text-align: center;	
}

table.playerMatchList tbody tr td.subbed {
	font-style: italic;
	text-align: center;	
}


table.playerMatchList thead tr th {
	background:#E9EEF1;
	font-size:11px;
	padding:3px 6px;
	color:#258;
	text-align: left;
}

table.playerMatchList tbody tr.odd {
      background-color: #F1F5F6;
}

table.playerMatchList a {
	text-decoration: underline;
}

table.playerMatchList a:hover {
	background:#E1E7E9;	
}

table.playerMatchList tbody tr th.leftAlign {
	text-align: left;
	background-color: #E0E0E0;
	padding-left: 5px;
}

table#player {
	font-size: 0.88em;
	margin-left: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

table#player tr td {
	padding: 4px;
}

table#player tr th {
	text-align: right;
	width: 110px;
	padding: 4px;	
	font-weight: bold;
	color:#258;
}

table#player tr td {

}

table#teamList {
	font-size: 0.88em;
	margin-left: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

table#teamList tbody tr td {
	padding: 4px;
	border-right: 1px dashed #B2B2B2;	
	border-left: 1px dashed #B2B2B2;		
	width: 80px;
}

table#teamList tbody tr td.rightAlign {
	text-align: right;
}

table#teamList tbody tr td.centerAlign {
	text-align: center;
	font-weight: bold;
}

table#teamList thead tr th {
	background:#E9EEF1;
	font-size:11px;
	padding:3px 6px;
	color:#258;
	text-align: left;
}

table#teamList tbody tr.odd {
      background-color: #F1F5F6;
}

table#teamList a {
	text-decoration: underline;
}

table#teamList a:hover {
	background:#E1E7E9;	
}

table.teamMatchList {
	font-size: 0.88em;
	margin-left: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
	width: 750px;
}

table.teamMatchList tbody tr td {
	padding: 4px;
	border-bottom: 1px dashed #B2B2B2;	
	border-top: 1px dashed #B2B2B2;
}

table.teamMatchList tbody tr td.rightAlign {
	text-align: right;
}

table.teamMatchList tbody tr td.centerAlign {
	text-align: center;
	font-weight: bold;
}

table.teamMatchList thead tr th.centerAlign {
	text-align: center;
}

table.teamMatchList tbody tr th.leftAlign {
	text-align: left;
	background-color: #E0E0E0;
	padding-left: 5px;
}

table.teamMatchList thead tr th {
	background:#E9EEF1;
	font-size:11px;
	padding:3px 6px;
	color:#258;
	text-align: left;
}

table.teamMatchList tbody tr.odd {
      background-color: #F1F5F6;
}

table.teamMatchList a {
	text-decoration: underline;
}

table.teamMatchList a:hover {
	background:#E1E7E9;	
}

table#result {
	width: 100%;
	text-align: center;	
}

table#result .final {
	font-size: 1.5em;
}

table#result .date {
	font-size: 0.86em;
    font-family: Georgia, Times, serif;
	padding-bottom: 5px;
}

table#result .half {
	font-size: 0.8em;
	padding-top: 5px;
}

table#result .aet {
	font-size: 0.75em;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
}

table#result a {
	text-decoration: none;
	color: black;
}

table#result a:hover {
	text-decoration: underline;
	color: black;
}

/* tables END*/

#main h4 {
	font-size: 0.9em;
    font-family: Georgia, Times, serif;
	padding-left:14px;
	padding-bottom:4px;	
	color:#258;
}