/* CSS Document */
body
{
  background: white;
  font-family: Calibri, "Gill Sans","Gill Sans MT", "Myriad Pro",Myriad,Frutiger,"Frutiger Linotype",Univers,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  overflow: scroll; 
}

.content
{
  display:block;
  width:900px;
  margin: 0 auto;

}

.header
{
  display:block;
  width: 900px;
  height: 127px;
  margin: 20px 0;
  background: url('../images/header.jpg') no-repeat center;  
}


.header h1
{
  display: none;
   
} 

a.about
{
  display: block;
  width: 29px;
  height: 29px;
  background: url('../../media/images/about1.jpg') no-repeat;
  position: relative;
  top: 80px; 
} 

a.about:hover
{
  background: url('../../media/images/about2.jpg') no-repeat;  
}

.posts
{
  display: block;
  float: left;
  width: 580px;
  padding: 10px;
}

.post
{
  display: block;
  margin: 10px;
  margin-bottom: 45px;
  width: 560px;
  text-align: justify;
}

.post p
{
  margin-top: 8px;
  margin-bottom: 8px;
}

.post p.postheader
{
  font-weight: bold;
}

.post p.posturl a
{
  color: yellow;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */ 
} 

.pagination
{
 padding: 5px;
}

.pagination a
{
  text-decoration: none;
  font-weight: bold;
  margin: 0 10px;
}

.pagination a:hover
{
  color: yellow;
}

.sidebar
{
  display: block;
  width: 280px;
  margin: 10px;
  float: left;  
}

.sidebar p
{
  margin: 5px 0;
}

.sidebar p, a
{
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.navigation, .archive
{
  margin-bottom: 30px;
}

.subabout
{
  float: left;
  height: 120px; 
  width: 900px; 
}

.counter
{
  font-size: 6em;
  font-weight: bold;

  color: white;
  text-shadow:
  -1px -1px 0 #000,
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;  
}

.subcounter
{

  position: relative;
  top: -45px;
  left: 5px;
  font-size: 2.5em;
  font-weight: bold;

}


.footer
{
  display: block; 
  width: 900px;
  height: 100px;
  margin-top: 10px;
  border-top: 5px black solid;
  float: left;  
}

.footer p
{
  font-size: 0.8em;
}

.sponsors
{
  vertical-align: center;
}

.sponsors img
{
  margin-right: 20px;
}

.cleaner
{
  clear:both;
}


/* GENERATOR SPECIFIC */

p.today
{
  font-size: 1.6em;
}

p.active 
{
  text-decoration: underline;
}