/*
   This is the style sheet used when Gallery running standalone and
   'no skin' is selected.

   If you would like to customize the styles please create
   copy of this file called

   "screen.css" (same name without ".default")

   If that file is found in this directory it will be
   used instead of this one.

   Some of the styles below are overriden by specific
   album properties. These are noted

   $Id: screen.css.default 15828 2007-02-18 08:57:27Z jenst $
*/


/*
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/

body {background: url(/images/bg.jpg) center top no-repeat;color:#8a6e3a;font:75%/125% Georgia, Serif;margin:0;padding:0;vertical-align:baseline}

html {background:url(/images/html-bg.jpg) center top repeat-y;margin:0;padding:0;vertical-align:baseline}

/* Defaults */


abbr, acronym, dfn {border-bottom:1px dotted;cursor:help}
blockquote {background:#EEE;border-left:2px solid #CCC;margin:0 0 1em}
blockquote p {margin:.5em}


h1 {font:bold 2.675em/1.25em Georgia, Garamond, Serif;margin:10px 0 0 10px}
h2 {font:bold 1.5em/1.25em Georgia, Garamond, Serif}
h3 {font:bold 1.25em/1.25em Georgia, Garamond, Serif}
h4 {font:bold 1em/1.25em Georgia, Garamond, Serif}
hr {margin:0 0 0.5em}
p {margin:0 0 1em}
ul, ol {list-style:none;margin:0 0 1em}

tt {display:block;margin:0.5em 0;padding: 0.5em 1em}


img {
    border: none;
}

td,p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

a:hover {}

.popup a:hover {
    color: #4E2192;
}

.popup td {
    color: #000000;
}

textarea {font:1em Arial;overflow:auto}

/*
   text styles
*/
.title                          /* album titles on main page */
	{
	  font-size: 14px;
	  font-weight: bold;
	}
.mod_title			/* album title -- Text is controlled by .title */
	{
	  border:1px solid #000000;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.mod_title_bg   /* album title hightlight Text is controled by .title */
	{
	}
.mod_title_right  /* album title hightlight  Text is controled by .title*/
	{
	}
.mod_title_left  /* album title hightlight  Text is controled by .title */
	{
	}
.albumdesc  /*album description includes all text and background*/
	{
	}
.desc                           /* album descriptions on main page */
	{
	  font-size: 12px;
	}

.caption                        /* photo captions on all pages */
	{
	  font-size: 10px;
	}
.modcaption  /* modifies background for caption text to reside - view_album */
	{
	  font-size: 10px;
	}
.pcaption  /* modifies background for caption text to reside - view_photo*/
{
     font-size: 10px;
}

.customFieldsTable {
}

.customFieldsTableCaption {
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.vafloat /* float for view album - text */
 	{
 	   float: none;
 	}

.vafloat2 /* float for view album - images */
 	{
 	 float: none;
	}

.vasummary /* controls the view of Album summary */
	{
        font-weight:bold;
        padding:2px;
        margin-top:10px;
        width:80%;
	}
.commentIndication
	{
	   color: red;
	   font-size: 12px;
	}
.error                          /* all error text */
	{
	  color: red;
	  font-size: 12px;
	}

.attention                          /* so far, just for voting instructions*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #FBFF7F;
    font-size: 12px;
}

.headbox			/* box around the page headers */
	{
	}

.head                           /* page headers */
	{
	  font-size: 16px;
	  font-weight: bold;
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */
	{
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */
	{
	}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/
	{
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */
	{
	}
.bread                          /* used in breadcrumb bars */
	{
	  font-size: 10px;
	}
.nav                            /* used in navigation bars */
	{
	  font-size: 12px;
	}
.navtableborderbegin
	{
	  border:1px solid #FFFFFF;
	}
.navtableborderend
	{
	  border:1px solid #FFFFFF;
	  border-top-width:0px;
	}
.bordertop
	{
	  border:1px solid #FFFFFF;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.borderright
	{
	  border:1px solid #FFFFFF;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}

.borderleft
	{
	  border:1px solid #FFFFFF;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-right-width:0px;
	}


.borderleft-popup {
    border:1px solid #000000;
    border-top-width:0px;
    border-bottom-width:0px;
    border-right-width:0px;
    padding-left: 5px;
}

.fineprint                      /* used for fine print */
	{
	  font-size: 10px;
	}

.viewcounter
	{
	  font-size: 10px;
	}

.editlink                       /* Used for the [edit] tags */
	{
	  font-size: 10px;
	}
.modnavbox  /* main navigation bar next and previous */
{
}

.admin                          /* used in admin bars */
	{
	  font-size: 10px;
	  font-weight: bold;
	}

.adminform /* defines form for drop down menu */
	{
	  font-size: 10px;
	  font-weight: bold;
	}
.search                          /* used in search text */
	{
	  font-size: 10px;
	  font-weight: bold;
	}
.searchform /* defines form for search */
	{
	  font-size: 10px;
	  font-weight: bold;
	}
.leftspacer  /* amount of space to the left of the header and titles */
	{
	  width: 0px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{
	background-color: #5E72CC;

     }
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{

	}
.modfooter /*footer where the Gallery version is located*/
	{
	}


.popupbody  /* controls the background of popup. */
{
    color: #000;
}

.popuphead, .separator  /* controls the title and background */
{
    text-align:center;
    font-size: 14px; font-weight: bold;
    line-height: 150%;
    color: #FFFFFF;
    background-color: #203F61;
    padding-left: 5px;
    border-top: 1px solid #FFF; border-left: 1px solid #FFF; border-right: 1px solid #FFF;
}

.popup /* controls the main text and message body */
{
    font-size: 12px;
    font-weight: normal;
    color: #202020;
    padding: 5px;
    border: 1px solid #FFF;
    background-color: #F0F0F0;
    margin-bottom: 10px;
}

.popupform /* controls form textarea */
	 {
	   font-size: 12px;
	   font-weight: normal;
	   line-height: 120%;
	   color: #202020;
	   padding: 2px;
	   border: 1px solid #FFF;
	   background-color: #C0C0C0;
	 }

td.columnheader {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
    padding: 2px;
    border: 1px solid #FFF;
    background-color: #203F61;
}

/* CSS ID for the add photos popup */

#container {
    padding: 2px;
}

#tabnav {
    height: 20px;
    margin: 0px;
    padding-left: 5px;

}

#tabnav li {
    margin: 0px;
    padding: 0px;
    display: inline;
    list-style-type: none;
}

#tabnav a:link, #tabnav a:visited {
    float: left;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin-right: 4px;
    text-decoration: none;
    color: #666;
    border-width:1px;
    border-style: solid; border-color: #000000;
    -Moz-Border-Radius-TopLeft: 20px;
    -Moz-Border-Radius-TopRight: 20px;
}

#tabnav a:link.active, #tabnav a:visited.active {
    background-color: #FCFCF3;
    padding:2px 5px 2px 5px;
    font-size:12px;
    margin-right: 4px;
    border-style: solid; border-color: #000000;
    -Moz-Border-Radius-TopLeft: 20px;
    -Moz-Border-Radius-TopRight: 20px;
    color:#000000;
}

#tabnav a:hover {
    color: #444;
}

/* Following two classes are used in stats-wizard */
.blockcell {
}

caption {
    color: #203F61;
}

/* Adminbar */

#adminbox {
    background-color: #203F61;
    color: #FFFFFF;
}

#adminbox td {
    background-color: #203F61;
}

#adminbox a {
	color: #DBFFFF;
}

