/* For use with xtemplate.
*/

body {
  margin: 0 0px 0 0px;
  padding: 0;
  color: #000;
  font-family: arial, verdana, tahoma, sans-serif;
  font-size: 80%;
  background-color: #fff; 
}
tr.dark {
  background-color: #ddd;
}
tr.light {
  background-color: #eee;
}
tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #00610A;
}

a:hover {
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}


blockquote {
  border: 1px dotted #bbb;
  padding: 5px 5px 5px 5px;

}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item {
  margin-top: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}

#block-user-3 h3 {
   margin: 5px 0 5px 0;
}


/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}

#header {
  height: 50px;
  background: #00610A url(images/header-background.jpg) repeat-x;
 }

#content {
}

#logo {
  vertical-align: middle;
  height: 20px;
  font-family: georgia, times, serif;
  border: 0;
  color: #fff;
  font-weight: normal;
  font-size: 1.2em;
  padding: 1.0em 2.0em 1.0em 2.0em;
}

#logo a {
  color: #fff;
  }

#logo img {
  display: block;
}


#menu {
  height: 20px;
  border-bottom: 1px solid #99FFA9;
}
#primary {
  font-size: 0.9em;
  font-family: verdana, arial, sans-serif; 
  padding: .5em 0 .8em 0;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
}
#primary a {
  color: #fff;
  font-weight: bold;
}

#secondary {
  font-size: 0.9em;
  font-family: verdana, arial, sans-serif; 
  padding: .5em 0 .8em 0;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
}
#secondary a {
  color: #fff;
  font-weight: bold;
}

.search {
  text-align: right;
  vertical-align: bottom;
  margin: .5em 0 0 0;
  padding: 0 10px 10px 0;
  height: 20px;
 }

#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}
#search .form-submit {
  height: 1.5em;
}
#mission {
  font-size: 1.0em;
  padding: 1.0em 1.0em 1.0em 2.0em;
  border-bottom: 1px solid #999;
}


#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 15px 20px 10px 20px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.message {
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  width: 15em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  vertical-align: top;
  padding: 10px 10px 0 10px;
  background-color: #2B913A;
}

#sidebar-left {
  border-right: 1px solid #999;
}

#sidebar-right {
  border-left: 1px solid #999;
}



/*
** 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 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}

.title {
  color: #333;
  padding: 1.0em 0 0 0;
}


.nodecontent {
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em;
  border-top: 2px solid #00610A;
  border-bottom: 1px solid #00610A;
}
 
.submitted {
  font-size: 0.9em;
}
.links {
  color: #999;
}
.links a {
}
.box {
  padding: 0 0 1.5em 0;
}
.block {
  padding: 1.0em 1.0em 1.0em 1.0em;
  font-family: verdana, arial, sans-serif;
  font-size: 0.9em;
  margin: 0 0 1.0em 0;
  border: 1px solid #369;
  background: #e8e8e8 url(images/menu-background.gif) repeat-x;
  color: #333;
}
.block .title {
  font-size: 1.0em;
  padding: 0 0 1.0em 0;
  color: #333;
}


 
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 1em 0;
}
.static {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}

.node .title, .comment .title {
 padding: 0 0 0 0.5em;
}

.node .title a {
 color: #333;
}
.node .content, .comment .content {
  padding: 1.0em 1.0em .5em 1.0em;
  font-size: 1.1em;
}
.node .taxonomy {
  padding: 0.5em 0 0 0;
  font-size: 0.9em;
}
.node .avatar {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}

.node .links {
 padding: 0 .5em 2.5em 0;
 font-size: .9em;
 text-align: right;
 }

.comment .links {
  padding: 0 .5em 1.0em 0;
  font-size: .9em;
  text-align: right;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title {
  font-size: 1.0em;
  padding: .5em .5em .5em 0;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .avatar {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}


#block-block-7 {
  background: none;
  border: none;
  color: #000;
  font-weight: bold;
  }

#block-block-7 .title {
  color: #000;
}



#block-block-3 {
  border: none;
  background: none;
}

/*
** Module specific styles
*/
#aggregator .feed {
  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.9em;
  padding: 1.0em 0 1.0em 0;
}

#aggregator .news-item .title {
  padding: 0 0 1.0em 0;
}

#aggregator .news-item .title a {
  color: #333;
}

#aggregator .news-item .description {
  font-size: 1.1em;
}


#aggregator .title {
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

#aggregator .news-item .body {
  margin: 1em 0 1em 4em; 
}


#tracker th {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
#tracker tr.light, #tracker tr.dark {
  background-color: #fff;
}
#tracker td {
  vertical-align: top;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #bbb;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 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;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td {
  padding: 0;
  border-color: #888;
}
.calendar td div {
  padding: 0.4em 0;
}
.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-month {
  background-color: #bbb;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}
