body {
	background-color: #f0f0f0;
    font-size: 12px;
    font-family: Trebuchet MS, "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
/*	font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;*/
	line-height: 1.2em;
	text-align: center;
}

body .container, body .middlewidth {
	text-align: left;
}

form label {
	display: block;
}

small {
	font-size: 0.8em;
}

u {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0.5em 0;
}

h1, h1 * {
	color: #d70021;
	font-size: 2em;
	line-height: 1em;
}

a, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 * {
	color: #005dab;
}

h1, h2, h3, h4, h5, h6 {
	text-shadow: 0 1px 1px #ccc;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

hr {
	height: 0px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.header .middle {
	height: 103px;
	background: url(hbg.png);
}

.header .middle .middlewidth {
	width: 974px;
	margin: auto;
}

.header .middle .middlewidth .logo {
	float: left;
}

.header .middle .middlewidth .logo img {
	padding: 10px;
}

.header .middlemenu {
	float: right;
}

.header .middlemenu a {
	padding: 4px 8px;
	background: #d70021;
	color: #fff;
	margin: 0 1px;
}

.header .headline {
	height: 5px;
	background: #d70021;
	border-bottom: 1px solid #eb8090;
}

.header .bottomline {
	height: 2px;
	background: #005dab;
	border-top: 1px solid #78a7cd;
	border-bottom: 1px solid #78a7cd;
}

.container {
	width: 994px;
	margin: auto;
	background: #fff url(cbg.png) repeat-y;
}

.container2 {
	padding: 12px;
}

.container .down {
	clear: both;
	height: 9px;
	background: url(fbg.png) no-repeat;
}

.container .leftside {
	float: left;
	width: 210px;
	margin-right: 5px;
}

.container .rightside {
	float: right;
	width: 210px;
	margin-left: 5px;
}

.content {
	float: left;
	width: 730px;

	padding: 1px;
}

.narrow {
	width: 510px;

}

.full {
	width: 970px;
}

.post_list .image {
	float: left;
	margin: 4px 10px 10px 4px;
}

.post_list .more {
	text-align: right;
}

.controls,
.pagination { margin: 4px 16px; font-size: 0.9em; }
.pagination a, .pagination .page, .pagination .next, .pagination .prev { padding: 1px 4px; border: 1px solid #005dab; color: #005dab; }
.pagination .current, .pagination .disabled { opacity: 0.3; }

textarea, input {
	border: 1px solid #aaa;
}

.error input, .error textarea {
	border-color: #de0c30;
}

.error, .errorlist {
	color: #de0c30;
}

button, input[type=button], input[type=submit] {
	border: 0;
	font-weight: bold;
	font-size: 0.9em;
	background: #005dab;
	display: inline-block;
	padding: 2px 6px 3px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
	position: relative;
}

.rightside .menu a,
.leftside .menu a {
	height: 17px;
	background: #eee url(mbg.png);
	display: block;
	margin: 4px 0;
	padding: 4px 10px;
	color: #636363;
	text-transform: uppercase;
}

.rightside .menu a.wip,
.leftside .menu a.wip {
	background: #eee url(mbg_wip.png);
}
.rightside .menu a.ue,
.leftside .menu a.ue {
	background: #eee url(mbg_ue.png);
	color: #fff;
	font-weight: bold;
}

.rightside .menu a.blue,
.leftside .menu a.blue {
	background: #00f url(mbg_blue.png);
	color: #eee;
}
/* by Qyon */
.leftside .menu p { margin: 0; }

.flatpage p,
.post_list p {
    text-align: justify;
}

.footer {
	width: 974px;
	text-align: left;
	margin: 5px auto;
}

.footer p,
.footer a {
	color: #aaa;
	margin: 0 8px;
}

.footer a:hover {
	color: #888;
}

.footer .right {
	float: right;
	text-align: right;
}

.dlug * a {
background: none;
margin: 0;
padding: 0;
width: auto;
height: auto;
}

.dlug_red_cont{border:1px solid #B72121;text-align:center;}
.dlug_red_title{background:#fff;color:#B72121}
.dlug_red_text{background:#B72121;color:#fff}
.dlug_red_powered, .dlug_red_powered a {color:#bbb;font-size:8px;}

.top_ads {
	text-align: center;
}

.pytanie {
 text-align: right; clear: right;
}
.pytanie a {
    font-family: "Lucida Handwriting", calibri;
    font-size: 1.4em;
    color: #d70021;
    line-height: 5em;
}

.footer #wazne {
	display: none;
}

table td {
    padding: 2px;
}

.post hr { background: #fafafa; height: 30px; border-top: 1px; border-bottom: 1px; }


.album hr, .album { clear: both; }
.album ul {float: left; width: 370px; overflow: hidden;}
.album ul li {float: left; margin: 0 10px 10px 0; width: 50px; height: 50px;}
