body {  
  background-image: url('background.png');
  background-repeat: repeat-x;
  background-color: #ffffff;
  font-family: "Bitstream Vera Sans", verdana, ariel, sans-serif;
  font-size: 12px;   
}

#header {
   padding: 10px 0;
}

#topics, #recentPosts, #hottopics {  
  max-width: 60em;
  margin: 1em auto;
  font-size: 1em;  
}

p {
  margin: 0em 0em 1em;
}

p.description, .description {
  max-width: 60em;
  margin: 0em auto 1em;
  padding: 0;
  font-size: 1em;  
}

div#headertitle {
  text-align: center;
  margin: 1em 0;
  padding: 0.2em 0;
  font-size: 2em;  
  background-color: transparent;
  color: #405E80;
  border-bottom: solid 2px #FFC400;
}

div#headertitle a,
div#headertitle a:visited,
div#headertitle a:hover,
div#headertitle a:active {
  text-decoration: none;
  color: #405E80;
}

h1, h2, h3 {  
  margin: 0 0 1em;
}

.blogroll a {
    line-height: 1.8em;
}

.blogroll td {
  background-color: #f4f4f4;
}

h1 {
  text-align: center;
  font-size: 1.6em;  
  background-color: transparent;
  color: #405E80;
}

h2 {
  font-size: 1.3em;  
  color: #405D80;
  border-bottom: solid 2px #9CD29C;
  margin:0 0 1em;
  padding-bottom: 2px;
}

h3 {
  font-size: 1em;  
  color: #405D80;
}

#hottopics h2, #topics h2, #recentPosts h2 {  
  margin: 1.1em 0 0.5em 0;
}

#hottopics h3, #topics h3, #recentPosts h3 {
  margin: 6px 0 0 0;
}

a {
	color:#334A66;
}

a:visited {
	color:#B55A5A;
}

a:hover {
	color:#5A85B5;
}

table.ssi_table {
  font-size: 0.8em;
  margin: 0.5em auto 3px;
  width: 100%;
}

.ssi_table td,
.ssi_table th {
    white-space: nowrap;
    padding: 0 5px 0 0;
}

td.new {
    font-weight: bold;
}

div.floatright {
	float: right;
}

div.floatleft {
	float: left;
}

#left .toplogout, #left .toptext, #left form {
    font-size: xx-small;
}

form#search  {
    float: right;
}

form#search input.text  {
    width: 90%;
}

form#search h3 {
    margin: 2px 0 3px 0;
}

#left form.login {
    margin-top: 5px;
    width: 90%;
}

#left td.login input {
    width: 90%;
}

#left table.login {
    width: 100%;
}

#left table.login td {
    width: 10%;
}

#left table.login td.login {
    width: 90%;
}

pre {
    font-size: 1em;
}

#footercontainer {
    color: #888;
    font-size: 0.6em;
    font-family: "bitstream vera sans", verdana, arial, sans-serif !important;
    text-align: center;
}

#footercontainer a {
    color: #666;
    text-decoration: none;
}

#aff {
    color: #a80 !important;
    text-decoration: none;
    font-size: 1.2em;    
}

#ztmc {
    color: #666 !important;
    text-decoration: none;
    font-size: 1.2em;  
    margin-top: 1em;  
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ff8;
}

/*
input[type=text], input[type=password] {
  border :2px solid #194280;
  width:105px;
}

input[type=text]:hover, input[type=password]:hover {
  border :2px solid #00A900;
}

input[type=text]:focus, input[type=password]:focus {
  border :2px solid #CD0000;
  background-color: #ff8;
}


input[type=submit] {
  border :1px solid #000000;
  background-color: #d8d8e0;
}

input[type=submit]:hover {
  background-color: #eee;
}

input[type=submit]:active {
  background-color: #ffffff;
} */
 
#recentPosts .ssi_table td {
    white-space: normal !important;
    vertical-align: text-top;
}

.ssi_table a {
    text-decoration: none;    
}

table.layout {
    margin: 0;
}

#recentPosts td.bottomline {
    border-bottom: 1px solid #bbb;
    padding-bottom: 3px;
}

#recentPosts .topline {
    border-top: 1px dotted #ddd;
    padding-bottom: 3px;
}

#recentPosts table {
    border-collapse:collapse;
}

td.wrap {
    white-space: normal !important;
    padding-right: 1em;
}

img.rss {
    border: none;
    vertical-align: middle;
    padding-bottom: 3px;
}

#navcontainer {
    position: relative !important;
}

.aligncenter {
  margin: 0 auto;
}

form#login{text-align:right;}
form#login input#passwrd, form#login input#user{width:50%;}

div.toplogin{
    width:100%;
}

form#search input#searchtext{width:90%;}

p.info {
    text-align: center;
    color: #666;
    font-size: 0.8em;
    margin: 1em 0;
}

.unread {
    margin: 4px 0 3px;    
}

.welcome {
    margin: 0 0 3px;    
}

.donate {
    text-align: center;
}

#privacy {
    float: right;
    font-size: 1.5em;
    margin: 1em 2em 0 0;
}

ul {
    margin: 0 1em;
}

.ssi_table th.left_header,
.ssi_table th.right_header {
    color: #DFAD00;
    font-size: 1.5em;
}

.ssi_table th.left_header {
    padding-left: 1em;
    text-align: left;
}

.ssi_table th.right_header {
    padding-right: 1em;
    text-align: right;
}    


