/*
Theme Name: Wujek Marek
Theme URI: http://hideout.pl
Description: Szablon Wordpress - strona Wujek Marek
Version: 1.0
Author: hideout.pl
Author URI: http://hideout.pl

*/

body {

	font-family: arial;
	font-size: 13px;
	color: #444;
}

img {

	border: none;
	margin: 0px;
	padding: 0px;
}

a {

	text-decoration: none;
	color: #333;
}

a:hover {

	color: #777;
}

h2 {

	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: -1px;
}

ul {

	margin-left: 0px;
	padding-left: 26px;
}

.bold {

	font-weight: bold;
}

#page {

	width: 980px;
	margin: 0 auto;
	background: url(images/background.png) repeat-y;
}

#header {

	height: 417px;
	position: relative;
	padding: 0px;
}

#top-image {

	position: absolute;
	top: 0px;
	right: 0px;
}

#refbutton {

	position: absolute;
	right: 150px;
	top: 196px;
}


#main-menu {

	position: absolute;
	left: 0px;
	top: 148px;
	background: #241c1a;
	width: 269px;
	height: 223px;
	font-family: arial;
	font-size: 24px;
	padding-top: 46px;	
	margin: 0px;
}

.main-menu-item-wrapper {

}

.main-menu-link {

	color: #f3eedb;
	padding-left: 55px;
	display: block;	
	height: 38px;
}

.main-menu-link img {

	margin-top: 6px;
}

#main-menu-active-link {

	border-left: 10px solid #ff3a00;
	padding-left: 45px;
}

.main-menu-link:hover {

	border-left: 10px solid #ff3a00;
	padding-left: 45px;
}

#bottom-fix {

	position: absolute;
	right: 0px;
	top: 417px;
	width: 379px;
	height: 9px;
	background: #2c313b;
}

#content {

	margin-left: 269px;
	padding: 30px;
	text-align: justify;
	background: #fff;
}

.field-box {

	width: 207px;
	height: 300px;
	background: url(images/field.png) no-repeat;
}

.field-box-inner {

	margin: 0px 12px;
	position: relative;
}
.field-box-left {

	float: left;
}

.field-box-right {

	float: right;
}

.field-box-middle {

	margin: 0 auto;
}

.field-box h3 {

	margin: 0px;
	padding-top: 20px;
	margin-bottom: 29px;
	font-weight: normal;
}

.field-box-text {

	margin-top: 12px;
	font-size: 88%;
	text-align: left;
}

.field-box-more {

	position: absolute;
	left: 0px;
	top: 270px;
}

#sidebar {

	float: left;
	width: 269px;
}

#sidebar-area-box {

	padding: 30px;
	background: #f3eedb;
	border-bottom: 2px solid #fff;
}

#sidebar-articles-box {

	padding: 30px;
}


#footer {

	background: #fbf8f1;
	padding: 4px 0px;
	text-align: center;
	border-top: 2px solid #fff;
}

.spacing {

	height: 32px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.clearer {

	clear: both;
}

