@charset "UTF-8";
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: #9DBBCE;
	margin: 0 auto;
}

.header, .header-brady, .header-brook, .header-bubba, .header-chad, .header-chris, .header-johnk, .header-johnp, .header-sarge, .header-rory, .header-ami, .header-dolly, .header-eliza, .header-julie, .header-leann, .header-lisa, .header-mia, .header-scout, .header-twila {
	background: #336633;
	max-height:120px;
	min-height:120px;
	border-bottom: 1px solid black;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}

.header {
	background-image:url(images/backdrop.jpg);
}

.header-twila {
	background-image:url(images/cast/backdrop-twila.jpg);
}
.header-scout {
	background-image:url(images/cast/backdrop-scout.jpg);
}
.header-mia {
	background-image:url(images/cast/backdrop-mia.jpg);
}
.header-lisa {
	background-image:url(images/cast/backdrop-lisa.jpg);
}
.header-leann {
	background-image:url(images/cast/backdrop-leann.jpg);
}
.header-julie {
	background-image:url(images/cast/backdrop-julie.jpg);
}
.header-eliza {
	background-image:url(images/cast/backdrop-eliza.jpg);
}
.header-dolly {
	background-image:url(images/cast/backdrop-dolly.jpg);
}
.header-ami {
	background-image:url(images/cast/backdrop-ami.jpg);
}
.header-rory {
	background-image:url(images/cast/backdrop-rory.jpg);
}
.header-sarge {
	background-image:url(images/cast/backdrop-sarge.jpg);
}
.header-johnp {
	background-image:url(images/cast/backdrop-johnp.jpg);
}
.header-johnk {
	background-image:url(images/cast/backdrop-johnk.jpg);
}
.header-chris {
	background-image:url(images/cast/backdrop-chris.jpg);
}
.header-chad {
	background-image:url(images/cast/backdrop-chad.jpg);
}
.header-bubba {
	background-image:url(images/cast/backdrop-bubba.jpg);
}
.header-brook {
	background-image:url(images/cast/backdrop-brook.jpg);
}
.header-brady {
	background-image:url(images/cast/backdrop-brady.jpg);
}

.sidebar1 {
	float: right;
	width: 130px;
	background: #9DBBCE;
	padding-bottom: 1em;
	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:#9DBBCE;
	position: relative;
	float: left;
}

.contentwide {
	float: left;
	width: 100%;
	background-color:#9DBBCE;
	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;
	border-left: 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;
}

/* 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; }
	
#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; }



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

#casttable {
	border-collapse:collapse;
	max-height:120px;
	width:100%;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	vertical-align: bottom;
}
#casttable td.leftspacer {
	width:155px;
}
#casttable td.midspacer {
	width:390px;
	color: white;
	background-color:transparent;
	font-size:1em;
}

#casttable td.pic {
	width:250px;
	color: white;
	background-color:transparent;
	font-size:0.7em;
}

#casttable td.links {
	width:100%;
	background-color:transparent;
	text-align:center;
	font-size:0.65em;
}
#casttable td.spoilmidspacer {
	width:510px;
	color: white;
	background-color:transparent;
	font-size:1em;
}
#casttable td.spoilpic {
	width:130px;
	color: white;
	background-color:transparent;
	font-size:0.7em;
}
#casttable td.spoilerlinks {
	width:510px;
	color:black;
	background-color:#CC9;
	text-align:center;
	font-size:0.9em;
}


#casttable li {
	float:left;
}

.castlink {
	text-decoration:none;
}
.castlink a {
    color:#9CF;
	background-color:transparent;
}

.castlink a:hover, .castlink a:focus {      text-decoration: underline;
	background-color: transparent;
	color: #6CF;
}
.castlink a:active { 
	text-decoration: underline;
	background-color: transparent;
	color: white;
}	
.pagetitle {
	position:absolute;
	width:805px;
	margin-top:80px;
	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;
}
.spoilerlinks {
	position:absolute;
	display:inline;
	width: 805px;
	overflow:auto;
	color:black;
	background-image:url(../survivor_nicaragua/images/spoilgrad.jpg);
	background-repeat:repeat;
	background-color:#CC9;
	margin-top:100px;
	padding:0.25em;
	text-align:center;
	font-size:0.9em;
}
.spoilpic {
	position:absolute;
	margin-left:670px;
	margin-top:15px;
}

.explainer {
	position:absolute;
	width:135px;
	margin-left:670px;
	margin-top:35px;
	color: white;
	background-color:transparent;
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
}

#headtable {
	border-collapse: collapse;
	display:inline;
}

#headtable th {
	text-align: left;
	padding-left: 0.25em;
	padding-right: 0.25em;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: white;
	background-color: transparent;
}


/* For a topnav-style link list */
ul.topnav, ul.topnavm {
	list-style-type: none;
	padding:0.2em;
	text-decoration: none;
}
ul.topnav li, ul.topnavm li {
	float:left;
}

