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

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #5D7183;
  background: #899CB0;
  font: 72% Verdana, Arial, Helvetica, sans-serif;
  /*line-height: 1.4em;*/
}

tbody{
 border-top: 0px;
}

.bgrd-top-normal {background:transparent url(images/bgrd-top-normal.gif) top left no-repeat;}
.bgrd-top-left {background:transparent url(images/bgrd-top-left.gif) top left no-repeat;}
.bgrd-top-right {background:transparent url(images/bgrd-top-right.gif) top left no-repeat;}
.bgrd-top-full {background:transparent url(images/bgrd-top-full.gif) top left no-repeat;}

.bgrd-middle-normal {background: transparent url(images/bgrd-middle-normal.gif) top left repeat-y;}
.bgrd-middle-left {background: transparent url(images/bgrd-middle-left.gif) top left repeat-y;}
.bgrd-middle-right {background: transparent url(images/bgrd-middle-right.gif) top left repeat-y;}
.bgrd-middle-full {background: transparent url(images/bgrd-middle-full.gif) top left repeat-y;}

.bgrd-bottom-normal {background: transparent url(images/bgrd-bottom-normal.gif) top left no-repeat;}
.bgrd-bottom-left {background: transparent url(images/bgrd-bottom-left.gif) top left no-repeat;}
.bgrd-bottom-right {background: transparent url(images/bgrd-bottom-right.gif) top left no-repeat;}
.bgrd-bottom-full {background: transparent url(images/bgrd-bottom-full.gif) top left no-repeat;}

input, textarea, select {
  color: #666666;
}
input.form-submit {
  background: #F2F2F2 url(images/bgrd-button.gif) left bottom repeat-x;
  border: 1px solid #77879D;
  color: #5D7183;
  font-weight: bold;
}
/*
tr.odd td, tr.even td {
  padding: 0.3em;
}
*/
tr.odd td, tr.even td {
  padding: 0.3em;
  /*color:#6699CC;*/
  color:#6699CC;
}
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;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
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: #666666; /*#222;*/
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

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

#editorContent{
	background: #FFFFFF;
}
#header {
  /*background-color: #69c;*/
  background: transparent url(images/bgrd-header.gif) left top no-repeat;
  height: 117px;
}

#logo {
  vertical-align: top;
  border: 0;
}
#logo img {
  float: left;
  /*padding: 0 1em;*/
  border: 0;
  margin: 4px 0 0 0;
}
#menu {
  padding: 0.55em 0.5em 0 0.3em;
  /*text-align: right;*/
  vertical-align: top;
  color: #EFC725;
}
#navlist, .primary-links {
  font-size: 1em;
  /*color: #9cf;*/
}
#navlist a, .primary-links a  {
  font-weight: bold;
  color: #FFFFFF; /*#369;*/
}
#navlist a:hover, .primary-links a:hover  {
  font-weight: bold;
  text-decoration: none;
  color: #FFF27D; /*#fff;*/
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #FFFFFF;
}
ul.links li.first {
  border: none;
}
/* left - user login blog*/
#user-login-form {text-align:right; margin : 0 0 0 0; padding: 4px 0 4px 0;}
/*#block-user-0 { margin : 0 0 0 0; padding: 0 0 0 0;}*/
#user-login-form label{ display: inline; color: #566B8A; font-size: 0.90em; font-weight: normal; margin-left: -2px;}
#user-login-form .form-item { display : inline;}
/*#block-user-0 h2, #user-login-form .item-list { display : inline;}*/
#user-login-form .item-list { display : inline; }
#user-login-form div.form-item .form-required {display:none;}
#div-user-pass {
	/*background: transparent url(../../images/user.gif) no-repeat left;	*/
}
#user-login-form .form-text{ /*#user-login-form input*/
  /*background:#BCBCBC; /* #BCBCBC; */
  height: 14px;
  width: 78px;
  border: 1px solid #77879D;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 11px;
  display: inline;
  padding: 3px 0 0 3px;
  margin: 3px 0 0 -2px; 
}
#user-login-form .form-submit {
  /*background-color: #FFFFFF;
  border: 1px solid #77879D;
  color: #5278B4;*/
  font-size: 1em;
  font-weight: bold;
  margin: 5px 0 0 0;
  padding: 2px 10px 2px 10px;
}
#search-block-form {
  margin: 2px 0 5px 0;
}
#search-block-form .form-text {
  border: 1px solid #2D69A5;
  font-size: 1em;
  color: #666666;
  vertical-align: middle;
  height: 1.5em;
  width: 82px;
  padding: 2px 2px 0 2px;
  margin: -3px 0 0 -2px;
}
#search-block-form .form-submit {
  /*background-color: #FFFFFF;
  border: 1px solid #77879D;
  color: #5278B4;*/
  font-size: 1em;
  font-weight: bold;
  margin-left: -2px;
  padding: 2px;
}

