/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		speedskater_phpbb3
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
				S. Höninger ( http://www.sone-works.de )
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
	Copyright 2007 S.Höninger ( http://www.sone-works.de/ )
    --------------------------------------------------------------
*/
/*
  The skaterforum_ Theme for phpBB version 3++
  Created by S.Höninger
  http://www.sone-works.de
*/
/*
SKATERDESIGN
derzeit unten angefuegt


*/


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

html {
	font-size: 120%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background: white url('./images/layout/schraege_linien_grau-w.png') repeat-y;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	padding-left: 15px; padding-right: 15px;
}

#page {
	width: auto;
	min-width: 40em; 
	padding: 0px;
	margin: -15px -15px;
	margin-top: 0;
	background: transparent url('./images/layout/schraege_linien_grau-w_r.png') right repeat-y;
	background-position: 100% -3px;
}

#header {
	padding: 0px;
	padding-right: 0px;
	margin: 0px;
	height: 222px;
	background:  url('./images/layout/banner_rot-gelb-grau_ro_str.png') no-repeat bottom right;
}	
#header td {
	padding: 0px;
	margin: 0px;
	/*border: 1px solid black;*/
}
#header-right {
	/* defines the minimal space beside the menu */
	width: 52%;
	height: 190px;
	float: right;
	}
#header_index_a {
	cursor: pointer;
	background: transparent !important;
	font-size: 3em;
	display: block;
	height: 100%;
}

#wrapcentre {
	margin: 10px;
	background: white;
	border: 1px solid #CDCDCD;
	padding: 8px;
}

#content {
	margin-right: 0px;	margin-left: 0px;
	padding: 15px;	padding-top: 0px;	padding-bottom: 4em;
	font-size: 100%;
}

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

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

#logodesc {
	
}

#menubar {
	
}

.mainmenu {
	float: left;
}


#datebar {
	margin-top: 10px;
	display: none;
}

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

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

.forumrules h3 {
	color: red;
}

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

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


/*  Text
 --------------------- */
h1, h2, h3, h4 {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
}

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

p {
	font-size: 1.0em;
}

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

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

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

.rtl p.breadcrumbs {
	float: right;
}

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

.rtl p.datetime {
	float: left;
}

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

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

.rtl p.searchbarreg {
	float: left;
}

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

p.topicauthor {
	margin: 1px 0px;
}

p.topicdetails {
	margin: 1px 0px;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0px;
	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 {
	font-size: 0.8em;
}

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

.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 {
	font-size: 0.9em;
	margin: 0px;
	color: black;
	font-weight: bold;
}

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

.cattitle {

}

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

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

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

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

.error {
	color: red;
}

#header h1 {
	font: 30px 'trebuchet ms', sans-serif;
	line-height: 31px;
	color: #BC3131;
	padding: 0px 10px;
	padding-top: 10px;
	margin: 0;
}
#header .small {
	font-size: 40%;
	color: #BC3131;
}

#content h2 {
	color: #666;
	border-bottom: 1px solid #FAC434;
	font: bold 100% verdana, sans-serif;
	text-align: center;
	margin-bottom: 10px;
	padding: 0px 5px;
}

#content p {
	color: black;
	/*font: 0.7em verdana, sans-serif;*/
	margin-bottom: 1em;
}


/* Tables
 ------------ */
table {
 	border-collapse: collapse; /* toggeling white space between all cells */
 	border: 0px;
}

th {
	text-align: left;
	color: #e3e0cf;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #444;
/*	background-image: url('./images/cellpic3.gif');*/
	white-space: nowrap;
	padding: 2px 5px;
}

td {
	padding: 3px;
	border: 0px;
	border-collapse: collapse;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #c2bea9;
}

.catdiv {
	height: 28px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.rtl .catdiv {
}

.cat {
	height: 28px;
	margin: 0px;
	padding: 0px;
	background-color: #C7D0D7;
	text-indent: 4px;
}

.cat, .catdiv {
	background-color:#FAC434;
	border: 0px solid #FFFFFF;
	padding-top: 5px; padding-right: 10px; padding-bottom: 4px; padding-left: 2px;
}


.row1 {
	background: #FFFFFF; border-top: 1px solid #CCC;
	padding: 4px;
}

.row2 {
	background-color: #e3e0cf; border-top: 1px solid #CCC; border-right: 1px solid #FFF;
	padding: 4px;
}

.row3 {
	background-color: #FFFFFF; border-top: 1px solid #CCC;
	padding: 4px;
}

.rowgood {
	background-color: #C2D6CD;
	padding: 4px;
}

.rowneutral {
	background-color: #CAC1D7;
	padding: 4px;
}

.rowbad {
	background-color: #D7C1C3;
	padding: 4px;
}

.spacer {
	background-color: #c2bea9;
}

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

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

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

a:active,
a:visited {
	color: #666;
	text-decoration: none;
}
a.titles:visited, .breadcrumbs a:visited {
	color: #BC3131;
}

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

a.forumlink {
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle {
	font-weight: bold;
	font-size: 1.1em;
}

a.topictitle:visited {
}
.mainmenu a {
}

th a,
th a:visited {
}

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

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

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

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

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #c2bea9;
	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: 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 #c2bea9;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1em;
}

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

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

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


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

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

.quotecontent, .attachcontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #c2bea9;
	border-width: 0px 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 0px 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #c2bea9;
	color: #333333;
	background-color: #c2bea9;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

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

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


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

.blue {
	color: #006699;
}

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

b {
	font-weight: normal;
}
	
	



/* The register, login, search etc links at the top of the page */
ul.mainmenu {
	font-size: 1.1em;
	font-weight: bold;
	background: transparent;
	text-align: left;
	margin-top: 0px;	margin-bottom: 0px;
}
ul.mainmenu li {
	list-style: none;	
	margin-left: 4px;	color : #000000; 
}


/* Copyright and bottom info */
.copyright		{ font-size: 0.85em; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; font-size: 100%; text-decoration: none;}
#admin a.copyright { color: #444444 !important;}
a.copyright:hover { color: #000000; text-decoration: underline;}


