/* $Id: style.css,v 1.14.2.1 2006/04/29 19:29:53 killes Exp $ */


/* 

Colors
----------------- 
cl-ll		 #f8d8a2
cl-l		 #f8ca7c
cl-n		 #f89f0a
cl-d		 #a46e12
-----------------
*/


body  {
  background-color: #fff;
  margin: 0;
  padding: 0;
}
body, p, td, li, ul, ol  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  margin: 0;
}
h1 {
  color: #369;
  font-size: 1.6em;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #f89f0a; /* cl-n */
}
a:hover {
/*  font-weight: bold; */
  text-decoration: underline;
  color: #f89f0a;
}
a:active {
  color: #f89f0a; /*cl-n*/
}
fieldset {
  border: 1px solid #ccc;
}
p {
  margin: 0 0 1.3em 0;
  padding: 0;
}
blockquote {
  border-left: 4px solid #69c;
  padding: 0 15px 0 15px;
  margin: 25px 100px 25px 50px;
  color: #696969;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 1.2em;
  border: 1px solid #ddd;
}
.form-item {
  margin-top: 1em;
}
.form-item label {
  color: #369;
}
.item-list .title {
  color: #369;
  font-size: 0.85em;
}

/*
** Page layout blocks / IDs
*/
#primary-menu  {
/*  border-collapse: separate;
  background-color: #e0edfb;
  border-bottom: 3px solid #69c; */
}
#primary-menu tr {
    background: #c0b0a0;
/*  background: transparent url(header-a.jpg) left bottom repeat; */
}
td#home {
/*  background: transparent url(logo-background.jpg) left top repeat; */
}
td#home a:link img, td#home a:visited img {
/*  background: transparent url(logo-active.jpg) repeat;
  width: 144px;
  height: 63px; */
}
td#home a:hover img {
/*  background: transparent url(logo-hover.jpg) repeat;
  width: 144px;
  height: 63px; */
}
.primary-links {

  position: absolute;
  right: 100px;
  top: 15px;

  color: #a46e12; /* cl-d */
  background: #f89f0a; /* cl-n */
/*  background: url("images/bar.jpg") repeat-x; */
  text-align: right;

  padding-top: 0.1em;
  padding-bottom: 0.1em;
  font-size: 0.9em;
}

.primary-links a:link, .primary-links a:visited {

  color: #a46e12; /* cl-d */
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  text-decoration: none;
}
.primary-links a:hover {
/*  background: #a46e12; /* cl-d */ */
/*  color: #f8ca7c; /* cl-l */ */
  text-decoration: none;
}

.primary-links a.active {
/*  background: #147;
  color: #FFF;
 padding: 10px; */

}

