@CHARSET "UTF-8";

/* ARTICLE CONTENT -------------------------------------------------- */
#articlelist { /* width: 635px; */
	width: 100%;
}

#tabs {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

#tabs a {
	padding: 10px 20px 8px;
	float: left;
	margin: 0 0px 0 9px;
	background: #696969;
	font-size: 13px;
	font-family: "Trebuchet MS";
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	color: #4c4c4c;
}

#tabs a.noncurrent {
	background: #ededed;
	margin-top: -1px;
}

#tabs a.noncurrent:hover {
	background: #696969;
	color: #fff;
}

#tabs a.current {
	border: 1px solid #dcdcdc;
	border-bottom: none;
	background: #fff;
	margin-bottom: -1px;
}

.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.post {
	margin: 0 0 30px 0;
	position: relative;
	padding-bottom: 15px;
}

.post.archive {
	padding-left: 220px;
}

.postThumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 160px;
	background-position: -100px 0 !important;
}

.postHeader img {
	border: none;
}

.post .meta {
	margin: -5px 0 20px 0;
	padding: 0 0 0px 0;
	font-style: italic;
}

.post .meta a:hover {
	text-decoration: underline;
}

.metaCat {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

.metaCat.wyniki {
	color: #ab1332;
}

.metaCat.nowe {
	color: #78b02e;
}

.metaCat.opinie {
	color: #585757;
}

.metaCat.dane {
	color: #006497;
}

.postContent {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

.postAbstract {
	margin: 0 0 20px;
}

.postContent .postAbstract p {
	margin: 0 10px 10px 0;
}

.postAdminOptions {
	float: right;
	margin: 0 0 0 10px;
}

.post h1 {
	line-height: 1.5em;
	text-align: left;
	font-style: italic;
	letter-spacing: -1px;
	margin: 10px 0px 20px 0;
	font-weight: normal;
	font-size: 20px;
	font-weight: bold;
}

.post h1 a:link,.post h1 a:visited {
	color: #4c4c4c;
	font-size: 20px;
}

.post h1 a:hover {
	color: #2b8dc0;
}

.postContent p {
	margin: 0px 10px 20px 0;
}

.postContent img {
	border: none;
}

.specialMessage {
	background-color: #e0e0e0;
	padding: 20px;
	font-size: 20px;
}

/* comments */
#comments {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#comments h2,#commentForm h2 {
	font-size: 20px;
}

#comments .date {
	display: block;
	margin: 0 0 10px 0;
}

#comments ol {
	list-style: none outside none;
	padding: 0;
	width: 100%;
}

#comments ol li {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid silver;
}

/* Comments form */
form .text.required {
	width: 625px;
}

form#NewsViewForm {
	text-align: left;
}

form#NewsViewForm input[type="text"],form#NewsViewForm textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

form#NewsViewForm textarea {
	width: 665px;
	max-width: 665px;
	max-height: 665px;
}

form#NewsViewForm .text label {
	display: block;
	float: right;
	margin-left: 5px;
	width: 355px;
	line-height: 28px;
}

form#NewsViewForm input {
	margin-bottom: 10px;
	width: 250px;
}

.validationerror {
	border-color: red !important;
}

.validation-failed {
	color: red;
}