#search .form-text {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
  width: 7em;
  padding: 0 0.5em;
}
#search .form-submit {
  /*background-color: #1AB3F5;
  border: 1px solid #1AB3F5;
  color: #FFFFFF;*/
  font-weight: bold;
  margin-left: 2px;
}

#search {
  margin: -8px 0 0 0;
}

#search .form-text {
  width: 125px;
}

#search .form-submit {
  /*background-color: #1AB3F5;
  border: 1px solid #1AB3F5;
  color: #FFFFFF;*/
  font-weight: bold;
}

#div-search {
  text-align: right;
  vertical-align: bottom;
  padding: 0 8px 0 0;
  margin: 0 0 0 100px;
}
#div-search .form-text {
  background-color: #F5F5F5;
  border: 1px solid #ACACAC;
  font-size: 1em;
  color: #5D7183;
  vertical-align: middle;
  width: 170px;
  padding: 2px 2px 0 2px;
  margin: -3px 0 0 0;

}
#div-search .form-submit {
  background-color: #D8FB91;
  border: 1px solid #ACACAC;
  color: #5D7183;
  font-weight: normal;
  margin: 6px 0 0 0;
}

#mission {
  background-color: #BECADE;
  padding: 1.5em 2em;
  color: #fff;
  margin: 0 5px 7px 0;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  font-size: 1.8em;
  color: #ACC56F; /*#369;*/
  font-weight: bold;
  margin: 15px 0 0 20px;
  padding: 0;
}
.site-name a:link, .site-name a:visited {
  color: #85B01C; /*#369;*/
}
.site-name a:hover {
  color: #96C327; /*#4E88BD;*/
  text-decoration: none;
}
.site-slogan {
  display: block;
  font-size: 1.1em;
  color: #7F7F7F;
  font-style: italic;
  margin: 5px 10px 0 45px;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0 5px 5px 5px;
}
#main .title {
  color: #5D7183; /*#666666;*/
  font-size: 1.1em;
}
#main .main-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #5D7183; /*#666666;*/
  margin: 12px 0 10px 0;
}
#main .sub-title {
  font-size: 1em;
  color: #5D7183; /*#666666;*/
  margin: 5px 0 10px 0;
}
#main .block-text {
  font-size: 0.9em;
  height: 105px;
  margin: 6px 15px 0 15px;
  text-align:left;
  vertical-align:middle;
  line-height: 1.25em;
  overflow:auto;

}

#mission, .node .content, .comment .content {
  /*line-height: 1.4em;*/
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
#div-banner-normal, #div-banner-left, #div-banner-right, #div-banner-full {
  width: 800px; 
  height: 250px; 
  margin-bottom: 7px;
}

/*
#div-banner-normal {background: transparent url(images/banner-top-normal.jpg) left top no-repeat;}
#div-banner-left {background: transparent url(images/banner-top-left.jpg) left top no-repeat;}
#div-banner-right {background: transparent url(images/banner-top-right.jpg) left top no-repeat;}
#div-banner-full {background: transparent url(images/banner-top-full.jpg) left top no-repeat;}
*/

