/*  
Theme Name: OC Theme
Theme URI: 
Description: 
Version: 1.0
Author: Jon Fedyk
Author URI: http://feddy.ca/
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*@import "reset.css";*/

/* Begin Typography and Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	margin: 0;
	min-width: 760px;
}

#page {
	font-size: 120%;
	line-height: 1.5;
}

a:link {
	color: #06c;
}

a:visited {
	color: #a95454; 
}

a:hover {
	color: #147;
}

a:active {

}

a:focus {
	outline: 1px dotted black;
}

hr {
	display: none;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #555;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	margin: .5em 0;
	font-weight: 700;
}

h3 {
	margin: 1em 0 .25em;
	font-size: 130%;
	color: #5380a5;
}

p {
	margin-bottom: 1em;
}

ul {
	margin-left: .5em;
}

ol {
	margin-left: 2.5em;
	list-style-type: decimal;
}

ol li {
	margin: .5em;
}

dl {
	margin-bottom: 1em;
	line-height: 1.2;
}

dt {
	margin-top: 1em;
}

ins {
	text-decoration: none;
	background-color: lightyellow;
}

.ot {
	font-size: 83.3%;
}

.entry ul {
	margin: 0 0 1em;
}

.entry ul li {
	list-style-type: disc;
	margin-left: 2em;
}

.entry blockquote, ol.commentlist li blockquote
{
	margin-left: 2em;
	padding-left: 1em;
	border-left-width: 0.5em;
	border-left-style: solid;
	border-left-color: lightgrey;
}

small {
	font-size: 80%;
	margin: .5em 0;
}

pre {
	font-family: Courier, monospace;
	margin-bottom: 1em;
}
/* End Typography and Colors */

/* Forms */
fieldset {
	border: 1px solid black;
	padding: .5em;
	margin: 1em 0;
}

fieldset legend {
	padding: 0 5px;
	font-weight: 700;
	font-size: 110%;
}

fieldset input {
	vertical-align: middle;
}

select {
	/*width: 55%*/;
	width: auto;
}

input, textarea, select {
	margin: .25em .25em .5em;
}

input[type="radio"] {
	margin: 0;
}

option {
	padding-right: .25em;
}

label {
	/*display: block;
	margin-top: .5em;*/
	padding: .5em;
	font-weight: 700;
}
/* End Forms */

/* Layout and Positioning */
#header {
	/*background: #d5d4d5 url(images/choosing-sides.png) no-repeat top right;*/
	background: black url(images/40_yard_line.png) no-repeat top right;
	height: 160px;
	width: 100%;
	position: relative;
}

#header .description {
	text-align: right;
}

#header .description h2 {
	font-size: 100%;
	text-align: center;
	background: black;
	color: white;
	display: block;
	width: 27em;
	position: absolute;
	left: 0;
	top: -6px;
	padding: 5px 5px;
}

#box {
	font-size: 220%;
	background: #eee;
	margin: 0 auto;
	padding: 5px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#header h1 {
	text-align: center;
	color: black;
	margin: 0;
	padding: 0 15px;
}

#header h1 a {
	color: black;
}

#header h1 a:hover {
	color: #73a0c5;
}

#container {
	float: left;
	width: 100%;
	margin-right: -260px;
}

#content {
	padding: 2em 1% 2em 2%;
	margin-right: 260px;
/*	display: inline;*/
	text-align: justify;
}

#content h2 {
	font-size: 160%;
}

#content p {
	font-size: 120%;
	line-height: 1.4;
	letter-spacing: .02em;
}

#secondary {
	float: right;
	width: 220px;
	margin: 1em 17px;
	padding: 0;
	display: inline;
	font-size: 83.3%;
	line-height: 1.2;
}

#secondary ul li {
	margin-bottom: .25em;
}

#secondary .date {
	display: block;
	float: left;
	width: 5em;
	font-weight: 700;
}

#welcome p {
	text-align: center;
	/*font-size: 120%;*/
}

#welcome fieldset p {
	text-align: left;
	margin-bottom: 0;
}

div.messages li {
	background-color: red;
	color: white;
	padding: 3px;
}

#hud {
	float: right;
	width: 240px;
	margin: 0 0 1em 2em;
	padding: 0 1em;
	display: inline;
	border: solid 1px black;
	/*font-size: .83%*/
}

#hud h3 {
	text-align: center;
}

#subfooter {
	width: 98%;
	background: #ddd;
	padding: 0 1% 1em;
	clear: both;
	font-size: 110%;
	line-height: 1.25;
	border-top: solid 1px #bbb;
}

#subfooter:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#nav, #archives, #categories, #jottings {
	float: left;
	width: 23%;
	margin: 1em 0;
	padding: 0;
	display: inline;
}

#nav, #jottings {
	width: 25%
}

#subfooter h2, #hud h2 {
	font-size: 120%;
	margin: .5em 0;
}

#jottings ul li, .jottings li {
	margin-bottom: 1em;
}

.jottings li {
	font-size: 120%;
	line-height: 1.4;
}

#footer {
	clear: both;
	padding: 1em;
	background: #d5d6d7;
	border-top: solid 1px #aaa;
	line-height: 1.5;
}

#footer p {
	text-align: center;
}

#signup #contestname {
	width: 210px;
}

#signup #contract {
	margin-bottom: .5em;
}