#primary-menu .primary-links   {
  background: transparent url(header-b.jpg) left top no-repeat;
  font-size: 0.79em;
}
#primary-menu .primary-links h1, #primary-menu .primary-links h2, #primary-menu .primary-links h3 {
  font-size: 2.3em;
  color: #369;
}
#secondary-menu {
  border-collapse: separate;
  background-color: #369;
  border-bottom: 3px solid #69c;
}
.secondary-links, .secondary-links a:link, .secondary-links a:visited  {
  color: #e4e9eb;
}
.secondary-links a:hover {
  color: #fff;
  text-decoration: underline;
}
#secondary-menu .secondary-links {
  font-size: 0.85em;
}
.tabs {
  margin: 10px 0 10px 0;
}
.tabs ul.primary {
  border-collapse: collapse;
  padding: 0 0 3px 10px;
  white-space: nowrap;
  list-style: none;
  margin: 0 0 0 0;
  height: auto;
  line-height: normal;
  border-bottom: 2px solid #336699;
}
.tabs ul.primary li {
  display: inline;
}
.tabs ul.primary li a {
  padding: 3px 10px 3px 10px;
  background: #fff url(tabs-off.png) left top no-repeat;
  border-color: #6699CC;
  color: #6699CC;
  border-width: 2px;
  border-style: none solid none none;
  height: auto;
  margin-right: 10px;
  text-decoration: none;
  text-transform: lowercase;
}
.tabs ul.primary li.active a, .tabs ul.primary li.active a:hover {
  background: #336699 url(tabs-on.png) left top no-repeat;
  border-right: 2px solid #336699;
  color: #fff;
}
.tabs ul.primary li a:hover {
/*  background-color: #6699CC; */
  color: #336699;
}
.tabs ul.secondary {
  border-collapse: collapse;
  padding: 10px 0 10px 0px;
  margin: 0 0 0 0;
  white-space: nowrap;
  width: 100%;
  list-style: none;
  height: auto;
  line-height: normal;
  border-bottom: none;
}
.tabs ul.secondary li {
  display: inline;
  height: auto;
  padding: 0 0 0 10px;
  text-decoration: none;
  border-right: none;
}
.tabs ul.secondary li a {
  background: #fff url(tabs-option-off.png) left center no-repeat;
  padding: 10px 0 10px 25px;
  margin: 0 0 0 0;
}
.tabs ul.secondary li a.active {
  background: #fff url(tabs-option-on.png) left center no-repeat;
  color: #369;
  border-bottom: none;
}
.tabs ul.secondary li a:hover {
  background: #fff url(tabs-option-hover.png) left center no-repeat;
  color: #FF4500
}
#content {
  color: #000;
/*  background-color: #fff; */
}
#contentstart {
  background-color: #fff;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#search .form-text, #search .form-submit {
  border: 1px solid #666;
/*  background: #f2e2d2; */
  font-size: 0.85em;
  margin: 0.2em;
}
#search .form-text {
  width: 9em;
/*  border-top: 2px solid #a09080;
  border-left: 2px solid #a09080;
  border-bottom: 1px solid #ffefdf;
  border-right: 1px solid #ffefdf; */
}
#search .form-submit {
/*  color: #542002;
  background: #d3baa8;
  border-bottom: 1px solid #a09080;
  border-right: 1px solid #a09080;
  border-left: 1px solid #ffefdf;
  border-top: 1px solid #ffefdf; */
}
#mission {
  background-color: #fff;
  color: #696969;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding: 10px 10px 10px 10px;
  margin: 20px 35px 0px 35px;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}
#site-info {
  background-color: #bdd3ea;
  background-image: url('header-c.png');
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
.site-name {
  font-size: 2.0em;
  font-family: serif;
  padding: 0.75em;
/* uncomment if site name should not be displayed, if a logo is used instead for example */  
/*  display: none; */
}
.site-name a:link, .site-name a:visited, .site-name a:hover {
  color: #a46e12; /* cl-d */
  text-decoration: none;
}
.site-slogan {
  font-size: 0.8em;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 20px 20px 50px 20px;
  /* background: transparent url(background.png) center center no-repeat; */
  /* fix background overlapping text in IE (aka Peekaboo Bug) */
  position: relative;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
.nav {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#sidebar-left, #sidebar-right {
  font-size: 0.75em;

  width: 190px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 15px 0px 50px 0px;
  vertical-align: top;
}
#sidebar-left {
  background: #f8ca7c; /* cl-l */
  border-right: 1px dashed #a46e12; /* cl-d */
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0px 0px 50px 0px;
}
#sidebar-right {

}
#sidebar-left li, #sidebar-right li {
  font-size: 1em;
}
.node .content {
  text-align: left;
/*  font-size: 0.85em; */
  line-height: 1.3;
}
.comment .content {
  text-align: left;
  font-size: 0.85em;
  line-height: 1.3;
}
#footer-message {
  padding: 50px 100px 10px 100px;
  font-size: 0.65em;
  text-align: center;
  color: #f89f0a; /* cl-n */
}
table#footer-menu {
  border-top: 3px solid #6699cc;
  border-bottom: 3px solid #6699cc;
  background-color: #369;
  color: #e4e9eb;
}
#footer-menu td {
  padding: 5px;
  font-size: 0.75em;
}
#footer-menu .primary-links, #footer-menu a:link, #footer-menu a:visited  {
  color: #e4e9eb;
}
#footer-menu a:hover  {
  color: #fff;
  text-decoration: underline;
}
#footer-menu .primary-links h1, #footer-menu .primary-links h2, #footer-menu .primary-links h3 {
  font-size: 1.3em;
  color: #e4e9eb;
}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/

