/*
# ***** BEGIN LICENSE BLOCK *****
#
# Noviny2
# Theme by Pierre Van Glabeke
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# ***** END LICENSE BLOCK *****
*/
#overview {
  display:block;
	margin-left : 0;
	width : 746px;
	background: url(../img/overview-bg.png) repeat-y 230px top transparent;
}
#overview div.block {
	width: 225px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	word-wrap: break;
	height: 100%;
	margin: 0 16px 20px 0;
}
* html #overview div.block { /* IE6 */
	display: inline;
}
*+html #overview div.block { /* IE7 */
	display: inline;
}

#overview div.block img.front {
	float: right;
	display: block;
	margin: 0 0 10px 20px;
}
#overview p.category-title {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 5px;
	line-height: 1;
}
#overview p.category-title a {
	color: #998f76;
}
#content #overview h2.post-title {
	font-size: 2.6em;
	margin:0;
}
#content #overview h2.post-title a {
	color: #000;
}
#overview div.post-content {
	margin: 2px 0 2px 0;
	color: #8c6f4a;
	clear:none;
}
#overview div.post-content p {
  line-height: 1.4;
  text-align: justify;
	margin: 0;
}
.date-overview{
color:#c7c7c7;
}