/* $Id: style.css,v 1.5 2008/06/22 20:49:49 add1sun Exp $ */

/* Reset the basic elements to a baseline. */
body {
  color: #555555;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95em;
  margin: 0;
  padding: 0;
  padding-left: 0px;
  padding-right: 230px;
  text-align: left;
  min-width: 370px;
}

a {
  color:#4D87CE;
  text-decoration: none;
}
a:visited {
  color: #6633cc;
}
a:hover {
  color:#2a65ad;
}
a:active {
  color: #ff0000;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 100%;
}
p, ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 100%;
}
li {
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
}
caption {
  text-align: left;
}
th {
  border-bottom-width: 1px;
  font-weight: bold;
  padding-bottom: 2px;
  text-align: left;
}
td {
  font-size: 100%;
}
form {
  margin: 0px;
  padding: 0px;
}
fieldset {
  border: 1px solid #e0e0e0;
  padding: 5px;
}
b, strong {
  font-weight: bold;
}
i, em, u {
  font-style: italic;
}
u {
  text-decoration: none;
}
a img {
  border: 0px;
}

/* Main page element styles */
.header {
  padding: 0;
  margin: 0;
  margin-right: -230px;
}
.header h1 {
  font-size:35px;
  text-transform:uppercase;
  font-weight:normal;
  margin:0;
  padding:0;
  padding-top:5px;
  padding-left: 25px;
  color:#464236;
  margin-bottom:10px;
  text-align:left;
}
.header a {
  color: inherit;
  text-decoration: none;
}
.header img.logo {
  vertical-align: middle;
}
.header .site-name {
}
.header .site-slogan {
  font-size:15px;
  text-transform:uppercase;
  text-align:right;
  font-weight:normal;
  margin:0;
  color:#000000;
  border-bottom:1px solid #eeeeee;
  padding-right: 10px;
  padding-left: 5px;
  width: 500px;
  display: block;
}
.header .navigation {
  background-color: #adc088;
  color: #eeeeee;
  text-align: center;
  font-size:12px;
  text-transform:uppercase;
  font-weight:normal;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.header .navigation .navigation-primary {
}
.header .navigation .navigation-secondary {
}
.header form.search {
  margin-top: 10px;
}

.container {
  clear: both;
}

.sidebar {
}
.left-sidebar {
  float: left;
  width: 20%;
}
.right-sidebar {
  width: 195px;
  margin-right: -100%;  /* RC width */
  padding: 0 10px;
  position: relative;
  float: left;
}

.page {
  padding: 0 20px;
  overflow: hidden;
  min-height: 500px;
  position: relative;
  float: left;
  border-right: 1px solid #eeeeee;
}

.footer {
  clear: both;
  margin-left: 0px;
  margin-right: -230px;
  padding-top: 10px; 
  padding-bottom: 10px; 
  text-align: center; 
  background-color: #adc088;
  color: #eeeeee;
  text-transform: uppercase;
}

/* Common page items */
.page h2.title {
  font-size: 25px;
  font-weight: normal;
  color: #728c40;
}
.page .mission {
  padding: 20px;
  font-size: 144%;
}
.page .tabs {
}
.page .help {
}
.page .messages {
  color: #333333;
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
  margin-bottom: 10px;
}
.page .error {
  border-color: #ff0000;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  margin-left: -4px;
  padding-top: 3px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
} 

ul.pager>li {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Blocks */
.block {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #eeeeee;
}
.block .title {
  font-weight: bold;
}
.block .content {
  padding-bottom: 10px;
}
.user-login-block {
  text-align: left;
}

/* Nodes */
.node {
  font-family:Helvetica, Arial, sans-serif;
  text-indent:25px;
  padding-left:0;
  padding-bottom:25px;
  padding-top:0;
  font-size: .85em;
}
.node .title {
  border-bottom: 1px solid #eeeeee;
}
.node h3.title>a {
  font-size: 25px;
  font-weight: normal;
  text-decoration: none;
  color: #728c40;
}
.node .content {
  line-height: 1.6em;
}
.node .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.node .date {
  font-size: 0.9em;
  text-align: right;
  margin-top: 10px;
  padding: 2px;
}
.node .author {
  font-size: 0.9em;
  text-align: right;
  padding: 2px;
}
.node .terms {
}
.node .links {
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 10px;
  padding: 2px;
}
.node-sticky {
}
.node table {
  width: 100%;
}

/* Boxes (comment list container) */
.box {
}
.box h3.title {
}
.box .content {
}

/* Comments */
.comment h4.title {
}
.comment .new {
}
.comment .content {
}
.comment .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.comment .date {
}
.comment .author {
}
.comment .links {
  clear: left;
}
.comment-new {
}

/* Customize different page layouts */

/* Override drupal.css */
#user-login-form {
  text-align: left;
}
