/*  
Theme Name: Teksti
Theme URI: http://www.pohjateksti.fi/
Description: Teksti theme
Version: 1.0
Author: Vili Maunula
Author URI: http://www.vertebratesilence.com/
*/



* {
  padding: 0;
  margin: 0;
}

body {
  background: #1a6f8d url('images/sitebg.jpg') top center repeat-y;
  text-align: center;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #1F1F1F;
}

ul, ol {
  margin-left: 30px;
  margin-bottom: 10px;
}

ul {
  list-style-type: disc;
}

a {
  color: #14576F;
}

img {
  border: none;
}

#header {
  background: url('images/headerbg.jpg') top center no-repeat;
}

#footer {
  background: url('images/footerbg.jpg') bottom center no-repeat;
  padding-bottom: 140px;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 620px;
  text-align: left;
  padding-top: 80px;
}

#logo {
  float: right;
  width: 410px;
  text-align: right;
  padding-top: 8px;
}

.menulink {
  float: left;
  width: 180px;
  text-align: left;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #6F6F6F;
}

.menulink a {
  color: #47595F;
  text-decoration: none;
}

.menulink a:hover {
  color: #9F1319;
}

#sidecol {
  width: 170px;
  float: left;
  padding-top: 30px;
}

#contentcol {
  width: 400px;
  float: right;
  margin-left: 10px;
  padding-top: 60px;
}

#contentcol p {
  margin-bottom: 10px;
  text-align: left;
}

#contentcol h1, h2 {
  display: block;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px dotted #6F6F6F;
  padding-bottom: 2px;
  margin-bottom: 16px;
}

#contentcol h1 a, #contentcol h2 a {
  color: #000;
  text-decoration: none;
}

#contentcol h1 a:hover, #contentcol h2 a:hover {
  color: #9F1319;
}

#login {
  margin-top: 20px;
}

.datetime {  
  font-size: 11px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

.commentlist div {
  margin: 10px 0 10px 0;
  border: 1px solid #B0B0B0;
  padding: 10px;
}

.alt {
  background: #F0F0F0;
}
