/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		Atleci
	Based on style:	subSilver
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:	Sharky (http://Sharky.er.pl/) and the BoardBB.pl ( http://BoardBB.pl/ )
	
	Copyright 2009 BoardBB.pl (http://BoardBB.pl/)
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #585858;
	background-color: #000;
	font-size: 62.5%;
	margin: 30px 0 0 0;
}

#wrapheader {
	width: 840px;
	margin: 0 auto;
}

#wrapcentre {
	background-color: #262626;
	width: 820px;
	margin: 0 auto;
	padding: 10px;
}

#wrapfooter {
	background-color: #262626;
	padding: 30px 0 20px 0;
	width: 840px;
	margin: 0 auto;
	color: #f7f7f7;
	font-size: 11px;
	text-align: center;
}

#wrapfooter a:link {
	color: #f7f7f7;
}

#quick_navigation{
	background: #bcbcbc url("./images/quick_navigation.png") no-repeat;
	text-align: right;
	width: 840px;
	height: 30px;
}

#logodesc {
    background-color: #262626;
	width: 840px;
	height: 269px;
	margin: 0 auto;
	padding: 0px;
}

#advert {
	margin: -85px 0 0 85px;
	text-align: left;
}

#datebar {
	width: 840px;
	margin: 0 auto;
}

#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 { }

/* Quick navigation block in header
-------------------------------------------------- */
#quick_navigation span {
	margin: 8px 10px;
	font-size: 11px;
	float: right;
}

#quick_navigation a {
	text-decoration: none;
	color: #000;
}

#quick_navigation a:hover {
	text-decoration: underline;
}

/* Primary navigation buttons
-------------------------------------------------- */
#primary_navigation a {
	width: 120px;
	height: 37px;
	float: left;
	display: block;
	margin: 0 0 40px 0;
}

