/* Global White Space Reset! */

* {
padding:0;
margin:0;
}
/*h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
*/
li, dd { margin-left:5%; }
fieldset { padding: .5em; }


body {
font: 0.8125em Arial, sans; color: #000000;
voice-family: "\"}\""; voice-family:inherit;
font-size: normal;
background-color: #5E5340;
}

a {
color: #030;
}

/* ====== */


#wrap {
background: url("http://www.wisconsinforestry.org/style/art/body-shadow.png") top center repeat-y;
margin: 0 auto 0;
width: 780px;
}
ul#footer {
background: url("art/footer-shadow.gif") top center no-repeat;
margin: -16px auto 0;
padding: 38px 14px 15px;
text-align: center;
width: 778px;
}
#home ul#footer {
background: url("art/bottom.gif") top center no-repeat;
margin: -26px auto 0;
padding: 38px 14px 15px;
text-align: center;
}

#header {
margin: 0 13px;
background: url("http://www.wisconsinforestry.org/style/art/top.jpg") top center no-repeat;
height: 66px;
}

#header a {
text-indent: -1500px;

display: block;
text-decoration: none;
width: 300px;
height: 60px;
}

#wrap #main {
margin: 0 13px;
}

#home #wrap #main {
background: url("http://www.wisconsinforestry.org/style/art/tree.jpg") right 2.1em no-repeat;
}

#menu {
list-style-type: none;
padding: .4em 13px 0;
font-weight: bold;
position: relative;
}

#footer {
list-style-type: none;
padding: .4em 13px 0;
font-weight: bold;
}

#footer a, #menu a {
text-decoration: none;
}

#footer a {color: white;}
#footer a:hover {text-decoration: underline;}

#footer li {
margin: 0 1em 0 0;
display: inline;
}


/* MENU ======================= */
ul#menu {
width: 725px;
}

ul#menu li {
margin: 0;
width: 100px;
display: inline;
}

ul#menu li ul {
/*put the subnavs below and hide them all*/
display: none;
position: absolute;
top: 2.1em;
height: 1.5em;
left: 0;
padding: .8em 0 .8em 0;
width: 754px;
background: url("http://www.wisconsinforestry.org/style/art/submenu-shadow.gif") top left no-repeat;
}

ul#menu li a {
/*for all links in the list*/
color: #444;
font-weight: bold;
padding: 0 .6em 1.3em .6em;
}

#menu li.current a {
position: relative;
color: #681517;
background: url("http://www.wisconsinforestry.org/style/art/pointer.gif") bottom center no-repeat;
z-index: 5;
}
#menu li:hover a, #menu li.over a, #menu li.current:hover a {
background: url("http://www.wisconsinforestry.org/style/art/pointer.gif") bottom center no-repeat;
position: relative;
z-index: 10;
}

#menu li.current ul a {
text-decoration: none;
color: #444;
}

/*No down arrow without a submenu, or on submenu items */
#navnews.over a, #navcal.over a,
#navnews:hover a, #navcal:hover a {
background: none!important;
text-decoration: underline;
}

#menu li.current ul {display: block;}
/*NotIE*/
#menu li:hover ul, #menu li.over ul  {
display: block;
z-index: 6;
}


#home #menu li:hover ul, #home #menu li.over ul {
background: none;
top: 2.1em;
}

#menu li ul li a {
color: #444;
padding: 6px 10px 15px 10px;
background: none!important;
}

#menu li ul li.current a {
color: #681517;
font-weight: bold;
}

#menu li ul a:hover {
text-decoration: underline;
color: #681517;
}
#home #menu li ul a {
  font-weight: bold;
}

/* Homelink (some extra markup here for ie) */

#homelink {
background: none;
}
#menu li.over #hlink {
position: static;
}
#homelink a {
padding: 0;
background: url("http://www.wisconsinforestry.org/style/art/home.gif") left top no-repeat!important;
}
#homelink span {
visibility: hidden;
}
/* == Sidebar
   =========  */

#sidebar {
float: left; display: inline;
text-align: left;
width: 190px;
margin: 3.4em 0 1em 0;
background: url("http://www.wisconsinforestry.org/style/art/leftbar-mid.gif") right top repeat-y;
}

#sidebar .item {
padding: 0 10px 15px 5px;
font-size: 95%;
}
#sidebar .wr1 {
position: relative; top: -5px;
background: url("http://www.wisconsinforestry.org/style/art/leftbar-top.gif") right top no-repeat;
}
#sidebar .wr2 {
position: relative; bottom: -5px;
background: url("http://www.wisconsinforestry.org/style/art/leftbar-bottom.gif") right bottom no-repeat;
}

#sidebar h3 {
padding: 0px 10px .3em 5px;
font-size: 140%;
font-weight: bold;
color: #681517;
text-decoration: none;
}

#sidebar a {
color: #030;
font-weight: bold;}
#sidebar .more a {text-decoration: none;}
#sidebar .more a:hover {text-decoration: underline;}

