/* reseting elements: */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, a, blockquote, pre, fieldset, table, th, td, textarea, input, img { 
	margin: 0; padding: 0; }

a img {border: none;}

/* This takes out the fuzzy line around links when you click them, it's an optional addition */

:focus {outline: none;}

/* global */

body {
	background: #191712;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.feature {
	background: white;
	padding: 7px;
	border: 1px solid lightgrey;
}

.email-inline {
	vertical-align: middle;
	margin-right: 5px;
}

.trophy-inline {
	vertical-align: middle;
}

.frontpage-img-padding {
	margin-bottom: 10px;
}

.container {
	width: 960px;
	margin: auto;
}

.clear {
	clear: both;
}

.three-column .column {
	width: 300px;
	float: left;
	margin: 0 30px 0 0;
}

.three-column .merge-2-left-column {
	width: 630px;
	float: left;
	margin: 0 30px 0 0;
}

.three-column .merge-3-column {
	width: 960px;
	float: left;
	margin: 0;
}


.three-column .column-3 {
	width: 300px;
	float: left;
	margin: 0;
}

.two-column .column-1 {
	width: 630px;
	float: left;
	margin: 0 30px 0 0;
	font-size: 14px;
}

.two-column .column-2 {
	width: 300px;
	float: left;
	margin: 0;
}

.two-column .sub-column-1 {
	width: 300px;
	float: left;
	margin: 10px 30px 0 0;
	padding-top: 5px;
	border-top: 2px solid black;
}

.two-column .sub-column-2 {
	width: 300px;
	float: left;
	margin: 10px 0 0 0;
	padding-top: 5px;
	border-top: 2px solid black;
}

.two-column .sub-column-download-1 {
	width: 60px;
	float: left;
	margin: 5px 20px 0 0;
	text-align: center;
}

.two-column .sub-column-download-2 {
	width: 550px;
	float: left;
	margin: 5px 0 0 0;
}

.two-column .sub-column-contacts-1 {
	width: 155px;
	float: left;
	margin: 5px 15px 0 0;
}

.two-column .sub-column-contacts-2 {
	width: 460px;
	float: left;
	margin: 5px 0 0 0;
}

h1 {
	font-size: 26px;
	margin-bottom: 15px;
}

.post-date {
	display: inline;
	color: gray;
}

h2, h3, h4 {
	color: #1a160d;
	margin-bottom: 15px;
}

h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

.column ul {
	margin-bottom: 30px;
	line-height: 20px;
}

.column ul li {
	margin-left: 30px;
}

p {
	margin-bottom: 15px;
	line-height: 20px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* header */

#menu {
	height: 50px;
	background: url('../images/menu.png') repeat-x;
	min-width: 980px;
}

#menu .container-wrap {
	background: url('../images/menu-bg.png') no-repeat top;
	height: 50px;
}

#header-content {
	background: url('../images/header.png') repeat-x;
	height: 150px;
	min-width: 980px;
}

#header-content .container-wrap {
	background: url('../images/wrigley-header-bg.png') no-repeat top;
	height: 150px;
	overflow: hidden;
	min-width: 980px;
}

#logo-wrap {
	height: 50px;
	float: left;
}

#logo-wrap a {
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 2px 0 #000;
}

/* ADDED BY JASON D -------------------------------*/

#text-link-navigation {
	float: right;
	color: white;
	font-size: 16px;
	line-height: 50px;
}

#text-link-navigation a {
	color: white;
	text-decoration: none;	
	margin-left: 10px;
}

#text-link-navigation a:hover {
	color: #69CE52;
	border-bottom: 2px solid #69CE52;
}

.bylaw-number-header {
	font-size: 110%;
	font-weight: bold;
	margin-right: 10px;
}

.bylaw-level-1-bullet {
	margin-left: 30px;
	margin-right: 30px;
}

.bylaw-level-2-bullet {
	margin-left: 60px;
	margin-right: 60px;
}

/* ------------------------------------------------*/

#navigation {
	float: right;
	height: 31px;
	margin-top: 10px;
}

#navigation li {
	height: 31px;
	list-style: none;
	float: left;
	margin-left: 10px;
}

#navigation li a {
	display: block;
	height: 31px;
	text-indent: -9999px;
}


.header-title {
	position: relative;
	color: #fff;
	text-indent: -9999px;
	height: 40px;
	margin-top: 60px;
}

.header-title span {
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

#fantasy-baseball-league-established-in-1992 { width: 666px; }
#fantasy-baseball-league-established-in-1992 span { background-image: url('../images/titles/BNRTITLE-Fantasy-baseball-league-established-in-1992-666x35.png'); }

/* body */

.body {
	background: #faf9f5 url('../images/body.png') repeat-x;
	min-width: 980px;
	text-shadow: 0px 1px 0px #fff;
	padding: 50px 0 20px;
}

.body .container {
	position: relative;
}

#home-body {
	min-height: 390px;
}

.body h1 {
	color: #1a160d;
}

.body p {
	color: #4c4326;
}

.body .column ul {
	color: #4c4326;
}

.body p strong , .body h1 a{
	color: #1a160d;
	text-decoration: none;
}


/* window */

#window {
	width: 630px;
	height: 500px;
	background: url('../images/window/main.png') no-repeat;
	position: absolute;
	right: -10px;
	top: -180px;
	padding: 40px 10px 10px 10px;
}

/* window slider */

#window-prev, #window-next {
	position: absolute;
	z-index: 9999;
	top: 235px;
	display: block;
	width: 30px;
	height: 30px;
}

#window-prev {	
	background: url('../images/window/prev.png') no-repeat;
	left: 20px;
}

#window-next {	
	background: url('../images/window/next.png') no-repeat;
	right: 20px;
}