.content h1, .content h2, .content h3, .content h4, .content h5 {

  color: #a46e12; /* cl-d */
}

#content .title, #content .title a {
  color: #a46e12; /* cl-d */
  margin-bottom: 1em;
}
.content h1 {
  font-size: 1.9em;


}
.content h2 {
  font-size: 1.4em;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
}
.content h3 {
  font-size: 1.3em;
}
.content h4 {
  font-size: 1.2em;
}
.content h5 {
  font-size: 1.15em;
}

#main li {
/*  list-style: url("list-item.png") square; */
  list-style: square; 
}

.submitted {
  color: #999;
  font-size: 0.79em;
}
.links {
  color: #ff8c00;
  font-size: 0.8em;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.links a {
  font-weight: bold;
}
.box {
  padding: 0 0 1.5em 0;
}
.box {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.box h2 {
  font-size: 9px;
}
.block .title h3 {
  font-size: 1.2em;
}
.block {
  padding: 5px 5px 5px 5px;
}

.block {
  margin-bottom: 1.5em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2.5em 0;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.83em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #fff;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title {
  font-size: 1em;
  padding: 10px 0px 12px 19px;
  background: transparent url(icon-comment.png) left center no-repeat;
}
.comment .new {
  font-weight: bold;
  font-size: 1em;
  margin-left: 2px;
  color: red;
}
.comment .picture {
  border: 1px solid #fff;
  float: right;
  margin: 10px;
}
.links {
  font-size: 0.75em;
}
.links .prev, .links .next, .links .up {
  font-size: 1.15em;
}
.titles .prev, .titles .next  {
  font-size: 0.85em;
  font-weight: bold;
  color: #444;
}
.hide {
  display: none
}
.nav .links .next a:link {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-next.png) right center no-repeat;
}
.nav .links .next a:visited {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-next-visited.png) right center no-repeat;
}
.nav .links .next a:hover {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-next-hover.png) right center no-repeat;
}
.nav .links .prev a:link {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-prev.png) left center no-repeat;
}
.nav .links .prev a:visited {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-prev-visited.png) left center no-repeat;
}
.nav .links .prev a:hover {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-prev-hover.png) left center no-repeat;
}
.nav .links .up a:link {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up.png) center top no-repeat;
}
.nav .links .up a:visited {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up-visited.png) center top no-repeat;
}
.nav .links .up a:hover {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up-hover.png) center top no-repeat;
}

/*
** Module specific styles
*/
.content .active {
  color: #369;
}
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source {
  color: #999;
  font-style: italic;
  font-size: 0.85em;
}
#aggregator .title {
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#tracker th {
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #fafafa;
}
#tracker th img {
  float: right;
}
#tracker tr.even, #tracker tr.odd {
  background-color: #fff;
}
#tracker td {
  vertical-align: top;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #bbb;
}
#forum {
  margin: 15px 0 15px 0;
  background-color: #fff;
}
#forum table {
  width: 100%;
  border: 2px solid #69c;
}
#forum table tr th {
  text-align: center;
  background: #69c;
  color: #fff;
  font-size: 0.75em;
  border-bottom: 1px solid #aaa;
}
#forum table tr th a  {
  color: #fff;
  text-decoration: underline;
}
#forum table tr th img  {
  margin: 0;
}
#forum tr.odd {
  background: #e0edfb;
}
#forum tr.even {
  background: #fff;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.container {
  color: #000;
  background: #369 url(forum-container.jpg) right top no-repeat;
  border: 2px solid #69c;
}
#forum td.container a {
  color: #e4e9eb;
  padding: 20px 0 20px 35px;
  background: transparent url(forum-link.png) left center no-repeat;
}
#forum td.container a:visited {
  color: #e4e9eb;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .row-week td a {
  padding: 0.4em 0;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}