#adminbox a:hover {
	color: yellow;
}


#menu {
}

#menu td {
}

#menu a {
   display: block;
   font-family: Verdana,Helvetica,sans-serif;
   font-size: 10px;
   text-decoration: none;
   color: #FFFFFF;
   white-space: nowrap;
/* uncomment this and the below to have a nice hover effect.
   padding: 2px;
   -moz-border-radius: 3px;
*/
}

#menu a:hover {
   color: yellow;
   white-space: nowrap;
/*
   border-bottom: 1px solid #66A;
   border-right: 1px solid #66A;
   border-top: 1px solid #224;
   border-left: 1px solid #224;
   padding: 1px;
*/
}

.g-tabset {
}

.g-tabset a {
    color: #000;
    background-color: #fff;
}

.g-tabset a:hover {
    background-color: #e9e9ff;
}

.g-tabset a.tab-hi {
    color: #fff;
    background: #66a;
    border-bottom: 1px solid #66a;
}


/* Reset */
ul {padding:0;}

/* Containers */
#page {margin:0 auto;overflow:hidden;padding:0 10px;width:980px}

/* Header */
#header {overflow:hidden;width:100%}

/* Content*/
#main {background:url(/images/content-bg.png) left top repeat-y;float:left;margin:0 auto;position:relative;width:980px}
* html #main {background:url(/images/content-bg-ie6.png) -10px 0 no-repeat;margin:0 0 0 0}
#main div {background:url(/images/content-top.jpg) left top no-repeat;margin:0 10px;padding:6px 0 0;position:relative;width:960px}
#main div div {background:none;margin:0;padding:0;width:auto}

