/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:	4poziomSEO
	Based on style:	subSilver2 (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

a {
	color:#90435a;
}

html {
	font-size: 100%;
	background: #f0e0e0 url(./images/bg_body_1.gif) repeat-x top;
	min-height: 100%;
	overflow-y: scroll;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #90435a;
	/*background: #F0E0E0 url('./images/sexable_void.jpg') repeat-x top left;*/
	background: url(./images/bg_body_top.png) no-repeat top center;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0px;
	padding: 0 0 50px 0;
	min-height: 100%;
}

#wrap {
	width:982px;
	text-align:left;
	margin: 0 auto;
}

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

#wrapcentre {
	margin: 0px;
}

div.wrapfooter {
	clear: both;
	padding:0px;
	margin: 0px;
	line-height:54pt;
	color:#FFFFFF;

	height:103px;
	text-align:center;
	font-size:12px;
	background: url('./images/sexable_bottom.jpg') no-repeat;
}

div.wrapfooter a {
	color:#FFFFFF;
	text-decoration:none;
}

div.wrapfooter a:hover {
	color:#FFFFFF;
	text-decoration:underline
}

#wrapnav {
	width: 970px;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	font-weight:bolder;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #FFD5E8;
	border-width: 1px;
	border-style: solid;
	border-color: #E4AEB1;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.forumrules h3 {
	color: #454445;
}


#pageheader {
position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */ 
}
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: Arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size:18px;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:15px;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size:13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
font-size:11px;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0 0 1em 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1.1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0 0 1em 0;
	float: right;
	white-space: nowrap;
	font-size: 1.1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
	margin-bottom:5px;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
	color: #916c6c;
}

p.forumdesc a {
	text-decoration:none;
	color:#90435a;
	font-size:11px;
}

p.forumdesc a:hover {
	text-decoration:underline;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	line-height: 18pt;
	margin: 0;
	font-size:12px;
	color: #303438;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1.1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.titles {
	font-family: Arial, "Lucida Grande", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

a.titles:link { color: #90435a;
	text-decoration: none; }
a.titles:visited { color: #90435a;
	text-decoration: none; }
a.titles:hover { color: #000;
;	text-decoration: blod; }
a.titles:active { color: #90435a;	
text-decoration: none;
}

.error {
	color: red;
}

.copyright2 {
	font-weight:normal;
	font-family: Arial, "Verdana", Verdana, Helvetica, sans-serif;
	color: #444;
}

/* Tables
 ------------ */
th {
	height: 30px; 
	color: #454445;
	font-size: 10px;
	font-weight : bold; 
	background-color: #D7D7D7;
	background-image: url('./images/sexable_forumvoid.png');
	white-space: nowrap;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #E4AEB1;
}

td.cat {
	height: 30px; 
	color: #454445;
	font-size: 10px;
	font-weight : bold; 
	background-color: #D7D7D7;
	background-image: url('./images/sexable_forumvoid.png');
	white-space: nowrap;
	padding: 0px 10px 0px 10px;
	border: 1px solid #E4AEB1;
}


td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #E5E4DB;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #E4AEB1;
}


.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 23px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/strip_back.gif');
	text-indent: 4px;
}

