/*
	Theme Name: Guild Wars
	Theme URI: http://www.c9online.com.pl
	Description: 
	Version: 1.0
	Author: Jarosław Pustuła
	Author URI: http://weeb.pl
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #211e19 url("images/races-bg.jpg") 50% 0 fixed no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  62.5%;
	color: #9e9e9e;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h3 {
	border-bottom: 1px solid #aaa;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #989898;
}

p {
	margin-bottom: 10px;
	font-size: 11px;
}

hr {
	border: 0;
	border-top: 1px solid #3d3d3d;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #9e9e9e;
}

a:focus, a:hover {
	color: #fff;
}

a img, img {
	border: 0;
}

.pm-new-messages-link:link, pm-new-messages-link:visited, pm-new-messages-link:active {
	text-decoration: underline;
	color: #bc2732;
}

.pm-new-messages-link  {
	font-size: 15px;
}


/* Structure
------------------------------ */
#header {
	background: url("images/tlo_gora.jpg") no-repeat;
	width: 970px;
	height: 110px;
	margin: auto;
}

#navigation {
	background: #222;
	width: 930px;
	margin: auto;
	padding: 20px;
}

#container {
	background: #2e2e2e;
	width: 970px;
	margin: 10px auto;
}

#content {
	padding: 20px;
}

/* Navigation
------------------------------ */
#navigation li {
	display: inline;
}

#navigation hr {
	margin-top: 7px;
	margin-bottom: 5px;
}

#menu {
	background: url("images/menu_background.png") repeat-x;
	width: 930px;
	height: 50px;
	margin-bottom: 10px;
	display: block;
}

#menu li {
	margin-left: -3px;
}

#menu li, #menu li a {
	background-repeat: no-repeat;
	height: 50px;
	display: inline-block;
}

#menu #begin {
	background-image: url("images/menu_begin.png");
	width: 9px;
}

#menu #end {
	background-image: url("images/menu_end.png");
	width: 9px;
	float: right;
}

#menu #index a {
	background-image: url("images/menu_index.png");
	width: 122px;
}

#menu #portal a {
	background-image: url("images/menu_portal.png");
	width: 83px;
}

#menu #gallery a {
	background-image: url("images/menu_gallery.png");
	width: 89px;
}

#menu #faq a {
	background-image: url("images/menu_faq.png");
	width: 68px;
}

#index_sep, #portal_sep, #gallery_sep {
	width: 6px;
}

#menu #index_sep {
	background-image: url("images/menu_index_sep.png");
}

#menu #portal_sep {
	background-image: url("images/menu_portal_sep.png");
}

#menu #gallery_sep {
	background-image: url("images/menu_gallery_sep.png");
}

#secondary_navigation {
	float: right;
}

#secondary_navigation li {
	margin-left: 8px;
}

/* Breadcrumbs
------------------------------ */
.breadcrumbs {
	margin-bottom: 15px;
	text-transform: uppercase;
}

/* Footer
------------------------------ */
#links, #footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#links ul {
	padding: 3px 0;
}

#links li {
	margin-right: 5px;
	display: inline;
}

#footer {
	margin-top: 10px;
	margin-bottom: 0;
}

#footer p {
	margin: 0;
	padding: 15px 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
}

#footer p + p {
	margin-top: -25px;
}

/* Search in header
------------------------------ */
#header .search-form {
	margin-top: 50px;
	margin-right: 20px;
	float: right;
}

#header .search-form input[type="text"] {
	background: url("images/search_input.png") no-repeat;
	border: 0;
	width: 148px;
	padding: 4px 6px 5px;
}

#header .search-form input[type="submit"] {
	background: url("images/search_submit.png") no-repeat;
	border: 0;
	width: 26px;
	height: 24px;
	margin-left: -3px;
	text-indent: -1000em;
	cursor: pointer;
}

/* Search page
------------------------------ */
#topic-search-form fieldset {
	margin-bottom: 10px;
}

#topic-search-form div {
	clear: both;
}

#topic-search-form div label {
	display: block;
	float: left;
	padding: 9px 0;
	text-align: right;
	width: 24%;
	padding-right: 1em;
	font-size: 1.1em;
	font-weight: normal;
}

#topic-search-form div div {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
}

#topic-search-form div div input[type="text"] {
	width: 280px;
	line-height: 14px;
}

