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

/*
** HTML elements
*/
body {
  margin: 2px 2px 2px 2px;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 91% Arial, Helvetica, Verdana, Trebuchet MS, Arial, sans-serif; 
  line-height: 140%; 
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  text-align: left;
}
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;
  font-weight: bold;
}
a:link {
  color: #119;
  color: #39c;
  color: #127;
  color: #25a;
}
a:visited {
  color: #369;
  color: #49c;
}
a:hover {
  color: #39c;
  color: #26a;
  text-decoration: underline;
}
.menu a:visited, .breadcrumb a:visited, ul.primary li a:visited {
  color: #25a;
}
.menu a.active {
  color: #000;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 1em;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
tbody {
  border-top: 0px solid #ccc;
}
tbody th {
  border-bottom: 3px solid #ccc;
}
.form-item label {
  font-size: 1em;
  color: black;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.0em; 
  padding: 0;
  list-style: disc;
}

.comment .links {
  margin-bottom: 0em;
}

dt {
  color: #222;
  font-weight: bold;
  border-bottom-width: 2px;
  padding: .2em .2em .2em .0em;
  margin: 1em 1em 0em 0em;
  border-bottom-style: groove;
  border-color: #eee;
  border-width: 2px;
}
dd {
  padding: 0.0em .0em .2em .0em;
  margin: 0.2em 1em 1em 1.0em;
}


/*
** Page layout blocks / IDs
*/
#header, #content, #footer {
  width: 99.8%;
}
#header {
  background: url(graphics/gklabbanner.jpg) no-repeat center left; 
  background-color: rgb(117,137,182); 
  height: 95px;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em 0em 0em 1em;
  border: 0;
  height: 75px;
}
#menu-top {
  padding: .2em 0.0em .0em 0.0em;
  text-align: right;
  vertical-align: top;
}
#menu-bottom {
  padding: .2em 0.0em .0em 0.0em;
  text-align: right;
  vertical-align: bottom;
}

#primary {
  font-size: 1.0em;
  padding: 0em 0.5em 0.0em 0;
  color: #9cf;
}
#primary a {
  font-weight: bold;
  font-size: 1.0em;
  color: #fff;
}

/* The following two are to add vertical bar-separators in the primary menu */
#primary ul.links li {
  text-align: center;
  border-right: 2px solid #ccc;
  padding-right: 0.25em;
  padding-left: 0.25em;
  margin: 0;
}
#primary ul.links li.last {
  text-align: center;
  border-right: 0px;
  padding-right: 0.25em;
  padding-left: 0.25em;
  margin: 0;
}


#secondary {
  padding: 0 0.8em 0.0em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}

#search .form-text {
  font-size: 1.0em;
  margin: .0em .1em .1em .0em;
}
#search .form-submit {
  font-size: 1.0em;
  margin: .0em .5em .1em .0em;
}


#mission{
  padding: 0em 1.0em 0.2em 0;
  text-align: right;
  vertical-align: bottom;
  font-weight: bold;
  color: #fff;
}

.site-name {
  margin: 0.0em 0em 0em 0em;
  padding: 0.0em;
  font-size: 2.6em; 
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #9bb;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  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: 0px 10px 10px 10px;
  font-size: 1.0em;
  text-align: justify;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.breadcrumb {
  margin: 10px 0px 0.5em 10px;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}


/* Tab navigation */
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1.0em;
  white-space: nowrap;
  list-style: none;
  margin: 5px 0px 5px 0px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline; 
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0.0em 0.5em 0.0em 0.5em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
  color: #000;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}



/*<Left Sidebar>*/
#sidebar-left {
  background-color: #fafafa;
  border-right: 1px solid #aaa;
  width: 180px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 20px 5px 0px 10px;
  vertical-align: top;
  line-height: 120%; 
}
#sidebar-left h2 {
  font-size: 1.10em;
  color: #222; 
}
/*<group=Sidebar Left>*/


/*<Right Sidebar>*/
#sidebar-right {
  vertical-align: top;
  padding: 0px 15px 10px 0px;
  line-height: 120%; 
}

