/*
Theme Name: PiNG WKW bbPress
Theme URI: http://stping.nl
Description: Bewerking van Misty para bbPress http://www.ecosatelite.com/?p=35, Nederlandstalig
Version: .5
Author: Martin Takken
Author URI: http://stping.nl

*/

/*
Derrived from Bryan Veloso orriginal style sheet that ships with bbpress, added a little style from the sheet availble from http://getk2.com, copyright of that to the people at http://binarybonsai.com!
*/

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

	
a { color: #669933; text-decoration: none; }

a:link, a:visited {	color: #669933; }

a:hover { color: #669933; text-decoration: underline; }

.alt { background: #fff; }

code { font: 1.0em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}
	
h1 { font-size: 2em; }

h2 { font-size: 1.5em; }

/* Structure
=================================== */



h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#header h1 {
	font-weight: bold;
	margin: 0;
	padding: 75px 0 0 0;
	font-size: 4em;
	text-align: center;
}

#header p { margin-bottom: 0; }

#header h1 a, #header h1 a:visited { color: #fff; text-decoration: none; }
#header h1 a:hover, #header h1 a:active{ text-decoration: underline; }

#main { 
	font-size: 1.2em;
	width: 810px;
	margin: 10px auto 0;
	position: relative;
}

.bbcrumb {
	font-size: 0.9em;
	line-height: 30px;
}

#footer { 
	margin: auto;
	color: #cccccc;
	font-size: 1.0em;
	clear: both; 
	text-align: center;
	width: 760px; 

}

#footer a:link, #footer a:visited { /* more link link color fixes for nav & admin stuff */
	color: #669933;
	text-decoration: none;
	font-weight: bold;
	}

#footer a:hover, #footer a:active {
	color: #669933;
	text-decoration: underline;
	font-weight: bold;
	}	

.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #4c9545; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login { 
	color: #000;
	margin: -3px 8px;
}

.login a, .login a:visited { color: #000; text-decoration: none; }
.login a:hover, .login h1 a:active{ text-decoration: underline; }


.login p {
	padding: 0 0 5px; 
}

#loginblock {
	position:absolute;
	float: right;
	margin-right: 0px;
	z-index:2000;
	top:2px;
	left:400px;
	
}

.login #submit {
	font-size: 1em;
	margin-top: 3px;
	left:10px;
	float: left;
}

.login label {
	display: block;
	float: left;
	padding-right: 1px;
}

p.login {
	font-weight: normal;
	font-size: 1.0em;
	text-align: center;
}

form.login input { 
	margin-top: 3px;
	border: 1px solid #999;
}


/* Front Page
=================================== */

#front-page #hottags { 
	margin-left: 0px;
	width: 810px;
}
#front-page #discussions { 
	margin-left: 0px;
	width: 810px;
}




.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { 
	background: #EDEDED; 
	}
	


/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 0px;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	margin-top: 0em;
	padding: 0 1em 1em;
}

.nav {
	margin: 0px 0;
	padding: 0px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	background: #eee;
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background: #fff;
	padding: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 680px;
	display: block;
}

.postform label { display: block; }

.admin { padding: 10px 0 0; }

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: bold;
	display: inline;
}

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 0px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 0px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #fdd691; }

#latest th, #forumlist th, #favorites th {
	/* border-bottom: 1px solid #aaa; */
	background: #fead00;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
}

#latest th a:link, #latest th a:visited, #latest th a:active {
	color:#215D10;
}

#latest, #forumlist, #favorites {
	background: #EFEFEF;
	margin-bottom: 2em;
	width: 100%;
}

.bozo { background: #EFE3BD; }

.alt.bozo { background: #FFF3C6; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }



#site-menu {
	position:relative;
	margin: 0px 0px;
	padding: 0 0 30px 0;
	float:left;
	z-index:100;
}

#site-menu ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

#site-menu li {
	display: inline;
	margin: 0;
	}

#site-menu,
#site-menu li a {
	padding: 5px 15px 6px;
	}

#site-menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	}

#site-menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}

#site-menu li.current a,
ul.menu li.current a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}




/* Profile Page
=================================== */

#profile-menu {
	margin: -36px 0px;
	padding: 0 0 30px 0;
	float:right;
}


#profile-menu ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

#profile-menu li {
	display: inline;
	margin: 0;
	}

#profile-menu,
#profile-menu li a {
	padding: 5px 15px 6px;
	}

#profile-menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	}

#profile-menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}

#profile-menu li.current a,
ul.menu li.current a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Profile Edit
=================================== */

fieldset { 
	border-color:#CCCCCC;
	border-style:solid none;
	border-width:1px medium;
	margin-bottom:15px;
	padding:10px 0 10px 10px;
	width:754px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}

/* further additions by Nick  */


/* this is for my 48 x 48 avatars */
.post {
	min-height: 60px;
}










body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #ffffff;
	color: #333;
	text-align: left;
	}

#page {
	position:relative;
	background-color: #ffffff;
	text-align: left;
	top:0px;
	margin: 0px auto;
	padding: 0;
	width: 880px;
	z-index:0;
	}
	

#header {
	background-color: #ffffff;
	position:relative;
	top:15px;	
	}
	
	
#content {
position:relative;
font-size:1.2em;
margin:0px 0 0 0px;
padding: 6px 0px 0;
z-index:-1;
}



#headerpict {
border:1px solid #959596;
height:200px;
left:0px;
opacity:0.5;
overflow:hidden;
position:relative;
top:3px;
width:810px;
}

#randompict {
background-color:#000000;
height:125px;
left:-15px;
position:relative;
top:0;
width:325px;
}

#headertitle {
position:relative;
left:0px;
    font-size:24px;
    font-family:verdana,sans-serif;
    font-weight:bold;
color:#000000;
height:35px;
}
.headertitle a {
	color:#000000;
}
.headertitle a:hover {
	color:#009900;
	text-decoration:none;
}


#site-menu_div {
	position: absolute;
	z-index:2000;
		left:0px;
		top:218px;
}




#suckerfishnav {
    font-size:12px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:880;
    z-index:2000;
    
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    margin:0;
    z-index:2000;
    }
#suckerfishnav a {
    display:block;
    color:#000000;
    text-decoration:none;
    padding:0px 10px;
    z-index:2000;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    border:1px solid #aaa;
    margin-right:2px;
    background:#ffffff;
    z-index:20000;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:180px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0px solid #aaa;
    border-top:1px solid #aaa;
    z-index:2000;
    }
#suckerfishnav li li {
    width:180px;
    border-bottom:1px solid #aaa;
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
     border-top:0px solid #aaa;
    font-family:verdana,sans-serif;
    z-index:2000;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:180px;
    font-size:12px;
    color:#dddddd;
    z-index:2000;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 180px;
      z-index:2000;  
    }
#suckerfishnav li li:hover {
    background:#EDFAE2;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#000000;
    
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#000000;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#000000;

    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;

    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#6CD61A;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#6CD61A;

    }
