/*  
Theme Name: TDO Forum
Theme URI: http://thedeadone.net/software/tdo-forum-wordpress-theme
Description: Your Wordpress Blog as a Forum!
Version: 3
Author: Mark Cunningham
Author URI: http://thedeadone.net
*/

body {
  font-size: 15px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: left;
}
a {
 color: #090055;
 text-decoration: underline;
 }
a:hover {
 font-weight: bold;
}
#page {
  margin: 5px;
}

#banner {
  padding-top: 20px;
  font-size: 20px;
}

#sitetools {
  float:right;
  font-size: 10px;
}
#sitetools ul li {
  list-style-type: none;
  list-style-image: none;
  display: inline;
  padding: 5px;
}

#banner-tag {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#footer {
  float: left;
  width: 100%;
  text-align:center;
  font-size: 10px;
}

#footer ul li {
  list-style-type: none;
  list-style-image: none;
  display: inline;
}

#topics, #forums, .topic-single {
  border-top: 1px solid black;
  padding-top: 5px;
  margin-top: 5px;
}

.topic-single, #comments {
  padding-top: 5px;
  margin-top: 5px;
}

#banner-path {
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: bold;
}

ul#topics-tabs, ul#topics-tabs li {
  list-type-style: none;
  list-style-image: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}

ul#topics-tabs li {
  font-size: 10px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 5px;
  margin: 3px 3px 3px 0px;
}
ul#topics-tabs li a {
  text-decoration: none;
}

li.topics-tabs-active {
  border-bottom: 2px solid lightblue;
  background-color: lightblue;
}

#leftcolumn {
  float: left;
  margin-right: 20px;
  width: 75%;
}

#sidebar {
  font-size: 10px;
  float: right;
  width: 20%;
  margin-left: 5px;
}
#sidebar h2 {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px; 
}

#sidebar ul {
  list-style-type: none;
  list-style-image: none;
}
#sidebar ul {
  padding-left: 2px;
  margin-left: 2px;
}
#sidebar li {
  padding-top: 3px;
  padding-bottom: 2px;
}

.topic, .comment-single, .forum {
  padding-bottom: 10px;
}

.topic-title, .comment-title, .forum-title, .topic-title-unread, .topic-title-sticky, .topic-title-closed {
  background: lightblue; 
}

.topic-title-sticky {
 background: lightyellow;
}

.topic-title-closed {
 background: lightgrey;
}

.topic-title-unread {
  font-weight: bold;
}

.topic-data, .forum-data {
  font-size: 10px;
}

.topic-user, .comment-data {
  font-size: 10px;
  float: left;
  width: 190px;
  padding-top: 5px;
}

.topic-post, .comment-post {
  margin-left: 200px;
  min-height: 100px;
}

.forum-child {
  margin-left: 20px;
  padding-top: 10px;
}

#comment-preview {
  margin-top: 20px;
}

.error-message {
 color: red;
}

