/***** Global Settings *****/

html {
	margin:0;
	padding:0;
	}

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #333;
	background-color: #f5f5f5;
}


/***** Common Formatting *****/

p { font-size: 0.9em; line-height: 1.5em; margin: 0 0 1.1em 0; }
abbr, acronym { color: #369; border-bottom: thin dotted #369; cursor:help; }

.caption { font-size: 0.85em; }
.breadcrumb { font-size: 0.85em; color: #999; }

.byline { font-size: 0.85em; margin: 0 0 1.3em 0; color: #666; }
	
ol.default, ul.default {
	line-height: 1.6em;
	}
	
ol.default li, ul.default li {
	font-size:0.9em;
	margin-bottom: 1em; 
	}

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin:0; color:#507811; font-family: Georgia, "Times New Roman", Times, serif; }

h1 { font-size: 1.7em; margin:0; }
h2 { font-size: 1.5em; margin: 1.0em 0 0 0; }
h3 { font-size: 1.3em; margin: 1.0em 0 0 0; }
h4 { font-size: 1.1em; margin: 1.0em 0 0 0; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.85em; }

.thumbnail {
	float: left;
	border: 1px solid #666;
	background-color:#ececec;
	margin: 0 10px 10px 0;
	padding: 5px;
	font-size:0.85em;
	line-height:1em;
}



/***** Global Classes *****/

.float-left { float:left;}
.float-left-pad { float:left; margin-right: 8px;}
.float-right { float:right;}
.float-right-pad { float:right; margin-left: 8px;}
.indented
   {
   padding-left: 20pt;
   padding-right: 20pt;
   }

.clearboth { clear: both; }

.img-left { float: left; margin: 4px 10px 4px 0; }
.img-right { float: right; margin: 4px 0 4px 10px; }



/* img { border:0; } */


/***** Links *****/

a:link { color: #600;  }
a:visited { color: #600; }
a:active { color: #507811; }
a:hover { color: #507811; }

.whitey a:link { color: #fff; text-decoration: none; } /* for links on conf09 sidebar with dark bg */
.whitey a:visited { color: #fff; text-decoration: none; }
.whitey a:active { color: #fff; text-decoration: underline;}
.whitey a:hover { color: #fff; text-decoration: underline;}

/***** links for collapsible text panels *****/
.more {
    display: none;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc; }
a.showLink, a.hideLink {
    text-decoration: none;
    color: #600;
    padding-left: 8px;
    background: transparent url('down.gif') no-repeat left; }
a.hideLink {
    background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #600; }


/*CSS3 attributes that automatically add external link icon and PDF icon. This works in Firefox, IE7 and Opera so far.*/
/*a[href*="://"]:not([href*="stateofthesalmon.org"]) {
	background-image: url(/images/icon_external.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right: 16px;
}
a[href*="://"]:not([href*="stateofthesalmon.org"]):hover {
	background-image: url(/images/icon_external_hover.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right: 16px;
} */
a[href $='.pdf'] { 
	background-image: url(/images/icon_pdf.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right: 16px;
}

a[href $='.doc'] { 
	background-image: url(/images/icon_doc.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right: 16px;
}

a[href $='.xls'] { 
	background-image: url(/images/icon_xls.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right: 16px;
}

a[href $='.zip'] { 
	background-image: url(/images/icon_zip.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right: 16px;
}


/***** Forms *****/

/* form { margin:0; padding:0; display:inline; } before formatted forms */

form { position:relative; }
form.foot { margin:0; padding:0; display:inline; } /* for footer searchbar and other forms that need unaligned class */
label { display:block; float:left; width:10em; margin-right:.5em; text-align:right; }
label input { position:absolute; left:11em; }

fieldset { background:#ded9c2; border: 1px solid #600; padding: 4px; width:75%; }
legend { color: #fff; background: #600; padding: 2px 6px; font-weight:bold; font-size:.9em; margin-top: 1em; }
 
input { font-size:1em; }

input.button {
	color:#fff;
	background-color:#600;
	border:1px solid #6ab2e7;
	-moz-border-radius:8px;
	border-radius:8px;
	}
   
input.button:hover, input.button:focus {
	color:#fff;
	background-color:#507811;
	border:1px solid #600;
	-moz-border-radius:8px;
	border-radius:8px;
	}

input, text, textfield, textarea, password, checkbox {
background-color:#fff;
border: 1px solid #6ab2e7;
}

input:focus, text:focus, textarea:focus, textfield:focus, password:focus, checkbox:focus {
background-color:#f1f1f1;
border: 1px solid #507811;

}


/***** Tables *****/
 
table { border:1px solid #ccc; margin:0 0 1.7em 0; font-size:.9em; border-spacing:0;}
td, th { border:1px solid #ccc; padding:6px; }
  
  
/***** Layout Structure *****/

#wrapper {
	position:relative;
	width: 780px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding: 0;
	background: #fff;
	}

#masthead {
	text-align: center;
	height: 175px;
	padding: 0;
	margin: 0;
	}

#topnav {
	padding: 0 0 0 15%; /* rough center align */
	height: 19px;
	vertical-align: bottom;
}

#content {
	float:left;
	display: inline;
	margin-left: 0;
	padding: 20px;
	width: 740px;
	background: #fff;
	border-top: 2px solid #6ab2e7;
	min-height:540px;
	height: auto !important;
	}
	
#content2 {
	float: left;
	display: inline;
	padding: 20px;
	width: 560px;
	background: #fff;
	border-top: 2px solid #6ab2e7;
	min-height: 540px;
	height: auto !important;
	}
	
#content3 {
	float: left;
	display: inline;
	padding: 20px;
	width: 540px;
	background: #fff;
	border-top: 2px solid #6ab2e7;
	min-height: 540px;
	height: auto !important;
	}
	
#contentfront {
	float: left;
	display: inline;
	margin-left: 0;
	padding: 20px;
	width: 740px;
	background: #fff;
	border-top: 2px solid #6ab2e7;
	}
	
#rightbar {
	float: right;
	width: 180px;
	padding: 10px;
	background: #ded9c2;
	border-top: 2px solid #6ab2e7; /* color match content2 border-top */
	font-size: 0.9em;
	-moz-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;
	}
	
#rightbarconf09 { /* no padding so bg image hugs top */
	float: right;
	width: 180px;
	background: #ded9c2;
	border-top: 2px solid #6ab2e7; /* color match content2 border-top */
	font-size: 0.9em;
	-moz-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;
	background-image: url(/conference2009/images/conf09_bg.gif);
	background-position: top;
	background-repeat :no-repeat;
	}
		
#rightbarconf09 p {
	padding: 0 10px;
	line-height: 1.5em;
	margin: 1.1em 0 0 0;
	}
	
#rightbar p {
	line-height: 1.5em;
	margin: 1.1em 0 0 0;
	}
	
#rightbar h2 {
	line-height: 1.1em;
	margin: 0;
	}
	
#rightbar ul.tightlist, li.tightlist {
	line-height: 1.1em;
	margin: .5em 0 0 0;
	padding: 0;
	font-size: 0.9em;
	list-style: none;
	}
	
#rightbar ul.tightlist li, li.tightlist li {
	margin-bottom: 1em;
	}

#footerbreadcrumb {
	clear: both;
	text-align: right;
	margin: 0;
	padding: 4px 10px;
	font-size: 0.85em;
	overflow: auto;
}

#footer {
	clear: both;
	text-align: center;
	padding: 4px 0;
	background-color: #f5f5f5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	border-top: 1px solid #6ab2e7;
	}


.photobox { float:right; font-size:0.75em; width:300px; background:#ded9c2; margin: 0 0 0 10px; padding: 4px; -moz-border-radius:8px; border-radius:8px; }

.featureboxleft { float:left; width:230px; height:160px; background:#f5f5f5; margin: 0 10px 10px 0; border:1px solid #ded9c2; -moz-border-radius:8px; border-radius:8px; }
.featureboxright { float:right; width:230px; background:#f5f5f5; margin: 0 0 10px 10px; border:1px solid #ded9c2; -moz-border-radius:8px; border-radius:8px; }
.featureboxleft2 { float:left; width:350px; height:130px; background:#f5f5f5; margin: 0 10px 10px 0; border:1px solid #ded9c2; -moz-border-radius:8px; border-radius:8px; } /* width for 2 boxes across, no sidebar */
.featureboxleftnh { float:left; width:240px; background:#f5f5f5; margin: 0 10px 10px 0; border:1px solid #ded9c2; -moz-border-radius:8px; border-radius:8px; } /* box with no fixed height */
.featureboxwide { float:left; width:740px; background:#f5f5f5; margin: 0; border:1px solid #ded9c2; -moz-border-radius:8px; border-radius:8px; } /* full box on pages without sidebar */
.featureboxwide2 { float:left; width:520px; background:#f5f5f5; margin: 0; border:1px solid #ded9c2; -moz-border-radius:8px; border-radius:8px; } /* full box on pages with sidebar */
.featureboxwide3 { float:left; width:560px; background:#f5f5f5; margin: 0; border:1px solid #ded9c2; -moz-border-radius:8px; border-radius:8px; } /* full box on pages with conference sidebar */

.frontbox2 { display:block; float:left; width:230px; height:200px; background:#e7e7e7; text-align:center; padding: 0 5px; margin:0 10px 10px 0; }
.frontbox3 { display:block; float:left; width:225px; height:180px; background:#e7e7e7; text-align:center; padding: 0 5px; margin: 0 10px; -moz-border-radius:8px 8px 0 0; border-radius:8px 8px 0 0; }
.frontbox4 { display:block; float:left; width:150px; height:180px; background:#e7e7e7; text-align:center; padding: 0 5px; margin: 0 10px; -moz-border-radius:8px 8px 0 0; border-radius:8px 8px 0 0; }

.featureboxleft p, .featureboxright p, .featureboxleft2 p, .featureboxleftnh p, .frontbox3 p, .frontbox4 p, .featureboxwide p, .featureboxwide2 p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:0.85em; line-height:1.2em; margin:.45em 0 .45em 0; color: #333; padding: 0 8px; }
.featureboxleft ul, .featureboxright ul { padding:0 8px; margin-left:16px; }
.featureboxleft li, .featureboxright li { list-style-type: disk; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:0.85em; line-height:1.25em; color: #333; margin-bottom:6px;}

.featureboxleft h3, .featureboxright h3, .frontbox4 h3, .frontbox3 h3, .featureboxwide h3, .featureboxwide2 h3 { font-family:Georgia, "Times New Roman", Times, serif; font-size: 1.2em; }

.featuretitle { display:block; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; font-weight: bold; color: #333; text-align:center; margin: 0 0 0.85em 0; padding:4px; background: #ded9c2; -moz-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px;}
.featurebottom { display:block; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:0.75em; color: #666; text-align:center; margin: 0; padding:2px; background: #ded9c2; -moz-border-radius: 0px 0px 4px 4px; border-radius: 0px 0px 4px 4px;}

a.rollbox, a.rollbox:link, a.rollbox:visited { float:left; display:block; padding: 5px; width:195px; color:#fff; background-color:#6ab2e7; border: 1px solid #600; -moz-border-radius: 8px; border-radius: 8px; margin-right:8px; text-align:center; }
a.rollbox:hover { color:#fff; background:#507811; text-decoration:none; border: 1px solid #507811; }

.mapthumb { /*floating thumbnail boxes on map gallery page */
	float: left;
	width: 114px;
	height: 128px;
	margin: 0 10px 10px 0;
	padding: 4px;
	background: #f5f5f5;
	text-align:center;
	font-size: .85em;
	border: 1px solid #999; -moz-border-radius: 8px; border-radius: 8px;
}



/*begin menu style*/
/* HORIZONTAL FREESTYLE MENU LAYOUT */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1em; margin-top: 8px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 140px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 138px;
}

/*
 All menu items (<li>tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 text-align:center;
 background: #6ab2e7;
 margin-right: 4px;
 width:140px;
 -moz-border-radius: 8px 8px 0 0;
 border-radius: 8px 8px 0 0;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
 border: 1px solid #fff;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 4px 0px ;
 font: 0.8em Verdana, Arial, Helvetica, sans-serif;
 color: #fff;
 font-weight:bold;
 text-decoration: none;
 border-bottom: 0px;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #fff;
 background-color: #507811;
 text-decoration: none;
 -moz-border-radius: 8px 8px 0 0;
 border-radius: 8px 8px 0 0;
}
.menulist a.highlighted {
 color: #fff;
 background-color: #507811;
 text-decoration: none;
 -moz-border-radius: 8px 8px 0 0;
 border-radius: 8px 8px 0 0;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */



/*
 HACKS: IE/Win:
 A small height on <li>and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */


/*end menu style*/