@charset "UTF-8";
@import url("../../s24/s24styles.css");
body {
	font-size: 100%;
	background: #003;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

.container {
	width: 810px;
	background: #E3E3E3;
	margin: 0 auto;
}

.header {
	background: #336633;
	background-image:url(../backdrop.jpg);
	max-height:120px;
	min-height:120px;
	border-bottom: 1px solid black;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}

.sidebar1 {
	float: left;
	width: 130px;
	background: #699;
	padding-bottom: 1em;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}

.sidebarcat {
	padding: 0.5em;
	border-right: 1px solid black;
	font-weight: bold;
	background: #006;
	color: white;
}

.content {
    width: 520px;
	padding-left: 0.5em;
	padding-top: 0.5 em;
	background-color:#9DBBCE;
	position: relative;
	float: left;
}

.contentnoads {
    width: 670px;
	margin:0;
	padding:0;
	background-color:#E3E3E3;
	position: relative;
	float: left;
}

.sidebar2 {
	float: right;
	width: 130px;
	background: #000033;
	padding: 0.5em 0;
	z-index: 0;
}

/* Styles for left nav menu */
.content ul, .content ol .contentnoads ul, .contentnoads ol{ 
	padding: 0 1em 1em 0.8em;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 1em;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 0.5em 0.2em 0.5em 0.8em;
	display: block;
	text-decoration: none;
	background: #C6D580;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}

/* Common header items styling */
.headimg {
	position: relative;
}

#outertable {
	border-collapse:collapse;
	width:100%;
	padding:0.5em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	color:black;
	background-color:transparent;
}

#outertable th {
	padding-left:0.2em;
	padding-top:0.5em;
	color:black;
	background-color:transparent;
	font-size:2.2em;
}

#outertable td {
	width:50%;
	padding:0.5em;
}

#leadertable {
	border-collapse:collapse;
	width:100%;
	padding:0.5em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	color:black;
}

#leadertable th {
	padding-left:0.5em;
	color:white;
	background-color:#555;
	font-size:1em;
}

#leadertable th a {
    text-decoration:underline;
	color:white;
	background-color:transparent;
	font-size:1.2em;
}

#leadertable th a:hover, #leadertable th a:focus, #leadertable th a:active {        text-decoration: underline;
	background-color: transparent;
	color: yellow;
}

#leadertable th a:visited{ 
	text-decoration: underline;
	background-color: transparent;
	color: #6CF;
}
#leadertable td, td.pic, td.score, td.name {
	width:50%;
	padding:0.2em;
	background-color:#EEE;
}

#leadertable td.score {
	font-size:2.5em;
}

#leadertable td.name {
	font-size:1em;
}

.castlink {
	text-decoration:none;
}	

.pagetitle {
	position:absolute;
	width:805px;
	margin-top:100px;
	text-align:center;
	background-color:none;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

.subtitle {
	position:absolute;
	width:805px;
	margin-top:100px;
	text-align:center;
	background-color:none;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
}


/* Link banner below header styles (linkbox) */

.linkwrap {
	width:680px;
	margin:0 auto;
	padding:0;
    position:relative;
	background-color:#C6D580;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}

#linkbox {
	margin:0;
	padding-top:0.1em;
	width:100%;
	height:90%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	z-index:100; }
	
#linkbox li {
	list-style: none;
	border-right:1px solid #666;
	float:left; }
	
#linkbox li a {
	display:block;
	padding:0.25em 0.75em;
	background-color:#C6D580;
	color:#000;
	text-decoration:none; }
	
#linkbox li a:hover, #linkbox li a:active, #linkbox li a:focus { 
	background:#ADB96E;
	color:#FFF; }

#linkbox li ul {
	display:none; 
	width:10em;
	background-color:#999;}
	
#linkbox li:hover ul {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	z-index:100; }
	
#linkbox li:hover li {
	float:none; }
	
#linkbox li:hover li a {
	background-color:#999;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	color:#000; }
	
#linkbox li li a:hover {
	background-color:#CC9; }
	
/* For a topnav-style link list, currently unused */
ul.topnav {
	list-style-type: none;
	padding:0.2em;
	text-decoration: none;
}
ul.topnav li {
	float:left;
}

ul.topnav a, ul.topnav a:visited {
	display:block;
	width:148px;
	text-decoration: none;
	text-align: center;
	text-size:1em;
	padding:0.2em;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
	background: #C6D580;
	color: #000;
}
ul.topnav a:hover, ul.topnav a:focus { 
	background: #ADB96E;
	color: #FFF;
}
ul.topnav a:active { 
	background: #CCC;
	color: #303;
}

.disclaimer {
	color: white;
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
}


