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

FISHLADDER - Master Screen Styles

BY: MIGHTY // MIGHTYINTHEMIDWEST.COM

Author:			Andrew Philpott
Date Created:	01-15-2010
Last Modified:	05-21-2010

Copyright 2010, All Rights Reserved.

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



/* 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;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* COLORBOX
  ================================*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:url(/assets/images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) -100px 0 no-repeat;}
#cboxTopRight{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) -129px 0 no-repeat;}
#cboxBottomLeft{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) -100px -29px no-repeat;}
#cboxBottomRight{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) -129px -29px no-repeat;}
#cboxMiddleLeft{width:21px; background:url(/assets/images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(/assets/images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(/assets/images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(/assets/images/colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#f8f7f4;}
#cboxLoadedContent{margin-bottom:8px; padding: 8px 7px 0;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/assets/images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(/assets/images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(/assets/images/colorbox/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url(/assets/images/colorbox/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:0; right:0px; background:url(/assets/images/colorbox/close.png) no-repeat; width:34px; height:34px; text-indent:-9999px;}
#cboxClose.hover{background-position:0 -34px;}
        
        
        
/* sIFR
  ================================*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}
@media screen {
  .sIFR-active #rotator li {
    font-family: Helvetica, Arial, sans-serif;
    visibility: hidden;
	font-size: 22px;
  }
}



/* MASTER STYLES
  ================================*/

body {
	background: url(http://www.fishladder.net/assets/images/bg-body.gif) #e0dbc6;
	color: #343434;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	font-size: 62.5%;
	min-height: 100%;
	position: absolute;
	width: 100%;
}

h1 {
	color: #99222b;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 2.4em;
	line-height: 1.5em;
	margin-bottom: 0.333em;
}
h2 {
	color: #99222b;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 1.8em;
	line-height: 1.333em;
	margin-bottom: 0.25em;
}
h3 {
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 1.6em;
	line-height: 1.313em;
	margin-bottom: 0.313em;
}

a {
	color: #99222b;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

blockquote {
	font-style: italic;
	margin-bottom: 4px;
}
#content p span,
#content span a,
#content p cite {
	font-size: 1em;
}

a img {
	border: none;
}


/* HEADER
  ================================*/

#header {
	background: url(http://www.fishladder.net/assets/images/bg-header.png) repeat-x center bottom;
	height: 182px;
	position: relative;
	z-index: 2;
}
#header-wrapper {
	margin: 0 auto;
	width: 952px;
}

#logo {
	background: url(http://www.fishladder.net/assets/images/bg-glow.png) no-repeat;
	height: 115px;
	margin: 0 auto;
	padding: 15px 0 0 74px;
	position: relative;
	left: -48px;
	width: 952px;
}

#nav {
	background: url(http://www.fishladder.net/assets/images/bg-nav.png) no-repeat;
	height: 52px;
	margin: -5px auto 0;
	padding: 5px 0 0 97px;
	width: 855px;
}
#nav > li {
	background: #99222b;
	float: left;
	position: relative;
}
#nav > li > a {
	background: url(http://www.fishladder.net/assets/images/btn-nav.png);
	color: #fff;
	display: block;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 1.3em;
	height: 27px;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 124px;
}
#nav #last a {
	width: 125px;
}
#nav > li > a:hover,
#nav > li > a.active {
	background-position: 0 -42px;
	background-color: #f2f0e9;
	color: #99222b;
}
#nav > li > ol {
	background: url(http://www.fishladder.net/assets/images/bg-dropdown.png) repeat-y;
	display: none;
	left: -2px;
	padding: 0 10px;
	position: absolute;
	width: 159px;
}
#nav > li > ol:before {
	background: url(http://www.fishladder.net/assets/images/bg-dropdown-top.png) no-repeat;
	content: ".";
	display: block;
	height: 4px;
	margin-top: -3px;
	text-indent: -9999px;
	width: 179px;
}
#nav > li > ol:after {
	background: url(http://www.fishladder.net/assets/images/bg-dropdown-bottom.png) no-repeat;
	content: ".";
	display: block;
	height: 11px;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	width: 179px;
}
#nav ol li {
	background: #f2f0e9;
}
#nav ol li + li {
	border-top: 1px solid #dfdbd4;
}
#nav ol a {
	color: #99222b;
	display: block;
	font-size: 1.1em;
	min-height: 11px;
	padding: 8px 4px 8px;
	text-decoration: none;
}
#nav ol a:hover {
	text-decoration: underline;
}