#sidebar-right .block {
  border: 1px outset #aaa;
  width: 225px;
  padding: 0.25em;
  background-color: #fafafa;
}
#sidebar-right .block h2 {
  padding: 0.2em 0.2em 0.2em 0.2em;
  border-bottom: 3px solid #ccc;
  font-size: 1.10em;
  text-align: right;
  color: #222; 
}
#sidebar-right .block .content {
  padding: 0.25em 0.5em 0.25em 0.5em;
  font-size: 1.0em;
}
#sidebar-right .block .links {
  text-align: right;
}
#sidebar-right .block th {
  font-size: 1.0em;
  height: 2.0em;
  vertical-align: bottom;
  border-bottom: thin solid #ddd;
}
/*<group=Sidebar Right>*/



#footer {
  background-color: rgb(88,105,150); 
  background: url(graphics/footer-background.jpg) no-repeat top left; 
  color: white;
  font-size: 0.8em;
  height: 20px;
  margin: 0.0em .2em .25em 0.0em;
}

/*
** 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.3em;
  color: black;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #833;
  font-size: 0.8em;
}
.links {
  color: #999;
  margin-bottom: 0em;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: 0.0em 0.0em 1em 0.0em;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content {
  margin: .5em 0 .5em 0;
}
.comment .content {
  margin: 1.0em 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: 1em;
}
.comment .title a {
  font-size: 1.0em;
  font-weight: bold;
}
.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 #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.25em 0.5em 0.25em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #fafafa;
}
#forum td.topics, #forum td.last-reply {
  background-color: #efefef;
}
#forum td.container {
  background-color: #dfdfdf;
}
#forum td.container a {
  color: #333;
}
#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;
}
#forum {
  text-align: left;
}

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

.news {
  width: 100%;
  background-color: #f1f1f1;
}
.news table{
  width: 100%;
  border: 1px solid #369; 
}
.news #title_row {
  width: 100%;
  border-bottom: 1px solid #369;  
  font-size: 1.0em;
  font-weight: normal;
}
.news h2{
  font-size: 1.0em;
  font-weight: normal;
}



.bibentry_page {
  margin: .0em; 
}
.bibentry_page #bibentry_table {
  margin: 1.5em 0.5em 1.5em 0em; 
  width: 95%;
  /*border-left: 1px solid #369;*/
}
.bibentry_page #authors {
  width: 100%;
  font-size: 1.25em;
  margin: .5em .5em 0 0;
}
.bibentry_page #cite {
  width: 100%;
  font-size: 1.1em;
  margin: .25em 0 0 0;
}
.bibentry_page #download {
  width: 100%;
  font-size: 1.0em;
  font-weight: bold;
  margin: .25em 0 0 0;
}

.bibentry_page #abstract {
  width: 100%;
  text-align: justify;
  margin: 1.0em 0 0 0;
}

.bibentry_page b {
  font-size: 1.0em;
}
.bibentry_page #bibcomments {
  width: 100%;
  margin: .75em 0 0 0;
}
.bibentry_page #taxonomy {
  width: 100%;
  margin: .75em 0 0 0;
  text-align: right;
}
.bibentry_page #attachments {
}
.bibentry_teaser {
  width: 95%;
  text-align: justify;
  /*border-left: 1px solid #369;*/
}
.bibentry_teaser ol {
  margin-bottom: 0;
}


/* Tables in software pages */
.software table {
  margin: 0em 2em 1em 1em;
}
.software th {
  height: 2.5em;
  vertical-align: bottom;
}
.software ul {
  text-align: left;
}

/* Distribution tables in software pages */
.disttable table {
  margin: 1em 0em 1em 1em;
  border-spacing: 5pt;
  border-collapse: separate;
  text-align: center;
}
.disttable td {
  border: 2pt groove;
  padding: 0em 0.8em 0.0em 0.8em;
  text-align: center;
  background: #eee;
}
.disttable th {
  height: 1.1em;
  text-align: left;
  color: #222;
}
  
/* Distribution tables in software pages */
.newdisttable table {
  padding: 0.0em 0.5em 0.5em 0.5em;
  margin: 1em 2em 1em 1em;
  border-spacing: 5pt;
  border-collapse: separate;
  text-align: center;
  //background: #f5f5f5;
  background: #eee;
  width: 95%;
}
.newdisttable td {
  vertical-align: top;
  border-spacing: 0pt;
  padding: 0.0em 1.0em 0.0em 0.0em;
  text-align: left;
}
.newdisttable th {
  height: 1.1em;
  text-align: left;
  color: #222;
}
.newdisttable ul {
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0.0em 2.5em;
}
.newdisttable li {
  margin: 0.0em 0em 0.25em 0em;
  list-style-type: circle;
}