.search-results {
	margin: 0 0 10px;
}

.search-results ol {
	margin: 5px 0 0 28px;
}

.search-results ol li {
	margin: 0 0 3px;
}

/* Front page
------------------------------ */
#views {
	margin-bottom: 10px;
	float: right;
	list-style: none;
}

#views li {
	margin-left: 10px;
	display: inline;
}

#latest tbody td {
	padding: 5px;
}

.forumlist tbody td.forum {
	background: url("images/forum_read.png") 4px 50% no-repeat;
	padding-left: 50px;
}

.frontpageheatmap {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Forum page
------------------------------ */
.new-topic {
	background: url("images/button_topic_new.png") no-repeat;
	width: 107px;
	height: 25px;
	margin-bottom: 10px;
	display: block;
	text-indent: -1000em;
}

.new-topic:hover {
	background: url("images/button_topic_new.png") 0 100% no-repeat;
}

#topiclist tbody tr,
#favorites tbody tr {
	background: url("images/topic_read.gif") 12px 50% no-repeat;
}

#topiclist tbody td.topic,
#favorites tbody td.topic {
	padding-left: 45px;
}

/* Topic page
------------------------------ */
.infobox {
	border: 1px solid #3d3d3d;
	border-width: 1px 0;
	margin-bottom: 10px;
	padding: 1em 0;
}

.infobox ul {
	margin: 10px 0 10px 20px;
	padding: 0;
}

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #3d3d3d;
	width: 21%;
	float: right;
	padding: 0 0 0 1em;
}

#topic-tags input[type="text"] {
	width: 130px;
}

#tag-form p {
	margin-bottom: 0;
}

#thread .panel {
	margin-bottom: 3px;
}

#thread .panel:nth-child(even) {
	background: #242424;
}

#thread td {
	padding: 15px 7px 15px 15px;
	vertical-align: top;
}

.threadauthor {
	border-right: 1px solid #2e2e2e;
	padding: 15px 10px !important;
	width: 22%;
}

.threadauthor p {
	margin-top: 5px;
}

.threadauthor small {
	font-size: 1em;
}

.poststuff {
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
	padding-bottom: 6px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.poststuff a {
	margin-right: 5px;
}

.post p {
	line-height: 125%;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.post ul, ol {
	margin-left: 40px;
}

.signature {
	border-top: 1px dotted #333 !important;
	padding-top: 4px !important;
	padding-left: 4px !important;
	color: #9e9e9e !important;
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e4f3e1;
	border: 0.2em solid #e4f3e1;
}

#thread li.pingback.alt {
	background-color: #fff;
}

#thread li.pingback .threadpost {
	background-color: #e4f3e1;
}

#thread li.pingback.alt .threadpost {
	background-color: #fff;
}

#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}

#thread .post blockquote, #thread .post cite, #thread .post quote {
	border-left: 3px solid #ccc;
	margin: 0 0 0 2.5em;
	padding: 0 0 0 0.8em;
	font-size: 13px;
	font-style: italic;
}

#thread .post code {
	background: #292929;
	border: 1px solid #222;
	width: 97%;
	padding: 10px;
	display: block;
	white-space: pre-line;
	font-size: 12px;
	color: #518a51;
}

#thread .post li {
	clear: none;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

p.allowed {
	margin-bottom: 0;
}

.topiclink {
	display: block;
}

.topictitle {
	display: inline;
}

#topic-move {
	margin: 10px 0;
}

.admin a {
	margin-right: 5px;
}

.unread_login, .unread_posts {
	color: #bc2a4d !important;
}


/* Private mesages page
------------------------------ */
.new-pm {
	background: url("images/button_pm_new.png") no-repeat;
	width: 89px;
	height: 25px;
	margin-bottom: 10px;
	display: block;
	text-indent: -1000em;
}

.new-pm:hover {
	background: url("images/button_pm_new.png") 0 100% no-repeat;
}

/* Tags page
------------------------------ */
#manage-tags li {
	display: inline-block;
	width: 25%;
}

#manage-tags form div {
	margin-top: 5px;
}

#manage-tags form input[type="text"] {
	width: 140px;
}

/* User profile page
------------------------------ */
#profile-menu {
	padding: 3px 0;
}

#profile-menu li {
	margin-right: 10px;
	font-size: 12px;
	display: inline;
}