#preferences label {
	display: block;
	width: 30%;
	float: left;
	text-align: right;
}

#preferences input {
	display: block;
	/*width: 40%;*/
	float: left;
}

#preferencessubmit {
	clear: both;
}

#contract input {
	float: left;
	/*margin: .25em 0 0 .25em;*/
	margin-bottom: 1em;
}

#contract label {
	padding-left: .25em;
}

#secondary ul li, #subfooter ul li {
	list-style: none;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
}

.entrytext ol {
	list-style-type: upper-roman;
}

.starters {
	width: 30%;
	float: left;
	text-align: left;
}

.starters label {
	padding: 0;
	clear: both;
	float: left;
	vertical-align: top;
	width: 95%;
	margin-top: 0;
}

.starters input {
	vertical-align: middle;
}

/* Table Styling */
th {
	font-weight: 700;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: .5em 0 1em;
	clear: both;
}

caption
{
	font-weight: bold;
	text-align: center;
}

#statussummary {
	font-size: 120%;
	line-height: 1.5;
	clear: none;
	width: 55%;
	margin: .25em 0 1em;
}

#statussummary thead th, #statussummary tbody td {
	text-align: center;
}

#statussummary tbody th {
	text-align: left;
}

th {
	padding: 3px;
	background-color: #ccc;
	color: #666;
	border: 1px solid #555;
	vertical-align: bottom;
	text-align: center;
}

th.sub {
	font-style: normal;
	text-align: center;
	margin: 25px 0;
	border: 1px solid #555;
	padding: 5px;
	background-color: #73a0c5;
	color: #fff;
}

td {
	border: 1px solid #555; 
	padding: 3px;
	background-color: white;
	color: #666;
}

#performancehistory .s {
	background-color: #ddd;
}

#performancehistory .ss {
	background-color: #eee;
}

.leaguescoring td {
	text-align: center;
}

.playerpicks {
	float: left;
	width: 30%;
}

.playerpicks select {
	width: 14em;
}

#picks td {
	color: black;
}

#uses th {
	width: 12%;
}

#uses .limit {
	color: white;
	background-color: #cc6666;
}

#uses .warn {
	color: black;
	background-color: #ffffc0;
}

#uses .ok {
	color: black;
	background-color: #b0f0b0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}
/* End Table Styling */

/* Begin Horizontal Menu */
#menu {
	background-color: #73a0c5;
	color: #fff;
	/*font: normal 120%/120%;*/
	font-size: 120%;
	line-height: 1.2;
	margin: 0 0 3em;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
}

#menu ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}

#menu ul li {
	display: inline;
	background-color: #73a0c5;
	color: #fff;
	padding: 0;
	margin: 5px;
	white-space: nowrap;
	overflow: visible;
}

#menu ul li#current {
	background-color: #5380a5;
	display: inline;
	padding: 5px;
	margin: 5px;
	white-space: nowrap;
	overflow: visible;
}

#menu ul li a {
	text-decoration: none;
	display: inline;
	background-color: #73a0c5;
	color: #fff;
	padding: 5px;
	margin: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	white-space: nowrap;
}

#menu ul li a:hover {
	background-color: #cc6666;
	color: #fff;
}
/* End Horizontal Menu */

#profile fieldset {
	width: 44%;
	margin: 1em 2%;
	float: left;
}

#profile fieldset.wide {
	width: 94%;
	margin: 1em 2%;
	float: left;
}

.rules {
	font-size: 130%;
}

.rules li {
	list-style-type: decimal;
	font-size: 100%;
	line-height: 125%;
}

.rules table caption {
	margin: 1em 0 .5em;
}

.rules table th {
	background-color: #ccc;
	color: #666;
	border: 1px solid #555;
	text-align: center;
}

.rules table th, .rules table td {
	padding: .25em 1em;
}

#forum {
	margin: 1em;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 120%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#poll
{
	font-size: 125%;
	background-color: #efefef;
	padding: 5px;
	border: 1px solid #aaa;
}

#poll dd
{
  margin: .25em 0 .25em 1em;
  /*padding: 5px;*/
}

#poll dd.choice
{
	margin-bottom: .5em;
}

#poll dt
{
  font-weight: 700;
}

#poll dl, #poll dt
{
  margin: 0 0 5px 0;
  padding: 0;
}

/*
#poll dd
{
  margin: 0 0 0 1em;
  padding: 0;
}
*/
#poll dd input
{
  padding-top: 5px;
}

/* Print styles */
@media print {
	#secondary, #subfooter, #menu, #preferences {
		display: none;
	}
	
	#header {
		height: 0;
	}
	
	#box, #header .description h2 {
		position: static;
	}
	
	#container {
		margin: 0;
	}
	
	#content {
		width: 99%;
		margin: 0;
		padding: 0;
	}
	
	table {
		width: 90% !important;
	}
	.rules table th, .rules table td {
		border: thin solid black !important;
	}
}
/*End Print styles */

#pollchart {
	background: transparent url(images/graph.png) no-repeat left bottom;
	padding-bottom: 25px;
	width: 210px;
	display: block;
}

#pollchart span.bar {
	margin: 10px 0;
	font-size: 75%;
	background-color: #5380a5;
	margin-left: 12px;
	display: block;
}

#pollchart span.bar span.legend {
	position: relative;
	left: -12px;
	color: #555;
}

#sabre_spectre {
	display: none;
}

