/*
Theme Name: Wspomnienia Pracowni
Theme URI: http://wspomnieniapracowni.com/
*/



* {
	border: none;
	margin: 0;
	padding: 0;
}
hr, big {display: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
address {font-style: normal;}
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
th, caption {text-align: left;}
select, input, textarea, button {font-size: 1em;}

.no-display {display: none;}
.no-margin-top {margin-top: 0 !important;}
.no-margin-right {margin-right: 0 !important;}
.no-margin-bottom {margin-bottom: 0 !important;}
.no-margin-left {margin-left: 0 !important;}

img.ngg-right,
img.alignright {
	float: right !important;
	margin: 0 0 15px 15px !important;
}
img.ngg-center,
img.aligncenter {
	display: block !important;
	margin: 0 auto 15px !important;
}
img.ngg-left,
img.alignleft {
	float: left !important;
	margin: 0 15px 15px 0 !important;
}

body {
	background: url('images/bg_body.jpg');
	font: 0.9375em/1.25em "times new roman", sans-serif;
}

iframe {
	display: block;
	margin: 0 auto;
}

a,
a:visited,
a:hover {text-decoration: none;}

h2 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 1.6em;
	color: #58542b;
}

input,
textarea {
	border: 1px solid #aba28d;
	background: #fdfbf2;
	padding: 3px;
	color: #4e4e4e;
}
input[type="submit"] {
	cursor: pointer;
	width: auto !important;
	border: 1px solid #4e4e4e;
	text-align: center;
}

p.post_header {
	font-size: 0.95em;
	color: #79400e;
}
p.post_footer {
	clear: both;
	width: 940px;
	background: url('images/bg_content.png');
	margin-left: -60px;
	padding: 5px;
	color: #77724f;
}
	p.post_footer a {color: #77724f !important;}
	p.post_footer span {
		background: url('images/shape_line_v_double_green.png') repeat-y;
		padding-left: 4px;
	}

p.navigation {overflow: hidden;}
	p.navigation span.next {float: right;}
	p.navigation span.previous {float: left;}

div.right,
div.left {
	width: 400px;
	margin: 30px 0 0 !important;
}
div.right {float: right;}
div.left {float: left;}

#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: 755px;
	background: url('images/bg_header.jpg') no-repeat;
}
	#header * {display: none;}

#content {
	overflow: hidden;
	position: relative;
	background: url('images/bg_content.jpg');
	padding: 100px 60px 15px;
	text-align: justify;
	color: #4a2a0e;
}
	#content a {
		background: url('images/shape_line_h_double_brown.png') repeat-x left bottom;
		padding-bottom: 1px;
		color: #4a2a0e;
	}
	#content a.severe {
		background: none !important;
		padding-bottom: 0 !important;
	}
	#content img {
		display: block;
		border: 2px solid #f8f8f8;
		max-width: 826px;
		margin: 0 auto 15px;
	}
		#content p img {margin-bottom: 0;}
	#content h3,
	#content h4,
	#content h5,
	#content h6,
	#content p,
	#content ul,
	#content ol,
	#content blockquote,
	#content div {
		overflow: hidden;
		margin-bottom: 15px;
	}
		#content h2 a {
			background: none;
			padding-bottom: 0;
			color: #58542b;
		}
	#content ul,
	#content ol {
		overflow: hidden;
		padding-left: 20px;
	}
	#content ul {list-style: square;}

ul#post_list {
	overflow: visible;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
	ul#post_list li {margin-bottom: 30px;}
		ul#post_list li li {margin-bottom: 0;}

#footer {
	overflow: hidden;
	position: relative;
	background: url('images/bg_footer.png');
	padding: 15px 90px 30px;
	color: #fdfaf1;
}
	#footer a {
		background: url('images/shape_line_h_double_grey.png') repeat-x left bottom;
		padding-bottom: 1px;
		font-size: 0.95em;
		color: #fdfaf1;
	}
	#footer big {
		display: block;
		margin-bottom: 10px;
		font-size: 1.2em;
	}
	#footer ul {
		float: left;
		width: 450px;
	}
	#footer li {
		float: right;
		width: 125px;
		padding-right: 25px;
	}
		#footer ul ul {
			float: none;
			width: auto;
			list-style: square;
			padding-left: 20px;
		}
			#footer ul ul li {
				float: none;
				width: auto;
				padding-right: 0;
			}
	#footer div {
		position: absolute;
		left: 15px;
		bottom: 15px;
	}

#menu {
	overflow: hidden;
	position: absolute;
	top: 765px;
	width: 890px;
	height: 50px;
	background: url('images/bg_menu.jpg') no-repeat;
	padding: 0 30px;
}
	#menu a {color: #454214;}
	#menu ul {float: left;}
	#menu li {
		display: inline;
		background: url('images/shape_line_v_double_brown.png') repeat-y right top;
		margin-right: 5px;
		padding-right: 12px;
		line-height: 50px;
		font-size: 1.2em;
	}
	#menu li:last-child {
		background: none;
		margin-right: 0;
		padding-right: 0;
	}
	#menu form {
		float: right;
		margin: 13px 0 0 15px;
	}
	#menu label {display: none;}
	#menu input {
		float: left;
		width: 100px;
		margin-left: 15px;
	}