/* $Id: style.css,v 1.11 2005/09/02 19:18:14 dries Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}
tr.odd td {
  padding: 0.3em;
}
tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
   font-family: Georgia;
   font-size: 1.3em;
}
h2 {
  font-family: Arial;
  font-size: 0.8em;
}
h3, h4, h5, h6 {
  font-family: Arial;
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #369;
}
a:visited {
  color: #369;
}
a:hover {
  text-decoration: underline;
  color: #369;
}
fieldset {
  border: 1px solid #577BAF;
}
pre {
  background-color: #E5ECF4;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #577BAF;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
  text-align: right;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background: url(logo_header_background.png) repeat-x; height: 131px;
  background-color: #93AACC;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em 0em 0em 0em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}

#primary a {
  background: transparent url('images/downloads-icon-normal.png') center right no-repeat;
  padding-right: 40px;
  text-decoration: none;
  font-size: 16px;
  color: #585C60;
  padding-top: 7px;
  height: 27px;
}

#primary a:hover {
  background: transparent url('images/downloads-icon-hover.png') center right no-repeat;
  text-decoration: underline;
  color: #369;
}

#header-secondary-links {
  position: absolute;
  left: 0;
  top: 108px;
  text-align: right;
  width: 100%;
  min-width: 700px;
}


#secondary {
  position: absolute;
  left: 0;
  top: 108px;
  text-align: right;
  width: 100%;
  min-width: 700px;
}


#secondary a {
  padding-right: 3px;
  text-decoration: none;
  color: #000;

#secondary a:hover {
  text-decoration: underline;
  color: #fff;
}

}
#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 * * * * * * * * * * * * */

#mission {
  padding: 0.7em;
  width: 98%;
  margin: 0;
}

#mission .rounded-box {
  margin: 0;
  padding: 0;
  border: 1px solid #577BAF;
  background-color: #DCE5EE;
  font-weight: normal;
}

#mission a {
  margin: 0;
  background: transparent url('images/arrow.png') no-repeat scroll 0 3px;
  padding-left: 10px;
  padding-right: 5px;
  display: block;
  font-weight: bold;
  font-size: 0.9em;
}

#mission div.top-left {
  background: url('images/mission-top-left.png') 0% 0% no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}

#mission div.top-right {
  background: url('images/mission-top-right.png') 100% 0% no-repeat;
  position: relative;
  left: 2px;
}

#mission div.bottom-right {
  background: url('images/mission-bottom-right.png') 100% 100% no-repeat;
  position: relative;
  top: 2px;
}

#mission div.bottom-left {
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 4px;
  background: url('images/mission-bottom-left.png') 0% 100% no-repeat;
  position: relative;
  left: -2px;
}

#mission table {
  border-collapse: collapse;
  border: 0;
  margin: 0 0 0 12px;
}

#mission table td {
  border: 0;
  padding: 0;
  margin: 0;
}

#mission table td.intro div {
  float: left;
  padding: 0 15px 0 7px;
}

#mission table td.intro {
  font-size: 1.1em;
}

/* 
* 
*
* #mission {
*   background-color: #369;
*  padding: 1.5em 2em;
*  color: #fff;
* }
* #mission a, #mission a:visited {
*  color: #9cf;
*  font-weight: bold;
* }
* #mission, .node .content, .comment .content {
*  line-height: 1.4;
* }
* * * * * * * * * * Mission End * * * * * * * * * * * * */
 


.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #000;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #E5ECF4;
  border: 1px solid #577BAF;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #FFFFFF;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}

#sidebar-right a.db_g1 {
  display: block;
  background: url('images/badge_g1_32.gif') left no-repeat;
  padding-left: 38px;
  font-size: 1.0em;
  padding-top: 8px;
  padding-bottom: 10px;
}

#db_g2 a {
  display: block;
  background: url('images/badge_g2_32.gif') left no-repeat;
  padding-left: 38px;
  font-size: 1.0em;
  padding-top: 8px;
  padding-bottom: 10px;
}

#sidebar-right a.db_gr {
  display: block;
  background: url('images/badge_gr_32.gif') left no-repeat;
  padding-left: 38px;
  font-size: 1.0em;
  padding-top: 8px;
  padding-bottom: 10px;
}

#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** 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.22em;
  color: #333;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}

.submitted {
  color: #369;
  font-size: 0.8em;
}
.links {
  color: #369;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  border-bottom: 2px solid #577BAF;
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
  text-align: justify;
}
.sticky {
  padding: .5em;
  background-color: #B6C6DD;
  border: solid 1px #577BAF;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 0.2em;
  background-color: #EFF7FF; 
}
.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 {
  background-color: #eee;
  border: 1px solid #fff;
  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;
  background-color: #F5F5FF;
  border: 1px solid #577BAF;
}
#forum td.forum, #forum td.posts {
  background-color: #738FBF;
  border: 1px solid #577BAF;
}
#forum td.topics {
  background-color: #F5F5FF;
  border: 1px solid #577BAF;
}
#forum td.last-reply {
  background-color: #F5F5FF;
  border: 1px solid #577BAF;
}
#forum td.container {
  background-color: #577BAF;
  border: 1px solid #4C6290;
}
#forum td.container a {
  color: #555;
  border: 1px solid #577BAF;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #000;
}
#forum td .name a {
  color: #fff;
}
#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: #fff;
}
.calendar .day-blank {
  background-color: #fff;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}
TABLE.gallery {
	BORDER-RIGHT: #5D7AA6 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #5D7AA6 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #5D7AA6 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #5D7AA6 1px solid; BACKGROUND-COLOR: white
}
TABLE.gallery TR {
	VERTICAL-ALIGN: top
}
TABLE.gallery TD {
	BORDER-RIGHT: white 2px solid; BORDER-TOP: white 2px solid; VERTICAL-ALIGN: top; BORDER-LEFT: white 2px solid; BORDER-BOTTOM: white 2px solid; BACKGROUND-COLOR: #f9f9f9
}
DIV.gallerybox {
	MARGIN: 2px; WIDTH: 150px
}
DIV.gallerybox DIV.thumb {
	BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; MARGIN: 2px; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid; TEXT-ALIGN: center
}
DIV.gallerytext {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-SIZE: 94%; PADDING-BOTTOM: 2px; PADDING-TOP: 2px
}
TABLE.gallery .limited {
	BACKGROUND-COLOR: #fff3b0; TEXT-ALIGN: center
}

.imageright { 
    float: right; margin-left: 10px;
    } 
.imageleft {
   float: left; margin-right: 10px;
    }
