@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------ 
# [Podstawowy arkusz stylów] 
#  
# Projekt:    www.nightwalker.pl
# Wersja:    0.1 
# Modyfikowany:    26/02/10
# Stworzony przez:   www.podemski.info
# -------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
ul li { list-style-type: none; }
a img { border: none; }
a, a:focus { outline: none; text-decoration: none; color: #300; }
a:hover { color: #000; text-decoration: underline; }
.clear { clear: both; }
.top25 { padding-top: 25px; }
.mtop25 { margin-top: 25px; }
p.center { text-align: center; }
p.fright { text-align: right; }
p.smallinfo { text-align: center; padding: 5px 0 5px 0; font-size: 10px; }
/* --------------------------------------------------------------------*/
html, body {
	background: url(images/bg.jpg) repeat-y top center #1a0b07;
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
div.wrapper {
	width: 934px; margin: 0 auto;
}
div#header {
	background: url(images/cut1.jpg) no-repeat top center;
	width: 100%; height: 240px; margin: 0 auto;
}
	ul.lang {
		width: 70px; float: left;
	}
	ul.lang li {
		display: inline;
	}
	ul.lang li a {
		float: left; width: 35px; height: 50px;
		display: block; text-indent: -10000px;
	}
	
	ul.importantNews {
		width: 300px; height: 50px;
		float: right; position: relative; left: -25px;
		text-align: right; line-height: 50px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	ul.importantNews span {
		color: #f00000;
	}
	ul.importantNews a { color: #f5d5ae; }
	
div#navigation {
	background: url(images/menuBG.jpg) no-repeat top center;
	width: 100%; height: 57px;
}
	div#navigation ul li {
		display: inline;
	}
	div#navigation ul li a {
		float: left; display: block;
		height: 57px; text-indent: -10000px;
	}
		ul li.m1 a {
			width: 145px; 
		}
		ul li.m2 a {
			width: 155px; 
		}
		ul li.m3 a {
			width: 80px; 
		}
		ul li.m4 a {
			width: 110px; 
		}
		ul li.m5 a {
			width: 75px; 
		}
		ul li.m6 a {
			width: 105px; 
		}
		ul li.m7 a {
			width: 115px; 
		}
		ul li.m8 a {
			width: 90px; 
		}
		ul li.m9 a {
			width: 190px; 
		}

div#container {
	width: 934px; height: auto; min-height: 700px;
	overflow: hidden; position: relative;
	margin: 0 auto;
	background: url(images/contentBG.jpg) repeat-y top center;
}

/* left column */

div#sidebar {
	width: 205px; height: auto;
	float: left; overflow: hidden;
	padding-left: 5px;
}
	div.block {
		width: 200px; height: auto;
		background: #492b1c;
	}
	div.bottomBG {
		background: url(images/menuBottomBG.jpg) bottom left no-repeat;
		height: 13px;
	}
	div#sidebar h2 {
		width: 200px; height: 35px;
		background: url(images/menuBG.png) no-repeat left top;
		border-bottom: 1px solid #563c2f;
	}
	div#sidebar ul li a {
		display: block;
		font-family: Tahoma, Geneva, sans-serif; font-size: 11px;
		color: #cdc3aa; height: 32px; border-bottom: 1px solid #563c2f;
		text-decoration: none; line-height: 35px; text-indent: 25px;
	}
	div#sidebar ul li a:hover {
		background: #351708;
	}
	.active {
		background: #351708;
	}

div#content {
	width: 700px; min-height: 600px;
	float: left;
	overflow: hidden; padding: 5px; margin-left: 2px;
}

/* typo */
h2.pageTitle {
	border-bottom: 1px dotted #76635a;
	color: #8e0100;
	font-size: 20px; font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 10px; clear: both;
}
h2 a {
	color: #8e0100;
	font-size: 20px; font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	clear: both;
	
}

/* news */
div.odd {
	float: left; clear: right;
}
div.newsBlock {
	width: 330px; height: 200px; overflow: hidden;
	float: left; margin: 0 15px 15px 0; position: relative;
}
a.readFull {
	 position: absolute; bottom: 0; right: 20px;
}
div.news {
	padding: 0 0 20px 0;
}
div.newsWrapper {
	padding: 5px 0 5px 0; border-top: 1px dotted #76635a;
	text-align: justify; font-size: 12px; font-family: Tahoma, Geneva, sans-serif;
}
div.news h2 a {
	border: 0;
	color: #8e0100;
	font-size: 16px; font-weight: lighter;
	font-family: "Trebuchet MS", Helvetica, sans-serif;	
}
div.newsFull h2 a {
	color: #8e0100;
	font-size: 20px; font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
div.news a, div.newsFull a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #1a0b07; text-decoration: none;
}
div.news img.thumb, div.newsFull img.thumb {
	float: left; margin-right: 5px;
}
div.news em, div.newsFull em {
	font-size: 11px; padding-left: 5px;
	color: #1a0b07;
}

/* archiwum */

ul#archiveList a {
	color: #1a0b07; text-decoration: none;
}
ul#archiveList a:hover { text-decoration: underline; }
ul#archiveList li {
	margin: 10px;
	font-family: Tahoma, Geneva, sans-serif; font-size: 12px;
}
ul#archiveList li em {
	padding-left: 10px;
}
 
/* footer */
div.page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -108px; /* the bottom margin is the negative value of the footer's height */
}
div#footer, div.push {
clear: both;
height: 108px;
}
div#footer {
	background: url(images/footer.jpg) no-repeat top center;
	line-height: 108px;
	font-family: Tahoma, Geneva, sans-serif; font-size: 11px;
	color: #fff; overflow: hidden;
}
div#footer p {
	text-align: center; 
}
div#footer p.authors {
	color: #cb9f7f;
	position: relative; top: -80px; left: 200px;
}
div#footer p.authors a {
	color: #cb9f7f; text-decoration: none;
}

