/* $Id: common.css,v 1.8 2004-09-20 14:36:53 unconed Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  margin: 0;
  padding: 5px;
  font-size: 11pt;
  line-height: 125%;
  color: #ddd;
}
blockquote {
  font-style: italic;
}
table {
  margin: 0;
  padding: .5em;
  border-collapse: collapse;
}
code, pre {
 font-size: 100%;
}
pre {
 font-size: 80%;
 padding: 1em;
 background: #222;
}
li {
 padding-bottom: .3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .25em;
  color: #CFF;
  font-weight: 900;
  text-transform: lowercase;
  letter-spacing: 0.15em;
}
h1 {
  font-size: 130%;
}
h2 {
  font-size: 120%;
}
h3 {
  font-size: 110%;
}
h4, h5, h6 {
  font-size: 100%;
}
p {
  margin: 0 0 .5em 0;
}
br {
  line-height: 0.6em;
}

/*
** Page layout blocks / IDs
*/
#help {
  font-size: 0.8em;
}
#content {
  clear: both;
  margin-right: 10px;
  width: 100%;
}
#sidebar-left {
  vertical-align: top;
  padding: 0 10px;
}
#sidebar-right {
  vertical-align: top;
  padding: 0 10px;
}
#main {
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: top;
}
#footer {
 font-size: 80%;
 padding-top: 2em;
 text-align: center;
 clear: both;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
.title {
  margin: 0 0 .25em 0;
}
.content {
  margin: 0 0 .5em 0;
}
.links {
  font-size: 80%;
  line-height: 1.25em;
}
.block {
  width: 160px;
}
.messages {
  padding: 0.3em;
  margin: 0.5em 0em 0.5em 0em;
}
.status {
  border: 1px solid #6C6;
  color: #6C6;
}
.error, form-item input.error {
  border: 1px solid red;
  color: red;
}

/*
** Common navigation links added on the admin/themes/settings page
*/
.navlinks {
  padding: 0em 0.5em 1.5em 0em;
  clear: both;
}
.primary a {
  font-size: 100%;
  padding: 0em 0.5em 0em 0em;
}
.secondary a {
  font-size: 90%;
  padding: 0em 0.5em 0em 0em;
}

/*
** Header Block
*/
#header {
  height: 96px;
  background: #000 url(headerbackground.gif);
  margin: 0 2px 5px;
  border: none;
  /* width: 100%; */
}

#intotheblacklogo {
  clear: none;
  float: left;
  height: 96px;
  width: 370px;
  border: none;
  background: transparent no-repeat url(headerleft.jpg);
}

#randomheaderimg {
  float: right;
  clear: none;
  height: 96px;
  width: 355px;
  border: none;
  background: transparent no-repeat url(headerright-t.jpg);
}

#staticheaderimg {
   position: relative;
   left: 139px;
   top: 19px;
   width: 200px;
   height: 60px;
   z-index: 1000;
   background: transparent no-repeat url(static.gif);
}

/*
** Module specific styles
*/
.form-item textarea {
  font-size: 100%;
}
#aggregator .feed {
  border: 1px solid gray;
  padding: 1em;
}