#sidebar p {
line-height: 1.1em;
padding-bottom: .3em;}

#sidebar .section {
padding-bottom: 5px;
}
#sidebar .date {
font-style: italic; color: #666;
}

#sidebarright {
float: right;
width: 180px;
margin: 5em 0 0 .2em;
}

#sidebarright hr{
width: 80%;
}

/* == Content
   =========  */

#content {
margin: 3em 0 0 0;
padding: 0 220px 0 20px;
background: url("http://www.wisconsinforestry.org/style/art/content-right.gif") right top repeat-y;
}
#main>#content {  /* ==ie hack == */
margin-bottom: 12px !important;
}


#content h1 {
margin-right: -200px;
padding: .5em 200px 0 0;
margin-bottom: .5em;
}

#content h2 {padding: 1em 0 .5em;}
#content p {padding: 0 0 .5em 0;}
#content ul {padding: 5px 1em 20px 20px;}


#home #main #content {
background: none;
float: right;
width: 540px;
margin-top: 3.5em;
padding: 0;
margin-bottom: 0;
}

/* == Introductory paragraph on index page =========  */

#intro {
width: 260px;
float: left;
}
#intro p {
padding: 0 .7em .5em .7em;
}


hr.clr {
border: none;
clear: both;
height: 1px;
visibility: hidden;
}

#communitylinks {
text-align: center;
font-weight: bold;
line-height: 1.7em;
}

/* == Calendar =========  */

#calendar {
float: right;
width: 220px;
padding: 0 10px 0 0;
}

#calendar h3 {
font-size: 1.4em;
margin-bottom: 10px;
}

#calendar h3 a {
font-weight: bold;
color: #681517;
text-decoration: none;
}

.event {
clear: left;
}

.event .datebox {
float: left;
width: 25px;
text-decoration: none;
text-align: center;
border: 1px solid #aaa;
background-color: #ddd;
margin-bottom: 10px;
-moz-border-radius: 4px;
}


.datebox span {
background-color: black;
color: #eee;
text-transform: uppercase;
display: block;
font-size: .8em;
}

.datebox b {
font: 1.4em Georgia, Serif;
font-weight: bold;
display: block;
padding: 1px 0 2px 0;
}

.event h5 {
padding-left: 40px;
font-size: .9em;
}
.event p {font-size: .9em; font-weight: bold; text-align: right;}

/* == Highlight Boxes bottom of index page ============ */

.hlite {
float: left; display: inline;
height: 9.5em;
margin: 15px 16px 0 0;
position: relative;
padding-bottom: 1.3em;
background: url("http://www.wisconsinforestry.org/style/art/smallbox-bottom.gif") bottom right no-repeat;
width: 164px;
}

#content>.hlite {
height: auto;
min-height: 9.5em;
}

.hlitebig {
margin-top: 10px;
width: 254px;
background: url("http://www.wisconsinforestry.org/style/art/bighlite-bottom.gif") bottom right no-repeat;
}
#content>.hlitebig {
    margin-top: 30px;}
    

.hlite h3 {
position: relative; top: -5px;
color: #681517;
padding: 5px 5px 10px 5px;
font-size: 1em;
text-align: right;
background: url("http://www.wisconsinforestry.org/style/art/smallbox-top.gif") top right no-repeat;
}

.hlitebig h3 {
font-size: 1.1em;
background: url("http://www.wisconsinforestry.org/style/art/bighlite-top.gif") top right no-repeat;
}

.hlite img {
float: left;
border: 3px double #333;
margin: 5px 8px 8px 8px;
}

.hlite p {
padding: 5px 8px 10px 80px;
font-size: .85em;
line-height: 1.1em;
}

.hlite p.more{
text-align: right;
bottom: 0; right: 10px;
position: absolute;
}

/*  ---general --- */

img.flt {
float: right;
margin: 0 0 5px 10px;
border: 1px solid #aaa;
}

.attn {color: #df0d16;}

.right {float:right;margin: 0px 0px 5px 10px}

h1 { color: #681517; font-weight: normal; font-size: 17pt; font-family: Arial, sans-serif; margin-top: 4pt; }
h2 { color: #681517; font-weight: normal; font-size: 16pt; font-family: Arial, sans-serif; }
h3 { color: #681517; font-weight: normal; font-size: 15pt; font-family: Arial, sans-serif; 
	padding: 0px 0px 15px 0px;}
h4 { color: #681517; font-weight: normal; font-size: 14pt; font-family: Arial, sans-serif; 
	padding: 15px 0px 0px 0px;}
h5 { color: #681517; font-weight: normal; font-size: 13pt; font-family: Arial, sans-serif; 
	padding: 15px 0px 0px 0px;}
h6 { color: #681517; font-weight: normal; font-size: 11pt; font-family: Arial, sans-serif; }

.caption {
font-size: .8em;
}