#mainNews {
	margin-top: 3px;
	height: 289px;
	overflow: hidden;
	padding-bottom: 14px;
	position: relative;
	zoom:1;
	border-bottom: 1px solid #E6E6E6;
}
/* to hide the navigation */
div#mainNews.noNav {
	height: 259px;
}
/** highlight stories **/
#highlights {
	border-right: 4px solid #fff;
	width: 456px;
	overflow-x: hidden;
	height: 288px;
}
div#mainNews.noNav #highlights {
	height: 258px;
	overflow: hidden;
	position: relative;
}
div#mainNews.noNav .nav {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
div#mainNews.noNav #highlights_small li {
	height: 129px;
}
#highlights ul {
	width: 999em;
	list-style: none;
	height: 258px;
}
#highlights li {
	display: block;
	float: left;
	position: relative;
	width: 456px;
	height: 258px;
	overflow-y: hidden;
	overflow-x: hidden;
}
#highlights li .description {
	position: absolute;
	width: 446px;
	z-index: 2000;
	left: 0;
	bottom: 0;
}
.noNav #highlights li .description {
	width: 456px;
}
#highlights li .description h1 {
	font-size: 1.92em;
	width: 415px;
	overflow: hidden;
	height: 34px;
	margin-left: 5px;
	line-height: 34px;
}
#highlights li .description h1 a {
	text-decoration: none;
}
#highlights li .description h1 a:hover {
	text-decoration: underline;
}
#highlights li .description h5 {
	margin-bottom: 2px;
	margin-right: 30px;
}
#highlights .nav {
	line-height: 25px;
	height: 25px;
	z-index: 3000;
}
#highlights .nav span {
	color: #565656;
}
#highlights .nav .teaser {
	color: #B3B3B3;
	overflow-x: hidden;
	height: 30px;
	font-weight: bold;
	margin: 0 8px;
	width: 374px;
	float: left;
	_margin: 0 4px;
	_width: 378px;
}
#highlights .nav .teaser #nextNews {
	color: #fff;
}
#highlights .nav .ctrl {
	background: url(/static/img/layout/buttons/go_prev.gif);
	text-indent: -999em;
	display: block;
	float: left;
	width: 25px;
	outline: 0;
	height: 25px;
}
#highlights .nav .next {
	background: url(/static/img/layout/buttons/preview_button.png) no-repeat;
}
/* small highlights */
#highlights_small {
	float: left;
	width: 204px;
	overflow: hidden;
}
#highlights_small ul {
	list-style: none;
}
#highlights_small li {
	display: block;
	height: 144px;
	position: relative;
	overflow: hidden;
	background: #000;
}
#highlights_small li .description {
	position: absolute;
	width: 204px;
	z-index: 2000;
	left: 0;
	bottom: 0px;
	_bottom: -1px;
	height: 31px;
}

#highlights_small li .description h6 {
	font-weight: normal;
	padding: 0 8px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	width: 188px;
}
#highlights_small li .description a {
	text-decoration: none;
}
#highlights_small li .description a:hover {
	text-decoration: underline;
}
/* end of highlights */