#div-breadcrumb {
  background: #FFFFFF url(images/bgrd-breadcrumb.gif) left bottom repeat-x;
  margin: 0 0 10px 0;
  padding: 3px 0 0 7px;
}
.breadcrumb {
  margin-bottom: .5em;
}
.breadcrumb a {
  color: #666666;
  font-size: 1em;
  font-weight: normal;
}
.breadcrumb a:hover {
  color: #E19E50;
  text-decoration: none;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
  color: #0066CC;
}
.error {
  border-color: red;
}
#sidebar-header {
  background: transparent url(images/bgrd-middle-full.gif) left top repeat-y;
  /*border-bottom: 1px solid #CCCCCC;*/
  padding: 5px 15px 2px 13px;
}

#sidebar-center-normal {
  height: 454px;
}
#sidebar-center-missing {
  height: 627px;
}
#sidebar-center-full {
  height: 800px;
}
.div-center {
  /*padding-left: 1px;*/
  overflow: auto;
}

#sidebar-left {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 173px;
}
#sidebar-right {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 173px;
}

#sidebar-left a, 
#sidebar-right a, 
#sidebar-left .block a, 
#sidebar-right .block a {
  color: #336699; 
  font-weight: normal;
}
#sidebar-left .block a:hover, 
#sidebar-right .block a:hover {
	color: #FF6600;
}

#sidebar-right .block a {
  font-weight: bold;
}
#sidebar-right .block a:hover {
  font-weight: bold;
}

#footer {
  background: #FFFFFF url(images/bgrd-footer.gif) left bottom repeat-y;
  margin: 0;
  padding: 2px 35px 0 35px;
  font-size: 0.8em;
  color: #787878;
  text-align: center;
}
#footer a {
  font-weight: normal;
  color: #787878;
  border-bottom: 1px dashed #CCCCCC;
}
#footer a:hover {
  color: #333333;
  border-bottom: 1px dotted #CCCCCC;
}
#footer .site-links {
  /*margin: 24px 25px 0 390px;*/
}
#footer .copyright {
  /*margin: 32px 25px 0 440px;*/
}
#footer2 {
  background: transparent url(images/bgrd-footer2.gif) left top no-repeat;
  height: 25px;
}

/*
** 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: 1em;
  color: #5D7183; /*#777;*/
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.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.2em;
}
.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;
}
#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: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
a.green-normal-links, a.green-bold-links {
  font-size: 0.9em;
  color: #6F8300;
}
a.green-normal-links {
  font-weight: normal;
}
a.green-bold-links {
  font-weight: bold;
}

.member-image {
  border: 5px solid #9679C7;
}
.member-title {
  font-size: 1.2em;
}
.membera-name {
  font-size: 1em;
}
.member-position {
  font-size: 1em;
}
.member-content {
  font-style: italic;
  font-size: 0.9em;
  text-align: justify;
  padding: 15px 0 0 0;
}

.previous-events-left {
  width: 140px;
  float: left;
}
.previous-events-right {
  width: 140px;
  float: right;
}

.previous-events-image {

}
.previous-events-title {
  font-size: 0.8em;
  font-weight: bold;
}
.previous-events-position {
  font-size: 0.75em;
  font-weight: bold;
}

.image-top {
  /*padding: 20px 11px 0 0;*/
}
.login-name {
  font-size: 1.3em;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  padding: 35px 38px 11px 0;
}
.block-welcome {
  margin:0 36px 49px 14px;
  height:88px;
  overflow:auto;
}
.block-welcome a {
  color: #666666;
}

#logo-links {
  margin: 4px 0 0 18px;
}

/* Block */
.block {
  margin: 0;
}
.block .content {
  font-size: 1em;
  padding: 4px;
}

.block .div-block-left {width: 161px; margin-right: 1px;}
.block .div-block-right {width: 161px; margin-left: 1px;}