.row1	{ background-color: #FFD5E8; border-bottom:1px solid #E4AEB1;border-top: 1px #FFF solid; border-left: 1px #E4AEB1 solid; padding:6px }
.row2	{ background-color: #ffddec; border-bottom: 1px #E4AEB1 solid;border-top: 1px #FFF solid; border-left: 1px #E4AEB1 solid; padding:6px }
.row3	{ background-color: #FFD5E8; border-bottom: 1px #E4AEB1 solid;border-top: 1px #FFF solid; border-left: 1px #E4AEB1 solid; padding:6px }
.row4	{ background-color: #FFD5E8; border-bottom: 1px #E4AEB1 solid;border-top: 1px #FFF solid; border-left: 1px #E4AEB1 solid; padding:6px }
.row5	{ background-color: #FFD5E8; border-bottom: 1px #E4AEB1 solid;border-top: 1px #FFF solid; }
.row6	{ border-bottom: 1px #E4AEB1 solid; border-left: 1px #EBD6D6 solid; }
.row7	{ border-bottom: 1px #E4AEB1 solid;  }


.border-right {
	border-right: 1px solid #E4AEB1;
}

.border-left {
	border-left: 1px solid #E4AEB1;
}

.border-bottom {
	border-bottom: 1px solid #E4AEB1;
}

.border-top {
	border-top: 1px solid #FFF;
}

.spacer {
	background-color: #D6D6C9;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
	background: #9E9D9D;
}

/* Links
 ------------ */

a.forumlink {
	color: #90435a;
	font-weight: bold;
	font-family: Arial, "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.2em;
text-decoration: none;
}
a.forumlink:visited { color: #90435a;
	text-decoration: none; }
a.forumlink:hover { color: #000;
	text-decoration: blod;}
a.forumlink:active { color: #90435a;
	text-decoration: none;}

a.topictitle {
	color: #000;
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
		text-decoration: none;
}

a.topictitle:visited { color: #000;
	text-decoration: none;}
a.topictitle:hover { color: #90435a;
	text-decoration: blod;}
a.topictitle:active { color: #90435a;
	text-decoration: none;}

th a,
th a:visited {
	color: #90435a !important;
	text-decoration: none;
}

th a:hover {
	color: #000;
	text-decoration: none;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	font-size:13px;
}

.btnbbcode {
	color: #4d4d4d;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #F2F0F0;
	border: 1px solid #9E9D9D;
}

.btnmain {
	font-weight: normal;
	background-color: #F2F0F0;
	border: 1px #9E9D9D solid;
	color: #4d4d4d;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #F2F0F0;
	border: 1px #9E9D9D solid;
	color: #4d4d4d;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #F2F0F0;
	border: 1px #9E9D9D solid;
	color: #4d4d4d;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #F2F0F0;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E4AEB1;
	color: #333333;
	background-color: #e89cbe;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #E4AEB1;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #AAA9A8;
	color: #333333;
	background-color: #AAA9A8;
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #AAA9A8;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #EDEDED;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

#nav2 {
	background: #EDEDED url('./images/nav_bg2.gif');
	width: 100%;
	height: 31px;
}

#logo {
	background: url('./images/sexable_header.jpg');
	width: 988px;
	height: 140px;
	margin: 0;
	padding: 0; 
}

#nav_back {
	background: #EDEDED url('./images/sexable_menu.jpg');
	width: 963px;
	margin-left:11px;
	height: 90px;
}

.catmain {
	height:33px;
}


.cat_text {
	font: bold 10pt arial, verdana, geneva, lucida, 'lucida grande', helvetica, sans-serif;
	padding-top: 10px;
	float: left;
}

.cat_text a:link { color: #454445; text-decoration:none }
.cat_text a:visited { color: #454445; text-decoration:none }
.cat_text a:hover { color: #656565; text-decoration:underline }
.cat_text a:active { color: #454445; text-decoration:none }

.cat_right {
	width: 34px;
	height: 33px; 
	float:right;
}


#footer {
	background: #EDEDED url('./images/footer_x.gif');
	width: 100%;
	height: 32px;
}

#footer_left {
	background: url('./images/footer_ls.gif');
	width: 48px;
	height: 32px;
	float: left;
}

#footer_menu {
	float:right;
	padding: 10px 15px 0px 0px;
}

table.hb {
	background: url('./images/sexable_forumindex.jpg') repeat-x;
	clear:both;
	height:60px;
	width: 100%;
	overflow:hidden;
}

table.dt {
	width: 100%;
	font-size: 8pt;
}

table.hb td {
	line-height: 12pt;
	padding: 0 10px 0 10px;
}

table.hb-bottom {
	background: url('./images/bg_tablehead.gif') repeat-x;
	width: 100%;
	clear:both;
	overflow:hidden;
}

table.hb-bottom td {
	line-height: 22pt;
	font-size:12px;
	padding: 0 10px 0 10px;
}

span.fi {
	font-weight: normal; 
	font-size: 1.2em;
	color:#a6002f;
	text-decoration:none;
}

a.fi {
	font-family:arial;
	font-weight:bold; 
	font-size:10pt;
	color:#90435a;
	text-decoration:none;
}

div.fl {
	float:left;
}

div.fr {
	float:right;
}

div.cb {
	clear:both;
}

span.shortt {
	font-size:11pt;
	color:#916c6c;
}

span.shortt a {
	text-decoration:none;
	font-size:9pt;
	color:#916c6c;
}

span.shortt a:hover {
	text-decoration:underline;
}

span.shortr {
	font-size:10pt;
	color:#916c6c;
}

span.shortr a {
	text-decoration:none;
	font-size:8pt;
	color:#916c6c;
}

span.shortr a:hover {
	text-decoration:underline;
}

input.zoeken {
	border:1px solid #CECECE;
	margin:0px;
	color:#90435a;
	background: url('./images/sexable_search.png') no-repeat #FFF;
	padding:2px 3px 2px 20px;
}

table.bottom_info tr td {
	background: url('./images/sexable_bottomvoid.png') repeat-x;
	line-height: 28pt;
	padding:3px;
}

td.no-border {
	border-left: none;
}

/***** SEXABLE CSS ******/
ul#menu {
	width: 982px;
	height: 52px;
	margin: 0;
	padding: 0 0 0 25px;
	background: url(./images/bg_menu.jpg) no-repeat;
	list-style: none;
	position: relative;
	z-index: 999997;
}

ul#menu li {
	float: left;
	text-align: center;
	margin: -5px 0 0 1px;
}

ul#menu li a {
	float: left;
	width: 106px;
	height: 28px;
	display: block;
	color: #303e41;
	background: none;
	padding: 25px 0 0 0;
	text-decoration: none;
	font: 10pt Arial;
}

ul#menu li a:hover, ul#menu li.active a {
	color: #fcfcfc;
	background: url(./images/bg_menu_hover.png) no-repeat;
}

#header {
	width: 982px;
	height: 149px;
	background: url(./images/bg_header.jpg) no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	position: relative;
}

#header h1 img {
	margin: 0px 0 0 2px;
}

