body {
	margin: 0;
	font-family: arial;
/*	background: url(../images/bg_01.png) center top repeat;*/
}
.clear {
	clear: both;
}
*:focus {
	outline: none;
}
.wraper-1 {
	width: 100%;
	/*height: 700px;*/ /*brisati posle*/
	background: url(../images/wraper_1_bg.png) center top repeat-x;
}
.wraper-2 {
	width: 100%;
	height: 700px; /*brisati posle*/
	background: url(../images/wraper_2_bg.png) center 49px no-repeat;
}
.header {
	width: 960px;
	height: 243px;
	margin: 0 auto;
	/*background: #ccc;*/
}
.main-menu {
	height: 48px;
	text-align: right;
}
.main-menu a {
	display: block;
	float: right;
	width: 110px;
	height: 30px;
	margin: 8px 4px 0 0;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 0.9em;
	background: url(../images/menu_point_bg.png) left top no-repeat;
}
.main-menu a:hover {
	background: url(../images/menu_point_bg.png) left -30px no-repeat;
	color: #000;
}
.main-menu a.active {
	background: url(../images/menu_point_bg.png) left -60px no-repeat;
}
.logo {
	display: block;
	width: 400px;
	height: 100px;
	margin: 30px 10px;
	background: url(../images/logo.png) left top no-repeat;
}
.logo img {
	width: 400px;
	height: 100px;
	border: none;
}
.bg-switcher {
	width: 262px;
	height: 243px;
	position: relative;
	float: left;
	margin: -160px 0 0 530px;
}
.rss {
	float: right;
	text-align: right;
	margin: -38px 35px 0 0;
	position: relative;
	z-index: 1;
}
.rss a {

}
.rss a img {
	border: none;
	width: 110px;
	height: 107px;
}
.content-black-bg {
	width: 100%;
	min-height: 850px;
	margin: 0 auto;
	background: url(../images/black_bg.png) center top no-repeat;
}
.content-top {
	width: 964px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/content_top_bg.png) center top no-repeat;
}
.content {
	width: 894px;
	min-height: 750px;
	margin: 0 auto;
	padding: 25px 35px;
	background: #fff url(../images/content_bg.png) center top repeat-y;
}
.left {
	float: left;
	width: 640px;
	padding-right: 30px;
/*	border-right: 1px dotted #ccc;*/
	background: url(../images/side_devider.png) right top repeat-y;
}
.item {
	margin-top: 20px;
}
.date {
	float: left;
	width: 49px;
	height: 58px;
	margin-right: 10px;
	background: url(../images/date.png) center top no-repeat;
}
.month {
	text-align: center;
	font: bold 0.7em arial;
	color: #fff;
	padding-top: 13px;
	letter-spacing: 0.03em;
}
.day {
	text-align: center;
	font: bold 0.9em arial;
	color: #4c4c4c;
	padding-top: 6px;
}
.image-small {
	float: left;
	width: 150px;
	height: 112px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 5px 10px 0 0;
}
.image-big {
	float: left;
	width: 630px;
	height: 200px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}
