/*  
Theme Name: SUUB.nl
Theme URI: http://www.suub.nl/
Description: Standard theme for SUUB.nl
Author: SUUB
Author URI: http://www.suub.nl/
Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
  }

body {
  margin: 3px auto;
  width: 800px;
  background: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  }

#wrapper {
  text-align: left;
  }

h1 {
  font-size: 18pt;
  font-family: "verdana";
  font-weight: bold;
  color: black;
  }

h2 {
  font-size: 10px;
  color: #fff;
  background: url(images/dot.jpg) left top no-repeat;
  }

h3 {
  color: #fff;
  }

p {
  margin: 5px;
  font-size: 8pt;
  color: #999;
  }

a {
  color: #09F;
  text-decoration: none;
  }

a:hover {
  color: #fff;
  }

#header {
  background: url(images/headerbg.jpg) left top no-repeat;
  height: 100px;
  }

#header #title {
  height: 75px;
  line-height: 75px;
  margin-left: 30px;
  }

#header #title a {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  }

#header #nav {
  margin-top: 0px;
  text-align: center;
  }

#header #nav ul li {
  display: inline;
  }

#header #nav a {
  font-size: 12px;
  font-weight: bold;
  padding: 0 15px;
  color: #FFF;
  }

#header #nav a:hover {
  color: #09f;
  }

#stripe {
  width: 800px;
  height: 10px;
  background: url(images/stripebg.jpg) left top no-repeat;
  }

#sidebar {
  float: left;
  color: #FFF;
  font-size: 10px;
  width: 160px;
  }

#sidebar ul {
  list-style-type: none;
  }

#sidebar h2 {
  background: url(images/sidebullet.jpg) left top no-repeat;
  padding: 3px 3px 3px 15px;
  }

#header ul, #sidebar li ul {
  margin-left: 10px;
  list-style-type: none;
  }

#sidebar li {
  margin: 5px;
  }

#adsense {
  margin: 20px 10px;
  }

#content {
  margin-left: 0px;
  }

#content ul, #content dl{
	list-style-type: none;
}
#content ul, #content dl, #content ol {
  
  margin: 10px;
  font-size: 8pt;
  color: #ccc;
  }

.post {
  margin: 25px 10px;
  }

.postUpper {
  border-bottom: 1px dotted #999;
  }

.postTitle {
  padding: 2px 0;
  color: #09F;
  font-size: 14px;
  font-weight: bold;
  }

.date {
  color: #FFF;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  padding: 2px 5px;
  float: right;
  width: 120px;
  background: #033;
  }

.postContent {
  padding: 10px 0;
  text-align: justify;
  }

.postLower {
  padding: 2px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #CCC;
  border-top: 1px dotted #999;
}

.navigation {
  margin: 10px;
  padding-bottom: 3px;
  color: #ccc;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px dotted #999;
  }

.comment {
  margin: 10px;
  }

.comment p { /* Adds vertical space to "Logged in as..." para. */
  margin: 5px 0;
  }

#comments { /* Refers to h3. */
  margin: 10px 0;
  text-align: center;
  color: #ccc;
  font-size: 12px;
  }

.commentlist cite {
  float: left;
  width: 200px;
  padding: 2px 0;
  color: #069;
  font-size: 14px;
  font-weight: bold;
  }

.commentmetadata {
  float: right;
  margin-top: -15px;
  width: 250px;
  text-align: right;
  }

.commentmetadata a {
  font-size: 10px;
  padding: 2px 5px;
  }

.commentlist p { /* Styles the comment text. */
  clear: right;
  padding: 10px 0;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  }

#comment { /* Refers to form textarea. */
  width: 420px;
  }

#footer {
  clear: both;
  width: 800px;
  }

#footer p {
  line-height: 20px;
  font-size: small;
  text-align: center;
  color: #fff;
  }

#footer #templateinfo, #footer #templateinfo a {
  margin-bottom: 25px;
  font-size: 9px;
  color: #666666;
  }