/*
	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 input, #wpf-wrapper textarea {
	vertical-align: middle;
	font-family: Verdana, Sans-Serif;
}
#wpf-wrapper input[type="text"], #wpf-wrapper textarea {
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 3px 2px;
}
#wpf-wrapper a {
	text-decoration: none;
}
#wpf-wrapper .button {
	display: inline-block;
	background: url(images/button.gif) top left no-repeat;
	padding-left: 10px;
	height: 29px;
	white-space: nowrap;
	max-width: 300px;
	overflow: hidden;
	vertical-align: middle;
}
#wpf-wrapper .button a {
	display: inline-block;
	background: url(images/button.gif) top right no-repeat;
	padding: 0px 15px 5px 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
}
#wpf-wrapper .button input {
	display: inline-block;
	background: url(images/button.gif) top right no-repeat;
	padding:4px 15px 9px 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
#forumsearch {
	background: url(images/search.gif) top left no-repeat;
	padding: 4px 12px 10px 9px;
	font-size: 12px;
	color: #fff;
}
#wpf-wrapper td, th{
	padding: 3px 5px;
}
#wpf-wrapper td{
	vertical-align: top;
}
.wpf-table tr{
	border-bottom: 1px solid #ccc;
}
.wpf-table tr.alt, tr.wpf-alt{
	background: #f9f9f9;
}
#wpf-wrapper th {
	background: #eaeaea;
	color: #000;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}

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

.wpf-bright{
	background: #eee;
	color: #333;
}
#wpf-wrapper th h4{
	margin: 0;
}

#wpf-info{
	background: #f9f9f9;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 1em;
}
#forummenu, #topicmenu, #mainmenu {
	padding: 5px 0px;
}
p#trail{
	margin: 0px 5px;
	font-size: 10px;
	border-top: 1px dotted #eaeaea;
}