ul.topnav a, ul.topnav a:visited {
	display:block;
	width:78px;
	text-decoration: none;
	text-align: center;
	padding:0.2em;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
	background: #C6D580;
	color: #000;
}

ul.topnavm a, ul.topnavm a:visited {
	display:block;
	width:78px;
	text-decoration: none;
	text-align: center;
	padding:0.2em;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
	background: #C66;
	color: #000;
}

ul.topnav a:hover, ul.topnav a:focus, ul.topnavm a:hover, ul.topnavm a:focus { 
	background: #ADB96E;
	color: #FFF;
}
ul.topnav a:active, ul.topnavm a:active { 
	background: #CCC;
	color: #303;
}

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

/* Recap awards table styling */
#recaptable {
	border-collapse:collapse;
	display:block;
	margin-left:-0.2em;
	align:center;
	width:100%;
	padding: 0.5em 0 0.5em 0;
}
#recaptable tr {
	width:100%;
	}

#recaptable td {
	width:25%;
	border-right:1px solid #acc;
	color: white;
	background-color:#588;
	text-align:center;
	vertical-align:top;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

/* Calendar-specific styling */
#caltable {
	border-collapse:collapse;
	display:block;
	width: 100%;
	margin:0.5em;
	border: 1px solid black;
}
#caltable tr.top {
	width:100%;
	background-color:black;
	border-bottom:1px solid black;
}

#caltable tr.bottom {
	width:100%;
	background-color:black;
	border-bottom:3px solid black;
}

#caltable th {
	width:14%;
	padding: 0.25em;
	text-align: center;
	color: white;
	background-color: #006;
	font-size:0.7em;
	font-family:Arial, Arial, Helvetica, sans-serif;
	border-right:1px solid black;
}

#caltable td.dkgrey, td.ltgrey, td.blue, td.red, td.yellow {
	width:14%;
	text-align: left;
	vertical-align:top;
	font-size:0.75em;
	font-family:"Times New Roman", Times, serif;
	line-height:1.4;
	border-right:1px solid black;
}

#caltable td.dkgrey {
	color: white;
	background-color:#666;
	font-weight:bold;
}

#caltable td.ltgrey {
	color: black;
	background-color:#999;
}

#caltable td.blue {
	color: black;
	background-color:#69C;
}

#caltable td.red {
	color: black;
	background-color:#C66;
}

#caltable td.yellow {
	color: black;
	background-color:#CC6;
}

.seasonstab {
	float: left;
	width:24.8%;
	border-right:1px solid grey;
	vertical-align:top;
}

.seasonstab2 {
	float: left;
	width:49.6%;
	border-right:1px solid grey;
	vertical-align:top;
}

.seasonstabright {
	float: left;
	width:24.8%;
	vertical-align:top;
}

.tabtext {
	float: inherit;
	padding:0.5em;
	vertical-align:top;
	color:black;
	font-size:0.8em;
	font-family: Tahoma, Geneva, sans-serif;
}

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

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

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


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

#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.kalabaw {
	color: white;
	background-color: #C33;
}

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

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

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

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

#boxscore td.score {
	color: black;
	background-color: #9CC;
}

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

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

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

/* Survivometer-specific styling */
#smetertable {
	border-collapse:collapse;
	display:block;
	width: 100%;
	margin: 0.5em;
	border: 1px solid black;
	background-color: #9C9;
}

#smetertable tr {
	width:100%;
}

#smetertable tr.head {
	padding: 0.5em;
	text-align: left;
	color: white;
	background-color: #006;
	font-size:0.9em;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#smetertable tr.generic {
	background-color: #999;
	background-repeat:repeat;
	border-bottom: 1px solid black;
}

#smetertable tr.red {
	background-color: #933;
	background-repeat:repeat;
	border-bottom: 1px solid black;
}

#smetertable tr.matsing {
	background-color:#03C;
	background-repeat:repeat;
	color:white;
	border-bottom: 1px solid black;
}
#smetertable tr.lopevi {
	background-image:url(images/lopevi.jpg);
	background-repeat:repeat;
	border-bottom: 1px solid black;
}

#smetertable tr.alinta {
	background-image:url(images/alinta.jpg);
	background-repeat:repeat;
	border-bottom: 1px solid black;
}

#smetertable tr.yasur {
	background-image:url(images/yasur.jpg);
	background-repeat:repeat;
	border-bottom: 1px solid black;
}

#smetertable tr.purple {
	background-color: #86C;
	background-repeat:repeat;
	border-bottom: 1px solid black;
}

#smetertable td.pic {
	width:225px;
	margin:0.5em;
}

