/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background: #eee;
  font: 90% arial, verdana, helvetica;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 2px 0px 4px 0px;
}
h1 {
  font-size: 1.6em;
  color: #69C;
}
h2 {
  font-size: 1.2em;
  color: #690;
}
h3 {
  font-size: 1.1em;
  color: #d72;
}
h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-bottom: 0.9em;
  line-height: 1.5em;
}
a {
  text-decoration: none;
  font-weight: bold; 
}
a:link {
  color: #379;
}
a:visited {
  color: #157;
}
a:hover {
  text-decoration: underline;
  color: #157;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
  clear: both;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header, #content, #footer {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  background-color: #8c3;
  background-image: url('teahead760.jpg');
  height: 100px;
  border: 1px solid #ccc;
}
#content {
  background-color: #fff;
  border: 1px solid #CCC;
}
#footer {
  background-color: #8c3;
  background-image: url('foot760.jpg');
  height: 30px;
  border: 1px solid #ccc;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
#searchbar {
  height: 30px;
  padding-right: 10px;
  text-align: right;
}
#logo {
  height: 50px;
  padding-left: 10px;
}
#logo img {
  float: left;
  border: 0;
}
#headerbottom {
  height: 20px;
}
#menu {
  text-align: right;
  padding-right: 10px;
}
#primary {
  margin-bottom: 2px;
  font-size: 13px;
  color: #ccc;
}
#primary a {
  /* the following font-weight tag does not work, but why ??? */
  font-weight: bold; 
  color: #fff;
}
#secondary {
  font-size: 12px;
  color: #ccc;
}
#secondary a {
  color: #fff;
}
#search .form-text, #search .form-submit {
  border: 1px solid #275;
  font-size: 10px;
}
#search .form-text {
  width: 8em;
  padding:1px 2px 1px 2px;
}
#mission {
  background-color: #CCDDDD;
  padding: 1.5em 2em;
  color: #222;
  margin-top: 9px;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  text-decoration: underline;
}
.site-slogan {
  font-size: 12px;
  color: #eee;
  display: block;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.5;
}
#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-left, #sidebar-right {
  vertical-align: top;
  background-color: #fff;
  width: 200px;
  padding: 10px;
}

/*
** 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-family: verdana,helvetica,arial,sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #222;
  margin: 0 0 0 0;
  clear: both;
}
*/
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  font-size: 13px;
  border-bottom: 1px solid #CDD;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  background-color: #EDF2F2;
}
.block .title {
  font-size: 13px;
  color: #fff;
  background-color: #abb;
  margin-bottom: .25em;
  padding: 2px 2px 2px 4px;
}
.block .content {
  padding: 2px 2px 2px 4px;
}


/*.block .content .thumbnail {
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #F00;
  margin: 0 0 10px 10px;
  clear: right;
}
*/

.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #f9f9f9;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}

.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 0 0 0 1.5em;
}
.node .picture {
  float: right;
}

/*

.node .content .thumbnail {
  float: left;
  padding: 4px;
  margin-right: 8px;
  border: 1px solid #ccc;
}
*/

.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 {
  float: right;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 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;
}
#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;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