/* gallery */

ul#photosByCatID {
	width: 700px; overflow: hidden;
	margin: 0 auto; padding-bottom: 50px;
}
ul#photosByCatID li {
	display: inline; float: left;
	border: 1px solid #a5a394;
	margin: 5px;
	width: 220px;height: 240px;
}
ul#photosByCatID img { 
	border: 1px solid #a5a394;
	width: 215px; height: 235px;
	margin: 2px;
}
ul#photosByCatID li:hover,
ul#photosByCatID img:hover {
	border: 1px solid #222;
	cursor: pointer;
}

ul#galleriesCat {
	width: 800px;
	overflow: hidden;	
}


ul#galleriesCat li {
	position: relative;
	width: 325px; height: 225px;
	float: left; display: inline;
	margin: 0 8px 8px 4px;  line-height: 11px; border: 6px solid #351708;
	-webkit-border-radius: 10px; -moz-border-radius: 10px;
}
ul#galleriesCat li:hover { border: 6px solid #fff; }

ul#galleriesCat li a img { width: 325px; height: 200px; }

ul#galleriesCat div.description {
	position: absolute; 
	bottom: 0; left: 0; right: 0; height: auto; width: 315px;
	background: #351708;
	padding: 5px;
}
ul#galleriesCat div.description h4 {
	font-size: 18px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff; margin: 3px 0 3px 0;
}
ul#galleriesCat div.description h4 span {
	font-size: 12px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}
ul#galleriesCat div.description p {
	font-size: 12px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ddd; margin: 5px 0 0 0;
}

/*******************
	other 
*******************/

/* message */
div.message {
	width: 90%; height: auto; margin: 20px auto; text-align: center;
	padding: 10px; color: #fff; background: #492b1c;
	border: 1px solid #321507; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
div.message a {
	color: #fff;
}
div.message a:hover {
	text-decoration: underline;
}

/* contact list */

ul.contactList {
	background: url(images/contactList.png) no-repeat top center;
	margin: 20px auto;
	width: 706px; height: 51px; clear: both;
}
ul.contactList li {
	display: inline;
}
ul.contactList li a {
	float: left; display: block;
	height: 51px; text-indent: -10000px;
}
ul.contactList li.m1 a {
	width: 135px;
}
ul.contactList li.m2 a,
ul.contactList li.m3 a,
ul.contactList li.m4 a,
ul.contactList li.m5 a{
	width: 140px;
}
/* frontpage */
div.frontBox {
	width: 330px; overflow: hidden;
	height: auto; float: left; margin-right: 15px;
}
/* featured */
ul#featured {
	float: right; margin: 0 15px 0 0;
}
ul#featured li {
	position: relative; list-style-type: none; overflow: hidden;
	display: block; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
ul#featured li a img {
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	height: 219px; width: 330px;
}
ul#featured li div.dscr {
	position: absolute; top: 184px; left: 0;
	height: 35px; width: 330px;
	overflow: hidden;
	background: black; opacity: 0.5; filter:alpha(opacity=50);
	line-height: 35px; text-indent: 20px;
	color: #fff; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px;
	-webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;
}
/* FORUM */

a.addPost { 
	overflow: hidden; text-align: center;
	width:165px;height:55px;
	position: relative;
	z-index: 601; clear: both; padding: 10px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
	color: #fff; background: #492b1c;
}

div#addPostForm {
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
	display: none; border: 1px solid #371400; 
	width: 500px; height: 470px; 
	margin: 35px auto; padding: 15px; color: #fff; background: #492b1c;
}

div#addPostForm textarea {
	width: 500px;
	height: 100px;
	margin: 5px;
	border: 1px solid #444;
	background: #eaeaea;
}

div#addPostForm label {
	font-weight: bold;
	margin: 5px 0 5px 0;
}
div#addPostForm label.error {
	font-weight: bold; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: red;
	margin: 5px 0 5px 0;
}
div#addPostForm input {
	background: #eaeaea; border: 1px solid #fff;
	margin: 5px; padding: 2px;
}
div#addPostForm input.sendButton {
	width: 100px; margin-top: 10px;
	cursor: pointer; border: 1px solid #000;
}
div#result {
	margin: 25px auto;
	display: none;
}

div#forumData {
	width: 660px; height: 400px;
	overflow: auto;
	padding: 10px; color: #fff; margin: 0 auto;
}

div.post {
	 -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
	 background: #492b1c; padding: 10px; color: #fff; margin: 10px auto;
}

div.post h4 {
	font-size: 16px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.post p {
	padding: 10px; font-size: 12px;
}
div.post ul.addinfo {
	margin: 10px auto; font-size: 12px; padding-top: 5px;
	width: 620px; border-top: 1px dotted #9F8477;
}
div.post ul.addinfo li {
	margin-right: 10px; display: inline;	
}
div.post ul.addinfo li a, ul.addinfo li {
	color: #efefef;  
}
ul.addinfo li a.email {
	background: url(images/icons/mail.png) left no-repeat;
	padding-left: 20px;
}
ul.addinfo li a.www {
	background: url(images/icons/web.png) left no-repeat;
	padding-left: 20px;
}
ul.addinfo li a.ggskype {
	background: url(images/icons/gg.png) left no-repeat;
	padding-left: 20px;
}
ul.addinfo li a.skype {
	background: url(images/icons/skype.png) left no-repeat;
	padding-left: 20px;
}

div#content ul li {
	list-style-type: disc;
	padding-left: 0;
	list-style-position:inside;
}
