/*-------------------------------------------    

    Reset

-------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/*-------------------------------------------    

    Links

-------------------------------------------*/

a, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #6d4d21;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {	
	border: none;
}
a, a:active, a:focus {
	outline: none;
}

/*-------------------------------------------    

    General Selectors (Typo: 6 7 8 9 10 11 12 14 18 21 24 36 48)

-------------------------------------------*/

html {
	font-size: 12px;
} 
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6d4d21;
	font-size: 12px;
	background: #f5f4ef;
	text-align:left;
	line-height: 18px;
}
p, ul, ol, dl { 
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #6d4d21;
}
h1 { 
	margin-bottom: 18px;
	color: #6d4d21;
	font: normal 30px/36px Arial, Helvetica, sans-serif;
}
h2 {
	margin-bottom: 18px;
	color: #6d4d21;
	font: normal 18px/22px Georgia, "Times New Roman", Times, serif;
}
h2 a, h2 a:visited {
	font-weight: normal;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
	color: #6d4d21;
	font-weight: bold;
}
h4 {
	margin-top: 18px;
}
.clear {
	clear: both;
}
label {
	line-height:18px;
	vertical-align:middle;
}
input {
	line-height:18px;
	vertical-align:middle;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6d4d21;
}
table {	
	border-spacing: 0; 
	border-collapse: collapse;
	/* tables still need 'cellspacing="0"' in the markup */
}
img {
	display: block;
}
p img, ul img, ol img {
	display: inline;
}
p img.floatLeft {
	float: left;
	margin: 0 10px 3px 0;
}
p img.floatRight {
	float: right;
	margin: 0 0 3px 10px;
}
button {
	padding: 0;
	margin: 0;
	background: none;
	border: 0 none;
	vertical-align: top;
	cursor: pointer;
}
/*-------------------------------------------    

    Header

-------------------------------------------*/

#header {
	background: #000;
	height: 30px;
	padding: 5px 12px 5px 18px;
	margin-right: 6px;	
}
#header .date {
	color: #ffc20e;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 30px;
	margin-bottom: 0;
	width: 177px;
	float: left;
}
#header .lang {
	float: right;
	font-size: 10px;
	line-height: 30px;
	margin-bottom: 0;
	margin-right: 11px;
	text-align: right;
	color: #fff;
	}
	#header .lang a, #header .lang a:visited {
	color: #fff;
	}
	#header .lang a.active, #header .lang a.active:visited {
	color: #FFC20E;
	}

/* -- NAV -- */

#nav {
	height: 30px;
	width: 680px;
	float: left;
	list-style-type: none;
	margin: 0 0 0 13px;
	background: url(../images/nav.png) no-repeat 0 -30px;
}
#nav li {
	display: block;
	float: left;
	line-height: 30px;
	text-align: center;
}
#nav li a {
	height: 30px;
	display: block;
	float: left;
	text-indent: -123456px;
}
#nav li a#home{
	width: 60px;
}
#nav li a#clanovi{
	width: 150px;
}			
#nav li a#vesti{
	width: 52px;
}
#nav li a#usluzni{
	width: 116px;
}
#nav li a#forum{
	width: 65px;
}
#nav li a#linkovi{
	width: 69px;
}
#nav li a#dokumenti{
	width: 91px;
}
#nav li a#kontakt{
	width: 73px;
}
#nav li a#home:hover, #nav li a#home.active{
	background: url(../images/nav.png) no-repeat 0 0;
}
#nav li a#clanovi:hover, #nav li a#clanovi.active{
	background: url(../images/nav.png) no-repeat -60px 0;
}			
#nav li a#vesti:hover, #nav li a#vesti.active{
	background: url(../images/nav.png) no-repeat -210px 0;
}
#nav li a#usluzni:hover, #nav li a#usluzni.active {
	background: url(../images/nav.png) no-repeat -262px 0;
}
#nav li a#forum:hover, #nav li a#forum.active {
	background: url(../images/nav.png) no-repeat -378px 0;
}
#nav li a#linkovi:hover, #nav li a#linkovi.active {
	background: url(../images/nav.png) no-repeat -443px 0;
}
#nav li a#dokumenti:hover, #nav li a#dokumenti.active {
	background: url(../images/nav.png) no-repeat -512px 0;
}
#nav li a#kontakt:hover, #nav li a#kontakt.active {
	background: url(../images/nav.png) no-repeat -603px 0;
}


/*-------------------------------------------    

    Template

-------------------------------------------*/

#wrapper {
	width: 958px;
	text-align: left;
	margin: 0 auto;
	background: #fff url(../images/bg-wrapper.png) repeat-y left top;
	overflow: hidden;
}

/* -- LEFT -- */

#left {
	width: 164px;
	float: left;
	margin: 0px 10px 10px 0;
	background: url(../images/bg-left.jpg) no-repeat left top;
	min-height: 482px;
	height: auto !important;
	height: 482px;
	padding: 39px 18px 0 13px;
}
#left h1 {
	text-indent: -123456px;
}
#left h1 a {
	display: block;
	width: 164px;
	height: 62px;
	background: url(../images/netwood.gif) no-repeat;
}
#left h1 a:hover {
	opacity: .90;
}	



/* -- CENTER -- */

