/*
	Skin name: Exclusive
	Description: A new skin for a new release
	Author: Fredrik Fahlstad
	Author url: http://www.fahlstad.se
	WP-Forum url: http://www.fahlstad.se/wp-plugins/wp-forum
	Version: 1.0
*/ 
#wpf-wrapper{
	font-size: 90%;
        color:#fff;
}
.wpf-table, .wpf-post-table{
	border: 1px solid #333333;
	border-collapse: collapse;
}

td, th{
	padding: 5px;
}
td{
	vertical-align: top;
}
.wpf-table tr{
	border-bottom: 1px solid #333333;
}
.wpf-table tr.alt, tr.wpf-alt,
.wpf-table #upshrinkHeader {
	background: #444444;
}

.wpf-table tr {
       background: #555555;
}

th{
	background: #555;
	color: #fff;
	font-weight: bold;
}

.wpf-meta{
	border-bottom: 1px solid #333333;
}

.wpf-bright{
        background: #555555;
	color: #FFF;
}
th h4{
	margin: 0;
}

#wpf-info{
	background: #555555;
	text-align: center;
	border: 1px solid #333333;
	padding: 5px;
	margin-top: 1em;
}
#forummenu, #topicmenu, #mainmenu{
	background: #555555;
	border: 1px solid #333333;
	padding: 0;
        position:relative;
        top:10px;
        left:-10px;
}
#forummenu {
     top:0px;
     left:0px;
}
p#trail{
	margin-top: 1em;
}

.wpf-table input,
.wpf-table textarea {
    background-color:#333333;
    color:#fff;
    border:none;
}
.wpf-table textarea {
    width:98%;
}