#window-prev:hover, #window-next:hover {
	background-position: 0 -30px;
}

#window a:hover {
	border: none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}

.entry-content {
	margin-bottom: 20px;
}


#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* footer */

#footer-main {
	background: #332f24 url('../images/footer/main.png') repeat-x;
	padding: 50px 0 20px 0;
	color: #fff;
	min-width: 980px;
}

#footer-main a {
	color: #fff;
}

#footer-main a:hover {
	border-bottom: 2px solid #fff;
}

#footer-legal {
	background: url('../images/footer/legal.png') repeat-x;
	color: #807966;
	padding: 30px 0 0;
}

#footer h1 {
	text-shadow: 0px -1px 0px #000;
}

#footer-legal a {
	color: #807966;
}

#footer-legal a:hover {
	border-bottom: 2px solid #807966;
}

.footer-map {
	width: 180px;
	float: left;
}

.footer-contact {
	width: 120px;
	float: right;
}

#twitter-msg-wrap {
	background: #665e47 url('../images/footer/twitter-top.png') top no-repeat;
	min-height: 10px;
	margin-bottom: 30px;
	position: relative;
}

#twitter-msg {
	background: url('../images/footer/twitter-bottom.png') bottom no-repeat;
	padding: 20px 20px 40px;
}

#twitter-msg p {
	margin: 0;
	font-weight: bold;
}

#twitter-time {
	position: absolute;
	bottom: -40px;
	right: 80px;
}

#twitter-follow {
	margin-top: 10px;
}

/* Miscellaneous */

.deadline-metric {
	color: maroon;
	font-size: 26px;
}

.bold-text {
	font-weight: bold;
	display: inline;
}

.line-height-150pct {
	line-height: 150%;
}


.trophy-team-header {
	font-size: 120%;
}

.trophy-link {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.trophy-link:hover {
	text-decoration: none;
	font-weight: bold;
	color: green;
	border-bottom: 2px solid green;
}

.standings-link, .archive-link {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.standings-link:hover, .archive-link:hover  {
	text-decoration: none;
	font-weight: bold;
	color: green;
	border-bottom: 2px solid green;
}

.basic-link {
	text-decoration: none;
	font-weight: bold;
	color: black;
}


.basic-link:hover {
	color: #69CE52;
	border-bottom: 2px solid #69CE52;
}

/* Season Meter */
.red-meter {
	min-width: 7px;
	min-height: 40px;
	background-color: maroon;
	float: left;
	margin-right: 2px;
}

.gray-meter {
	min-width: 7px;
	min-height: 40px;
	background-color: lightgrey;
	float: left;
	margin-right: 2px;
}


/* Tables */

table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	border-top:2px solid #39a4c2;
	border-bottom:1px solid #39a4c2;
	margin-bottom:18px;
}

table,td,th { 
	text-align:center;
}

th {
	padding:10px;
	color:#333;
	text-transform:uppercase;
}

.left-align {
	text-align: left;
}

td {
	padding:10px;
	color:#666; 
	border-top:1px solid #f2f2f2;
}

tfoot td {
	border:0px;
}


th {
	background-color:#ececec;
}

tr:hover {
	background-color: #CAF9C1;
}

TABLE#playoff-bracket-table {
	border-collapse:collapse;
	border-spacing:0;
	border-top:0px;
	border-bottom:0px;
	margin-bottom:20px;
}

TABLE#playoff-bracket-table td {
	padding:5px;
	border-top:0px;
	text-align: left;
}

TABLE#playoff-bracket-table td.playoff-bracket-game-number {
	text-align: center;
}

TABLE#playoff-bracket-table td.playoff-bracket-game-result {
	text-align: center;
}

TABLE#playoff-bracket-table tr:hover {
	background-color: #FAF9F5;
}

.twitter-feed-table {
	width: 300px;
}

.twitter-feed-table td {
	padding: 0px;
}

.archive-table {
	margin-bottom: 5px;
}

.archive-cell {
	width: 20%;
}

.archive-cell-highlight:hover {
	background-color: #CAF9C1;
}

.cell-right-border {
	border-right:1px solid #f2f2f2;
}

.playoff-bracket-teamname {
	color: steelblue;
	font-weight: bold;
}

.playoff-bracket-border-right {
	border-right: 1px solid lightgrey;
}

.playoff-bracket-border-right-bottom {
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
}

.playoff-bracket-border-bottom {
	border-bottom: 1px solid lightgrey;
}

.baseball-boxscore {
	border: 1px dotted lightgrey;
}

.no-hover-highlight:hover {
	background-color: #FAF9F5;

}

.transact-period-column-width {
	width: 10%;
}

.transact-type-column-width {
	width: 12%;
}

.transact-num-column-width {
	width: 10%;
}

.transact-desc-column-width {
	width: 68%;
}

.transact-period-fontsize {
	font-size: 24px;
}

.transact-period-subheader-fontsize {
	font-size: 10px;
}

.transact-num-fontsize {
	font-size: 24px;
}

.transact-desc-format {
	line-height: 20px; 
	color: #666;
}

.transact-desc-lead {
	margin-bottom: 4px;
}

.transact-key-div {
	height: 36px;
	margin-bottom: 5px;
}

.transact-key-last-div {
	margin-bottom: 25px;
}

.transact-key-icon-image {
	height: 36px;
	width: 36px;
	margin-right: 8px;
	float: left;
}

.transact-key-desc {
	line-height: 36px;
}

.blog-archive-container {
	font-size: 12px;
	color: gray;
	margin-bottom: 20px;
}

.blog-archive-container li {
	list-style: none;
}

.blog-archive-container a {
	color: #40823E;
}

.blog-archive-container a:hover {
	color: red;
}