#secondary-nav {
	background: url(http://www.fishladder.net/assets/images/bg-secondary-nav.png) no-repeat right top;
	display: inline-block;
	float: right;
	height: 29px;
	left: -24px;
	padding-top: 2px;
	position: relative;
	margin-top: -102px;
}
#secondary-nav li {
	background: url(http://www.fishladder.net/assets/images/bg-secondary-nav-left.png) no-repeat left -2px;
	float: left;
	margin-left: -7px;
}
#secondary-nav li + li {
	background: url(http://www.fishladder.net/assets/images/btn-secondary-nav.png) no-repeat;
}
#secondary-nav a {
	color: #99222b;
	display: block;
	font-size: 1.1em;
	height: 19px;
	padding: 7px 15px 0;
	text-decoration: none;
}
#secondary-nav a:hover {
	text-decoration: underline;
}


/* CONTENT
  ================================*/

#wrapper {
	float: left;
	background: url(http://www.fishladder.net/assets/images/bg-wrapper.png) #f2f0e9 repeat-x;
	position: relative;
	width: 100%;
	z-index: 1;
}
#content {
	background: url(http://www.fishladder.net/assets/images/bg-content.png) repeat-y;
	margin: 0 auto 40px;
	padding: 0 3px;
	position: relative;
	width: 940px;
}
#content:after {
	background: url(http://www.fishladder.net/assets/images/bg-content-bottom.png) no-repeat;
	clear: both;
	content: ".";
	display: block;
	height: 20px;
	left: -3px;
	position: relative;
	text-indent: -9999px;
	width: 946px;
}
#shadow {
	background: url(http://www.fishladder.net/assets/images/bg-content-shadow.png) repeat-x;
	height: 180px;
	width: 940px;
}

#content li,
#content p,
#content cite,
#content span {
	font-size: 1.1em;
	line-height: 1.7em;
}
#content p {
	margin-bottom: 1.5em;
}


/* PRIMARY
  ================================*/

#primary {
	float: right;
	margin: -140px 35px 42px;
	width: 560px;
}
#home #primary {
	float: left;
	margin: -140px 0 60px;
	padding: 0 0 0 40px;
}

#primary ul,
#primary ol {
	margin: 0 0 2em 2.5em;
}
#primary ul {
	list-style: disc;
}
#primary ol {
	list-style: decimal;
}

#primary blockquote {
	margin-left: 2.273em;
}
#primary cite {
	display: block;
	margin: -1.5em 0 2em 2em;
}

#primary img {
	border: 1px solid #cdc8bf;
}
img.align-left,
img.align-right {
	border: 1px solid #cdc8bf;
	display: block;
	position: relative;
	top: 4px;
}
img.align-left {
	float: left;
	margin: 0 20px 20px 0;
}
img.align-right {
	float: right;
	margin: 0 0 20px 20px;
}
hr {
	background: #e4e0e6;
	border: none;
	clear: both;
	height: 1px;
	margin: 5px 0 10px;
}
#primary a img:hover {
	border-color: #99222b;
}

#primary p a,
#primary li a {
	border-bottom: 1px solid #99222b;
	text-decoration: none;
}
#primary p a:hover,
#primary li a:hover {
	background: #e0dbc6;
	color: #343434;
}


#primary h1 + p img {
	margin-top: 8px;
}

#primary table {
	background: #fcfbf9;
	border: 1px solid #e4e0d6;
	border-width: 1px 1px 0 0;
	font-size: 1.1em;
	width: 100%;
}
#primary table th,
#primary table td {
	border: 1px solid #e4e0d6;
	border-width: 0 0 1px 1px;
	padding: 1em;
}
#primary table th {
	background: #f8f7f4;
	color: #99222b;
	font-weight: bold;
}
#primary table td strong {
	display: block;
	margin-bottom: 0.5em;
}

#primary embed {
	display: block;
	margin: 0 auto;
}


/* SECONDARY
  ================================*/

#secondary {
	background: #fcfbf9;
	border: 1px solid #e4e0d6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin: -147px 0 60px 30px;
	padding: 14px 20px 40px;
	width: 238px;
}
#home #secondary {
	float: left;
	margin: -147px 0 60px 30px;
	padding-bottom: 18px;
	padding-top: 0;
}

