/*
	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
*/ 

.maintop{
	background: white url('images/forum/topmain.jpg') no-repeat top left;
	height:20px;
}

.mainbottom{
	background: white url('images/forum/bottommain.jpg') no-repeat bottom left;
	height:20px;
}

.mainmiddle{
	background: transparent url('images/forum/middlemain.jpg') repeat-y;	
}

.wrap{	
	width:180px;
	padding:5px;
	padding:10px;	
}

.wrapuser{
	margin-top:0px;
	width:180px;
	padding:10px;
}

#wpf-wrapper{	
	clear:left;
	margin:-10px auto 0;
	padding:0px;
	width:838px;
}
.wpf-table, .wpf-post-table{
	border: 0px none #ccc;
	border-collapse: collapse;
	font-size:10pt;	
}

.wpf-table td{
	vertical-align: middle;
}

td.wpf-alt{
	font-size:10pt;	
}

tr.wpf-alt{	
	font-size:10pt;	
}

.forumtitle {
	color:#9FBD37;
	font-size:120%;
	font-weight:bold;
	margin-bottom: 5px;
}

.wpf-table tr.alt{
	background: white;	
}
th{
	background: transparent;
	color: #666666;
	font-weight: normal;
}

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

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

#wpf-info{
	background: #f9f9f9;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
}
#forummenu, #topicmenu, #mainmenu{
	background: white;	
}

#topicmenu, #forummenu{
	background: white url('images/forum/plus-sign1.jpg') no-repeat;
	border: 1px none #ccc;
	width:21px;
	height:22px;
	padding-left:25px;	
}

.pagingleftbox{	
	width:200px;
	background-color:white;
	height:22px;
}

.pagingrightbox{
	background: white url('images/forum/plus-sign2.jpg') no-repeat top right;
	padding-right:25px;	
}

#forummainpagelogo {
	background: transparent url(images/forum/fourmmainpagelogo.jpg) no-repeat;
	clear:both;	
	width: 627px;
	height: 198px;
}

p#trail{
	margin-top: -10px;
	padding-left: 10px;
	width:640px;
}

#trail a{
	color: #666666;
	font-size: 10pt;
	font-weight: italic;
}

#trail a:hover{
	text-decoration:underline;
}


.topicodd{
	background:#E6E6E6 none repeat scroll 0 0;
	border:0 none;
	margin:13px 4px 0;
	padding:0 0 1px;	
}
.topiceven{
	background:#DEDEDE none repeat scroll 0 0;
	border:0 none;
	margin:13px 4px 0;
	padding:0 0 1px;	
}

.threadodd{
	background:#E6E6E6 none repeat scroll 0 0;
	border:0 none;
	float:left;
	margin-left:0px;
	padding:20px;
	width:300px;		
}
.threadeven{
	background:#DEDEDE none repeat scroll 0 0;
	border:0 none;
	float:left;
	margin-left:0px;
	padding:20px;
	width:300px;
}
#userphotobubble{
	background:transparent url(/wp-content/themes/default/images/reviews/bubble.png) no-repeat scroll left top;
	height:70px;
	left:0;
	margin-left:53px;
	margin-top:9px;
	position:absolute;
	width:50px;
	z-index:2;
}
#userevenphotobubble{
	background:transparent url(images/forum/evenbubble.png) no-repeat scroll left top;
	height:70px;
	left:0;
	margin-left:53px;
	margin-top:10px;
	position:absolute;
	width:50px;
	z-index:2;
}

#forumcommentbuttonscontainer{
	display:block;
	width:385px;
	height:30px;
}

#forumcommentbuttoncontainer{
	clear:none;
	float:right;
	height:20px;
	width:100px;
}

#forumcommentbutton{
	background-color:transparent;
	border:0 none white;
	color:#666666;
	cursor:pointer;
	width:70px;
	margin-left:140px;
}

.commentlist li a{
	color: #666666;
}

a.forumrsslink{
	font-size:9pt;color:#808080;font-weight:bold;padding-left:105px;;
}

a.forumrsslink:hover{
	text-decoration:underline;
}

.maintab_back a{
	color: #666666;
}

.mirrortab_back a{
	color: #666666;
}
.wpf-pages a{
	color: #666666;
}

._back a{
	color: #666666;
}

.foruminner{
	padding:10px;
	background:#FFFFFF none repeat scroll 0 0;
	border:0 none;
	margin:13px 4px 0;	
}