#main div #content {display:inline;float:left;margin:0 -100% 0 205px;padding:0 10px 20px 23px;position:relative;width:702px}



	/* Post */
	#content .post {font-size:.935em;padding:10px;margin:0 0 25px}
	#content .post .meta {font-size:0.8em}
	#content .post ul {list-style:disc;margin:0 0 1em 18px}
	#content .post ol {list-style:decimal;margin:0 0 1em 22px}
	#content .post h1 {border:0;margin:2px 0 14px}

/* Pagination */
#prev-next {list-style:none}
#prev-next #prev {float:left}
#prev-next #next {float:right}


/* Sidebar */
#main div #sidebar {float:left;margin:0 470px 0 0;min-height:669px;padding:10px 0 0;position:relative;width:205px}
* html #main div #sidebar {height:auto!important;height:669px;overflow:visible}
#sidebar ul {list-style:none;margin:0 0 1em 18px}
#sidebar ul ul {list-style:disc}

	/*Navigation*/
#sidebar ul#nav {font-size:1.435em;margin:0;list-style:none}
#sidebar ul#nav li {display:block;height:33px;margin: 0 0 3px}
#sidebar ul#nav li a {display:inline;color:#8a6e3a;float:left;height:19px;margin:8px 0 7px 35px;padding:0;position:relative;text-decoration:none;text-indent:-999em;width:142px}
#sidebar ul#nav li.current_page_item a {height:33px;margin:0 0 0 -18px;position:relative;width:205px}
#sidebar ul#nav li a span {cursor:pointer}

        /*IRs*/
#sidebar ul#nav li a#home-nav span {background:url(/images/menu.png) left top no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#captain-nav span {background:url(/images/menu.png) left -18px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#rates-nav span {background:url(/images/menu.png) left -37px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#photos-nav span {background:url(/images/menu.png) left -56px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#fishing-reports-nav span {background:url(/images/menu.png) left -75px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#videos-nav span {background:url(/images/menu.png) left -94px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#lodging-nav span {background:url(/images/menu.png) left -113px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#resources-nav span {background:url(/images/menu.png) left -132px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#approved-captains-nav span {background:url(/images/menu.png) left -148px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#contact-us-nav span {background:url(/images/menu.png) left -168px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#reservations-nav span {background:url(/images/menu.png) left bottom no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}


/*IR Hover States*/
#sidebar ul#nav li a:hover {height:33px;margin: 0 0 0 -18px;width:205px}
#sidebar ul#nav li a#home-nav:hover span, #sidebar ul#nav li.current_page_item a#home-nav span {background:url(/images/menu-hover.png) left top no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#captain-nav:hover span, #sidebar ul#nav li.current_page_item a#captain-nav span {background:url(/images/menu-hover.png) left -33px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#rates-nav:hover span, #sidebar ul#nav li.current_page_item a#rates-nav span {background:url(/images/menu-hover.png) left -66px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#photos-nav:hover span, #sidebar ul#nav li.current_page_item a#photos-nav span {background:url(/images/menu-hover.png) left -99px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#fishing-reports-nav:hover span, #sidebar ul#nav li.current_page_item a#fishing-reports-nav span {background:url(/images/menu-hover.png) left -132px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#videos-nav:hover span, #sidebar ul#nav li.current_page_item a#videos-nav span {background:url(/images/menu-hover.png) left -165px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#lodging-nav:hover span, #sidebar ul#nav li.current_page_item a#lodging-nav span {background:url(/images/menu-hover.png) left -198px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#resources-nav:hover span, #sidebar ul#nav li.current_page_item a#resources-nav span {background:url(/images/menu-hover.png) left -231px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#approved-captains-nav:hover span, #sidebar ul#nav li.current_page_item a#approved-captains-nav span {background:url(/images/menu-hover.png) left -264px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#contact-us-nav:hover span, #sidebar ul#nav li.current_page_item a#contact-us-nav span {background:url(/images/menu-hover.png) left -297px no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}
#sidebar ul#nav li a#reservations-nav:hover span, #sidebar ul#nav li.current_page_item a#reservations-nav span {background:url(/images/menu-hover.png) left bottom no-repeat; height:100%;left:0;position:absolute;top:0;width:100%}

