/*
	Skin name: WP-Forum 2.0
	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{
	line-height: normal;
	color: #000;
}
#wpf-wrapper table, #wpf-wrapper div, #wpf-wrapper h2, #wpf-wrapper h3, #wpf-wrapper h4, #wpf-wrapper form{
	margin: 0;
	padding: 0;
}
#wpf-wrapper small{
	color: #555;
}

.wpf-table a, .wpf-post-table a, #wpf-wrapper p a, #wpf-wrapper span a{
	color: #591d15;
	text-decoration: none;
        border: 0 !important;
}

#wpf-wrapper img {
    vertical-align: middle;
}

table.search td{
	border: none;
}
table.search{
	background: #ecedf3;
}
ul#wpf-menu, ul.wpf-postmeta {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#wpf-menu li, .wpf-postmeta li{
	list-style: none;
	padding-right: 10px;
	display: inline;
}
.wpf-table{
	border-collapse: collapse;
	padding: 5px;
	background: #f6f6f6;
}
.wpf-post-table{
	border-collapse: collapse;
	padding: 15px;
	border-left: 1px solid #adadad;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	background: #f6f6f6;
}
.wpf-table th, .wpf-post-table th{
	background: url('images/titlebg.jpg');
	border: 1px solid #d9bc52;
	padding: 5px;
	color: #591d15;
	white-space: nowrap;
        font-variant: small-caps;
}

.wpf-post-table td{
	padding: 5px;
}

.wpf-table td{
	border: 1px solid #adadad;
	padding-left: 5px;
	padding-right: 5px;
	padding: 5px;
}
#wpf-wrapper .wpf{
	padding: 1px;
        _height: 0%;
}
.wpf-alt{
	background: #ecedf3;
}
.sticky{
	background: url('') #e0e1e8;
}
.sticky a{
	font-weight: bold;
}
td.wpf-meta{
	border-bottom: 1px solid #adadad;
	padding: 0;
	margin: 0;
}
td.wpf-meta a{
	font-weight: bold;
}
.wpf-small{
	_font-size: 11px;
	margin-bottom: 10px;
}

.wpf-table h2{
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #fff;
}

th.wpf-bright{
	background: url('images/titlebg.jpg');
	color: #000;
	border-top: 1px solid #375576;
}
th.wpf-bright h3{
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}
.wpf-avatar{
	padding: 5px;
}

#wpf-wrapper a img, #wpf-wrapper img {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
}
.updated{
	background: #fffbcc;
	border: 1px solid #e6db55;
	padding: 5px;
	margin-bottom: 1em;
}
.
#wpf-wrapper blockquote{
	background: #d7daec;
	border: 1px solid #6081a0;
	padding-left: 5px;
	margin: 0;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	_text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	_font-size:  10px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}
.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited {
    color: white;
    text-decoration: none;
    border: 0;
}

.maintab_back a:hover, .maintab_active_back a:hover {
    color: #591d15;
    text-decoration: none;
    border: 0 !important;
}

/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	_text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
    color: white;
    text-decoration: none;
    border: 0
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
    color: #591d15;
    text-decoration: none;
    border: 0 !important
}
pre.code{
	width: 700px;
	background: #eee;
	border: solid 1px #ccc;
	padding: 5px;
	overflow: auto;
}


#trail{
    margin-top: 10px;
    padding-left: 12px;
    background: url(images/arrow_grenn.gif) no-repeat left center;
}


#wpf-wrapper 
#wpf-info{
	text-align:center; 
	padding:5px; 
	border:1px solid #adadad;
	margin-top:15px;
	background: #f6f6f6;
}

#frmLogin label {
    margin: 0;
    padding: 0;
    width: 70px;
    font-weight: bold;
    display: block;
    float: left;
    line-height: 20px;
}

#frmLogin p {
    margin: 10px 0;
    padding: 0;
}

#log {
    background: #FFF url(images/user.gif) no-repeat 2px center;
}    

#pwd {
    background: #FFF url(images/lock.gif) no-repeat 2px center;
}   

#frmSearch input[type="text"] {
    background: #FFF url(images/search_bg.gif) no-repeat 2px center;
}

#lb-rememberme {
    width: 180px !important;
    float: none !important;
    display: inline !important;
}

#frmSearch input[type="text"], #frmLogin input[type="text"], #frmLogin input[type="password"] {
    width: 122px;
    height: 20px;
    border: 1px solid #c8c8c8; 
    padding-top: 5px;
    padding-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#frmSearch input[type="submit"], #frmLogin input[type="submit"] {
    background: url(images/btn116.gif) no-repeat left top;
    width: 116px;
    height: 26px;
    border: 0;
    color: #FFF;
    font: bold 12px verdana, geneva, arial, sans-serif;
    cursor: pointer;
    padding: 0 0 3px 0; 
}

#postmeta a {
    color: #591d15;
    text-decoration: none;
    font: bold 10px verdana, geneva, arial, sans-serif;
}

#postmeta a:hover {
    color: #591d15;
    border-bottom: 1px solid #591d15;
    text-decoration: none;
}
