

/* -------------------- main navigation -------------------- */


#navcontainer {
 position: relative;
 height: 92px; width: 950px;
 background: #4a4a4a;
}

#navigation {
 position: absolute;
 top: 0; left: 0;
 list-style: none;
 padding: 0 30px;
 height: 50px; width: 870px;
}

#navigation li {
 float: left;
 display: block;
 text-transform: uppercase;
 font-size: 0.9em;
}

#navigation li#here {
 background:#2a7e93;
 border-bottom: 2px solid;
 padding: 15px 12px 10px;
 color: #fff;
 cursor: default;
}

#navigation a:link, #navigation a:visited  {
 display: block;
 float: left;
 color: #fff;
 height: 100%;
 background: #4a4a4a;
 padding: 15px 12px;
}

#navigation a:hover, #navigation a:active {
 outline: none;
 border-bottom: 2px solid;
 padding-bottom: 10px;
}


/* -------------------- sub nav ----------------------- */


#subNav {
 position: absolute;
 top: 50px; left: 0px;
 width: 950px; height: 40px;
 border-bottom: 2px solid #2a7e93;
 background: url(../images/subbg.gif) repeat-x 0 0;
}

.subpar {
 margin: 10px 0 0 40px; padding: 0;
 color: #fff;
 letter-spacing: 1px;
}

#dry { margin-left: 35px; }

#dry li {
 margin-right: 12px;
 list-style: none;
 display: inline;
 float: left;
}

#dry li#drynow, #dry li.current {
 color: #fff; 
 border-bottom: none;
 cursor: default;
 padding: 10px 5px 5px;
 letter-spacing: 1px;
}

#dry li a:link, #dry li a:visited {
 text-decoration: none;
 background: none;
 float: left;
 padding: 10px 5px 5px;
 color: #25b7db;
 letter-spacing: 1px;
}

#dry li a:hover, #dry li a:active {
 border-bottom: 2px solid;
 outline: none;
}

#dry li.year1, #dry li.year2, #dry li.year3, #dry li.year4 {
 cursor: default;
 padding: 8px 5px 5px;
 color: #dadada;
 font-size: 0.9em;
}

#dry li.prev-arrow a, #dry li.next-arrow a{
 color: #fff;
 border-bottom: 1px dotted;
}

#dry li.prev-arrow {
 margin: 0 40px 0 0; 
}

#dry li.next-arrow a {
 margin-left: 50px;
}

#dry li.prev-arrow a:hover, #dry li.next-arrow a:hover {
 border-bottom: 2px solid;
}

#diary ul#dry:first-child { margin-left: 37px }

body#diary #dry li.archive a {
 position: absolute;
 right: 40px;
 color: #ccc;
}



/* -------------------- bottom nav ----------------------- */

ul#bottomnav {
 position: absolute;
 top: 20px; right: 10px;
}

#bottomnav li {
 list-style: none;
 margin: 0 20px 12px;
 text-align: right;
}

#bottomnav li a:link {
 padding: 0 3px;
 text-decoration: none;
 letter-spacing: 1px;
 border: none;
}

#bottomnav li a:hover {
 border-bottom: 2px solid;
 padding-bottom: 3px;
}

.rssimg {
 margin-left: 2px;
}

.re { color: #ac1f23; }
.ya { color: #00a9d3; }
.rt { color: #446d80; }
.wt { color: #797970; }
.rss { color: #f38625; }