/*Right Sidebar*/

#main div #right-sidebar {background:url(/images/sidebar-right.jpg) right top no-repeat;float:right;margin:-6px 0 0;min-height:566px;padding:37px 0 0;width:259px}

* html #main div #right-sidebar {height:auto!important;height:566px;overflow:visible}

#main div #right-sidebar .alignleft {padding:0;margin:0}

	

/* Footer */

#main div #footer {background:#edddc1 url(/images/footer-bg.png) center top no-repeat;clear:both;font:.915em Arial, Sans-Serif;height:1%;margin:0 auto;padding:13px 51px 10px;overflow:hidden;text-align:center;width:858px}

#footer p {clear:both;color:#b29c74;font-size:.915em;text-align:center}

#footer p a {color:#b29c74;text-decoration:none}

#footer ul {display:inline;list-style:none;margin: 0 auto;text-align:center}

#footer ul li {background:url(/images/divider.png) left no-repeat;display:inline;padding:0 6px 0 11px}

#footer ul li.first {background:none;display:inline}

#footer ul li a {color:#6e542c;text-decoration:none}



/* Image Alignment */

img.centered {display:block;margin-left:auto;margin-right:auto}

img.alignright {display:inline;margin:0 0 2px 7px;padding:4px}

img.alignleft {display:inline;margin:0 7px 2px 0;padding:4px}

.alignright {float:right}

.alignleft {float:left}

img#attached-bottom {left:0;position:absolute;bottom:0}


/* Comments */

#main div #content #comments_wrap ol.commentlist {list-style:none;margin:0 0 1em;padding:0;text-align:justify}

#main div #content #comments_wrap ol.commentlist li {list-style:none;margin:15px 0 3px;padding:5px 10px 3px}

#main div #content #comments_wrap ol.commentlist li.alt {background:#EEE}

#main div #content #comments_wrap ol.commentlist li .avatar {background:#fff;border:1px solid #eee;float:right;padding:2px}

#main div #content #comments_wrap ol.commentlist cite, #commentlist cite a {font-style:normal;font-weight:bold}

#main div #content #comments_wrap ol.commentlist p {margin:10px 5px 10px 0}

#main div #content #comments_wrap #commentmetadata {font-weight:normal}

#main div #content #comments_wrap #commentform input.input {border:1px solid #CCC;font-size:1.1em;margin:5px 5px 1px 0;padding:2px;width:170px}

#main div #content #comments_wrap #commentform input.input:hover {background:#EEE}

#main div #content #comments_wrap #commentform textarea {border:1px solid #CCC;padding:2px;width:98%}

#main div #content #comments_wrap #commentform textarea:hover {background:#EEE}

#main div #content #comments_wrap #commentform #submit {}

#main div #content #comments_wrap #commentform p {margin:0 0 .5em}

#main div #content #comments_wrap #allowed-tags strong {display:block}

#main div #content #comments_wrap .nocomments {margin:0;padding:0;text-align:center}

#main div #content #comments_wrap .commentmetadata {display:block;margin:0}



/*Sifr CSS*/

@media screen {

.sIFR-flash{margin:0;padding:0;visibility:visible!important;}

.sIFR-replaced,.sIFR-ignore{visibility:visible!important;}

.sIFR-alternate{display:block;height:0;left:0;overflow:hidden;position:absolute;top:0;width:0;}

.sIFR-replaced div.sIFR-fixfocus{float:none;letter-spacing:0;margin:0;overflow:auto;padding:0;}

}

@media print {

.sIFR-flash{display:none!important;height:0;overflow:hidden;position:absolute;width:0;}

.sIFR-alternate{display:block!important;height:auto!important;left:auto!important;position:static!important;top:auto!important;visibility:visible!important;width:auto!important;}

}





@media screen {

   	.sIFR-active #content h1 {font-size:2.675em;font-weight:700;height:41px;line-height:37px;margin:3px 0 0}

}



/*IE6 PNG fix*/

* html #main { behavior: url("script/iepngfix.htc") }