/* archiveIndex.css */

/* Archive Index page rules */

.news .articles {clear: both; margin: 0;}

col.info {width: 48%;}
col.gutter {width: 4%;}

/* In IE5 Mac, a left side offset (4pt) on div.sale below inherits into the div.text:
With no image, or a floated image, or an image in a floated DIV, 
all but the first p element in div.text is 4pt too far left. */

/* Gecko doesn't let you float an image outside of its container (at least on the float side), */
/* And it doesn't seem to like the shorthand border property, so don't combine border-top and border-bottom below.  */

/* IE likes r,s,s; NS likes x,s,r; Safari likes x,x,r not x,s,s, but x,r,s OK with nested DIVs */
tr.colHead th {position: relative; padding-top: 40px; text-align: left;}
tr.colHead div.bg {position: relative;}
* html tr.colHead div.bg {position: static;}

h2 {position: relative; z-index: 1; width: auto; padding: 6pt 76pt 8pt 15pt; color: white; font-size: /* x-large */ 14pt; font-weight: 400; font-style: italic; /* line-height: 1.1em */ /* 15pt */; white-space: nowrap;}
img.shadowed {position: absolute; z-index: 0; right: 6pt; bottom: 6pt; width: 60pt; height: 60pt;}

/* Fix image position in Opera 6 and under \*/
html>body img.shadowed {bottom: -23pt; top: auto;}
/* Hide the following from Op6 (and IE) -- see http://www.albin.net/CSS/OwenHack.html */
head:first-child+body img.shadowed {bottom: 6pt; top: auto;} 

tr.colHead th.news div.bg, tr.colStop th.news p {background-color: #81b89c;}
tr.body td.news:first-child {border-left: 1pt solid #81b89c; /* #c5d4dd; */}

tr.colStop th p {padding: 4pt 15pt; text-align: left; white-space: nowrap; font-size: /* small */ 9pt; font-weight: 700; font-style: italic; color: white; /* line-height: 1em; */}
.news .articles {padding: 8pt 8pt 8pt 8pt;}

/* Text formatting */

.news .articles, .news .articles a {/* font-family: Verdana,Arial,Helvetica,sans-serif; */ color: #27704a;}
.news .articles h3 {margin-top: 8pt; font-size: /* medium */ 10pt; font-weight: 700;}
.news .articles h3:first-child {margin-top: 0;}
.news .articles p.lastMod {margin-top: 3pt; text-align: left; font-size: 7pt; line-height: inherit; font-weight: 400; color: #999;}
.news .articles .summary {margin-top: 3pt; font-size: /* medium */ 9pt; font-weight: 400;}

img.plantGraphic {width: 126pt; height: 234pt;}
ul.nav a.archive {color: #666; cursor: default;}
ul.footerNav a.archive {color: #aaa; text-decoration: none; cursor: default;}
ul.nav li.simple a.archive:hover, ul.nav li.simple a.archive:focus {text-decoration: none;}
