/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}

tr.even {
  background-color: #c1e2a5;
}

tr.odd {
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
}
a:link {
  color: #039
}
a:visited {
  color: #636;
}
a:hover {
  color: #289728;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #289728;
}
pre {
  background-color: #efe;
  padding: 0.75em 1.5em;
  font-size: 1em;
  border: 1px dashed #289728;
}
.form-item label {
  font-size: 1.0em;
  color: #000;
}
.item-list .title {
  color: #289728;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#content {
  width: 99%
/*  min-width: 850px; */
  margin-left: 1%;
  margin-right: 1%;
  padding 0;
  min-width: 960px;
}
 
#header {
  margin: 1em 1em 2em 1em;
  clear: both;
}

.curvybox {
  background-color: #fff;
  border: 1px solid #289728;
  margin-bottom: 2em;
}

.tl {
  background-image: url(tl.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  left: -1px;
  top: -1px;
}

.tr {
  background-image: url(tr.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
  top: 0px;
}

.br {
  background-image: url(br.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  left: 0px;
  top: 2px;
  position: relative;
}

.bl {
  background-image: url(bl.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  top 2px;
  padding: 10px 15px 25px 15px;
}

#logo {
  min-height: 85px;
  vertical-align: top;
  float: left;
  margin-top: -10px;
  margin-left: -13px;
}

#logo img {
  vertical-align: top;
  float:left;
}

#menu {
  text-align: right;
  vertical-align: bottom;
}

#sidebar-right .menu {
  padding-left: 10px;
}

#navlist {
  font-size: 1.0em;
  padding: 0 0 0 0;
  color: #289728;
  margin-top: -8px;
}

#header ul.links li {
  border: 1px solid #289728;
  padding: 3px 5px 5px 5px;
}

#navlist .active, .menu-1-1-2-active, .menu-1-2-2-active, .menu-1-3-2-active, .menu-1-4-2-active {
  background-color: #c1e2a5;
}

#navlist a {
  font-weight: bold;
  color: #289728;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 0.8em;
  color: #289728;
}
#subnavlist a {
  font-weight: bold;
  color: #039;
}

#center-content .links a {
  font-weight: normal;
}

/*
#center-content ul.links li {
  border: 0px;
  background-color: #fff;
  padding: 0;
}

#center-content .odd ul.links li {
  border: 0px;
  background-color: #fff;
  padding: 0;
}

#center-content .even ul.links li {
  border: 0px;
  background-color: #c1e2a5;
  padding: 0;
}
*/

#edit-search-block-form-keys {
  border: 1px solid #289728;
  font-size: 0.9em;
}

form#search-block-form #edit-submit {
  background-color: #c1e2a5;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.1em;
}

#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}

#search-theme-form {
  margin-top: 62px;
}

#search-theme-form #edit-search-theme-form-keys {
  border: 1px solid #289728;
  width: 20em;
}
#search-theme-form #edit-submit {
  background-color: #c1e2a5;
}

#mission {
  background-color: #289728;;
  padding: 1.5em 2em 2em 1.5em;
  color: #fff;
  border: 1px solid #289728;
  margin-bottom: 2.5em;
  z-index: 3;
}
#mission a, #mission a:visited {
  color: #289728;
  font-weight: bold;
}
.site-name {
  padding-top: 0.5em;
  font-size: 2.5em;
  font-weight: normal;
  margin-bottom: 0em;
}

.site-name a:link, .site-name a:visited {
  color: #1b1;
}
.site-name a:hover {
  color: #289728;
  text-decoration: none;
}
.site-slogan {
  font-size: 0.8em;
  color: #6b6;
  display: block;
  font-style: italic;
  margin-left: 2em;
}
#main {  
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}

#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;
}

#sidebar-right {
/*  width: 180px; */
  width: 18%;
  background-color: #fff;
  margin-right: 1%;
  min-width: 200px;
  float: right;
  /* margin-top: -150px; */
}

