@charset "utf-8";

/* ZAKLADNI NASTAVENI */

* { 
  margin: 0; 
  padding: 0;
}

body { 
  background: url('../images/bg_body.png') repeat-x top left;
}
	
body { 
	background-color: #fff;
}

.title, 
.title #site-title a { 
	color: #fff;
}
	
.title { 
	text-align: left;
}
	
#content { 
	float: right; 
	margin-top: -20px;
}

#sidebar { 
	float: left; 
}

#content .obs-content h1, 
#content .obs-content h2 a,
#content .obs-content h2 a:hover { 
  color: #696969;
}

.title #site-title .first-word,
.title #site-title .first-word:hover { 
  color: #fff;
}
		
#content a,
#sidebar .tag_cloud a,
#sidebar .tag_cloud a:hover,
#sidebar .info a,
#sidebar .info a:hover {
  color: #e51000;
}

#footer {
  background: url('../images/bg_body-bottom.png') repeat-x top left;
}

body {
  color: #696969;
  font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
  font-size: 14px;
  line-height: 1;
 	text-align: center;
}

#all {
  width: 1050px;
  text-align: left;
  margin: 0 auto;
}

#container {
  background: url('../images/bg_container-top.png') no-repeat top left;
}

#container-bottom {
  background: url('../images/bg_container-bottom.png') no-repeat bottom left;
}

#subcontainer {
  padding-top: 15px;
  padding-bottom: 30px;
  line-height: 19px;
  width: 912px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
	background: #fff;
}

#sidebar {
	width: 200px;
	position: relative;
}

#content {
	width: 670px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#footer {
  color: #575757;  
  height: 150px;
  text-align: center;
  font-size: 12px;
}

#footer-obs {  
	padding-top: 25px;
  padding-bottom: 90px;
	width: 1050px;
	margin: 0 auto;
	background: url('../images/bg_footer.png') no-repeat top left;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding-top: 0px;
  padding-bottom: 10px;
  overflow: visible;
  zoom: 1;
}

blockquote {
	border-left: 7px solid #ff0900;
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
}

blockquote p {
	padding-top: 3px;
	padding-bottom: 3px;
}

textarea {
  font-size: 13px;
}

code {
	font-size: 12px;
}

#content p {
	text-align: justify;
}

.alignleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.alignright {
	float: right;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.ad-top {
}

.ad-bottom {
	padding-top: 30px;
}

.podheader {
}

.meta-prep,
.meta-sep,
.entry-utility-prep {
	font-weight: bold;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.clear {
	display: block;
	clear: both;
}

#top {
	height: 195px;
	background: url('../images/bg_top.png') no-repeat top left;
	padding-top: 55px;
	padding-left: 69px;
	padding-right: 67px;
}

#top1 {
	background: url('../images/bg_top1.png') no-repeat top left #e51000;
	width: 306px;
	height: 195px;
	float: left;

	-webkit-border-radius: 20px;

	-khtml-border-radius: 20px;

	-moz-border-radius: 20px;

	border-radius: 20px;


}

#header {
	background: url('../images/default_header.jpg') no-repeat top left;
	width: 608px;
	height: 195px;
	float: right;

	-webkit-border-radius: 20px;

	-khtml-border-radius: 20px;

	-moz-border-radius: 20px;

	border-radius: 20px;

}

#header-menu {
	background: url('../images/bg_header-menu.png') no-repeat top left;
	height: 63px;
}

#header-menu ul {
	width: 900px;
	margin: 0 auto;
	padding-top: 17px;
}

#header-menu li {
	display: inline;
	float: left;
}

#header-menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

#header-menu a:hover {
	cursor: pointer;
}

#header-menu a .btn-left {
	height: 40px;
	width: 8px;
	display: block;
	float: left;
}

#header-menu a .btn {
	height: 33px;
	display: block;
	float: left;
	padding-top: 7px;
	padding-left: 6px;
	padding-right: 6px;
}

#header-menu a .btn-right {
	height: 40px;
	width: 8px;
	display: block;
	float: left;
}

#header-menu a:hover .btn-left {
	background: url('../images/btn-left.png') no-repeat top left;
}

#header-menu a:hover .btn {
	background: url('../images/btn.png') no-repeat top center;
}

#header-menu a:hover .btn-right {
	background: url('../images/btn-right.png') no-repeat top left;
}

/* HEADER */
.title {
	padding-top: 55px;
	padding-left: 20px;
	padding-right: 10px;
}

.title #site-title a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}

.title #site-title a:hover {
	text-decoration: none;
}

#search {
  float: right;
  height: 30px;
  padding-top: 3px;
  margin-right: 100px;
  margin-top: -47px;
}

#search .keyword {
  float: left;
  border: none;
  width: 150px;
  background: url('../images/search.png') no-repeat top left;
  padding-top: 8px;
  font-size: 12px;
  padding-bottom: 9px;
  padding-left: 20px;
  color: #fff;
}

#search .go {
  float: left;
  border: none;
  width: 43px;
  height: 33px;
  background: url('../images/btn_search.png') no-repeat top left;
}

/* CONTENT */
/* CONTENT */
#content .obs-content h1, 
#content .obs-content h2 a,
.page-template-default #content h2 {
	font-size: 20px;
  letter-spacing: 1px;
  font-weight: normal; 
  background: url('../images/h3_left.png') repeat-x bottom left;
  border: 1px solid #ededed;
  display: block;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 15px;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  behavior: url('pie.htc');
}

#content .entry-content h2 {
	background: none;
	border: none;
}

#content .page-title {
	background: none !important;
	padding-left: 0 !important;
}


.archive #content h1,
.search #content h1 {
	color: #000;
	font-size: 25px;
	padding-bottom: 20px;
}

.archive .page-title {
	border: none !important;
}

.home .post,
.archive .post,
.search .post {
	padding-bottom: 40px;
}

#content .entry-meta {
	padding-top: 10px;
	padding-bottom: 8px;
}

.page .entry-content {
	padding-top: 10px;
}

.single .entry-utility {
	padding-bottom: 30px;
}

#content .entry-meta,
#content .entry-utility,
.post .entry-content,
.tag .entry-summary,
.tag .entry-utility,
.category .entry-summary,
.category .entry-utility,
.archive .entry-summary,
.page .entry-content,
.single .entry-utility {
	padding-left: 15px;
	padding-right: 15px;
}

#content h3 {
  color: #;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 6px;
}

#content .post ul,
#content .page ul {
  padding-bottom: 12px;
  padding-top: 4px;
  padding-left: 10px;
}

#content .related-post {
	padding-bottom: 20px;
}

#content .post li,
#content .page li,
#content .related-post li {
	margin-left: 22px;
  	padding-left: 5px;
	list-style-type: disc;
  	padding-bottom: 2px;
}

/* COMMENTS */
#comments .children {
	padding-left: 50px;
}

.comment-form-author .required {
	padding-right: 70px;
}

.comment-form-email .required {
	padding-right: 10px;
}

.comment-form-url label {
	padding-right: 23px;
}

/* FOOTER */
#footer a {
  color: #575757;
  line-height: 18px;
}