/*
Theme Name: Go Ducks
Description: Customized theme for my Duck sports blog
Author: Nick Haselewander

*/

html, body, form, fieldset {
		margin: 0;
        padding: 0;
}
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
        margin: 0em 0;
        padding: 0;
}
li {
	margin-bottom:10px;
	}
p {
        margin: 1em 0;
        padding: 0;
}
li, dd, blockquote {
		line-height:auto;
		margin-left:2em;
		color:#333;
}
blockquote {
	border-left:solid 4px #006600;
	padding-left:5px;
	}
.indent {
	margin-left:3em;
	}
a {text-decoration:underline; color:#195509;}
a:hover {text-decoration:underline;}
img {border:none;}
img.border-red {border:solid 1px #ae0000;}
img.border-none {border:none;}

acronym, abbr {border-bottom: 1px dashed #333;}
acronym, abbr, span.caps {font-size: 90%; letter-spacing: .07em;}
acronym, abbr {cursor: help;}


h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:28px;
		color:#010343;
		margin-bottom:20px;
		padding-bottom:2px;
		background:url(images/blue/h1-underline.jpg) repeat-x  bottom;
		border-bottom:dotted 1px #ccc;
}
h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#010343;
}
h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		color:#010343;
		border-bottom:dotted 1px #ae0000;
		
}
h3 a {
		color:#010343; text-decoration:none;
}
h4 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		color:#fff;
		border-bottom:dotted 1px #ae0000;
		background:#065302;
		width:100%;
		padding:2px;
		
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/grass.jpg) repeat-x #213907;
	color: #000;
	margin: 0;
	padding: 0;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#container, #container_inside {
	width:960px;
	padding:0 0 0 0;
	border:solid 3px #ebebeb;
	position:relative; margin:auto; margin-top:10px; margin-bottom:10px;
	}
#container {

	}
#container_inside {

	}
#PostHeaderContainer {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/body-bg.jpg) repeat-y ; 
	min-height:840px;
	width:960px;
	margin-top:-2px;
	}
/* Header Items */
#header {
	width:960px;
	height:127px;
	background:url(images/header.jpg) no-repeat;
	}
#HeaderLeft {
	float:left;
	width:361px;
	height:127px;
	}
#HeaderRight {
	float:right;
	width:599px;
	height:127px;
	}
#body-tag, #body-tag_inside {
	height: 53px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#959595;
	padding:12px 0 0 7px;
	float:left;
	z-index:500;
	}
#body-tag {
	background:url(images/body-tag-bg.jpg);
	width:728px;
	}
#body-tag_inside {
	width:953px; 
	background:url(images/body-tag-bg_inside.jpg) no-repeat;
	}
#twitter {
	float:right;
	background:url(images/body-tag-bg.jpg) no-repeat -735px 0;
	width:170px;
	height:60px;
	padding:7px 0 0 55px;
	}
/* Footer Items */
#footer {
	width:960px;
	background:url(images/footer-dot.gif) repeat-x;
	position:relative; margin:auto;
	padding:10px 0 10px 0;
	text-align:left;
	color:#fff;
	height:20px;
	}
#footer a {
	color:#fff; text-decoration:none;
	}
		
/* Sidebar Items */
#LeftSidebar {
	float:left;
	width:179px;
	}
#RightWrapper {
	float:right;
	width:781px;
	clear:right;
	}
#body {
	float:left;
	width:566px;
	padding-left:21px;
	margin-right:15px;
	padding-bottom:10px;
	}
#RightSidebar {
	float:right;
	width:179px;
	}

/* WordPress Style Items */
cite {
	font-size: 100%;
	font-style: normal;
}

	ol#comments li {
	background:#ccc;
	border:solid 1px #000;
	}

ol#comments li p {
	font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
	text-decoration:none;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
	background:#eaeaea;
	margin-bottom:10px;
	padding-right:5px;
	font-weight:bold;
}
.feedback a {
	text-decoration:none;
	}