#center {
	width: 446px;
	float: left;
	margin: 20px 10px 20px 10px;
	padding: 30px 18px 0 18px;
	background: #f5f4ef;
	border: 1px solid #c0bcb9;
	}
	#center:hover {
	border: 1px solid #A7A39E;
}
.entry-content {
	background: url(../images/border-dotted.gif) repeat-x left bottom;
	overflow: hidden; /*float*/
	margin-bottom: 18px;
}
.entry-content ul, .entry-content ol {
	margin-left: 16px;
}
.entry-content a, .entry-content a:visited {
	text-decoration: underline;
}
.entry-content a:hover {
	text-decoration: none;
}
.entry-content h2 a, .entry-content h2 a:visited {
	text-decoration: none;
}
.entry-content h2 a:hover {
	text-decoration: underline;
}
.entry-content img {
	border: 1px solid #bfb19e;
	padding: 2px;
	background: #fff;
}
.home {
	background: none;
}
.home img{
	padding: 8px;
	margin-bottom: 10px;
}
#center h2 {
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#center .date {
	font-size: 11px;
	display: block;
	color: #BFB09B;
}
.homeLeft {
	width: 47%;
	float: left;
	text-align:justify;
}
.homeRight {
	width: 47%;
	float: right;
	text-align:justify;
}


/* -- RIGHT -- */

#right {
	width: 222px;
	float: left;
	margin: 20px 20px 20px 0;
}
#right h2 {
	background: url(../images/border-dotted.gif) repeat-x left bottom;
	padding-bottom: 10px;
	font-style: italic;
}
#right h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#right p, #right span {
	font-size: 11px;
}
#right ul, #right ol {
	font-size: 11px;
	margin-left: 20px;
}
#right .date {
	margin-top: 18px;
	display: block;
	font-size: 10px;
	color: #BFB09B;
}
.rightBox {
	padding: 10px 18px 0 18px;
	background: #f5f4ef;
	border: 1px solid #c0bcb9;
	margin: 0 0 10px 0;
	}
	.rightBox:hover {
	border: 1px solid #A7A39E;
}
#right form {
	margin-bottom: 18px;
}
#right form input {
	margin-bottom: 5px;
}
#right form input#inputSearch {
	width: 152px;
}
span.editLink {
	background: #fff;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #dedede;
}
span.editLink:hover {
	border: 1px solid #ccc;
}
.loginBox #username, .loginBox #password {
	width: 152px;
	color: #bababa;
}
.loginBox input {
	margin: 3px 0;
}
.smallThumbnails {
	list-style-type: none;
	margin: 0 0 18px 0 !important;
	overflow: hidden;
}
.smallThumbnails li {
	float: left;
	margin: 0 10px 10px 0;
}
.smallThumbnails li a, .smallThumbnails li a:visited {
	background: #fff;
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	padding: 2px;
	border: 1px solid #BFB19E;
}
.smallThumbnails li a:hover {
	background: #f8f8f8;
	border: 1px solid #978c7d;
}
.smallThumbnails li img {
	display: block;
	border: 0 none;
	background: none;
	padding: 0;
}
.bigThumbnails {
	list-style-type:none;
	margin: 0;
}
.bigThumbnails li {
	float: left;
}
.bigThumbnails li a, .bigThumbnails li a:visited {
	background: #fff;
	display: block;
	float: left;
	width: 195px;
	margin: 0 18px 18px 0;
	height: 150px;
	border: 1px solid #A7A39E;
	padding: 4px;
}
.bigThumbnails li a:hover {
	background: #f8f8f8;
	border: 1px solid #978C7D;
}
.bigThumbnails li img {
	display: block;
}
.published {
	margin-bottom: 0px;
	font-size: 10px;
}
.zemThanks {
	padding: 10px;
	border-top: 1px solid #99CC99;
	border-bottom: 1px solid #99CC99;
	background: #E2F9E3;
	color: #006600;
	font-weight: bold;
	margin: 0 !important;
	padding: 10px;
	list-style-type: none;
}
.zemThanks p {
	margin: 0;
}
.zemError {
	border-top: 1px solid #FFC2CA;
	border-bottom: 1px solid #FFC2CA;
	background: #FFEDEF;
	font-weight: bold;
	color:#CC0000;
	margin: 0 !important;
	padding: 10px;
	list-style-type: none;
}
.error {
	font-weight: bold;
	color:#CC0000;
}
.ulogovaniSte {
	background: #fff;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-size: 11px;
	padding: 2px;
}


/* wysiwyg-editor ms-word issues */

.entry-content table {
	margin: 18px 1px 18px 1px !important;
}
.entry-content table u {
	text-decoration: none !important;
}
.entry-content table td {
	padding: 5px 5px 2px 5px !important;
	border: 1px solid #A7A39E!important;
	background: none !important;
}
.entry-content p {
	font-size: 12px !important;
	font-family: Arial,Helvetica,sans-serif !important;
	color: #6D4D21 !important;
}
.entry-content table p {
	margin-bottom: 0 !important;
}
.entry-content span {
	margin-bottom: 0 !important;
	font-size: 12px !important;
	font-family: Arial,Helvetica,sans-serif !important;
	color: #6D4D21 !important;
}
.entry-content.home-entry-content p em {
	font-family: Georgia,"Times New Roman",serif;
}

/*-------------------------------------------    

    Footer

-------------------------------------------*/

#footer {
	clear: both;
	padding-bottom: 18px;
	background: #f5f4ef url(../images/bg-footer.png) no-repeat left top;
	padding-top: 10px;
}
#footer p.copy {
	color: #BFB09B;
	margin-bottom: 0;
	padding-left: 235px;
	font-size: 11px;
}
#footer a, #footer a:visited {
	color: #BFB09B;
}