.vcard p + p {
	margin-top: -10px;
}

#userinfo, .vcard {
	margin-top: 10px;
}

#userinfo dt {
	width: 12%;
	float: left;
	display: block;
	font-weight: bold;
}

#userinfo dd {
	margin: 0 0 5px;
}

.user-recent ol {
	margin-bottom: 10px;
	margin-left: 40px;
}

/* Pagination
------------------------------ */
.nav {
	margin-bottom: 10px;
}

.page-numbers {
	background: #333;
	border: 1px solid #1d1d1d;
	margin: 2px;
	padding: 1px 3px;
}

/* Post reply editor
------------------------------ */
h2.post-form {
	display: none;
}

.postform textarea, .postform #topic, .postform #tags-input, .postform label {
	display: block;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
}

.postform #topic, .postform #tags-input {
	margin: 5px 0;
	width: 700px;
}

.postform textarea, .postform #tags-input {
	width: 800px;
}

.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

#bbcode_buttons div {
	background: #eaeaea;
	border: 1px solid #1d1d1d;
	margin-bottom: 5px;
	padding: 2px 8px !important;
	float: left;
	cursor: pointer;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

/* Corners
------------------------------ */
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

span.corners-top, span.corners-bottom {
	background-image: url("images/corners_left.png");
}

span.corners-top span, span.corners-bottom span {
	background-image: url("images/corners_right.png");
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

/* Round cornered blocks and backgrounds
------------------------------ */
.forums {
	background: #171717 url("images/forums.png") repeat-x;
	padding: 0 5px;
	margin-bottom: 10px;
	clear: both;
}

.panel {
	background: #222;
	margin-bottom: 10px;
	padding: 0 10px;
}

.forums, .panel {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.forums p, .forums tbody {
	background: #222;
	margin: 0;
	padding: 5px;
}

.forums h2, .forums th {
	line-height: 190%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.forums h2 {
	margin-bottom: 5px;
}

.panel h2 {
	border-bottom: 1px solid #bbb;
	margin-top: 0.5em;
	margin-bottom: 0.7em;
	padding-bottom: 0.3em;
	font-size: 15px;
	font-weight: normal;
	color: #989898;
}

.panel h2 + p {
	margin-bottom: 10px;
}

/* General tables
------------------------------ */
table {
	width: 100%;
}

tbody {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

tbody td small {
	font-size: 11px;
}

tbody td.forum a, tbody td.topic a {
	font-size: 13px;
	font-weight: bold;
}

.forums th {
	padding-bottom: 3px;
}

.forums td {
	padding: 15px 5px;
	color: #aaa;
}

.forums tbody tr:hover {
	background-color: #292929 !important;
}

.num {
	text-align: center;
}

/* Forms
------------------------------ */
fieldset {
	border: 0;
}

input, button, textarea {
	background: #333;
	border: 1px solid #1d1d1d;
	font-family: Arial, Helvetica, sans-serif;
	color: #eaeaea;
}

input {
	padding: 3px;
}

input[type="submit"] {
	background: #eaeaea;
	border: 1px solid #1d1d1d;
	padding: 2px 5px;
	color: #333;
}

fieldset p {
	margin-bottom: 10px;
}

/* Forms: Login, Register, Profile Edit
------------------------------ */
#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	width: 25%;
	padding-right: 1em;
	text-align: right;
	vertical-align: middle;
	font-size: 1.1em;
	font-weight: normal;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	float: left;
	margin-left: 1em;
	color: red;
	font-style: normal;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 3px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	width: 280px;
	padding: 3px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: orange;
	vertical-align: 10%;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border: 1px solid #c00 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	color: #2e2e2e;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}

.submit {
	margin-bottom: 10px;
}

/* Other
------------------------------ */
.clear {
	clear: both;
}

.rss-link {
	margin-bottom: 10px;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.rss-link {
	background-image: url("images/feed.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 4px 0 4px 20px;
}

.notice {
	border: 1px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.notice.error {
	border-color: #852424;
	background-color: #ca8a8a;
	color: #5d2424;
}

.notice p { margin-bottom: 0; }

.bozo {
	background-color: #eeee88;
}

.alt.bozo {
	background-color: #ffff99;
}

.deleted {
	background-color: #ee8888;
}

.alt.deleted {
	background-color: #ff9999;
}