#content {
	width: 980px;
	border: 1px solid #fff;
	border-top: none;
	background: #fff url(./images/bg_content.gif) repeat-x top;
}

#content_effect {
	padding: 10px 30px 25px 30px;
	background: url(./images/bg_content_effect.jpg) no-repeat top;
}

#footer {
	width: 998px;
	height: 45px;
	margin: 50px 0 0 -39px;
	padding: 27px 0 0 0;
	text-align: center;
	color: #eef6fb;
	font: 9pt Arial;
	background: url(./images/bg_footer.png) no-repeat;
}

#footer a {
	color: #eef6fb;
	text-decoration: none;
	font: bold 9pt Arial;
}

.post_button {
	background: url(./images/sexable_searchbutton.png) repeat-x 0 0;
	line-height: 23px;
	display: inline-block;
	color:#90435a;
	border:1px solid #90435a;
	padding: 0 10px;
	text-decoration: none;
	font-size: 1.1em;
	margin-bottom: 5px;
}

.msg_button {
	height: 20px; 
	color: #454445;
	text-decoration: none;
	line-height: 20px;
	display: inline-block;
	font-size: 10px;
	font-weight : bold; 
	background-color: #D7D7D7;
	background-image: url('./images/sexable_forumvoid.png');
	background-position: 0 50%;
	white-space: nowrap;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
	border: 1px solid #D7D7D7;
}

.row1 td, .row2 td, .row3 td {
	padding: 7px;
}