#iewrapper {
  width: 77%;
  float: left;
  margin-left: 1%;
}
#sidebar-left {
  float:left;
  background-color: #fff;
/*  width: 15em; */
  width: 20%;
}

#center-content {
  position:relative;
  top: -2em;
  width: 77%;
  float: right;
/*  margin-left: 16em;
  margin-right: 18em;*/
}


#center-content .content h2 {
  font-size: 1.6em;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  padding-bottom: 0.2em;
}

#center-content .content table {
  border: 1px solid #999;
  overflow: scroll;
  width: 99%;
}


#main {
  padding-left: 1em;
  padding-right: 1em;
  float: left;
}

#footer {
  border-top: 1px dashed #287928;
  background-color: #fff;
  margin-top: 2em;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 0.8em;
  text-align: center;
  clear: both;
}

div#sidebar-right div.curvybox div div.title{
  font-weight: bold;
  margin-bottom: 0.6em;
  font-size: 1.1em;
}

div#sidebar-left div.block div div.title{
  border-bottom: 1px solid #bbb;
}

div#sidebar-left div.block {
  border-bottom: 0;
}

ul.menu li.leaf {
  list-style: none;
}

div#sidebar-right div#block div div.content h2 {
  font-weight: bold;
  font-size: 1em;
  color: #289728;
}

ul.osgeo-group {
  list-style: none inside none;
  margin-left: 1em;
  margin-top: 2px;
  padding: 0px;
}

/*
** 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.
*/
.title, .title a {
  color: #289728;
  font-weight: normal;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #333;
  font-size: 0.8em;
}

.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
/*  border-bottom: 1px solid #bbb; */
  padding-bottom: 0.75em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
/*  font-size: 1.1em; */
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

#aggregator img {
  float:right;
}

#aggregator .feed-item {
  clear: both;
}

.block-aggregator .title {
  font-size: 1.2em;
}

.block-aggregator .content .item-list ul li {
   list-style: none;
   padding-bottom: 0.6em;
}

.block-aggregator .content .item-list {
   margin-left: -2em;
}

#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#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;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #990;
}
div.admin-panel .body {
  background-color: #c1e2a5;
  color: #000;
}
div.admin-panel h3 {
  background-color: #289728;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

.admin-list {
  background-color: #c1e2a5;
  color: #000;
  padding: 1em;
}

div.help {
  background: #ffb;
  color: #000;
  border: 1px solid #ff3;
  padding: 0 1em 0 1em;
  font-style: italic;
  font-size: 0.8em;
  cursor: help;
}

/* panel */


.panel-col-top {
  //border-bottom: 1px dashed #287928;
  border-bottom: 0px dashed #ffffff;
  margin-bottom: 1em;
}

.panel-col-first {
  padding-right: 0.5em;
  font-size: 1.0em;
}

.panel-col-last {
  font-size: 1.0em;
  padding-left: 0.5em;
  //border-left: 1px dashed #287928;
  border-left: 0px dashed #ffffff;
}

.panel-col-last div.view {
  padding-bottom: 0.5em;
}
.panel-col-last div.block {
  //padding-top: 0.5em;
  //border-top: 1px dashed #287928;
  border-top: 0px dashed #ffffff;
  padding-bottom: 0.5em;
}

.panel-col-last h2.title {
  //padding-top: -0.5em;
}

.panel-col-first div.view-news {
  padding-bottom: 0.8em;
  margin-bottom: 1em;
}

.panel-col-first div.view-events {
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  //border-bottom: 1px dashed #287928;
  border-bottom: 0px dashed #ffffff;
}

.panel-col-bottom {
  padding-top: 1em;
  border-top: 1px dashed #287928;
}

.view-footer-events {
  float: left;
}

.view-footer-news {
  float: left;
}

.view-footer-spotlights {
  float:left;
}

/* -------- Tmitchell added below */

.image-attach-body {
  float:left;
}

 table#attachments {
  float:left;
}

 img.incubating {
  padding: 0 2px 2px 7px ;
  vertical-align: middle;
}

