/*
Theme Name: Rezerwat
Description: Rezerwat theme.
Version: 1.0
Author: Maciej 'dhofca' Owcarz 
Author URI: http://www.dhofca.pl/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* KONIEC RESET */

#wrapper {
	width: 964px;
	min-height: 500px;
	margin: 40px auto;
	background: url("img/contbg.png");
	position: relative;
	padding: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url('http://www.rezerwat.vot.pl/wp-content/themes/rezerwat/PIE.htc');
}

img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

img.logo {
	float:left;
	margin-left: 40px;
}

p#headerabout {
	color: #838383;
	font-family: Arial, verdana;
	font-size: 14px;
	width: 350px;
	float: right;
	margin-top: 80px;
	font-style: italic;
}

ul#nav {
	clear: both;
	list-style: none;
	width: 860px;
	float: left;
	margin-bottom: 20px;
}

#nav li {
	border-left: 1px #fff solid;
	float: left;
	margin-left: 10px;
    position: relative;
}

#nav li a {
	text-decoration: none;
	display: block;
	min-width: 100px;
	padding: 5px;
}

#nav li a:hover {
	background: url('img/hover.png');
}

#nav li ul { /* tutaj odnosimy siê do podmenu*/
display:none;
position:absolute;
top:100%;
left: 0px;
padding:0;
margin:0; 
border: none;
background: #000 url('img/hover.png');
width: 170px;
z-index: 100;
}

#nav li:hover > ul {
display:block;
}

#nav li ul li, #menu li ul li a {
float: none;
border: none;
}

#nav li ul li a {
width: 75px; /* szerokosc wysuwajacego sie podmenu*/
display: block;
}

#nav li ul li a:hover {
margin-left: -10px;
text-indent: 10px;
width: 100%;
}

.menud{
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}

.menum {
	color: #838383;
	font-family: Arial, verdana;
	font-size: 10px;
	display: block;
}

#content {
	clear:both;
	width: 964px;
	position: relative;
	margin-top: 55px;
}

#content a {
	color: #ffb100;
	text-decoration: underline;
	border-bottom: 0px #ffb100 dotted;
}

.h2title {
	font-family: Arial, verdana;
	font-size: 24px;
	color: #ffb100;
	border-bottom: 1px #3e3e3e solid;
	padding-left: 20px;
}

.entry-content {
padding: 20px 20px;
color: #ffb100;
font-family: Arial, verdana;
font-size: 12px;
line-height: 14px;
overflow: hidden;
}

.entry-content h3{
	font-size: 16px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.entry-content hr {
	border: 1px #3e3e3e solid;
	margin-bottom: 10px;
}

h2.post-title {
font-family: Arial, verdana;
font-size: 20px;
color: #ffb100;
border-bottom: 1px #3e3e3e solid;
padding-left: 20px;
height: 100%;
margin-bottom: 10px;
}

#post-container {
margin-top: 60px;
width: 100%;
height: auto;
}

.post {
font-family: Arial, verdana;
font-size: 12px;
color: #ffb100;
margin-bottom: 20px;
width: 964px;
height: auto;
overflow: hidden;
}

.post img {
margin: 10px;
}

.alignright {
float: right;
margin-left: 20px;
}

.alignleft {
float: left;
margin-right: 20px;
}

.gallery-icon {
	margin-bottom: 15px;
}

p object {
	margin: 20px;
	
}