.feedback-pages{
	color: #ccc;
	text-align: left;
	clear: both;
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}
.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration:none;
}
.meta a {
	color:#186812;
	}
.metaleft {
	float:left; 
	width:78%;
	}
.metaright {
	float:right; 
	width:22%;
	}
.storytitle {
	margin: 0;
	clear:both;
}

.storytitle a {
	text-decoration: none;
}
.storycontent {
	/*clear:both; 
	margin-top:25px;*/
	}

/* Comments */
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}
#commentform a {
	text-decoration:none;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	list-style:none;
	margin-left:-2em;
	}
.commentlist li {
	list-style-type: none;
	}
.commentlist li ol li { 
	margin-right: -5px;
	margin-left: 10px;
	list-style-type: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}


#commentlist li ol {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
	font-size:18px;
	font-weight:bold; 
	color:#131a4f;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}
.commentbox {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/comment-bg.gif) #cdffc6 repeat-y; 
	border:1px solid #000; 
	margin:20px 5px 0px 5px; 
	}
.bypostauthor {
	/*background-color:#213907;
	border:solid 1px #000;*/
	}

/* Content of Pages and Posts */
#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}


/* Sidebar List Items */
#SidebarMenu {

}

.SidebarMenu form {
	margin: 0 0 0 10px;
}

.SidebarMenu input#s {
	width: 80%;
	border: 1px solid #999;
	color: #000;
}

.SidebarMenu ul {
	color: #000;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 0 -2em;
	padding: 0 5px 0 5px;
}

.SidebarMenu ul li {
	font: bold 110% Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	padding-bottom: 10px; /*border-bottom: dotted 1px #ccc;*/
}


.#SidebarMenu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.SidebarMenu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 10px;
	padding: 0;
	padding-left: 12px;
}

.SidebarMenu ul ul li a {
	color: #000;
	text-decoration: none;
}

.SidebarMenu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

.SidebarMenu ul ul ul.children {
	font-size: 142%;
	padding-left: 0;
}

#Sidebar2Menu {

}

.Sidebar2Menu form {
	margin: 0 0 0 3px;
}

.Sidebar2Menu input#s {
	width: 95%;
	border: 1px solid #999;
	color: #000;
}

.Sidebar2Menu ul {
	color: #fff;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 0 -2em;
	padding: 0 5px 0 5px;
}

.Sidebar2Menu ul li {
	font: bold 110% Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	padding-bottom: 10px; /*border-bottom: dotted 1px #ccc;*/
}


.#Sidebar2Menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.Sidebar2Menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 10px;
	padding: 0;
	padding-left: 12px;
}

.Sidebar2Menu ul ul li a {
	color: #fff;
	text-decoration: none;
}

.Sidebar2Menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

.Sidebar2Menu ul ul ul.children {
	font-size: 142%;
	padding-left: 0px;
}

/* WordPress Calendar */
#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #f3f3f3;
	padding: 10px 0 0 10px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

/* Navigation */
#nav {
	width:606px;
	height:34px;
	background:url(images/menu-bg.jpg);
	list-style:none;
	float:left;
	}
#nav ul {
	list-style:none;
	padding: 0;
	margin: 0;
	float:left;
	}
#nav li.home, #nav li.schedule, #nav li.standings, #nav li.rankings, #nav li.about {
	margin: 0;
	height:37px;
	float:left;
	list-style:none;
	}
#nav li.home a, #nav li.schedule a, #nav li.standings a, #nav li.rankings a, #nav li.about a{
	height:30px;
	width:120px;
	display:block;
	padding:5px 0px 0 0px;
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	font-variant:small-caps;
	border-right:solid 1px #ccc;
	text-decoration:none;
	}
#nav li.home a:hover, #nav li.schedule a:hover, #nav li.standings a:hover, #nav li.rankings a:hover, #nav li.about a:hover {
	text-decoration:none;
	color:#ebebeb;
	height:30px;
	padding:5px 0px 0 0px;
	font-variant:small-caps;
	border-right:solid 1px #ccc;
	}
