/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		verwandtDe
	Based on style:	subSilver (the default phpBB 2 style)
	Author:		verwandt.de ( http://www.verwandt.de/ )
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.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;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: #FFFFFF;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

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

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

#menubar {
	margin: 0 25px;
}

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

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

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

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

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


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

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

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

h4 {
	margin: 0;
	font-size: 1.1em;
	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;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

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

.rtl p.datetime {
	float: left;
}

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

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

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

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 {
	margin: 0;
	color: black;
	font-weight: bold;
}

.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: 1em;
}

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

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

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	/*background-image: url('images/cellpic3.gif');*/
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #A9B8C2;
}

.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: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #DBF3F7;
	padding: 4px;
}

.row2 {
	background-color: #C2EAF3;
	padding: 4px;
}

.row3 {
	background-color: #C2EAF3;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

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

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #069;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}

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

th a:hover {
	text-decoration: underline;
}


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

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

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, 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;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

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


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

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

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

.attachcontent {
	font-size: 0.85em;
}

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

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	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: #FAFAFA;
}

.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;
}


/** verwandt.de style */

body{background-color:#FFF}
th {background-color:#24B2DB}

#wrapheader {background: #FFF url(); border-bottom:2px solid #1995BC;}
#wrapcentre {margin:0px; padding:0 25px 15px; background-color:#F0F8FB;}
#wrapfooter {background-color:#F0F8FB; padding-bottom:4px;}

/* header */
#header {border-bottom: 6px solid #5ec404; margin-bottom: 20px; min-width:1000px}
#header #headerimg {position: relative; border-bottom: 2px solid #5ec404; margin-bottom: 2px; height: 77px }
#header #headerimg img {position: absolute; z-index: 2000;}
#header #headerimg img.family {position: absolute; right: 0; top: 8px; margin:0; z-index: 1001}

#logodesc {background:transparent url(); padding:0 0 10px 0; border:0px; min-width:1000px}
#description {padding:12px 0 0 20px; width:35%; float:left;}
#flags {float: right; margin:16px 10px 20px 0;}
#flags .flag {padding: 0px 0px 0px 2px; margin-top: 120px;}
#menubar {clear:both; margin-top:-15px}
#datebar {margin:0 0 10px 0}
* html #menubar {margin-top:-5px}
*+html #menubar {margin-top:-5px}

/* new small-footer */
#small-footer {color:#DDDDDD; font-size:11px; height:20px; padding:4px 4px 0pt; background-color:#FFF; border-top:2px solid #1995BC;}
#small-footer div#copyright {float:left; padding-top:1px; text-align:left;}
#small-footer a {color:#999999 !important; font-size:11px; text-decoration:none;}
#small-footer a:active, #small-footer a:hover  {text-decoration:underline;}
#small-footer div#footer-links {text-align:center;}
/* css classes for main page header (used if user is logged in) */
a:link, a:visited, a:active {color:#0f95c0; text-decoration: none;}
a:hover {color:#0f95c0; text-decoration: underline;}
#header-wrapper {border-bottom: 2px solid #1995BC; font-size: 12px; position:relative; padding-bottom: 6px; width: 100%}
#header-wrapper .server_info {display:none}

/* ##### small header for logged in users (no shop) ##### */
#small-header {height:53px; min-width: 990px} /* has IE-Fix */
#small-header div#header-top {width:100%; height:20px;}
#small-header div#header-logo {clear:both; float:left; background-color: transparent; width:250px; margin-top: -2px}
#small-header div#top-menu {float:left; height:33px; width: 584px; position:relative; overflow:hidden; margin:0;}
#small-header div#top-menu div {position:absolute; top:10px; text-align: center; padding: 4px 0 0 0;}
#small-header div#top-menu div p {margin-top: -4px; text-align: center; color: #FFF; font-weight: bold; font-size: 13px; padding:0;}
#small-header div#top-menu div a {font-weight: normal} 
#small-header div#top-menu div#start {width: 138px; left: 9px}
#small-header div#top-menu div#profile {width: 138px; left:149px}
#small-header div#top-menu div#family {width: 138px; left:287px}
#small-header div#top-menu div#genealogy {width: 150px; left:426px;}
#small-header div#top-menu div#genealogy p {letter-spacing: -1px}
#small-header div.headertab-1 {background: url(images/header/header-tabs.png) no-repeat}
#small-header div.headertab-2 {background: url(images/header/header-tabs.png) no-repeat 0 -36px;}
#small-header div.headertab-3 {background: url(images/header/header-tabs.png) no-repeat 0 -71px;}
#small-header div.headertab-4 {background: url(images/header/header-tabs.png) no-repeat 0 -106px;}
#small-header img#avatar {display:none}
#small-header div#left {float:left; padding:4px 0 0 15px; margin-left:250px;} /* has IE-Fix */
#small-header div#right {position:absolute; right: 8px; top: 6px;text-align:right; color: #DDD}

/* ##### small header for logged in users including the shop tag ##### */
#small-header div#top-menu-shop {position:absolute; top:20px; left: 250px;height:33px; width: 820px;overflow:hidden; margin:0;}
#small-header div#top-menu-shop div {position:absolute; top:10px; text-align: center; padding: 4px 0 0 0;}
#small-header div#top-menu-shop div p {margin-top: -4px; text-align: center; color: #FFF; font-weight: bold; font-size: 13px; padding:0;}
#small-header div#top-menu-shop div a {font-weight: normal}
#small-header div#top-menu-shop div.narrow {letter-spacing: -0.9px}
#small-header div#top-menu-shop div#start {width: 128px; left: 9px}
#small-header div#top-menu-shop div#tree {width: 133px; left: 139px}
#small-header div#top-menu-shop div#profile {width: 135px; left:276px}
#small-header div#top-menu-shop div#family {width: 138px; left:408px}
#small-header div#top-menu-shop div#genealogy {width: 134px; left:545px}
#small-header div#top-menu-shop div#shop {width: 134px; left:678px; color:#3d8a1f}
#small-header div#top-menu-shop div#shop a {color:#3d8a1f}
#small-header div.headertab-1-shop {background: url(images/header/header-tabs-shop.png) no-repeat}
#small-header div.headertab-2-shop {background: url(images/header/header-tabs-shop.png) no-repeat 0 -36px;}
#small-header div.headertab-3-shop {background: url(images/header/header-tabs-shop.png) no-repeat 0 -71px;}
#small-header div.headertab-4-shop {background: url(images/header/header-tabs-shop.png) no-repeat 0 -106px;}
#small-header div.headertab-5-shop {background: url(images/header/header-tabs-shop.png) no-repeat 0 -141px;}
#small-header div.headertab-6-shop {background: url(images/header/header-tabs-shop.png) no-repeat 0 -176px;}


div#submenu {background: url(images/bg-header-bottom-left.png) no-repeat; color:#DDD; height:22px; text-align:left; margin-left:248px; min-width:600px; padding-left:6px; position:relative} 
div#submenu div#left {width: 262px; float:left; padding-left: 4px}
div#submenu div#center {background: url(images/bg-header-bottom.png) repeat-x; height: 22px; margin: 0 12px 6px 0}
div#submenu div#center div.navi-section {float:left; border-right: 1px solid #6BC9EC; padding: 3px 12px 0 12px; height: 19px; color: #FFF}
div#submenu div#center a {font-weight:normal; color:#DCF0F9}
div#submenu div#right {float:right; text-align:right; padding-right: 58px;}
div#submenu .sub-active {color:#FFF !important; font-weight:bold !important;}
div#submenu div#search-field {position:absolute; right: 4px; top: 0px; width: 195px; height:22px; background: #FFF url(images/bg-searchfield.png) 0 0 no-repeat; border-left: 1px solid #6BC9EC; overflow:hidden} 
div#submenu div#search-field #search-form input {margin-left: 32px; margin-top: 3px; width: 122px; border:0; background:transparent; float:left} 
div#submenu div#search-field #search-form input.default {color:#999;}
div#submenu div#search-field #search-form button#search-submit {border:0; background: url(images/btn-search-ok.png) no-repeat; width: 26px; height: 22px; margin:2px 0 0 8px; float:left; cursor:pointer}

* html #small-header div#top-menu {margin: 0 0 0 125px}
/* tree link */
#tree-link {position:absolute; left:0px; top:85px; z-index:2001; height:16px; padding:4px;}
#tree-link a {color:#0F95C0 !important; font-size:12px; text-decoration:none;}
#tree-link a:hover, #tree-link a:active {text-decoration:underline;}
#banner {position:absolute; top:63px; left:6px; z-index:2001;}
.unvisible {display:none !important}
.visible {display:inline !important}

#subforums {width:350px; height:75px; float:left; margin:10px 0 0 10px; position:relative;}
#subforums a {width:112px; height:40px; position:absolute}
#subforums a.sforum {top:1px; left:1px}
#subforums a.genealogy {top:1px; left:120px}
#subforums a.groups {top:49px; left:1px}
#subforums a.archive {top:1px; left:240px}
#subforums a.allforums {top:49px; left:1px; width:350px; height:23px}
#subforums a:link, #subforums a:active, #subforums a:hover {text-decoration:none;}
.subforum-it {background: url(images/subforums-it.png) no-repeat;}
.subforum-de {background: url(images/subforums-de.png) no-repeat;}
.subforum-es {background: url(images/subforums-es.png) no-repeat;}
.subforum-fr {background: url(images/subforums-fr.png) no-repeat;}
.subforum-pl {background: url(images/subforums-pl.png) no-repeat;}
.subforum-pt_BR, .subforum-pt {background: url(images/subforums-pt_BR.png) no-repeat; height: 86px !important}
.subforum-pt_BR a.archive, .subforum-pt a.archive {top:49px !important; left:120px !important}
.subforum-en {background: url(images/subforums-en.png) no-repeat;}
.subforum-tr {background: url(images/subforums-tr.png) no-repeat;}

#small-footer #flag-selector {float:right; margin-right: 4px}
#small-footer #flag-selector select {background:#FFFFFF url(images/flags/flags-vertical.jpg) no-repeat scroll 0%;padding-left:20px;overflow:hidden;height:20px;margin-bottom:4px}
#small-footer #flag-selector .de {background-position:2px 2px;}
#small-footer #flag-selector .pl {background-position:2px -18px;}
#small-footer #flag-selector .it {background-position:2px -38px;}
#small-footer #flag-selector .pt {background-position:2px -58px;}
#small-footer #flag-selector .es {background-position:2px -78px;}
#small-footer #flag-selector .pt_BR {background-position:2px -98px;}
#small-footer #flag-selector .en {background-position:2px -118px;}
#small-footer #flag-selector .fr {background-position:2px -138px;}
#small-footer #flag-selector .de_AT {background-position:2px -158px;}
#small-footer #flag-selector .de_CH {background-position:2px -178px;}
#small-footer #flag-selector .nl {background-position:2px -198px;}
#small-footer #flag-selector select option {background:#FFFFFF url(images/flags/flags-vertical.jpg) no-repeat scroll 0%;height:18px;padding-left:24px;padding-top:1px;}
#small-footer #flag-selector img {float:left;margin:2px 3px;}


/* hacks */
.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { display: inline-block; }
/* hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
