html, body, div {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: none;
}
a:focus, a:hover {
	color: #006699;
	text-decoration: none;
}
a {
	color: #006699;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.space {
	height: 15px;
	background: none;
}
/* TYPOGRAPHY */
body {
	font-size: 12px;
	color: #000;
	background: url(images/bg-top.jpg) top center repeat-x;
	font-family: Arial;
}
h1, h2, h3 {
	color: black;
	margin: 0;
	padding: 0;	
}
h1 {
	font-size: 19px;
	margin-bottom: 8px;
}
h2 {
	font-size: 17px;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 5px;
}
.big {
	font-size: 14px;
	margin-bottom: 2px;
}
.slabe {
  font-weight: normal; 
}
/* LAYOUT */
#wrap {
	width: 800px;
	margin: 0 auto;
}
#header {
  background: url(images/header.jpg) top center repeat-x;
  width: 800px;
  height: 180px;
}
.top-menu-button {
  width: 130px;
  height: 52px;
}
.top-logo {
  width: 798px;
  height: 108px;
}
#top {
  background: #EEEDD9;
  width: 798px;
  height: 324px;
  border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#top-text {
  width: 245px;
  padding-top: 10px;
  padding-left: 10px;
  float: left;
}
#LOGO {
  float: right;
  width: 534px;
  height: 324px;
  margin: 0;
  padding: 0;
}
#top-page {
  width: 798px;
  border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#sidebar {
  width: 245px;
  padding: 10px;
  background: #EEEDD9;
  float: left;
  min-height: 600px;
}
#content {
  float: right;
  width: 500px;
  margin: 15px;
}
#container {
  border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	width: 798px;
}
.box1 {
  width: 372px;
  margin: 15px 0 10px 15px;
  padding-right: 5px;
	float: left;
	color: #006699;
}
.box {
  width: 180px;
  margin: 15px 0 10px 15px;
	float: left;
	color: #006699;
}
.dots {
	border-right: 2px dotted #ccc;
}
.mezibox {
	border-top: 2px dotted #ccc;
	width: 775px;
  margin: 0 0 0 12px;
}

.spodni-box1 {
  width: 390px;
  float: left;
  background: #F8F8ED;
	border: 1px solid #ccc;
	margin-top: 15px;
}
.spodni-box2 {
  width: 393px;
  float: right;
  background: #F8F8ED;
	border: 1px solid #ccc;
	margin-top: 15px;
}
.spodni-box1 p, .spodni-box2 p, .spodni-box1 h2, .spodni-box2 h2 {
	margin: 10px;
}





#top, #featured, #contentwrap, #footer {
	margin: 0;
	padding: 0;
}
.br-h, .clear {
	clear: both;
}
img {
	border: 0px none;
	outline: none!important;
}
p {
	margin: 0 0 6px 0;
	line-height: 1.5;
}
p img.left, img.alignleft {
	float: left;
	margin: 0 7px 5px 0;
	padding: 0;
}
p img.right, img.alignright {
	float: right;
	margin: 0 0 5px 7px;
}

blockquote {
	margin: 1.5em;
	color: #000;
	font-style: italic;
	border-left: 5px solid #a0a0a0;
	padding: 0 0 0 10px;
}
.strong {
	font-weight: bold;
}
#content ul, ol {
	padding-left: 15px;
	padding-bottom: 5px;
}
#content ul {
	list-style-type: dot;
}
#content ul li {
	margin: 5px;
}
#content ol {
	list-style-type: decimal;
}
hr {
	background: #9F9F9F;
	height: 1px;
	border: none;
	color: #000;
	width: 100%;
	margin: 0;
}
.post table {
	margin-bottom: 1.4em;
	width: 100%;
}
.post th {
	font-weight: bold;
	background: #999;
	color: #000;
}
.post thead tr th {
	background: #9f9f9f;
}
.post th, td {
	border-right: 1px solid #ccc;
}
.post td.pad {
	border: none;
}
.post th, td {
	padding: 4px 10px 4px 5px;
	text-align: center;
}
.post caption {
	background: #eee;
	text-align: center;
}
.post tr.even td {
	background: #bfbfbf;
}
.post tfoot td {
	border: none;
}
.post #next {
	text-align: left;
	padding: 10px 0;
}
.post #prev {
	text-align: right;
	padding: 10px 0;
}
/* FORMS */
label {
	font-weight: bold;
	font-size: 14px;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
}
input {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 4px;
}
input[type=text], input[type=password], textarea, select {
	background-color: #fff;
	border: 1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	border-color: #666;
}
input[type=text], input[type=password], textarea, select {
	margin: 0.5em 0;
}
textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
	border: 1px solid #bbb;
	margin: 5px 0;
}
input[type=radio], input.radio {
	position: relative;
	top: 0;
	border: none;
}
input[type=checkbox], input.checkbox {
	position: relative;
	top: 0;
}
input[type=submit], input[type=reset] {
	border: 1px solid #6F6F6F;
	background: #9f9f9f;
	color: #fff;
	margin: 0;
	padding: 5px;
}
fieldset p, form p {
	margin: 0;
	padding: 0!important;
}

/* TOP */
.logo {
	float: left;
}
.logo h1 {
	padding: 10px 0 0 5px;
	color: #963A21;
}

.navleft a {
	float: left;
	width: 50px;
	height: 260px;
	margin: 0;
	display: block;
	text-indent: -4000px;
	overflow: hidden;
	text-decoration: none;
	padding: 0;
}
.navright a {
	float: right;
	width: 50px;
	height: 260px;
	margin: 0;
	display: block;
	text-indent: -4000px;
	overflow: hidden;
	text-decoration: none;
	padding: 0;
}
/* CONTENT */
.entry {
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px 25px 25px 25px;
	margin-right: 20px;
}
.entry img {
	border: 5px solid #e4e4e4;
}
.edit {
	float: right;
	padding: 0;
	margin: 0;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* FOOTER */
#footer {
	height: 105px;
	background: url(images/bg-foot.jpg) bottom center repeat-x;
	padding-top: 15px;
}
#footer-footer {
  margin: 0 auto;
  width: 800px;
	height: 105px;
	background: url(images/logo-foot.jpg) left top no-repeat;
}
#footer p {
	font-size: 11px;
	text-align: right;
	padding-top: 45px;
}
#footer p a {
	color: #ccc;
}
.thumbnail {
	float: left;
	padding: 0;
	overflow: hidden;
	line-height: 170px;
	text-align: center;
}
.post img {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	background: #c7c7c7;
	border: 1px solid #fff;
}
#accessbility {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