/* list of articles / photos / videos */
ul.itemList {
	list-style: none;
	margin-top: 2px;
}
ul.itemList li {
	border-top: 1px dashed #c4c4c4;
	padding: 4px 0 0;
}
ul.itemList li.first, ul.itemList li.brd_none {
	border: 0;	
}
ul.itemList li.bg_none {
	background: none;
}
ul.itemList li.smallSpace {
	padding-top: 0px;
}
/* article thumbnail */
ul.itemList li .thumbnail {
	width: 325px;
	height: 252px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	_margin-right: 2px;
	position: relative;
	background: transparent url(/static/img/layout/articles/shadow_image_bottom.gif) no-repeat bottom left;
}
/* video thuimbnails are smaller */
ul.video li .thumbnail {
	height: 244px;
}
ul.gallery li .thumbnail {
	height: 66px;
	width: 88px;
}
ul.itemList li .thumbnail img {
	background: #F6F6F6 url(/static/img/layout/articles/shadow_image_right.gif) no-repeat scroll right center;
	padding-right: 4px;
}
ul.itemList li .thumbnail .date, ul.itemList li .date, ul.itemList li .thumbnail .count {
	position: absolute;
	padding: 3px 5px;
	top: 0;
	left: 0;
	z-index: 100;
}
/* article summary */
ul.itemList li .content {
	margin: 8px 8px 5px 5px;
	height: 241px;
	width: 325px;
	position: relative;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* last commented item */
ul.itemList li.comment .content {
	width: auto;
	height: auto;
}
ul.itemList li.comment .commenting {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
/* no thumbnail  */
ul.itemList li.no_thumb {
	position: relative;
}
ul.itemList li.no_thumb .content {
	padding-top: 15px;
	height: auto;
}
/* user profile */
#userProfile ul.itemList li .content {
	height: 126px;
}
#userProfile ul.itemList li .thumbnail {
	height: 139px;
	width: 214px;
}
#userProfile .thumbnail img {
	width: 214px;
	height: 134px;
}
ul.video li .content {
	height: 233px;
}
ul.gallery li .content {
	height: 63px;
	margin: 0 8px 0 5px;
}
ul.itemList li .content h2, ul.linksList h2 {
	margin: 5px 0;
	font-size: 23px;
	font-weight: normal;
	color: #D12727;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul.itemList li.comment .content h2 {
	font-size: 12px;
	font-weight: bold
}
ul.gallery li .content h2 {
	font-size: 14px;
	font-weight: bold;
}
ul.itemList li .content h2 a, ul.linksList h2 a {
	color: #D12727;
	text-decoration: none;
}
ul.itemList li .content h2 a:hover {
	text-decoration: underline;
}
ul.itemList li .content h3 {
	font-size: 12px;
	color: #333;
}
ul.itemList li .content p {
	margin: 3px 0 10px;
	line-height: 18px;
	font-size: 13px;
  font-family: Arial, Helvetica, sans-serif
}

/* more about article (tags, links etc.) */
ul.itemList li .content .more {
	font-family: Arial, Helvetica, sans-serif;
	width: 325px;
}
ul.itemList li .content .tags {
  height: 56px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
}


/* linki z ikonka */
.commentLink {
	float:left;
	background: url(/static/img/layout/icon_comment.png) no-repeat left 2px;
	padding-left: 17px;
}
.commentLink label {
	cursor: pointer;
}
.readMoreLink {
	float: right;
	background: url(/static/img/layout/buttons/go_triangle_right.gif) no-repeat right 2px;
	padding-right: 10px;
}
span.commentTotal {
	float: left;
	margin-left: 3px;
	color: #999;
}
.commentLink, .readMoreLink {
	color: #333;
	font-weight: bold;
}
.commentLink:hover, .readMoreLink:hover {
	color: #646259;
}

/* tags */
.tagList {
	margin-bottom: 15px;
}
.tags {
	clear: left;
}
.tag, .tag a {
	background: #fff url(/static/img/layout/articles/tag.gif) repeat-x bottom left;
}
.tag {
	float: left;
	background-position: top left;
	margin: 8px 14px 0 0;
	white-space: nowrap;
	font-size: 11px;
	height: 20px;
	padding-left: 7px;
}
.tag a {
	display: block;
	float: left;
	padding: 0 6px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
  text-decoration: none;
	color: #646259;
}
div.tag a:hover {
	color: #999;
}

/* article/photo page: actions */

.articleContent, .articleActions {
	position: relative;
}
.articleContent .wrapper{
	padding: 15px 0px 30px;
}
.articleActions .wrapper{
	padding: 15px 20px;
}
.articleContent p, .articleContent .full {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
.articleContent a.red {
	color: #f00;
}
.articleContent a.blue {
	color: #0003ff;
}
.articleActions {
	background: #FDFDFD url(/static/img/layout/bg_photo_dsc.gif) repeat-x scroll 0 0;
	border-top: 1px dashed #CAC8C2;
	border-bottom: 1px dashed #AEACA2;
}
.articleActions #articleLink22 {
	border: 1px solid #DEDEDE;
	margin-right: 90px;
	padding: 10px;
	background: #FDFDFD url(/static/img/layout/bg_article_link.gif) repeat-x;
}
.articleActions .zend_form dd, .articleActions .zend_form dt {
	width: auto;
	margin: 0;
}
.articleActions .services, .articleActions .actions {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: left;
}
.articleActions .services {
	margin-top: 10px;
}

.articleActions .services li, .articleActions .actions li {
	float: left;
}

#commentForm {
	margin-top: 0;
}