/* Controls the format of the story's teaser view */
.teaserview {
  border: 2px outset #ddd;
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-size: 1.0em;
}

.teaserview table {
  width: 100%;
  margin: 0em;
}
.teaserview th {
  font-size: 1.1em;
  vertical-align: bottom;
  color: #222;
}


/* Controls the format of the forum's page view */
.forumview {
  width: 100%;
  border-bottom: 2px outset #ddd;
  margin-bottom: 1em;
  font-size: 1.0em;
}
.forumview .submitted, .comment .submitted {
  margin-top: 1.5em;
  text-align: left;
}
.forumview .links {
  margin-top: 0.0em;
  margin-bottom: 0.25em;
  text-align: left;
}

.forumview table {
  width: 100%;
  margin: 0em;
}
.forumview th {
  font-size: 1.1em;
  vertical-align: bottom;
  color: #222;
}


/* Controls software version number text */
.vernum {
  width: 100%;
  text-align: right;
  font-size: 0.8em;
  color: #a22;
}


/* Controls software version number text */
.vernum {
  width: 100%;
  text-align: right;
  font-size: 0.8em;
  color: #a22;
}


#emphasize {
  margin-left: 1.0em;
  margin-right: 1.0em;
  padding: .2em .5em .2em .5em;
  border-left: 3px solid #999;
  background-color: #f0f0f0;
  text-align: left;
}



/* Formal class affects tables, and other things */
.dminers table {
  border-bottom: 2px solid #ccc;
  text-align: left;
}
.dminers caption {
  border-bottom: 3px solid #ccc;
  padding-bottom: 3px;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}
.dminers th {
  border-bottom: 2px solid #ccc;
  padding-left: 1em;
}
.dminers td {
  vertical-align: top;
  padding-left: 1em;
}

.nodeinfo {
  width: 100%;
  text-align: right;
  font-size: 0.7em;
  color: #a22;
}




/* mytabs styles, based on http://www.alistapart.com/articles/slidingdoors */
div.mytabs {
   float            : left;
   width            : 100%;
   line-height      : normal;

   margin-bottom    : 0px;
   background       : url("graphics/tab_b.gif") repeat-x bottom; 
}

div.mytabs ul {
   display          : inline;
   list-style       : none;
   margin           : 0;
   padding          : 10px 10px 0 1px;
}

div.mytabs li {
   display          : inline;
   float            : left;
   background       : url("graphics/tab_l.gif") no-repeat left top; 
   margin           : 0;
   text-align       : center;

   padding          : 0 5px 0 6px;
   white-space      : nowrap;
}


div.mytabs a {
   float            : left;
   display          : block;
   background       : url("graphics/tab_r.gif") no-repeat right top;
   font-size        : 1.0em;
   font-weight      : bold;
   text-decoration  : none;
   padding          : 2px 6px 1px 1px;
}

div.mytabs a:hover {
   background-position: 100% -150px;
}

div.mytabs a:link, div.mytabs a:visited, div.mytabs a:active, div.mytabs a:hover {
  color: #1A419D;
}

/* Commented Backslash Hack hides rule from IE5-Mac */
div.mytabs a {float: none;}
/* End IE5-Mac hack */



div.mytabs li#current a {
   background-position: 100% -150px;
   /*
   padding-bottom     : 3px; 
   border-bottom      : 2px solid white;
   */
}

div.mytabs li#current {
   background-position: 0% -150px;
   /*
   padding-bottom     : 3px; 
   border-bottom      : 2px solid white;
   */
}


/* gkfs class */
.gkfs table {
  width: 80%;
  text-align: left;
}

.gkfs tr {
  border-bottom: 2px solid #bbb;
}

.gkfs td.filesize, .gkfs th.filesize {
  width: 4em;
  padding-left: .5em;
  text-align: right;
}

.gkfs td.filedate, .gkfs th.filedate {
  width: 7em;
  padding-left: .8em;
}


/* contact-form div */
div.contact {
  border-left: thin solid #999;
  padding-left: 1.0em;
}
