/* forum.css - copyright Jake Laack - ekaj@spolem.net */
@import url("normal.css");

div.News {
 padding: 0;
}

div.Post h3 {
 padding: 0 0.2em 0 0.2em;
 margin: 0;
 line-height: 120%;
}

div.Post {
 margin-bottom: 2em;
 padding: 0.1em 0.5em 0.5em 0.5em;
 border-left: solid 5px #99aaca;
 background-color: #f8f8f8;
}

div.PostData {
 font-size: 0.8em;
 padding: 0.2em 0.5em 0.2em 0.5em;
 color: #c4c4c4;
}

div.PostData a {
 color: #b0b0b0;
}

div.PostContent {
 padding: 0.5em 0.5em 1em 1em;
}

div.PostContent img {
 vertical-align: top;
}

span.AdminTools a {
 color: gray;
 font-weight: normal;
}

div.DeletePost {
 margin-top: 2em;
 border: 1px solid #d7d7d7;
 padding: 0.5em;
}

table.PostNavigation {
 width: 100%;
 border-top: 1px solid #e0e0e0;
 border-bottom: 1px solid #e0e0e0;
}

table.PostNavigation td {
 padding: 0.2em;
}

table.PostNavigation td.PostNavNewPost {
 width: 25%;
 white-space: nowrap;
}

table.PostNavigation td.PostNavPrevious {
 width: 20%;
 text-align: left;
 white-space: nowrap;
}

table.PostNavigation td.PostNavPages {
 text-align: center;
}

table.PostNavigation td.PostNavNext {
 width: 20%;
 text-align: right;
 white-space: nowrap;
}

div.MembersOnly {
 border-left-color: #1c6f36;
}

div.Unpublished {
 border-left-color: gray;
}

div#Visitors {
 margin: 10px 0 0 175px;
 font-size: 1.4em;
 color: #97922f;
}