.block .div-block-left .header h2.title, 
.block .div-block-right .header h2.title {color: #369; font-size: 1.1em; font-weight: normal; margin: 2px 1px 0 2px;}

.block .div-block-left .topleft {background: transparent url(images/block-left-ftl.gif) top right no-repeat;}
.block .div-block-left .topright {background: transparent url(images/block-left-ftr.gif) left top no-repeat;}
.block .div-block-left .bottomleft {background: transparent url(images/block-left-fbl.gif) right top no-repeat;}
.block .div-block-left .bottomright {background: transparent url(images/block-left-fbr.gif) right top no-repeat;}
.block .div-block-left .middleleft {background: transparent url(images/block-left-fml.gif) right top repeat-y;}
.block .div-block-left .middleright {background: transparent url(images/block-left-fmr.gif) left top repeat-y;}
.block .div-block-left .middletop {background: transparent url(images/block-left-fmt.gif) left top repeat-x;}
.block .div-block-left .middlebottom {background: transparent url(images/block-left-fmb.gif) left top repeat-x;}
.block .div-block-left .center {background-color: #FFFFFF;}

.block .div-block-right .topleft {background: transparent url(images/block-right-ftl.gif) top right no-repeat;}
.block .div-block-right .topright {background: transparent url(images/block-right-ftr.gif) left top no-repeat;}
.block .div-block-right .bottomleft {background: transparent url(images/block-right-fbl.gif) right top no-repeat;}
.block .div-block-right .bottomright {background: transparent url(images/block-right-fbr.gif) right top no-repeat;}
.block .div-block-right .middleleft {background: transparent url(images/block-right-fml.gif) right top repeat-y;}
.block .div-block-right .middleright {background: transparent url(images/block-right-fmr.gif) left top repeat-y;}
.block .div-block-right .middletop {background: transparent url(images/block-right-fmt.gif) left top repeat-x;}
.block .div-block-right .middlebottom {background: transparent url(images/block-right-fmb.gif) left top repeat-x;}
.block .div-block-right .center {background-color: #FFFFFF;}

.block .div-block-center {margin-left: -4px;}
.block .div-block-center .top {height: 15px; background: transparent url(images/block-body-top) left top no-repeat;}
.block .div-block-center .left {width: 11px; background: transparent url(images/block-body-left) left top no-repeat;}
.block .div-block-center h2.title {color: red; margin: 5px 0 0 7px;}
.block .div-block-center .content {margin: 5px 0 5px 0;}
.block .block-switchtheme .content {text-align: center;}

/*
.block .div-block-left {
  border-right: 1px solid #5E7584;
}
.block .div-block-right {
  border-left: 1px solid #5E7584;
}
.block .div-block-left, 
.block .div-block-right {
  border-top: 1px solid #5E7584;
  border-bottom: 1px solid #5E7584;
  text-align: left;
  width: 161px;
}
.block .div-block-left .header, 
.block .div-block-right .header {
  background: #7D94A4 url(images/block-header) left top repeat-x;
  height: 23px;
}
.block .div-block-left .header h2.title, 
.block .div-block-right .header h2.title {
  color: #369;
  font-size: 1.1em;
  font-weight: normal;
  margin: 3px 3px 0 7px;
}
.block .div-block-left .content, 
.block .div-block-right .content {
  background-color: #FFFFFF;
  font-size: 1em;
}
.block .div-block-center {
  margin-left: -4px;
  margin-right: -2px;
}
.block .div-block-center .top {
  background: transparent url(images/block-body-top) left top no-repeat;
  height: 15px;
}
.block .div-block-center .left {
  background: transparent url(images/block-body-left) left top no-repeat;
  width: 11px;  
}
.block .div-block-center h2.title {
  color: red;
  margin: 5px 0 0 7px;
}
.block .div-block-center .content {
  margin: 5px 0 5px 0;
}
.block .block-switchtheme .content {
  text-align: center;
}
*/