h1 {
	color: #777;
	text-transform: uppercase;
	margin-top: 0;
}
.green {
	color: #97b924;
}
.blue {
	color: #60c7e6;
}
h2 {
	color: #60c7e6;
	margin: 0;
	font: normal 1.8em arial;
}
h2 a {
	color: #60c7e6;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	color: #777;
	margin: 0;
	font: normal 1.4em arial;
}
h4 {
	color: #60c7e6;
	font: normal 1.3em arial;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
p {
	line-height: 1.6em;
}
a {
	color: #000;
}
.item-stuff {
	padding: 5px 0 5px 30px;
	background: #e7f6fa url(../images/tags.png) 10px 15px no-repeat;
	font-size: 0.8em;
	line-height: 2em;
	margin-top: 25px;
}
.item-stuff a {
	margin: 0 3px;
}
.one-item-stuff {
	padding: 1px 0 5px 30px;
	background: #e7f6fa url(../images/tags.png) 10px 11px no-repeat;
	font-size: 0.8em;
	line-height: 2em;
	margin-top: 25px;
}
.one-item-stuff a {
	margin: 0 3px;
}
.one-item-stuff .tags-n-comments {
	float: left;
	width: 100%;
	padding-top: 5px;
}
.tags-n-comments {
	float: left;
	width: 75%;
	padding-top: 5px;
}
.tags-n-comments a {
	float: left;
}
.tags-label {
	float: left;
	color: #777;
}
.comments {
	float: left;
	color: #777;
	padding-left: 30px;
	background: url(../images/comments.png) 10px 5px no-repeat;
}
.comments span {
	color: #000;
}
.read-more {
	float: right;
	text-align: right;
	padding: 5px;
}
.read-more a {
	background: #fafecc url(../images/more.png) 10px 5px no-repeat;
	padding: 4px 10px 4px 35px;
	border: 1px dotted #8eaf1e;
	text-decoration: none;
}
.read-more a:hover {
	background: #ceeb77 url(../images/more.png) 10px 5px no-repeat;
}
.social-networks {
	margin-top: 30px;
}
.social-networks img {
	border: none;
	width: 24px;
	margin-right: 5px;
}

/* Leave a comment */

.leave-comments-container {
	margin-top: 40px;
	
}
.one-comment {
	background: #e7f6fa;
	padding: 1px 0;
	border: 1px solid #9ad2e1;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:15px;
/*	margin-top: 17px;*/
	margin: 20px 0;
}
.one-comment-header {
	height: 40px;
	line-height: 39px;
	background: #d6ebf1;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #fff;
	-moz-border-radius-topleft:15px;
}
.avatar {
	float: right;
}
.one-comment-header img {
	width: 40px;
	background: #fff;
	padding: 0 1px;
	border-left: 1px solid #9ad2e1;
}
.comment-by {
	float: left;
	padding-left: 30px;
	background: url(../images/comment.png) left 10px no-repeat;
}
.comment-date {
	float: left;
	padding-left: 30px;
	margin-left: 10px;
	background: url(../images/comment-date.png) left 10px no-repeat;
}
.one-comment-body {
	padding: 0 20px;
	font-size: 0.9em;
	color: #555;
	border-top: 3px solid #759ba5;
}

/* Comment Form */

.comment-form {
	padding: 0 20px 20px 20px;
	color: #555;
	background: #e7f6fa;
	border: 1px solid #9ad2e1;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:15px;
	margin: 15px 0;
}
.comment-label {
	font-size: 1.5em;
	margin: 20px 0 10px 0;
}
.comment-input-name, .comment-input-email {
	width: 270px;
	height: 35px;
	padding: 10px 15px 0 55px;
}
.comment-input-name {
	background: url(../images/input_name.png) left top no-repeat;	
}
.comment-input-email {
	background: url(../images/input_email.png) left top no-repeat;	
}
.comment-input-name input, .comment-input-email input {
	width: 270px;
	height: 35px;
	border: none;
	font: normal 1.4em arial;
	color: #206276;
	border: none;
	background: none;
}
.comment-input-body, .comment-input-body textarea {
	width: 525px;
	height: 230px;
	font: normal 0.7em arial;
}
.comment-input-body {
	padding: 10px 15px 10px 55px;
	background: url(../images/input_body.png) left top no-repeat;	
}
.comment-input-body textarea {
	border: none;
	font: normal 1.4em arial;
	color: #206276;
	border: none;
	background: none;
}
.submit-comment {
	margin-top: 20px;
	width: 230px;
	height: 50px;
	font-size: 1.3em;
	color: #fff;
	border: none;
	background: url(../images/submit_comment_button.png) left top no-repeat;
	cursor: pointer;
}
/* Right Side */

.right {
	float: right;
	width: 200px;
/*	background: #ededed;*/
}
.search {
	width: 130px;
	height: 35px;
	padding: 10px 15px 0 55px;
	background: url(../images/search_bg.png) center top no-repeat;
}
.search input {
	width: 130px;
	height: 35px;
	border: none;
	font: normal 1.4em arial;
	color: #206276;
	border: none;
	background: none;
}
.sub-menu-block {
	margin: 20px 0;
}
.sub-menu-block a {
	display: block;
	color: #333;
	line-height: 1.6em;
	margin: 1px 0;
	padding: 2px 0;
	border-top: 1px solid #ccc;
	text-decoration: none;
	font-size: 0.9em;
}
.sub-menu-block a:hover {
/*	color: #97b924;*/
/*	background: #eee;*/
	text-decoration: underline;
/*	padding-left: 3px;*/
/*	text-align: right;*/
}
.tag-clouds {
	margin: 20px 0;
	text-align: center;
}
.tag-clouds h4 {
	text-align: left;
}
.tag-clouds a {
	margin: 3px;
	color: #777;
}
.tag-clouds a:hover {
	color: #000;
}
.content-bottom {
	width: 964px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/content_bottom_bg.png) center top no-repeat;
}
.footer-wraper {
	width: 100%;
	background: url(../images/transparent_bg.png) center top repeat;
	margin-top: 60px;
	border-top: 10px solid #000;
}
.footer {
	width: 960px;
	min-height: 300px;
	margin: 0 auto;
	color: #777;
	padding: 40px 0;
}
.footer h4 {
	color: #97b924;
}
.footer a {
	color: #777;
}
.footer a:hover {
	color: #97b924;
}
.footer-block-1 {
	float:left;
	width: 41%;
	padding-right: 20px;
}
.footer-block-2 {
	float: left;
	width: 25%;
	margin: 0 20px 0 0;
	padding: 0 20px;
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
}
.footer-block-2 a {
	display: block;
	line-height: 1.5em;
	background: url(../images/post.png) left 8px no-repeat;
	padding-left: 16px;
}
.footer-block-3 {
	float: left;
	width: 20%;
}
.end-wraper {
	width: 100%;
	background: #000;
	border-top: 1px solid #333;
}
.end {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	color: #333;
	padding: 20px 0;
	background: #000;
	text-align: center;
}
.end a {
	color: #666;
	margin: 0 30px;
	text-decoration: none;
}
.end a:hover {
	color: #60c7e6;
}
a.valid {
	margin: 0 10px;
}
a.valid img {
	border: none;
}