ul#rotator {
	background: url(http://www.fishladder.net/assets/images/bg-rotator.png) no-repeat;
	border-bottom: 1px solid #e4e0d6;
	color: #fff;
	font-size: 22px;
	height: 92px;
	line-height: 1em;
	margin: 0 0 25px -20px;
	overflow: hidden;
	padding: 30px 10px 0;
	text-align: center;
	width: 258px;
}
ul#rotator li {
	height: 92px;
	text-align: center;
	text-transform: capitalize;
	width: 258px;
	visibility: hidden;
}

#secondary h2 {
	color: #343434;
	margin-bottom: 0.167em;
}
#secondary h2 a {
	color: #343434;
	text-decoration: none;
}
#secondary h2 a:hover {
	color: #99222b;
}

#subnav {
	margin-bottom: 20px;
	margin-top: 4px;
}
#subnav a {
	border-bottom: 1px solid #e4e0d6;
	display: block;
	font-size: 1.091em;
	line-height: 1.833em;
	text-decoration: none;
	text-indent: 15px;
}
#subnav a:hover,
#subnav a.active {
	background: #f1f0ea;
}
#subnav + .video {
	margin-top: 11px;
}

#secondary h3 {
	color: #99222b;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
}
#secondary h3 a {
	text-decoration: none;
}
#secondary h3 a:hover {
	text-decoration: underline;
}

.video {
	float: left;
	margin-top: 12px;
	margin-bottom: 24px;
	position: relative;
}
.video:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}
.video + .video {
	margin-top: -2px;
}
.video h3,
.video p {
	float: right;
	position: relative;
	top: 5px;
	width: 128px;
}
#content .video p {
	margin-bottom: 0;
	line-height: 1.3em;
}
.video a.overlay {
	background: url(http://www.fishladder.net/assets/images/btn-video.png) no-repeat;
	display: block;
	height: 66px;
	left: 1px;
	position: absolute;
	text-indent: -9999px;
	top: 0px;
	width: 98px;
	z-index: 2;
}
.video a.overlay:hover {
	background-position: 0 -66px;
}
.video img {
	border: 1px solid #999379;
}

/*#secondary .video + blockquote {
	margin-top: 24px;
}*/
#secondary blockquote p {
	color: #2b4c67;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
}
#secondary blockquote p:before {
	content: open-quote;
}
#secondary blockquote + cite,
#secondary blockquote + p cite {
	margin-top: -18px;
	color: #2b4c67;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	display: block;
}
#secondary blockquote + cite + * {
	margin-top: 21px;
}

/* FOOTER
  ================================*/

#footer {
	clear: left;
	color: #90896d;
	margin-top: 50px;
	padding-bottom: 26px;
	text-align: center;
	text-transform: uppercase;
}

#flash-box {
	background: url(http://www.fishladder.net/assets/images/bg-waves.png) #f2f0e9 center center;
	height: 73px;
}

#footer .vcard {
	background: url(http://www.fishladder.net/assets/images/bg-footer.png) #e0dbc6 repeat-x;
	display: block;
	height: 22px;
	padding: 9px 0 0;
}
#footer .adr {
	display: inline;
}


/* HOME
  ================================*/

#home #primary .callout {
	background: #f2f0e9;
	border: 1px solid #dfdbd4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	height: 238px;
	margin: 11px 10px 0 0;
	overflow: hidden;
	padding: 12px 10px;
	width: 158px;
}
#home #primary .callout + .callout + .callout {
	margin-right: 0;
}
#home #primary .callout img {
	border: 1px solid #cdc8bf;
	display: block;
	margin-bottom: 10px;
}
#home #primary .callout h2 {
	color: #99222b;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}
#home #primary .callout p {
	margin-bottom: 0;
}
#home #primary .callout ul,
#home #primary .callout ol {
	margin-left: 0;
}
#home #primary .callout li {
	list-style: disc;
	margin-left: 16px;
}
#home #primary .callout li a {
	text-decoration: none;
}
#home #primary .callout li a:hover {
	text-decoration: underline;
}
#home #primary .callout blockquote {
	margin-left: 0;
}
#home #primary .callout cite {
	margin: 0;
}