.faq { background: #c5c5c5 url("./images/button_faq.png") 50% 0 no-repeat; }
.faq:hover { background: #c5c5c5 url("./images/button_faq.png") 0 100% no-repeat; }
.search { background: #c5c5c5 url("./images/button_search.png") 50% 0 no-repeat; }
.search:hover { background: #c5c5c5 url("./images/button_search.png") 0 100% no-repeat; }
.groups { background: #c5c5c5 url("./images/button_groups.png") 50% 0 no-repeat; }
.groups:hover { background: #c5c5c5 url("./images/button_groups.png") 0 100% no-repeat; }
.memberlist { background: #c5c5c5 url("./images/button_memberlist.png") 50% 0 no-repeat; }
.memberlist:hover { background: #c5c5c5 url("./images/button_memberlist.png") 0 100% no-repeat; }
.ucp { background: #c5c5c5 url("./images/button_profile.png") 50% 0 no-repeat; }
.ucp:hover { background: #c5c5c5 url("./images/button_profile.png") 0 100% no-repeat; }
.shop { background: #c5c5c5 url("./images/button_shop.png") 50% 0 no-repeat; }
.shop:hover { background: #c5c5c5 url("./images/button_shop.png") 0 100% no-repeat; }
.gallery { background: #c5c5c5 url("./images/button_gallery.png") 50% 0 no-repeat; }
.gallery:hover { background: #c5c5c5 url("./images/button_gallery.png") 0 100% no-repeat; }

/*  Text
 --------------------- */
h1 {
	color: #f7f7f7;
	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;
}

.forumfont {
    color: #c5c5c5;
}
p.moderators {
	margin: 0;
	float: left;
	color: #f7f7f7;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	color: #f7f7f7;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #f7f7f7;
	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: #585858;
}

.postdetails {
	color: #585858;
}

.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: #585858;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #f7f7f7;
	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 a {
	color: #f7f7f7;
	text-decoration: none;
}

.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: #553a00;
	font-size: 11px;
	font-weight : bold;
	height: 30px;
	background-image: url('./images/cellpic1.gif');
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #e0e0e0;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic1.gif');
}
.rtl .catdiv {
	background: white url('./images/cellpic1.gif');
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #f7f7f7;
	padding: 4px;
}

.row2 {
	background-color: #f7f7f7;
	padding: 4px;
}

.row3 {
	background-color: #e4e4e4;
	padding: 4px;
}

.spacer {
	background-color: #eee;
	padding: 3px;
}

.rowspacer {
	background-color: #f7f7f7;
	padding: 3px;
}

hr {
	height: 0;
	border: dotted #868686 0px;
	border-top-width: 1px;
	margin: 5px 3px;
}

/* Index forum (folder) icons block
-------------------------------------------------- */
.legend {
	background: #313131;
	width: 300px;
	margin: 0 auto;
	padding: 15px 35px;
}

.legend span {
	margin: 0 60px 0 5px;
	float: left;
	font-size: 11px;
	color: #aaa;
}

/* The forums table header on index page
-------------------------------------------------- */
.forums_header{
	margin-bottom: 6px;
}

.forums_header td {
	background: #484848;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #c5c5c5;
	text-align: center;
}

.forums_header .left {
	background: #484848 url("./images/forums_corner_left.png") 0 50% no-repeat;
	border-right: 1px #3a3a3a solid;
}

td.left2 {
	background: #484848 url("./images/forums_corner_left.png") 0 50% no-repeat;
	/* border-right: 0px #3a3a3a solid; */
}
td.right2 {
	background: url("./images/forums_corner_right.png") 0 100% no-repeat;
	/* border-left: 0px #3a3a3a; #484848 */
}

/* Forum index classes */
.forums_header .forum {
	width: 500px;
}

.forums_header .topics {
	border-right: 1px #3a3a3a solid;
	width: 62px;
}

.forums_header .posts {
	border-right: 1px #3a3a3a solid;
	width: 55px;
}

.forums_header .right {
	background: #484848 url("./images/forums_corner_right.png") 100% 0 no-repeat;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #cf8e00; border-style: solid; height: 30px; }
	
th.thHead,td.catHead { font-size: 12px; border-width: 0; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0; background-color: #eee; height: 5px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0; }
th.thLeft,td.catLeft	  { border-width: 0; }
th.thBottom,td.catBottom  { border-width: 0; }
th.thTop	 { border-width: 0px 1px 0px 0px; }
th.thCornerL { border-width: 0; }
th.thCornerR { border-width: 0; }

/* Index forum categories header
-------------------------------------------------- */
.category_header {
	border-bottom: 1px #9b9b9b solid;
}

.category_header .corner_left {
	background: url("./images/cellpic1_left.gif") no-repeat;
	width: 5px;
	height: 30px;
}

.category_header .corner_right {
	background: url("./images/cellpic1_right.gif") no-repeat;
	width: 5px;
	height: 30px;
}

.cattitle, .cattitle_index {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #553a00;
}

.cattitle_index {
	text-align: left;
	padding-left: 15px;
}

.cattitle a, .cattitle_index a {
	text-decoration: none;
	color: #553a00;
}

.cattitle a:hover, .cattitle_index a:hover { color: #553a00; text-decoration: underline; }


/* The end of categories table (background) on index page
-------------------------------------------------- */
.category_end {
	height: 8px;
	margin: 1px 0 25px 0;
}

.category_end .corner_left {
	background: url("./images/cell_corner_down_left.gif") no-repeat;
	width: 7px;
	height: 8px;
	float: left;
}

.category_end .middle {
	background: url("./images/cell_corner_down_middle.gif") repeat-x;
	width: 806px;
	height: 8px;
	float: left;
}

.category_end .corner_right {
	background: url("./images/cell_corner_down_right.gif") no-repeat;
	width: 7px;
	height: 8px;
	float: right;
}

/* Links
 ------------ */
a:link {
	color: #ff8000;
	text-decoration: none;
}

a:active,
a:visited {
	color: #ffa000;
	text-decoration: none;
}

a:hover {
	color: #ffa000;
	text-decoration: underline;
}

a.forumlink {
	color: #444444;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}


a.subforum {
	color: red;/*	color: #444444;*/
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1em;
}


a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
/* 	font-weight: bold; */
	font-size: 1.2em;
	color: black;
}

a.faqlink:link {
	color: #ff4800;
	font-size: 12px;
}

a.faqlink :hover {
	text-decoration: underline;
	color: #ff4800;
}

th a,
th a:visited {
	color: #553a00 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

.forums_header:link {
    font-size: 10px;
	font-weight: bold;
	color: #c5c5c5;
}

.forums_header:hover {
    font-size: 10px;
	font-weight: bold;
	color: #c5c5c5;
	text-decoration: underline;
}

/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #585858;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #e0e0e0;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #585858;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #e0e0e0;
	padding: 2px;
}

select {
	color: #585858;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #e0e0e0;
	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: #585858;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #FAFAFA;
	border: 1px solid #e0e0e0;
}

.btnmain {
	font-weight: bold;
	background-color: #FAFAFA;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #FAFAFA;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #FAFAFA;
	border: 1px solid #e0e0e0;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #FAFAFA;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e0e0e0;
	color: #585858;
	background-color: #e4e4e4;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 0px 5px;
	padding: 5px;
	border-color: #e4e4e4;
	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: #f7f7f7;
	color: #585858;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e4e4e4;
	color: #585858;
	background-color: #e4e4e4;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 0px 5px;
	padding: 5px;
	border-color: #e4e4e4;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #585858;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #f7f7f7;
}

.syntaxbg {
	color: #585858;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #585858;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #585858;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: #f7f7f7;
	background-color: #f7f7f7;
}

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;
}

@import url("medals.css");

.quickquote-icon, .quickquote-icon a      { background: none top left no-repeat; }
ul.profile-icons li.quickquote-icon   { width: 18px; height: 16px; }
.quickquote-icon, .quickquote-icon a      { background-image: url("./images/cytuj_zaznaczone.png"); }

#adverts {
	margin: 15px 0;
	list-style: none;
	display: block;
}

#adverts li {
	display: inline-block;
}

/* Full Pagination Plugin */
.full-pagination {
	background-color: #f7f7f7;
	padding: 3px 6px;
	border: 1px solid #e0e0e0;
	position: absolute;
	right: 0;
}