/*
** Menu styles, Fred
*/
ul.menu {
  border: none;
  text-align:left;
  padding: 0;
  margin: 0;

}

/* 2nd, 3rd,...  menu level */
ul.menu ul {
  margin-left: 2em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  border-left: 1px solid #f89f0a; /* cl-n */
}
ul.menu ul ul {
  margin-left: 2.5em;
}

ul.menu li {
  list-style: none;
  padding: 0.0em;
  margin: 0.0em;

  display: inline;
}

.menu li a, .menu li a:visited {
  display: block;
  padding: 0.3em 0.5em 0.3em 1.0em;
  margin: 0.1em 0 0.1em 0;
/*  color: #f2e2d2; */
/*  border: 1px solid #d3baa8; */

}

.menu li a:hover {

/*  color: #fffaea; */
/*  border-style: solid;
  border-color: #fffaea; */

/*  background: url("menu-arrow.png") no-repeat;
  background-position: 0.2em 0.5em;
*/
}

.menu li li a {
/*  margin-left: 0.3em; */
}

.menu li.leaf a.active, .menu li.collapsed a.active, .menu li.expanded a.active {

  color: #a46e12; /* cl-d */

/*  border: none; */
} 
/* necessary for stupid IE
.menu li li.leaf a.active, .menu li li.collapsed a.active, .menu li li.expanded a.active {
  margin-left: 0.3em;
}*/


#header {
  background-color: #f89f0a; /* cl-n */
  background: url("images/header.png") no-repeat;
  position: relative;
  margin-top: 0px;
  height: 100px;
}

#logo {
/*  background: url("images/header.jpg") no-repeat; */
/*  height: 124px; */
}


#search-box {

  position: absolute;
  top: 60px;
  right: 10px;
}

#language-chooser {
  position: absolute;
  top: 18px;
  right: 10px;
}

.news-title {
  border-bottom: 1px dashed #a46e12; /* cl-d */
}
.news-title a, news-title a:hover {
  color: #a46e12; /* cl-d */
  text-decoration: none;
}

.news-date {
  color: #f89f0a; /* cl-n */
  margin-bottom: 1em;
}

#main {
  font-size: 0.85em;
}
#main .block {
  margin:0;
  padding:0;

}
#main .block .title h3 {
  display: none;
}
#main .node {
  margin:0;
  margin-bottom: 2em;
  padding:0;
}
#main .node .content {
  margin:0;
  padding:0;
}
#main .block .content {
  margin:0;
  padding:0;
}

#user-login-form .item-list {
  display: none;
}


.item {
  padding-bottom: 0.5em;
}
.item-title {
  font-weight: bold;
  font-size: 1.1em;
}
.item-desc {
  font-style: italic;
  font-weight: normal; 

}
.archives .year {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 0.6em;
  border-bottom: 1px dashed;
}

#sidebar-right .news .item {
  
}
#sidebar-right .news .item-title {
  font-size: 1em;
}
#sidebar-right .news .item-desc {
  font-size: 0.6em;
  font-style: normal;
  text-align: right;
  color: #a46e12; /* cl-d */
}
#sidebar-left .block .title h3 {
  text-align: center;
  letter-spacing: 1px;
/*  text-transform: uppercase; */
  border-bottom: 1px solid ; 
 /* color: #f8e8d8; */
  font-size: 1.25em;
  font-weight: bold;
  padding: 10px 0px 5px 0px;
  margin-bottom: 0em;
