/*
	Skin name: WPF-GG
	Description: WP Forum Skin
	Author: GG
  Author url: http://hcsquad.pl
	WP-Forum url: http://www.fahlstad.se/wp-plugins/wp-forum
	Version: 1.0
*/ 

#wpf-wrapper{
	font-size: 90%;
}
.wpf-table, .wpf-post-table{
	border: 1px solid #ccc;
	border-collapse: collapse;
}

td, th{
	padding: 5px;
}
td{
	vertical-align: top;
}
.wpf-table tr{
	border-bottom: 1px solid #ccc;
}
.wpf-table tr.alt, tr.wpf-alt{
	background: #f9f9f9;
}
th{
  font-size:13px;
  font-weight:700;
  color:#6995c2;
  margin:0;
  padding:3px;
  background: #eee;}

.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;
	margin-top: 1em;
}
#forummenu, #topicmenu, #mainmenu{
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 0;
}
p#trail{
	margin-top: 1em;
}
.light-bright{
color: #cccccc;
}
