/* $Id$ */

/**
 * HTML Elements
 */

body {
  color: #000;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}

h1 {
  font-size: 45px;
}

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: #39c;
}

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

/**
 * Layout
 */

#wrapper {
  width:800px;
  margin:auto;	
}

/**
 * Header
 */

#header {
  background: url('images/header_new.png');
  height:200px;
  display:block;
}

#header-region {
  clear: both;
}

#logo-search {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

#logo {
  float:left;
}

#search-box {
  position: absolute;
  bottom: 0;
  right: 0;
}

.site-name {
  margin: 0;
  padding:70px 0 0 30px;
  font-size:45px;
}

.site-name a:link, .site-name a:visited {
  color: #E7E7E7;
  font-weight:lighter;
}

.site-name a:hover {
  color: #BBBBBB;
  text-decoration: none;
}

.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin-left: 32px;
  font-style: italic;
  font-weight: bold;
}

#primary{
  display:block;
  height:28px;
  border:1px solid #7D7D7D;
  background:url('images/top-nav.png');
  font-size: 13px;
  margin:0 0 22px 0;
}

#primary ul.links li {
  border-left: 0;
  padding:0;
}

#primary a {
  padding:5px;
  min-width:100px;
  display:block;
  float:left;
  text-align:center;
  background:url('images/top-nav-right.png') right no-repeat;
  color:#000;
  font-weight:lighter;
}

#primary a:hover {
  background:url('images/selected-nav.png') ;
  text-decoration:none;
  height:18px;
}

#secondary {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}

#subnavlist .links {
  padding: 0 1.2em;
  font-size: 0.8em;
  color: #000;
}

#subnavlist a {
  color: #000;
  font-weight:normal;
}

ul.links li {
  border-left: 1px solid #9cf;
}

ul.links li.first {
  border: none;
}

/**
 * Sidebars
 */

#sidebar-left, #sidebar-right {
  width: 148px;
  padding: 0;
  vertical-align: top;
  font-size: 11px;
}

#sidebar-left {
  float: left;	
}

#sidebar-right {
  float: right;
  border-left: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
}

#sr2 {
  position:relative;
  left:-1px;
  top:-20px;
  display:block;
  width:150px;
  background:url('images/barfadetop.png') no-repeat ;
}

#sr3 {
  display:block;
  width:150px;
  background:url('images/barfadetop.png') right top no-repeat;
}

#sr4 {
  background:url('images/barfadebottom.png') left bottom no-repeat;
  display:block;
  width:150px;
  position:relative;
  padding-bottom:50px ;
  margin-bottom:-20px;
}

#sr5 {
  background:url('images/barfadebottom.png') right bottom no-repeat;
  display:block;
  width:140px;	
  padding:20px 5px 80px 5px;
  margin-bottom:-50px;
  position:relative;
}

/**
 * Main
 */

#main {
  float: left;
  width: 498px;
}

body.sidebar-left #main {
  width: 650px;
}

body.sidebar-right #main {
  width: 648px;
}

body.sidebar-none #main {
  width: 800px;
}

#main-inner {
  width: 100%;
  overflow: hidden;
}

#main .inner {
  padding: 0 26px 0 26px;
}

body.sidebar-left #main .inner {
  padding-right: 0;
}

body.sidebar-right #main .inner {
  padding-left: 0;
}

body.sidebar-none #main .inner {
  padding: 0;
}

#mission { 
  padding: 1em;
  margin:0 26px 0 26px;
  color: #000;
  border:1px solid #CECECE;
}

body.sidebar-left #mission {
  margin-right: 0;
}

body.sidebar-right #mission {
  margin-left: 0;
}

body.sidebar-none #mission {
  margin: 0;
}

#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}

#mission, .node .content, .comment .content {
  line-height: 1.4em;
}

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

/**
 * Footer
 */

#footer {
  padding: 1em;
  font-size: 0.8em;
  width:800px;
  margin:auto;
  text-align:center;
}

/**
 * Nodes & Comments
 */

.node {
  margin: 0 0 2em 0;
}

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

.node img {
  border:0px solid #CECECE; padding:3px;
}

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

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

/**
 * Blocks
 */

.block {
  border-bottom: 1px solid #bbb;
  padding: 5px;
  margin-bottom: 1.5em;
  display:block;
}

.block, .box {
  padding: 0 0 1.5em 0;
}

#sidebar-left .block {
  border: 1px solid #9C9C9C;
  background: #E7E7E7;
  padding: 0 3px;
}

#sidebar-left .block {
  border: 1px solid #9C9C9C;
  background: #E7E7E7;
}

.block-inner {
  width: 100%;
  overflow: hidden;
}

.block .title {
  font-size:13px;
  margin-bottom: 10px;
}

/**
 * Miscellaneous Styles
 */

tr.odd td, tr.even td {
  padding: 0.3em;
}

.form-item label {
  font-size: 1em;
  color: #222;
}

.item-list .title {
  font-size: 1em;
  color: #222;
}

.links {
  margin-bottom: 0;
}

.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #333;
  margin: 0 auto;
}

.submitted {
  color: #999;
  font-size: 0.8em;
}

.form-submit {
  background:#E7E7E7;
  border:1px solid #9c9c9c;
}

#sidebar-left .form-submit{
  background:#DDD;	
}

.links {
  color: #999;
}

.box .title {
  font-size: 0.9em;
}

/*
** Search Module
*/

#search .form-text, #search .form-submit {
  border: 1px solid #9C9C9C;
  font-size: 1.1em;
  vertical-align: middle;
}

#search .form-submit{
  height:20px;
}

#search .form-text {
  width: 8em;
  padding: 0 0.5em;
  height:18px;
}

/*
** Aggregator Module
*/

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

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

.block-forum h3 {
  margin-bottom: .5em;
}

/*
** Profile Module
*/

#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}

#profile .profile .name {
  padding-bottom: 0.5em;
}

/*
** User Module
*/

#block-user-1{
  padding:0;	
}

body #sidebar-left #block-user-1 {
  padding: 0;
}

#block-user-1 h2 {
  background:#CECDCE;
  margin:0;
  width: 100%;
  display:block;
  padding:11px 0 11px 0;
  text-align:center;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  border-bottom:#9C9C9C 1px solid;
}

#block-user-1 a{
  padding:11px 0 11px 0;
  width: 100%;
  text-align:center;
  display:block;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color:#000;
}

#block-user-1 a:hover{
  text-decoration:none;
  background:#DBDBDB;
}

#block-user-1 li{
  list-style-type:none;
  list-style-image:none;
  margin:0;
  padding:0;
}

#block-user-1 .expanded .collapsed a, #block-user-1 .expanded .expanded a{
  border-left:5px #9C9C9C solid;
  width:143px;
}

#block-user-1 .expanded .expanded .leaf a, #block-user-1 .expanded .expanded .expanded a{
  border-left:10px #9C9C9C solid;
  width:138px;
}

#block-user-1 ul{
  padding:0;	
}

.block-user .item-list ul li{
  list-style-type:none;
  margin:0;
  margin-top:5px;
}

.block-user .item-list ul{
  padding:0;
}

/*
** Image Module
*/

.block-image IMG{
  border:1px solid #CECECE;
  padding:3px;
}

/*
** Poll Module
*/

.poll .bar {
  background:#E7E7E7;
  border:#9C9C9C 1px solid;
}

.poll .bar .foreground{
  background:#CECDCE;
  border-right:#9C9C9C 1px solid;
}

/*
** Admin Pages
*/

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

div.admin .left {
  margin-left:1%;
}

div.admin .right {
  margin-right:1%;
}



