/*=General */
/* @import url("fonts/stylesheet.css"); */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Sans+Mono);

body { 
  background: #565248 url(../images/page-background.jpg) no-repeat center top;
  text-align: center;
}

html, body { width: 100%; display:table; height: 100%; }
#wrap      { min-height: 100%; }

.clearing { clear: both; padding-bottom: 15px; }


/*=Layout */
#wrap  { width: 100%; text-align:center; }

/*=Typography */
html, body, textarea, input {
  font-family: "Droid Sans Mono", fixed;
}

html, body {
  font-size: 14px;
  line-height: 1.5em;
}


h1, h2, h3 {
  font-family: "Droid Sans Mono", fixed;
  font-weight: normal;
  line-height: 1.25em;
  margin-bottom: 0.5em; 
}

h1 { font-size: 24px; font-weight:bold; text-transform: uppercase; margin-bottom: 1.5em; }
h2 { font-size: 18px; font-weight:bold; padding-top: 1em; }
h3 { font-size: 16px; font-weight:bold; }
small { font-size: 0.7em; }
strong { font-weight: bold; }
em { font-style: italic; }

#copyright {  font-family: "Droid Sans", sans; font-size: 13px; font-weight: bold; }

h1, h2, h3 { text-shadow: 0 0 5px #b3defd; }
h3 a { text-shadow: none; }

/*=Colors */
body               { color: #cbe8fe; }
a                  { color: #ffcc00; text-decoration: none; }
a:hover            { text-decoration: underline; }
#copyright,
#copyright a      { color: #404040; }

/*=Page */
#contentwrap,
#navigation {
  margin: 0 auto;
  position: relative;
}


/*=Content */

#contentwrap {
  position: absolute; 
  top: 155px;
  left: 50%;
  margin-left: -290px;
  width: 590px;
  height: 400px;
  overflow: auto;
  padding:0 5px;
}

#content {
  width: 560px;
  height: 400px;
  text-align: left;   
}

#content p {
  padding-bottom: 0.8em;
}

#content blockquote {
  padding-top: 1em;
  width:525px;
  position: relative;
  left: 20px;
  padding-left: 5px;
}

#content dt
{
  width: 75px;
  clear: left;
  float: left;
  text-align: right;
  padding-bottom: 0.5em;
}

#content dd
{ 
  width: 430px;
  float: left;
  left: 10px;
  position: relative;
  padding-bottom: 0.5em;
}

#content .screenshot {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

#linklist dt {
  width: 100%;
  text-align: left;
  font-weight: bold;
}

#linklist dd {
  width: 540px;
  left: 25px;
  padding-bottom: 2em;
}

#bbs-contact dt {
  text-align: left;
  width: 150px;
}

#bbs-contact dd {
  width: 400px;
}



/*=Screenshots */
ul#screenshots {
  margin-top: 1em;
}

#screenshots li {
  display: block;
  float: left;
  width: 180px;
  margin: 3px;
  text-align:center;
}


#imprint .cc-badge {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

/*=News */


.news-list-entry {
    margin: 0.5em 0 2em 0;
}

.news-date {
  float: left;
  margin: 0 10px 10px 0;
  line-height: 1.1em;

  text-align: center;
  background-color: #cbe8fe;
  color: #101010;
  padding: 3px 2px 2px 2px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 0 5px #b3defd;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 5px #b3defd;
  
}

.date-day {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
}

.date-month {
  display: block;
  font-size: 0.9em;
  font-weight:bold; 
}

.date-year {
  display: block;
  font-size: 0.8em;
}

.news-entry {
  padding: 0 0 0 50px;
}

.jot-form dt
{
  width: 100px !important;
  clear: left;
  float: left;
  text-align: right;
  padding-bottom: 0.5em;
}

.jot-form dd
{ 
  width: 430px;
  float: left;
  left: 10px;
  position: relative;
  padding-bottom: 0.5em;
}

#pagination { font-size: 0.8em; text-align: center; }
#pagination p { color: #6699cc; }
#pagination a { padding: 0 3px; }


/*=Navigation */

#navigation {
  position: absolute;
  top: 636px;
  left: 50%;
  margin-left: -325px;
  width: 650px;
  height: 20px;
  text-align: center;  
}

#navigation li {
  display: block;
  background: transparent url(../images/navigation.png) no-repeat scroll 0 0;
  padding-left: 23px;
  margin: 0 4px;
  height: 20px;
  float: left;
}

#navigation li.active {
    background-position: 0 -20px;
}

#navigation a {
  /*margin: 0 20px;  */
  display: block;
  text-indent:-9999px;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent url(../images/navigation.png) no-repeat scroll 0 20px;
}

#navigation a.startup       { background-position: -23px -60px; width: 52px; }
#navigation a.startup:hover { background-position: -23px -40px; }
#navigation a.mailbox       { background-position: -80px -60px; width: 55px; }
#navigation a.mailbox:hover { background-position: -80px -40px; }
#navigation a.sysop         { background-position: -138px -60px; width: 40px; }
#navigation a.sysop:hover   { background-position: -138px -40px; }
#navigation a.network       { background-position: -183px -60px; width: 57px; }
#navigation a.network:hover { background-position: -183px -40px; }
#navigation a.links         { background-position: -245px -60px; width: 35px; }
#navigation a.links:hover   { background-position: -245px -40px; }
#navigation a.screenshots         { background-position: -283px -60px; width: 76px; }
#navigation a.screenshots:hover   { background-position: -283px -40px; }
#navigation a.news         { background-position: -363px -60px; width: 36px; }
#navigation a.news:hover   { background-position: -363px -40px; }
#navigation a.contact         { background-position: -404px -60px; width: 51px; }
#navigation a.contact:hover   { background-position: -404px -40px; }


/*=Copyright */

#copyright {
  position: absolute;
  top: 680px;
  left: 50%;
  margin-left: -325px;
  width: 650px;
  height: 28px;
}


/*=des-or-mad panel*/

#des-or-mad-panel {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: right;
}

#des-or-mad-panel a {
  -moz-opacity: 0.65;
  opacity: 0.65; 
}

#des-or-mad-panel a:hover {
  -moz-opacity: 1;
  opacity: 1;  
}

#des-or-mad-panel img {
  float: right;
  padding: 0 10px;
}

.social-network {
  float:right;
  height:24px;
  width: 100px;
}

.news-feed {
  float:right;
  padding-right:28px;
  background: transparent url(/assets/images/feed-icon.png) no-repeat right top;
  height:24px;
}

.facebook {
  float:right;
  padding-right:28px;
  background: transparent url(/assets/images/facebook-icon.png) no-repeat right top;
  height:24px;
}

.aligncenter {
    display: block;
    margin: 1em auto;
}

.alignleft {
    float: left;
    margin: 1em 2em 0 1em;
}

.alignright {
    float: right;
    margin: 1em 0 2em 1em;
}

.border1px {
    border:1px solid #333333;
}bl