/*  background: transparent url(icon-block.png) left center no-repeat; */
}
#sidebar-left .block, #sidebar-right .block {
  margin: 0;
  margin-bottom: 1em;
  padding:0;
}
#sidebar-left .block {
}
#sidebar-right .block {
  background-color: #f8d8a2; /* cl-ll */
  border: 1px solid #a46e12; /* cl-d */
  margin: 0;
  margin-bottom: 1em;
  margin-right: 1em;
  padding:0;
}
#sidebar-left .block .content, #sidebar-right .block .content {
  margin:0;
  padding:0.5em;
}
#sidebar-right .block .title h3 {
  text-align: center;
  display: block;
  font-size: 1.0em;

  color: #a46e12; /* cl-d */
  background-color: #f8ca7c; /* cl-l */
  padding: 0.2em 0.2em 0.2em 0.2em;
  border-bottom: 1px solid #a46e12; /* cl-d */
}
#sidebar-left .block .title h3 {
  text-align: center;
  display: none;
  font-size: 1.0em;

  color: #a46e12; /* cl-d */
  background-color: #f8ca7c; /* cl-l */
  padding: 0.2em 0.2em 0.2em 0.2em;
  border-bottom: 1px solid #a46e12; /* cl-d */
}

#block-translation-0 {
}
.block-translation .content {
}
.block-translation li {
  list-style: none;
  display: inline;
}
.block-translation a.active {
  color: #a46e12; /* cl-d */
}
.block-translation .title {display: none;}

.i18n-link .i18n-icon {margin: 2px;}
.i18n-link .i18n-text {display: none;}

html.js fieldset.collapsible legend a {
  color: #a46e12; /* cl-d */
} 

.wenatchee-signature {
  color: #7898c4;
  font-size: 0.6em;

  text-decoration: none;
}
.wenatchee-signature a img {
/*  padding: 0.5em 1em 0.6em 1em;
  margin-top: 5px; */
  border: 1px solid #fff;
}
.wenatchee-signature a:hover img {
/*  margin-top: 4px;
  background-color: #dee5f4; */
  border: 1px solid #1b4988;
}


/* Table Styles */

.tableau-standard {

/*	border: 1px solid #f89f0a; */
	background: #f8d8a2;
}

.tableau-standard thead {

	text-align: center;
	background: #f8ca7c;
	color: #a46e12;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}
.tableau-standard thead td {
	padding: 5px 10px 5px 10px;
}

.tableau-standard tbody td {
	padding: 5px 10px 5px 10px;
}

.tableau-standard tfoot {

	padding: 5px 10px 5px 10px;
	background: #f89f0a;
}

.tableau-formulaire {

/*	border: 1px solid #f89f0a; */
	background: #f8d8a2;
}

.tableau-formulaire tfoot td {
	background: #f8ca7c;
	padding: 10px 10px 10px 10px;
}


.site-form {

	background: #f8d8a2;
	padding: 1em 1.75em 1em 1.75em;
}

.site-form .form-item input,
.site-form .form-item select,
.site-form .form-item textarea {
  border: 1px solid black;
}
.site-form .form-item input.error, .site-form .form-item textarea.error {
  border: 1px solid red;
}
.site-form .form-item .description {
  font-size: 0.85em;
}
.site-form .form-item label {
  display: inline;
  font-weight: normal;
  width: 180px;
  color: black;
}
.site-form .form-item label.option {
  display: inline;
  font-weight: normal;
}
.site-form .marker, .site-form .form-required {
  color: #f00;
}
.site-form h3 {
  margin-top: 1.2em;
}

.site-form-buttons {

  border-top: 1px solid #a46e12;
  margin-top: 1.75em;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}
.site-form-buttons input {

  border: 1px solid #a46e12;
  background: #f8ca7c;
  color: black;
  padding: 0.3em 1em 0.3em 1em;
  font-weight: bold;
}
