/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    font: 76% Verdana, Arial, Helvetica, sans-serif;
    border-top:11px #5c5c5c solid;
      padding-top: 11px;
  }
  tr.odd td, tr.even td {
    padding: 0.3em;
  }
  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: #222;
  }
  .item-list .title {
    font-size: 1em;
    color: #222;
  }
  .links {
    margin-bottom: 0;
  }
  .comment .links {
    margin-bottom: 0;
  }

  /*
  ** Page layout blocks / IDs
  */

  #menu {
    padding: 0.5em 0.5em 0 0.5em; /* LTR */
    text-align: right; /* LTR */
    vertical-align: middle;
  }
  #navlist {
    font-size: 1.0em;
    padding: 0 0.8em 1.2em 0; /* LTR */
    color: #9cf;
  }
  #navlist a {
    font-weight: bold;
    color: #5C5C5C;
  }
  #navlist a:hover, #navlist a.active {
      color: #449D46;
      text-decoration: none;
  }
  #subnavlist {
    padding: 0.5em 1.2em 0.4em 0; /* LTR */
    font-size: 0.8em;
    color: #9cf;
  }
  #subnavlist a {
    font-weight: bold;
    color: #9cf;
  }
  ul.links li {
        display:inline;
      font-size:19px;
      list-style-type:none;
      padding:0 10px;
  }
  ul.links li.first {
    border: none;
  }

  #help {
    font-size: 0.9em;
    margin-bottom: 1em;
  }

  .messages {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 0.3em;
    margin-bottom: 1em;
  }
  .error {
    border-color: red;
  }

  /*Fuzemedia Additions*/
  #wrapper{
      display: relative;
      width: 811px;
      min-height:600px;
      margin-left: auto;
      margin-right: auto;
  }


  * html #wrapper{
      height: 400px;
  }

  #wrapper #header{
      position: relative;
      height: 155px;
  }
  #wrapper #header a#logo{
      position: relative;
      display: block;
      height: 136px;
      width: 339px;
      top: 0;
      left: 0;
      background: url(logo.gif) no-repeat;
  }
  #wrapper #header #primaryNav{
      position: relative;
      left: 412px;
      height: 19px;
      font-size: 18px;
      font-family: Arial;
      color: #5C5C5C;
      width: 419px;
  }
  #wrapper #content{
      position: relative;
      width: 100%;
      height: 100%;
      background: #FFF;
      margin-top: 19px;
  }
  * html #wrapper #content{
      margin-top: 0;
  }
  #wrapper #content #topContainer{
      position: relative;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 16px;
      background: url(images/images/slice-02.gif);
      display: block;
  }
  #wrapper #content #middleContainer{
      position: relative;
      width: 810px;
      background: url(images/images/slice-04.gif);
      margin-left: 1px;
  }
  #wrapper #content #middleContainer #sloganImage{
      position: relative;
      height: 104px;
      width: 780px;
      top: 0px;
      left: 16px;
      background: url(slice-03.gif);
  }
  #wrapper #content #middleContainer #contentArea{
      position: relative;
      margin-left: 16px;
      margin-right: 15px;
      padding-top: 20px;
      width: 810px;
      background: #FFF;
      float: left;
      min-height: 300px;
      padding-bottom: 20px;
  }
  * html #wrapper #content #middleContainer #contentArea{
      height: 300px;
  }
  #wrapper #content h1{
      position: relative;
      font-size: 48px;
      color: #FF0500;
      margin: 0;
      padding: 0;
  }

  #wrapper #content #introduction {
    padding: 24px;
  }
  #wrapper #content #middleContainer #contentArea #contentBody{
      position: relative;
      margin-top: 20px;
      padding-right: 20px;
      border-right: 1px solid #5C5C5C;
      width: 502px;
      min-height: 220px;
  }
  * html #wrapper #content #middleContainer #contentArea #contentBody{
      height: 220px;
  }
  #wrapper #content #middleContainer #contactArea {
      position: relative;
      width: 223px;
      height: 260px;
      display: block;
      float: left;
      background: url(images/images/slice-05.gif);
      top: 50px;
  }

  #wrapper #content #bottomContainer{
      position: relative;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 15px;
      background: url(images/images/slice-06.gif);
      display: block;
      margin-left: 1px;
  }

  #footer {
    clear: both;
    position: relative;
      width: 811px;
      margin-right: auto;
      margin-left: auto;
      color: #888;
      font-size: 9px;
      text-align: right;
      margin-bottom: 10px;
      margin-top: 5px;
      background:  #FFF;
  }
  * html #footer{
      clear: both;
      margin-top: 10px;
      display: block;
      padding-bottom: 5px;
      margin-bottom: 5px;

  }
  #footer ul {
      display: inline;
      margin: 0px;
      padding: 0px;
  }
  #footer li {
      display: inline;
      text-align: center;
  }
  #footer a{
      color: #888;
      text-decoration: none;
      font-weight: normal;
  }
  #footer a:hover{
      text-decoration:underline;
      color: #666666;
  }




  .clearer{
      clear: both;
  }


  /*
  ** 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.3em;
    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; /* LTR */
  }
  .block {
    border-bottom: 1px solid #bbb;
    padding-bottom: 0.75em;
    margin-bottom: 1.5em;
  }
  .block .title {
    margin-bottom: .25em;
  }
  .box .title {
    font-size: 1.1em;
  }
  .node {
    margin: .5em 0 2em; /* LTR */
  }
  .sticky {
    padding: .5em;
    background-color: #eee;
    border: solid 1px #ddd;
  }
  .node .content, .comment .content {
    margin: .5em 0 .5em;
  }
  .node .taxonomy {
    color: #999;
    font-size: 0.8em;
    padding-left: 1.5em; /* LTR */
  }
  .node .picture {
    border: 1px solid #ddd;
    float: right; /* LTR */
    margin: 0.5em;
  }

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