/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #222222;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #EEEEEE;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 965px;
	height: 108px;
	margin: 0 auto;
}

#header h1, #header h2 {
	font-weight: normal;
	color: #FFFFFF;
}

/*#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	text-transform: none;
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}*/

/* Menu */


/* Content */

#content {
	width: 965px;
	margin: 0 auto 0 auto;
	padding: 0px;
	/*background: #111111 url(images/img04.jpg) repeat-x left bottom;*/
	/*background: #000000 url(images/bgr_red_r.jpg) no-repeat;*/
}

/* Posts */
#posts_bgr {
	float: right;
	width: 965px;
	min-height:200px;
	margin: 0px;
	padding: 0px;
	background: #1A0000 url(images/bgr_red_r.jpg) no-repeat top left;
	
}
#posts {
	float: right;
	width: 925px;
	margin: 20px;
	
}

/* Left side */


/* Submeniu */

/* Links */

/* Bottom */

/* Footer */

#footer {
	height: 25px;
	width: 965px;
	padding: 0;
	margin: 0 auto;
	background: #2D2D2D;
}

#footer p {
	padding: 3px;
	text-align: center;
	color: #999999;
}

/* Blog - news*/
.blog_post_title {
	font-weight: bold;
	text-transform: uppercase;
	/*letter-spacing: -0.5px;*/
	font-size: 11px;

}


/* Blog - news - small*/
.blog_post_title_small {
	font-weight: bold;
	/*text-transform: none;
	letter-spacing: -0.5px;*/
	font-size: 11px;
}
.blog_post_content_small {
	/*font-weight: bold;
	text-transform: none;
	letter-spacing: -0.5px;*/
	font-size: 11px;
	background: url(images/img06.gif) repeat-x right bottom;
}