/* $Id: style.css,v 1.1.1.1 2006/01/31 01:23:40 tamarian Exp $ */

/* style.css for Slash */


/* HTML elements */

/*body {
  background: #dddddd;
  color: #000000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  }

h1, h2 {
  font-family: Helvetica, Arial, sans-serif;
  }

h3, h4 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  }

h1, h2, h3, h4 {
  margin-top: 1em;
  }

h2.title {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  }*/

pre, code {
  font-size: 1em;
  font-family: monospace;
  }

small {
  font-size: 0.84em;
  }

blockquote {
  border-left: 2px solid #e6e6e6;
  padding-left: 8px;
  margin-left: 0.5em;
  color: #444444;
  text-align: left;
  }


/* Tables */

/*tr.dark {
  font-size: 0.84em;
  }
tr.light {
  font-size: 0.84em;
  }

th {
  background-color: #eee;
  font-size: 0.84em;
  vertical-align: top;
  text-align: left;
  padding: 3px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #eee;
  }
th img {
  float: right;
  }*/


/* Page layout blocks / IDs */

#sidebar-left, #sidebar-right {
  vertical-align: top;
  width: 170px;
  }

#main {
  vertical-align: top;
  }


/* Lists */

/*.item-list h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  }

.item-list ul {
  font-size: 1em;
  }*/


/* Misc */

/*.help {
  font-size: 0.84em;
  }

.center {
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  }

.logo {
  padding: 5px;
  border: 0;
  }

.site-name {
  margin: 0;
  padding: 0;
  font-size: 2em;
  }
.site-name a:link, .site-name a:visited, .site-name a:hover {
  color: #fff;
  text-decoration: none;
  }

.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
  }*/


/* Messages */

.messages {
  padding: 0.3em;
  margin: 0.5em 0em 0.5em 0em;
  }
.status {
  border: 1px solid #3a3;
  color: #3a3;
  }
.error, form-item input.error {
  border: 1px solid red;
  color: red;
  }

/* Menu styles */

.menu ul {
  margin: 0;
  padding: 0 0 0.25em 1.5em;
  font-size: 1em;
  }
.menu li a.active {
  color: #006666;
  text-decoration: underline;
  }
.menu li a:hover {
  color: #006666;
  text-decoration: underline;
  }


/* Links */

/*a:link {
  color: #660000;
  text-decoration: none;
  }
a:visited {
  color: #660000;
  text-decoration: none;
  }
a:hover {
  color: #006666;
  text-decoration: underline;
  }
a:active {
  color: #ff0000;
  text-decoration: underline;
  }*/


/* Theme images */

.top_bg {
  background: #660000;
  }

.corner_img_l {
  background: #660000 url(cl.png) no-repeat top left;
  width: 7px;
  font-size: 0.75em;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  }

.corner_img_r {
  background: #660000 url(cr.png) no-repeat top right;
  width: 7px;
  text-align: right;
  font-size: 0.75em;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  }

img.topic {
  float: right;
  padding: 5px 0 5px 5px;
  border: 0;
  }


/* Node styles */

h1.nodetitle {
  background: #660000;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 2px 4px 2px 4px;
  }

a.nodetitle:link,
a.nodetitle:visited,
a.nodetitle:hover,
a.nodetitle:active {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  } /* Fixing IE6 bug, "a.nodetitle" work in standard compatible browsers */

a.nodetitle:hover {
  text-decoration: underline;
  }

.nodeinfo {
  background: #e6e6e6;
  padding: 4px 10px 4px 10px;
  border-left: 1px solid #660000;
  border-right: 1px solid #660000;
  border-bottom: 1px solid #006666;
  color: #666666;
  font-size: 0.75em;
  }

a.taxonomy-term {
  font-size: 1.11em;
  text-decoration: none;
  }

a.taxonomy-term:hover {
  text-decoration: underline;
  }

.nodecontent {
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  border-left: 1px solid #660000;
  border-right: 1px solid #660000;
  border-bottom: 1px solid #660000;
  font-size: 0.84em;
  }

.nodecontent:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

.nodemore {
  background: #cccccc;
  padding: 4px 10px 4px 10px;
  margin-bottom: 1em;
  border-left: 1px solid #660000;
  border-right: 1px solid #660000;
  border-bottom: 1px solid #660000;
  font-size: 0.84em;
  }

.nodecontent a:link {
  color: #660000;
  text-decoration: underline;
  }
.nodecontent a:visited {
  color: #333333;
  text-decoration: underline;
  }
.nodecontent a:hover {
  color: #006666;
  text-decoration: underline;
  }
.nodecontent a:active {
  color: #ff0000;
  text-decoration: underline;
  }


/* Comment styles */

.comment {
  background: #ffffff;
  padding: 2px 5px 5px 5px;
  margin-bottom: 1em;
  border: 1px solid #666666;
  }

h3.commenttitle, a.commenttitle {
  background: transparent;
  margin: 0;
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  }

a.commenttitle:hover {
  text-decoration: underline;
  }

.commentinfo {
  background: transparent;
  color: #666666;
  font-size: 0.75em;
  }

.comment .new {
  float: right;
  position: relative;
  top: -1em;
  font-weight: bold;
  font-size: 0.75em;
  color: red;
  }


.commentcontent {
  background: transparent;
  font-size: 0.84em;
  }

.commentmore {
  background: transparent;
  font-size: 0.75em;
  }

.commentcontent a:link {
  color: #660000;
  text-decoration: underline;
  }
.commentcontent a:visited {
  color: #333333;
  text-decoration: underline;
  }
.commentcontent a:hover {
  color: #006666;
  text-decoration: underline;
  }
.commentcontent a:active {
  color: #ff0000;
  text-decoration: underline;
  }


/* Block styles */

/*.blockcorner_l {
  background: #dddddd;
  width: 5px;
  font-size: 0.75em;
  font-weight: bold;
  }

.blockcorner_r {
  background: #dddddd;
  width: 10px;
  text-align: right;
  font-size: 0.75em;
  font-weight: bold;
  }

.blocktitle {
  color: #ffffff;
  background: #660000;
  width: 121px;
  font-size: 0.75em;
  font-weight: bold;
  }

.blockcontent {
  background: #ffffff;
  padding: 5px;
  margin-bottom: 1em;
  border: 1px solid #660000;
  font-size: 0.75em;
  }*/


/* Headerbox */

/*.headerbox {
  background: #ffffff;
  padding: 5px;
  margin-bottom: 1em;
  border: 1px solid #660000;
  text-align: center;
  font-size: 0.84em;
  }*/


/* Breadcrumb */

.breadcrumb {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #660000;
  text-align: left;
  font-size: 0.84em;
  }


/* Missionbox */

.missionbox {
  background: #ffffff;
  padding: 5px;
  margin-bottom: 1em;
  border: 1px solid #660000;
  text-align: left;
  font-size: 0.84em;
  }


/* Footerbox */

.footerbox {
  background: #ffffff;
  padding: 5px;
  margin-top: 1em;
  border: 1px solid #660000;
  text-align: center;
  font-size: 0.84em;
  }