/* NEWS
  ================================*/
  
#primary #news-list {
	list-style: none;
	margin: 0 0 17px;
}
#news-list > li {
	border: 1px solid #e4e0d6;
	border-width: 1px 0;
	padding: 16px 10px 7px;
}
#news-list > li + li {
	border-top: 0;
}
#news-list > li p {
	font-size: 1em;
}
.article-header h1 {
	margin-bottom: 0;
}
#primary .article-header h2 a {
	border: none;
	text-decoration: none;
}
#primary .article-header h2 a:hover {
	background: none;
	color: #99222b;
	text-decoration: underline;
}
#primary .article-header span {
	font-size: 12px;
}
.article-header:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}
.article-header span {
	color: #555;
	float: left;
	font-size: 1.091em;
	margin-right: 6px;
}
.article-header span + span {
	border-left: 1px solid #555;
	padding-left: 9px;
}
#primary .article-header ol {
	list-style: none;
}
#primary .article-header li {
	float: left;
	font-size: 12px
}
#primary .article-header li a {
	border: none;
	text-decoration: none;
}
#primary .article-header li a:hover {
	background: none;
	border: none;
	color: #99222b;
	text-decoration: underline;
}
.article-header + p {
	margin-top: 3px;
}
#news-list .article-header + p {
	margin-top: -5px;
}
#primary #news-list a.more {
	border: none;
	font-size: 1.1em;
	position: relative;
	text-decoration: none;
	top: -9px;
}
#primary #news-list a.more:hover {
	background: none;
	color: #99222b;
	text-decoration: underline;
}

#newer,
#older {
	background: url(http://www.fishladder.net/assets/images/btn-paginate.png) no-repeat;
	display: block;
	font-size: 1.1em;
	height: 15px;
	padding-top: 4px;
	text-decoration: none;
	text-indent: 17px;
	width: 101px;
}
#newer {
	background-position: -101px 0;
	float: right;
	text-indent: 10px;
}
#newer:hover,
#older:hover {
	color: #edebe3;
}
#newer:hover {
	background-position: -101px -19px;
}
#older:hover {
	background-position: 0 -19px;
}

#back {
	border-top: 1px solid #e4e0d6;
	clear: both;
	display: block;
	margin-top: -6px;
	padding-top: 16px;
}
#back a {	
	background: url(http://www.fishladder.net/assets/images/btn-back.png) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
}
#back a:hover {
	text-decoration: underline;
}

#news-list li > p:nth-child(2):after {
	content: '...';
}


/* CONTACT
  ================================*/

#contact input[type=hidden] {
	display: none;
}

#contact label,
#contact input,
#contact textarea {
	display: block;
	font-size: 1.1em;
	line-height: 1.5em;
}
#contact label {
	text-indent: 0.5em;
}
#contact label span {
	color: #99222b;
}
#contact label.error {
	display: none!important;
}
#contact input:focus,
#contact textarea:focus {
	border-color: #e4b1b5;
}
#contact input {
	border: 1px solid #e4e0d6;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	margin: 0 0 1em 0;
	padding: 0.25em 0.25em;
	width: 208px;
}
#contact input.error,
#contact textarea.error {
	background: #f7d6d9;
	border-color: #e4b1b5;
}
#contact textarea {
	border: 1px solid #e4e0d6;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	height: 150px;
	margin: 0 0 1em 0;
	padding: 0.25em 0.25em;
	width: 418px;
}
#contact button {
	background: url(http://www.fishladder.net/assets/images/btn-submit.png) no-repeat;
	border: none;
	color: #99222b;
	display: block;
	font-size: 1.1em;
	height: 19px;
	width: 101px;
}
#contact button:hover {
	background-position: 0 -19px;
	color: #edebe3;
	cursor: pointer;
}
span#error {
	color: #99222b;
	display: none;
	margin-left: 0.5em;
	position: relative;
	top: 1em;
}


/* BOOK LIST
  ================================*/

#primary #book-list {
	margin-left: 0;
}
#book-list li {
	clear: both;
	list-style: none;
	overflow: hidden;
	padding: 15px 10px;
}
#book-list li + li {
	border-top: 1px solid #e4e0d6;
}
#book-list img {
	float: left;
	margin-right: 1em;
}
#book-list span,
#book-list em {
	display: block;
	font-size: 1em;
}