/* Box score styling */
#boxscore {
	border-collapse:collapse;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-right: 0.5em;
	border: 1px solid black;
	float:left;
}

#boxscore tr.score {
	color: black;
	background-color: #CCC;
}


#boxscore tr.score:hover, tr.score:active, tr.score:focus {
	color: black;
	background-color:#CC9;
}

#boxscore th {
	padding: 0.5em;
	text-align: left;
	color: white;
	background-color: #444;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	font-size:0.7em;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#boxscore td {
	padding: 0.5em;
	text-align: left;
	border-right:1px solid black;
	border-bottom:1px solid black;
	font-size:0.8em;
	font-family:Arial, Arial, Helvetica, sans-serif;
}

#boxscore td.name {
	padding: 0;
	width: 143px;
}

#boxscore td.kucha {
	color: black;
	background-color: #09C;
}
#boxscore td.ogakor {
	color: black;
	background-color: #6C3;
}

#boxscore td.savaii {
	color: white;
	background-color: #C33;
}

#boxscore td.drake {
	color: black;
	background-color: #099;
}

#boxscore td.upolu {
	color: white;
	background-color: #06C;
}

#boxscore td.timbira {
	color: white;
	background-color: black;
}

#boxscore td.yasur {
	color: black;
	background-color: #CC3;
}

#boxscore td.pukapuka {
	color: white;
	background-color: #393;
}

#boxscore td.mogomogo {
	color: white;
	background-color: #063;
}

#boxscore td.koror {
	color: black;
	background-color: #963;
}

#boxscore td.ometepe {
	color: black;
	background-color: #F93;
}

#boxscore td.chuaygahn {
	color: black;
	background-color: #F63;
}

#boxscore td.maraamu {
	color: black;
	background-color: #CF3;
}

#boxscore td.fang {
	color: black;
	background-color: #F30;
}

#boxscore td.malakal {
	color: black;
	background-color: #96C;
}

#boxscore td.zapatera {
	color: white;
	background-color: #609;
}

#boxscore td.ri {
	color: black;
	background-color: #999;
}

#boxscore td.out {
	color: black;
	background-color: #666;
}

#boxscore td.total {
	color: black;
	background-color: #CC9;
}


/* text-specific styles */

.postbox {
	width:98%;
	margin:0.5em 0.5em 1.2em 0.5em;
	border:1px solid grey;
	color:black;
	background-color:#DDC;
	overflow:hidden;
}

.postbox p {
	margin:0;
	padding:0;
}


.postboxtitle {
	width: 98%;
	margin:1em 0.5em 0.2em 0.5em;
	border: none;
	color:black;
	background-color: #E3E3E3;
	font-size:1.2em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.posthead {
	display: block;
	width: 100%;
	border-bottom: 1px solid grey;
	padding: 0.5em 0 0.5em 0.5em;
	color: white;
	background-color: #444;
	font-size:0.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.posthead-r {
	display: block;
	width: 100%;
    min-height: 30px;
	border-bottom: 1px solid grey;
	padding: 0.5em 0 0.5em 0.5em;
	color: white;
	background-color: #366;
	font-size:0.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.datetag {
	width:100%;
	padding: 0.5em 0 0.5em 1em;
	color: white;
	background-color:#777;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
}

.datetag-r {
	width:100%;
	padding: 0.5em 0 0.5em 1em;
	min-height:22px;
	color: white;
	background-color:#588;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
}

.pullquote {
	float: right;
	margin-left:0.5em;
	padding-bottom: 0.5em;
	color: white;
	background-color:#588;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

.pullquote-left {
	float: left;
	margin-right:0.5em;
	padding-bottom: 0.5em;
	color: white;
	background-color:#588;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

.pullquote img, .pullquote-left img {
	margin-bottom: 0.5em;
	border:1px solid black;
}

.posttext {
	padding: 0.5em 0.5em 1em 0.8em;
	color:black;
	font-size: 0.85em;
	line-height:1.4;
	font-family:"Times New Roman", Times, serif;
}

.posttext ul {
	padding-left: 0.8em;
}

.postimg {
	position:relative;
	float:right;
	border:none;
	margin-bottom:0.5em;
}

.recapcatimg {
	position:relative;
	float:right;
	border:1px solid #666;
	margin: 0 0.5em 0 0.5em;
}

.picbar {
	float: left;
	margin:none;
	color: white;
	background-color:#588;
	border:1px solid black;
	border-right:1px solid #999;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 0.5em 1em 0.5em 0.5em;
	background: #CCC49F;
	position: relative;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	clear: both; 
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 0.5em;
}
.fltlft { 
	float: left;
	margin-right: 0.5em;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}