@charset "utf-8";
/*
==============================================
Layout Style Sheet (for version 5 browsers and above)
version:  1.0
site:     Peter Industries (structure)
author:   Peter Ruijter (peterindustries.com)
date:     November 16th, 2006
=================================================
*/

/* creates the gradient across the top of the page */
html {
  font-size: 62.5%; /* don't edit */
}

* {
  margin: 0;
  padding: 0;
  font-family: Verdana, "MS Trebuchet", sans-serif;
  font-size: 1em; /* don't edit */
  color: #000000;
}

body {
  font-size:1.2em;
  line-height:1.6em;  /* edit here the global size for em, 1em = 10px */
  background-color: #8C1932;
}

html, body {
  background-color: #444444;
  height: 100%;
}

a {
  color: #3DA649;
  text-decoration: none;
}
h1
{
  font-size:16px; 
  padding-top: 15px;
  width: auto;
  color:#444444;
}

h1, h1 a, h1 a:hover, h1 a:visited, #header .description 
{
  color:black;
  text-decoration:none;
}


/*= CORE
========================================================================*/
#header,
#container,
#footer {
  margin: 0 auto;
  width: 756px;
}
#header {
  margin-top: 18px;
  height: 62px;
}
#container {
   background-image: url(../../images/layout/bg_container.gif);
  background-repeat: repeat-y;
}
#containerHeader {
  height: 60px;
  background-image: url(../../images/layout/bg_contentHeader.gif);
  background-repeat: no-repeat;
  border-bottom: 2px solid #888888;
}
#containerNavigation {
  font-weight: bold;
  font-size: 10px;
  background-color: #888888;
  padding: 0;
  text-align: center;
}
#containerMain {
  background-image: url(../../images/layout/bg_container.gif);
  background-repeat: repeat-y;
}
#contentLeft {
  height: 100%;
  width: 560px;
  float:left;
}
#contentRight {
  height: 100%;
  width: 194px;
  float:right;
  padding-top: 15px;
}
#footer {
  background-image: url(../../images/layout/bg_footer.gif);
  background-repeat: no-repeat;
  background-position: center top;
  height: 40px;
}

/*= CONTAINERNAVIGATION
========================================================================*/
#containerNavigation ul {
  padding: 5px 0 5px 0;
  margin: 0 auto 0 auto;
}

#containerNavigation li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#containerNavigation a:link, 
#containerNavigation a:visited {
  line-height: 14px;
  margin: 0 10px 4px 10px;
  text-decoration: none;
  color: #EF0C0C;
  padding-bottom: 5px;
}

#containerNavigation a:hover {
  border-bottom: 2px solid #EF0C0C;
  padding-bottom: 5px;
  color: #FFF;
}

#containerNavigation a.indicator:link, 
#containerNavigation a.indicator:visited {
  border-bottom: 4px solid #FFF;
  padding-bottom: 5px;
  color: #FFF;
}

#containerNavigation a.indicator:hover {
  border-bottom: 2px solid #EF0C0C;
  padding-bottom: 5px;
  color: #FFF;
}

/*= NEWSCONTAINER 
========================================================================*/
#newsContainer {
  margin: 18px;
}
#newsTitlebar h1 {
  font-size:16px; 
  color:#444444;
}
#newsContainer p {
  margin-top: 20px;
  margin-bottom: 20px;
}
#newsContainer .newsDate {
  color:#444444;
}
#newsContainer .newsDate img {
  vertical-align: middle;
}
#newsContainer hr {
  border: 0;
  margin-top: 5px;
  height: 1px;
  background-color:#000000;
}

#newsContainer .newsPosted {
  margin-bottom: 18px;
  height: 20px;
  background-color:#EEEEEE;
  border: 1px dashed #7F7F7F;
  padding: 5px;
}
#newsContainer .newsPosted a {
  font-weight:bold;
  color: #000;
  text-decoration:none;
}

#newsContainer UL,
#newsContainer OL
{
  margin-left: 20px;
  list-style-type: disc;
}
#newsContainer LI
{
  margin-left: 10px;
}

#newsContainer pre,
#newsContainer code {
  background: none repeat scroll 0 0 #E2F1F8;
  border-left: 1px solid #C2C9D1;
  font-family: Consolas,Lucida Console,monospace;
  margin-bottom: 1em;
  padding: 0.5em 0.5em 0.5em 1.5em; 
  white-space: pre-wrap;
}

#newsContainer .news-single-img,
#newsContainer .news-img {
  float: left;
  border: 1px solid #7F7F7F;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#newsContainer .news-single-img {
  margin-top: 25px;
}

#newsContainer .news-single-imgcaption {
  padding: 0;
  margin: 0;
}

#newsContainer table {
  border-collapse: collapse;
  width: 500px;
  }

#newsContainer th {
  padding: 0 0.5em;
  text-align: left;
  }

#newsContainer tr.grey td {
  border-top: 1px solid #7F7F7F;
  border-bottom: 1px solid #7F7F7F;
  background: #F0F0F0;
}

#newsContainer td {
  border-bottom: 1px solid #7F7F7F;
  padding: 0 0.5em;
  vertical-align:top;
  }

#newsContainer td:first-child {
  width: 190px;
  }

#newsContainer td+td {
  border-left: 1px solid #7F7F7F;
  text-align: left;
  width: 450px;
  }

/*= COMMENTS 
========================================================================*/
#commentsContainer {
  margin-right: 18px; 
  margin-left: 18px;
}
#commentsHeader {
  font-size: 14px;
  color: #444444;
  font-weight:bold;
}
#commentsBox {
  width: 522px;
  font-size:12px;
  background-color:#F1F1F1;
  border: 1px groove #7F7F7F;
  margin-bottom: 30px;
}

/*= SIDEPANE
========================================================================*/
#contentRight hr {
  margin-right: 12px;
  margin-left: 12px;
  border: 0;
  width: 165px;
  height: 1px;
  color: #7F7F7F;
  background-color: #7F7F7F;
}
#recentlyRead,
#recententries,
#searchmodule,
#abouttheauthor {
  font-size:11px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  margin-left: 12px;
}
#recentlyRead h4,
#searchmodule h4,
#abouttheauthor h4 {
  font-weight: bold;
}
#logos {
  text-align: center;
  margin-right: 12px;
  margin-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#logos img {
  margin-bottom: 5px;
}
#searchmodule input.submit{
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../../images/layout/btn_search.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; 
  cursor: hand; 
}
#searchmodule .textfield-search {
  border: 2px solid #A3B1B9;
  padding: 3px;
  font-size: 12px;
  width: 120px;
}
#recentlyRead img {
  border: 0;
}