#nav li.home a:hover {
	background:url(images/menu-bg-hover.jpg) 0 0; 
	}
#nav li.schedule a:hover {
	background:url(images/menu-bg-hover.jpg) -121px 0; 
	}
#nav li.standings a:hover {
	background:url(images/menu-bg-hover.jpg) -241px 0; 
	}
#nav li.rankings a:hover {
	background:url(images/menu-bg-hover.jpg) -361px 0; 
	}
#nav li.about a:hover {
	background:url(images/menu-bg-hover.jpg) -481px 0; 
	}

#nav li ul {
	width:120px;
	display: none;
	background:#f9ff98;
	position:absolute; margin-top:-1px;
	z-index:7000;
	}
#nav li.home ul li a, #nav li.schedule ul li a, #nav li.standings ul li a, #nav li.rankings ul li a, #nav li.about ul li a {
	background-image:none;
	color:#333;
	border:solid 1px #999; border-top:none;
	padding:5px 0 5px 8px;
	font-size:12px;
	height:auto;
	margin:0 0 0 -2em;
	text-align:left;
	width:110px;
	text-decoration:none;
	}
#nav li.home ul li a:hover, #nav li.schedule ul li a:hover, #nav li.standings ul li a:hover, #nav li.rankings ul li a:hover, #nav li.about ul li a:hover {
	background:#ffeecd; background-image:none;
	color:#000;
	border:solid 1px #999; border-top:none;
	padding:5px 0 5px 8px;
	font-size:12px;
	height:auto;
	width:110px;
	text-decoration:none;
	}

#nav li.schedule:hover ul, #nav li.rankings:hover ul, li.over ul { 
	display: block; 
	}	
	
	
#nav-right {
	float:right;
	width:344px;
	height:28px;
	background:url(images/menu-bg.jpg) -606px 0;
	padding:6px 10px 0 0;
	text-align:right;
	color:#fff;
	font-size:14px;
	}
#nav-right a {
	color:#fff;
	text-decoration:none;
	}
	
/*Schedule Tables */
.sch-grey {
	border-top:solid 1px #000; border-left:solid 1px #000;
	background:#eaeaea;
	}
.sch-white{
	border-top:solid 1px #000; border-left:solid 1px #000;
	background:#fff;
	}
.sch-team {
	background:#094c3a;
	border-bottom:solid 1px #000;
	font-weight:bold;
	color:#fff;
	}
.sch-grey, .sch-white, .sch-grey-odd, .sch-white-odd, .sch-team, .sch-head {
	height:25px;
	padding-left:5px;
	}
.sch-head {
	border-left:solid 1px #000;
	background:#ccc;
	}
.sch-head80, .sch-head180, .sch-head90, .sch-head100, .sch-head103, .sch-head60, .sch-head140{
	border-left:solid 1px #000;
	background:#ccc;
	padding:5px;
	}
.sch-head80 {width:80px;}
.sch-head180 {width:180px;}
.sch-head90 {width:90px;}
.sch-head100 {width:100px;}
.sch-head103 {width:103px;}
.sch-head60 {width:60px;}
.sch-head140 {width:140px;}


/*NW Championship Sidebar */
.nwchamp-head {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/nwchamp-head.jpg) no-repeat; height:213px;
	}
.nwchamp-mid {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/nwchamp-mid.jpg) no-repeat;
	}
.allsidebar-mids {
	padding: 10px 5px 0 5px; font-size:80%; font-weight:normal
	}
.nwchamp-title {
	text-align:center; color:#fff; font-weight:bold; padding:14px 7px 5px 0; background:url(http://www.offthepond.net/wp-content/themes/goducks/images/nwchamp-border.gif) top left  no-repeat ;
	}
.nwchamp-maintitle, .nwchamp-toptitle {
	font-family:Georgia, 'Times New Roman', Times, serif; font-weight:bold;
	}
.nwchamp-maintitle {
	font-size:16px; 
	}
.nwchamp-toptitle {
	font-size:14px; 
	}
