@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background:#a59468 url(images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#container{
	margin:0 auto;
	width: 960px;
	overflow: hidden;
}

#top{
	margin:0 auto;
	width: 960px;
}

#menu-top { 
	padding: 0 0 0 0;		
	width: 560px;		
	float: right;
}
#menu-top ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 500px;
	color: #FFF;		 	
	margin: 0;
	padding: 0;
	display: inline;
	float: right;	
}
#menu-top li {
	float: right;
	list-style: none;
}
#menu-top li a {
	display: block;
	padding: 8px 15px;	
	color: #FFF;	
	text-decoration: none;
	border-left: 1px transparent solid;
	border-right: 1px transparent solid;
}
#menu-top li a:hover {
	background: #a69466;
	color: #FFF;
	border-left: 1px #9a8860 solid;
	border-right: 1px #9a8860 solid;
}
#data { 		
	width: 400px;		
	float: left;
	font-size: 12px;
	color: #FFF;
}

#left{
	float: left;
	border-left:#887952 1px solid;
}

#center{
	width: 558px;
	float: left;
	background: white url(images/bg2.jpg) repeat-x;
	border: 1px #83734f solid;
	border-bottom: none;
	font-size: 12px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

#right{
	float: right;
	border-right:#887952 1px solid;
}

#left, #right {
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	background:#7b6c4b;
	width: 199px;
}

#right a{
	text-decoration:none;
	color:#fff;	
	}

#right a:hover{	
	color:#cff400;
	}

#tresc {
margin-left:10px;
margin-right:10px;
}


#tresc h1{
color:#31a8be;
text-decoration: underline;
}

#tresc a{
color:#31a8be;
text-decoration: underline;
}

#tresc a:hover{
color:orange;
}

.mtlo{
	background:#7b6c4b url(images/menubg.jpg) repeat-x;
	font-size:11px;
	border-top:#887952 1px solid;
}



.menu a{
	padding:10px 0px 10px 20px;
	color:#fff;
	text-decoration:none;
	display:block;
	font-size:12px;
	border-bottom:#887952 1px solid;
}
.menu a:hover{
	
	color:#fbcb29;
	text-decoration:none;
	background:#ac996e url(images/bgm.jpg) repeat-x;
	font-size:12px;
	border-bottom:#887952 1px solid;
}

#footer{

	width: 100%;
	height: 100px;
	background: url(images/footer-bg.jpg) repeat-x;
}

#footer-zaw{
	width:960px;
	margin: 0 auto;
	color:#fff;
	text-align:center;
	font-size:10px;
}

#footer-zaw a{
	color:#fff;
	text-decoration:none;
}

#footer-zaw a:hover{
	color:orange;
}


img
{
  border: 0px;
}

#fancybox img{
	border: 1px solid #CCC;
	padding: 2px;
}

.nav-links {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-links li {
	line-height: 1.6em;	
	font-size: 1.2em;
}
#content {
	margin-left: 240px;
	margin-top: 30px;
	margin-right: 50px;
}
.twitthis {
	position: absolute;
	top: 250px;
	left: 20px;
}
pre {
	background: #e8e8e8;
	border-left: 10px solid #777;
	font-size: 0.85em;
	padding: 1em;
	color: black !important;
	overflow-x: auto;
}
.important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}
h3 {
	font-size: 1.45em;
	line-height: 1.05em;
	border-bottom: 1px solid #333;
}
.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}


#pasek {
background:transparent;
border:1px solid silver;
color:#4A4D4B;
font-family:Verdana,sans-serif,Sans;
font-size:11px;
padding:3px;
}

#button1 {
border: none;
background: transparent url(images/buttonbg.png) 0 0 repeat-x;
width: 40px;
height: 19px;
color: #fff;
position: static;
 }

/* Tag cloud */

	#tags ul{
		margin:0;
		padding:.5em 5px;
		text-align:center;
		background:#71b5e9 url(tags/bg_tags.gif) repeat-x;		
		}
	#tags li{
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
		}
	#tags li a{
		text-decoration:none;
		color:#fff;
		padding:0 2px;	
		}
	#tags li a:hover{	
		color:#cff400;
		}		
	
	.tag1{font-size:100%;}
	.tag2{font-size:120%;}
	.tag3{font-size:140%;}
	.tag4{font-size:160%;}
	.tag5{font-size:180%;}
	
	/* alternative layout */

	#tags .alt{
		text-align:left;
		padding:0;
		background:none;
		}
	#tags .alt li{
		padding:2px 10px;
		background:#efefef;
		display:block;
		}
	#tags .alt .tag1, 
	#tags .alt .tag2, 
	#tags .alt .tag3, 
	#tags .alt .tag4, 
	#tags .alt .tag5{font-size:100%;}
	#tags .alt .tag1{background:#7cc0f4;}
	#tags .alt .tag2{background:#67abe0;}
	#tags .alt .tag3{background:#4d92c7;}
	#tags .alt .tag4{background:#3277ad;}
	#tags .alt .tag5{background:#266ca2;}
	
	.btn{display:block;}
	
/* // Tag cloud */

td {
text-align:center;
}


