﻿/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #666666;
  background: #DDE1E8; /*#184268 url(images/bgrd-out.gif);*/
  font: 72% Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.4em;
}

.bgrd-top {
  background:transparent url(images/bgrd-top.gif) top left no-repeat;
}

.bgrd-middle {
  background: transparent url(images/bgrd-middle.gif) top left repeat-y;
}
.bgrd-bottom {
  background: transparent url(images/bgrd-bottom.gif) top left no-repeat;
}
/*
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: 201px;
}

#logo {
  vertical-align: top;
  border: 0;
}
#logo img {
  float: right;
  /*padding: 0 1em;*/
  border: 0;
  margin: 4px 0 0 0;
}
#menu {
  padding: 0.8em 0.5em 0 0.5em;
  /*text-align: right;*/
  vertical-align: top;
  /*color: #B8F632;*/
}
#navlist, .primary-links {
  font-size: 1.1em;
  padding: 0 0.8em 1.2em 0;
  /*color: #9cf;*/
}
#navlist a, .primary-links a  {
  font-weight: bold;
  color: #0052CE; /*#fff;*/
}
#navlist a:hover, .primary-links a:hover  {
  font-weight: bold;
  text-decoration: none;
  color: #488AEC; /*#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 #9cf;
}
ul.links li.first {
  border: none;
}
/* left - user login blog*/
#user-login-form { padding-top: 5px;}
/*#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;}
#user-login-form .form-item { display : inline;}
#block-user-0 h2, #user-login-form .item-list { display : inline;}
#user-login-form { text-align:right; margin : 0 0 0 0; }
#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: 100px;
	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 5px 0 0; 
}
#user-login-form .form-submit {
  background-color: #FFFFFF;
  border: 1px solid #77879D;
  color: #5278B4;
  font-size: 1em;
  font-weight: bold;
  margin: 5px 5px 0 0;
  padding: 2px 10px 2px 10px;
}
#search-block-form {

}
#search-block-form .form-text {
  border: 1px solid #2D69A5;
  font-size: 1em;
  color: #666666;
  vertical-align: middle;
  height: 1.5em;
  width: 110px;
  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: 0;
  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 {
  background: transparent url(images/bgrd-search.gif) right top no-repeat;
  text-align: right;
  vertical-align: middle;
  margin: 7px 5px 0 10px;
  padding: 0 8px 0 0;
  height: 33px;	
}
#div-search .form-text {
  border: 1px solid #2D69A5;
  font-size: 1em;
  height: 1.5em;
  color: #666666;
  vertical-align: middle;
  width: 122px;
  padding: 2px 2px 0 2px;
  margin: -3px 0 0 0;
}
#div-search .form-submit {
  background-color: #69B3FF;
  border: 1px solid #9DCDFF;
  color: #FFFFFF;
  font-weight: bold;
  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 {
  margin: 0 0 0 30px;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  color: #000000;
}
.site-name a:link, .site-name a:visited {
  color: #000000;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #999999;
  display: block;
  margin: 0 25px 0 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0 11px 7px 7px;
}
#main .title {
  color: #666666;
  font-size: 1.1em;
}
#main .main-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #666666;
  margin: 12px 0 10px 0;
}
#main .sub-title {
  font-size: 1em;
  color: #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 {
  /*background: transparent url(images/banner-top.gif) right top no-repeat;*/
  text-align: right;
  width: 755px;
  height: 218px;
  margin: 0 0 15px 0;
}
#div-breadcrumb {
  background: #FFFFFF url(images/bgrd-breadcrumb.gif) left top repeat;
  margin: 0 6px 10px 0;
  padding: 3px 0 0 12px;
}
.breadcrumb {
  margin-bottom: .5em;
}
.breadcrumb a {
  color: #B5752B;
  font-size: 1em;
}
.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.gif) left top repeat-y;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 15px 2px 13px;
}
#sidebar-center {
  /*width: 510px;*/
  height: 500px;
}
#sidebar-center .div-center-home {
  padding-left: 1px;
  width: 540px;
  overflow: auto;
}
#sidebar-center .div-center-detail {
  padding-left: 1px;
  width: 740px;
  overflow: auto;
}
#sidebar-left {
  background: transparent url(images/bgrd-separate.gif) right top repeat-y;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  margin: 0;
  padding: 0 0 0 4px;
  vertical-align: top;
  width: 200px;
}
#sidebar-right {
  background: transparent url(images/bgrd-separate.gif) left top repeat-y;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  margin: 0;
  padding: 0 6px 0 0;
  vertical-align: top;
  width: 200px;
}

#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;
}

#footer {
  background: transparent url(images/bgrd-footer.gif) left top repeat-y;
  margin: 0;
  padding: 2px 35px 5px 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: #DDE1E8 url(images/bgrd-footer2.gif) left top no-repeat;
  height: 20px;
}

/*
** 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;
  color: #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 .bg-orange {
  background: #FF9E2C;
}
.block .bg-blue1 {
  background: #86B5FF url(images/block-icon.gif) left top no-repeat;
  width: 20px;
}
.block .bg-blue2 {
  background: #4282E2;
}
.block .bg-yellow1 {
  background: #FFEDB3 url(images/block1-icon.gif) left top no-repeat;
  width: 20px;
}
.block .bg-yellow2 {
  background: #EBD17A;
}
.block .bg-green1 {
  background: #DDFF86 url(images/block2-icon.gif) left top no-repeat;
  width: 20px;
}
.block .bg-green2 {
  background: #B6E242;
}
.block .bg-pink1 {
  background: #FFB4AA url(images/block3-icon.gif) left top no-repeat;
  width: 20px;
}
.block .bg-pink2 {
  background: #EB857A;
}

.block .angle-left {
  background: transparent url(images/angle-left.gif) left top no-repeat;
}
.block .angle-right {
  background: transparent url(images/angle-right.gif) right top no-repeat;
}
.block .line-left {
  border-left: 1px solid #77879D;
  vertical-align: bottom;
}
.block .line-right {
  border-right: 1px solid #77879D;
  vertical-align: bottom;
}
.block .line-bottom {
  border-bottom: 1px solid #77879D;
}
.block .bg-blue2 .title {
  background: #4282E2;
  padding: 2px 0 2px 7px;
  color: #FFFFFF;
  font-size: 1em;
  text-transform: uppercase;
}
.block .content {
  font-size: 1em;
  padding: 5px 3px 2px 3px;
}