#forum {
    color:#aaa;
    padding: 5px 5px 10px 5px;
    background: #252525;
    overflow: hidden;
    border: 1px solid #119DDC;
} 
#forum table {
width:100%;
}
#forum table td {
font-size:0.8em;
}

ul.forumHeader {
    background: #444;
    position: relative;
    padding: 5px;
    margin: 5px;
    height: 15px;
} .forumHeader li {
    padding: 5px;
    display: inline;
}


ul.forumHeader li#forumHeaderCategory {
    position: absolute;
    left: 3px;
    bottom: 2px;
}

ul.forumHeader li#forumHeaderTopics {
    position: absolute;
    right: 350px;
    bottom: 2px;
}

ul.forumHeader li#forumHeaderPosts {
    position: absolute;
    right: 150px;
    bottom: 2px;
}

ul.forum li.description a {
    margin-bottom: 10px;
    margin-bottom: 3px;
} .forumDetails {
    padding-left: 5px;
    width:870px;
} .forumDetails span {
    position: absolute;
    bottom: 15px;
}

ul.forum li.description {
    float: left;
    z-index: 1;
    position: relative;
} .forumDetailsWrapper {
    background: #111;
    margin: 5px;
    padding-bottom:3px;
}

ul.forum li {
    height: 50px;
    padding: 5px;
}

ul.forum li.forumRightCol {
    position: relative;
}

ul.forum li.forumRightCol div.forumThreadLatestThread {
    position:absolute;
    width:150px;
    right:175px;
} 
.forumThreadLatestThread {
    line-height: 15px;
}
#forumContentThread {
width:400px;
position:absolute;
left:3px;
bottom:2px;
}
#forumContentLatestReply {
position:absolute;
right:250px;
} #forumContentViews {
position:absolute;
right:100px;
}
.forumThreadViews {
position:absolute;
right:100px;
}
#forumContentReplies {
position:absolute;
right:15px;
}
.forumThreadReplies  {
position:absolute;
right:15px;
}
#forumContentViews, #forumContentLatestReply, #forumContentReplies {
bottom:3px;
}
 .forumRightCol li {
    display: inline;
} .categoryThreads {
    position: absolute;
    right: 350px;
    width: 20px;
} .categoryPosts {
    position: absolute;
    right: 150px;
    width: 20px;
} .forumMiddleCenter p {
    line-height: 35px;
} #forum td {
    text-align: left;
    padding: 10px;
} #forum tr td:first-child {
    text-align: left;
} #forum tr.forum td p {
    margin: 0;
} #forum tr#postHeading {
} #forum tr#threadHeading td {
    background: #444;
} #forum tr.header_bg {
} #forum tr.header_row {
    background: #111;
    padding: 5px;
    color: #aaa;
} #forum tr.header_row div#threadName {
    float: left;
} #forum tr.header_row div#threadSubscribe {
    float: right;
} #forum td.postUser {
    border-right: 1px solid #b0bdc6;
} #forum td.postUser, #forum td.postInfo{
    background: #444;
    margin: 0;
} #forum td.postUserInfo {
    border-right: 1px solid #b0bdc6;
    width:60px;
} 
#forum td.postButtons {
    border-bottom: 1px solid #b0bdc6;
    border-top: 1px solid #b0bdc6;
} #forum td.postButtons a {
    padding: 5px 10px 5px 10px;
} #forum p {
    padding: 0px;
} #forum a {
    color: #119DDC;
} #forum h3#breadcrumb {
    font-family: verdana, arial;
    font-weight: normal;
    color: #bbb;
    padding: 10px 0 10px 10px;
}
td.postBody img {
max-width:400px;
max-height:400px;
}
form#post {
    display: none;
}

blockquote {
    border: 1px solid #dae0e4;
    border-top: 2px solid #dae0e4;
    border-left: 3px solid #dae0e4;
    color: #bbb;
}

div.quoteAuthor {
    background: #333333;
    color: #b0bdc6;
    padding: 3px;
}

div.quoteAuthor span {
    color: #aaa;
    font-style: italic;
}

div.quoteBody {
    padding: 5px;
} #forum div.code {
	width:80%;
    background: #252525;
    border-left: 5px solid #dae0e4;
    border-top: 2px solid #dae0e4;
    border-bottom: 1px solid #dae0e4;
    border-right: 1px solid #dae0e4;
    padding: 0 15px 0 15px;
    overflow: auto;
    font-size:8px;
} #forum h2 {
    margin: 0;
    padding: 0;
    display: inline;
} #forum h2.quote {
    float: right;
} #forum tr.postHeading td.postTime {
    text-align: center;
}

div#topButtons {
    float: right;
    position: relative;
    top: 36px;
    right: 95px;
}

div#addPost {
    width: 75%;
    margin: auto;
}

td.folderIconOpen {
    background: url('../images/forums/folder_open.png') no-repeat;
    width: 50px;
    background-position: center;
}

td.folderIconClosed {
    background: url('../images/forums/folder_closed.png') no-repeat;
    width: 50px;
    background-position: center;
}

td.folderIconClosed, td.folderIconOpen, td.category, td.categoryNumThreads, td.categoryNumPosts {
    border-top: 1px solid #dae0e4;
}
div.postHeadingWrapper {
position:relative;
}
div.postTime{
margin-left:200px;
float:left; }
div.postAnchor a {
float:left;
margin-left:25px;
}
div.postAnchor {
position:absolute;
right:5px;
text-align:right;
}

.userAvatar {
width:100px;
height:100px;
border: 1px solid #b0bdc6;
padding:4px;
}