.nwchamp-standings {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/nwchamp-border.gif) top left  no-repeat; padding-top:20px;
	}
.nwchamp-bottom {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/nwchamp-bottom.jpg) no-repeat; height:15px; margin-top:-11px;
	}
.nwchamp-teamhead, .nwchamp-whead, .nwchamp-lhead {
	background:#04541c;
	color:#fff;
	font-weight:bold;
	}
.nwchamp-teamhead {
	width:100px;
	}
.nwchamp-whead {
	width:23px;
	text-align:center;
	}
.nwchamp-lhead {
	width:24px;
	text-align:center;
	}
.nwchamp-yellow {
	background-color:#fdff66;
	text-align:center;
	}
.nwchamp-white {
	background-color:#fff;
	text-align:center;
	}
	
	
/*FOTB Sidebar */
.fotb-head {
	height:113px;
	}
.fotb-mid {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/fotb-mid.jpg) no-repeat;
	}
.fotb-bottom {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/fotb-bottom.jpg) no-repeat; 
	height:30px;
	}
	
	
/*About Sidebar */
.about-head {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/about-head.jpg) no-repeat; 
	height:12px;
	}
.about-mid {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/about-mid.jpg) no-repeat;
	}
.about-link {
	color:#fffeb6;
	}
.about-link a{
	color:#fffeb6;
	text-decoration:none;
	}
.about-bottom {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/about-bottom.jpg) no-repeat; 
	height:5px;
	}
	
	
/*Up Next Sidebar */
.upnext-head {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/upnext-head.jpg) no-repeat; 
	height:85px; 
	padding-left:6px;
	}
.upnext-mid {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/upnext-mid.jpg) no-repeat; 
	padding-left:6px;
	margin-top:-10px;
	color:#fff;
	}
.upnext-bottom {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/upnext-bottom.jpg) no-repeat; 
	height:8px; 
	padding-left:6px;
	margin-top:0px;
	}
	
	
/*Ducks Stand Sidebar */
.ducksstand-head {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/ducksstand-head.jpg) no-repeat;
	height:34px;
	}
.ducksstand-mid {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/ducksstand-mid.jpg) no-repeat;
	color:#000;
	}
.ducksstand-bottom {
	background:url(http://www.offthepond.net/wp-content/themes/goducks/images/ducksstand-bottom.jpg) no-repeat; 
	height:12px; 

	}
.ducksstand-yellow {
	background-color:#7bd07a;
	height:20px;
	}
.ducksstand-white {
	background-color:#b9f3b8;
	height:20px;
	}
	
	
/* Other Inside Page Styles */
#content-inside {
	float:right; 
	width:605px; 
	padding:0 10px 0 10px;
	}
#content-table {
	border:solid 1px #000; 
	border-left:none;
	}
.sched-glance {
	float:right; 
	width:170px; 
	margin:0 0 10px 10px;
	border:solid 1px #000
	}
.sched-glance-header { 
	background:#094c3a; 
	color:#fff; 
	padding:5px 0;
	}
.sched-glance-pad {
	padding:0 0 7px 0;
	text-align:center;
	}
.sched-glance-items {
	text-decoration:underline;
	text-align:center;
	font-weight:bold;
	}
#ad-inside {
	float:left; 
	width:335px; 
	padding:0 0px 10px 0px;
	}
#inside-head-top, #inside-head-bottom  {
	width:579px; 
	text-align:right; 
	padding:10px;
	}
#inside-head-top {
	height:20px; 
	}
#inside-head-bottom{
	height:67px;
	}
/*Navigate Next and Previous Posts */
.navigation {
	display: block;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 15px;
	float:right;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/*Tags */
.tags {
	font-style:italic; 
	margin-top:30px;
	}
.tags a {
	text-decoration:none;
	}
/*User */
.userlinks {
	color:#fff;
	}
.userlinks a {
	color:#fff;
	}

.blognotes {
	font-weight:bold;
	font-size:10px;
	}
/* Sociable */
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

