/**********************************************/
/************* CSS by PATRYK SZCZEPAŃSKI ******/
/**********************************************/
@import url(css/grid-900.css);
@import url(css/sidebar.css);
@import url(css/content.css);
@import url(css/footer.css);
@import url(css/site.css);
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family:  Arial, Tahoma, Verdana, sans-serif;
	background: #fff;
	color: #000;
	font-size: 11px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:hover {
	color: #0F83DB;
}
hr {
	display: none;
}
img {
	vertical-align: middle;
	border: 0;
}
h1, h2, h3, h4 {
	margin: 3px 0px;
}

h1 {
	font-size: 28px;
	line-height: 130%;
}

h2 {
	font-size: 18px;
	line-height: 130%;
}

h3 {
	font-size: 18px;
	line-height: 130%;
}

h4 {
	font-size: 13px;
	line-height: 150%;
}

h5 {
	font-size: 12px;
	line-height: 150%;

}

p {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 150%;
}
.ver {
	text-transform: uppercase;
}
.small {
	font-size: 11px;
	line-height: 150%;
}
.left {
	float: left;
}

.right {
	float: right;
}
.err {
	margin: 40px 0px 20px 0px;
}
/* -- [ wrapper ] --*/
#wrapper {
	width: 900px;
	margin: 10px auto 10px auto;
	padding: 10px;
	background: #fff;
	overflow: hidden;
}
label {
	display: block;
	padding-top: 7px;
	font-size: 11px;
	line-height: 150%;
	font-weight: bold;
}

input, textarea {
	width: 95%;
	padding: 4px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}
/* -- [ Main Nav ] */
#main-nav {
	padding: 0 0 5px 0;
	overflow: hidden;
}
#main-nav ul {
	list-style-type: none;
}
#main-nav li.page_item {
	float: right;
}
#main-nav li a {
	line-height: 150%;
	padding-left: 10px;
}
/* -- [ Header ] */
#header {
	background: url('images/header.jpg') no-repeat top left;
	overflow: hidden;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
	#header h1 a {
		display: block;
		width: 900px;
		height: 190px;
		text-indent: -9999px;
	}
	#header h1 {
		padding: 0px;
		margin: 0px;
	}
.post-content ul, .site ul {
	margin: 5px 40px 5px 20px;
	list-style-type: cyrcle;
}
.post-content ul li, .site ul li {
	font-family:  Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px !important;
	padding: 3px 0px;
	line-height: 150%;
	border-top: dotted 1px #bbb;
	list-style-position: inherit;
}
#commentary  .title {
	border-bottom: dotted 1px #bbb;
	border-top: dotted 1px #bbb;
	padding: 8px auto;
}