#smetertable td.season {
	width:155px;
	margin:0.5em;
}

#smetertable td.text {
	width:100%;
	text-align:left;
	vertical-align:top;
}

img.smeterimg {
	width:220px;
	height:80px;
}

p.smetertext {
	width:95%;
	background-color:#acc;
    border: 1px solid black;
	padding: 0.25em;
	text-align:left;
	color:black;
	font-size:0.8em;
	font-family:"Times New Roman", Times, serif;
}

#smetersubtable {
	border-collapse: collapse;
	width:100%; 
	border: 1px solid black;
	padding: 0.25em;
	text-align:left;
}

#smetersubtable th {
    text-align: center;
	color: white;
	background-color: #006;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid black;
}

#smetersubtable td.subhed {
    width:25%;
	text-align: center;
	color: white;
	background-color: #999;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid black;
	border-right:1px solid black;
}

#smetersubtable td.pro {
	width:50%;
    text-align: left;
	vertical-align:top;
	color: black;
	background-color: #9C9;
	font-size:0.8em;
	font-family:"Times New Roman", Times, serif;
	border-right:1px solid black;
}

#smetersubtable td.con {
	width:50%;
    text-align: left;
	vertical-align:top;
	color: black;
	background-color: #C99;
	font-size:0.8em;
	font-family:"Times New Roman", Times, serif;
}

#smetersubtable td.subtext {
	width:100%;
    text-align: center;
	vertical-align:top;
	border-right:1px solid black;
	color: black;
	background-color: #9C9;
	font-size:0.8em;
	font-family:"Times New Roman", Times, serif;
}

#smetersubtable td.subtext2 {
	width:25%;
    text-align: center;
	vertical-align:top;
	border-right:1px solid black;
	border-bottom:2px #666;
	color: black;
	background-color: #9C9;
	font-size:0.8em;
	font-family:"Times New Roman", Times, serif;
}

#smetersubtable td.ritext {
	width:100%;
    text-align: left;
	vertical-align:top;
	border-right:1px solid black;
	border-top:1px solid black;
	color: black;
	background-color:#999;
	font-size:0.8em;
	font-family:"Times New Roman", Times, serif;
}

.smeterbutton {
	display:block;
	width:17.5%;
	float:left;
	padding:0.2em 0.5em 0.2em 0.5em;
	text-align:center;
	vertical-align:top;
	color:black;
	font-size:0.8em;
}

.smeterbutton a {
	text-decoration:none;
}

/* spoilers-specific styles */
.spoilnavbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	}

.postboxwide {
	margin: 0.5em;
	border: 1px solid grey;
	color:black;
	background-color: #9C9;
	overflow: hidden;
}

.postbox2wide {
	margin: 0.5em;;
	border: 1px solid grey;
	color:black;
	background-color: #acc;
	overflow: hidden;
}

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

.postboxtitle {
	width: 100%;
	margin:1em 0.5em 0.2em 0.5em;
	border: 1px solid grey;
	color:black;
	background-color: #CC9;
	overflow: hidden;
}
.postbox p {
	margin:0;
	padding:0;
}

.posthead {
	display: block;
	width: 100%;
	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;
}

.posthead a, .posthead a:visited {
	text-decoration: none;
	color: #CC9;
	background-color: #366;
}
.posthead a:hover, .posthead a:active, .posthead a:focus { 
	background-color: #366;
	color: #CCF;	
}

.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;
}

.trolly {
	display: block;
	min-height:120px;
	max-height:120px;
	border-bottom: 1px solid grey;
	padding: 0 0 0 0;
	color: white;
	background-image:url(../s22/images/trolly.jpg);
	font-size:0.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.icu {
	display: block;
	min-height:120px;
	max-height:120px;
	border-bottom: 1px solid grey;
	padding: 0 0 0 0;
	color: white;
	background-image:url(../s22/images/icu.jpg);
	font-size:0.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.beasty {
	display: block;
	min-height:120px;
	max-height:120px;
	border-bottom: 1px solid grey;
	padding: 0 0 0 0;
	color: white;
	background-image:url(../s22/images/beasty.jpg);
	font-size:0.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.tbtjp {
	display: block;
	min-height:120px;
	max-height:120px;
	border-bottom: 1px solid grey;
	padding: 0 0 0 0;
	color: white;
	background-image:url(../s22/images/tbtjp.jpg);
	font-size:0.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.slashy {
	display: block;
	min-height:120px;
	max-height:120px;
	border-bottom: 1px solid grey;
	padding: 0 0 0 0;
	color: white;
	background-image:url(../s22/images/slashy.jpg);
	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:#588;
	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, .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:1px solid #666;
	margin-bottom:0.5em;
}

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

/* ~~ 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;
}
