@charset "utf-8";
/* CSS Document */

/*
Theme Name: VUM Sabac
Theme URI: www.vumdoo.com
Description: Custom WordPress theme for VUM Sabac. Version: 1
Author: Damjan Gataric, EtonDigital
Author email: damjan.gataric@etondigital.com
Tags: red, 2 columns
*/

ul, li, p, a, img, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}


body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding-top: 56px;
	background: url(images/body-bg.gif) #e5d5bd top repeat-x;
}

#container {
	margin: 0 auto;
	width: 645px;
	height: 700px;
	position: relative;
}

#lang {
	float: right;
	height: 60px;
	width: 500px;
	text-align: right;
}



/*---column left--------------------------------------------------------*/

#column-left {
	width: 241px;
	float: left;
	padding-top: 161px;
	background: #fff url(images/column-left-bg.gif) repeat-y;
}
#column-left h2 {
	font-size: 1.6em;
	color: #FFEAEA;
	margin: 15px 20px;
	text-align: left;
}
#column-left p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 15px 30px 15px 20px;
	text-align: left;
	color: #FFFFFF;
}
#column-left .photoframe {
	background: #D50B0B url(images/bg_photoframe_top.gif) no-repeat top;
	width: 179px;
	margin: 0 auto;
	margin-bottom: 15px;
}
#column-left .photoframe img,
#column-left photoframe a img {
	border: 1px solid #FFFFFF;
	margin: 15px 15px 0;
}
#column-left .photoframe p.bottom {
	margin: 0px;
	padding: 5px 15px;
	background: url(images/bg_photoframe_bottom.gif) no-repeat bottom;
	font-size: 1.1em;
	line-height: 1em;
}



/*---column right--------------------------------------------------------*/

#column-right {
	width: 395px;
	background: url(images/column-right-bg.gif) #fff repeat-y;
	float: right;
	clear: both;
	margin-bottom: 50px;
}


#photo-header-frame {
	height: 165px;
	background: url(images/photo-header-shadow.png);
	position: relative;
	z-index: 1000;
}
#photos-header {
	position: absolute;
	z-index: 100;
	top: 0;
	right: -1px;
	width: 395px;
	height: 165px;
	overflow: hidden;
}


#logo {
	position: absolute;
	left: -23px;
	top: -35px;
	width: 281px;
	height: 200px;
	background: url(images/logo.gif) no-repeat;
	z-index: 1000;
}

#logo a {
	text-indent: -9000px;
	display: block;
}


/*---content----------------------------------------------*/

#column-right h2 {
	font-size: 1.8em;
	color: #8E0000;
	margin: 15px 20px;
	line-height: 1.4em;
	border-bottom: 1px dashed #ECE9D8;
}
#column-right h2 a {
	text-decoration: none;
	color: #8E0000;
}
#column-right h3 {
	font-size: 1.6em;
	color: #CC3333;
	margin: 0 20px;
	line-height: 1em;
}
#column-right h3 a {
	text-decoration: none;
	color: #CC3333;
}
#column-right h3 a:hover {
	text-decoration: underline;
}
#column-right p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 15px 20px;
}
#column-right small {
	display: block;
	margin: 0 20px;
	color: #555;
}
#column-right p.postmetadata {
	margin-top: 1px;
	border-top: 1px dotted #ddd;
	text-align: right;
}
#column-right p.postmetadata a {
	text-decoration: none;
}
#column-right p.postmetadata a:hover {
	text-decoration: underline;
}
#column-right img {
	display: block;
	margin: 0 auto;
}
#content-footer {
	background: url(images/content-footer-bg.gif) no-repeat;
	height: 20px;
}

#column-right p.edit {
	text-align: right;
	border-top: 1px dotted #ddd;
}
#column-right p.edit a {
	text-decoration: none;
}
#column-right p.edit a:hover {
	text-decoration: underline;
}
#column-right a.more-link {
	font-size: 0.9em;
	color: #CC3333;
	text-decoration: none;
}
#column-right a.more-link:hover {
	text-decoration: underline;
}

#column-right div.navigation {
	margin: 10px 20px;
}
#column-right div.navigation a {
	color: #CC3333;
	text-decoration: none;
	font-size: 1.1em;
}
#column-right div.navigation a:hover {
	color: #CC3333;
	text-decoration: underline;
}
#column-right div.navigation div.alignleft {
	margin-bottom: 5px;
}

#column-right div.navigation div.alignright {
	margin-bottom: 5px;
}

#column-right div.post-short {
	margin-bottom: 7px;
}

/*---navigation-------------------------------------------*/

ul.nav {
	list-style: none;
	margin: 0 8px;
	background: url(images/nav-bg.gif) repeat-y;
}
ul.nav li {
	width: 100%;
	display: inline;
}
ul.nav li a {
	display: block;
	font-size: 1.3em;
	line-height: 38px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background: #D70000;
	padding-left: 40px;
	border-bottom: 1px solid #A30000;
}
ul.nav li a:hover {
	text-decoration:underline;
}
.nav li#nav-home a {
	background: url(images/bg_nav_home.gif) no-repeat 0px 0px;
}
.nav li#nav-home a:hover {
	background: url(images/bg_nav_home.gif) no-repeat 0px -38px;
}
.nav li#nav-about a {
	background: url(images/bg_nav_about.gif) no-repeat 0px 0px;
}
.nav li#nav-about a:hover {
	background: url(images/bg_nav_about.gif) no-repeat 0px -38px;
}
.nav li#nav-contact a {
	background: url(images/bg_nav_contact.gif) no-repeat 0px 0px;
}
.nav li#nav-contact a:hover {
	background: url(images/bg_nav_contact.gif) no-repeat 0px -38px;
}
.nav li#nav-news a {
	background: url(images/bg_nav_news.gif) no-repeat 0px 0px;
}
.nav li#nav-news a:hover {
	background: url(images/bg_nav_news.gif) no-repeat 0px -38px;
}
.nav li#nav-actions a {
	background: url(images/bg_nav_actions.gif) no-repeat 0px 0px;
}
.nav li#nav-actions a:hover {
	background: url(images/bg_nav_actions.gif) no-repeat 0px -38px;
}


#lang {
	position: absolute;
	top: -56px;
	right: 0;
	width: 200px;
	list-style: none;
}
#lang li {
	float: left;
}
#lang li#lang-sr a {
	height: 31px;
	width: 99px;
	display: block;
	background: url(images/bg_lang_sr.gif);
	text-indent: 9000px;
	overflow: hidden;		/* IE problem with indent */
}
#lang li#lang-sr a:hover {
	background: url(images/bg_lang_sr.gif) no-repeat 0 -31px;
}
#lang li#lang-en a {
	height: 31px;
	width: 101px;
	display: block;
	background: url(images/bg_lang_en.gif);
	text-indent: 9000px;
	overflow: hidden;		/* IE problem with indent */
}
#lang li#lang-en a:hover {
	background: url(images/bg_lang_en.gif) no-repeat 0 -31px;
}


/*---footer-------------------------------------------*/

#footer {
	background: #E5D5BD url(images/footer-bg.gif) no-repeat;
	padding-top: 40px;
	padding-bottom: 15px;
	clear: left;
	float: left;
	margin-bottom: 50px;
	font-size: 1.2em;
	width: 241px;
}
#footer a {
	color: #990000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer p {
	margin: 0px 15px;
	color: #333333;
}


/*---kontakt forma----------------------------------------------*/


p.linklove {
	display: none;
}

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */


.cform { 
	margin: 20px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 10px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	color:#353c40;
	margin:0;
	line-height:2em;
	padding: 0; 
	font-size:20px; 
	font-variant:small-caps;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important; 
}
ol.cf-ol li	{
	margin:2px 0!important; /*some themes may interfere otherwise*/
	padding: 7px 0;
	list-style:none!important; 
	text-align:left;
	background: url(images/bg_divider.gif) bottom repeat-x;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:4px 0; 
	text-align:left;
	font: bold 14px Arial;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	font-size: 1.2em;
	font-weight: bold;
	color:#990000;
	margin:0 10px 0 0;
	padding:5px 5px 5px;
	width:90px;

	display:inline-block; /*for Opera & IE*/
	vertical-align:top;
}
.cform label span {
	width:140px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:0 10px 0 0; 
}

label.cf-after 	{
	margin:2px 1px 0pt 3px !important;
	width:90px;
	text-align:left;
	background:none;
	padding:2px;
	line-height:1.3em;
}

label.cf-after span {
	width:90px;
	display:block;
}

label.cf-group-after {
	margin:2px 0 0 3px!important;
	width:100px;
	text-align:left;
	padding:2px;
	background:none;
	line-height:1.3em;
}
label.cf-group-after span {
	width:100px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	font:12px Arial;
	margin:0;
	border:1px solid #CCCCCC;
	color:#666666;
	padding:4px 5px;
	width:180px;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border:1px solid #999999;
	color:#000000;
	width:180px;
}
.cform .cf_date {
	width:210px!important;
}

.cform select,
.cform select:hover {
	width:242px; /* attempt to have equal length */
	padding: 3px 5px;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	overflow:auto;
	height:8em;
}

.cform input.fldrequired,
.cform input.fldrequired:hover{
	width:180px;
}

.cform select.fldrequired,
.cform select.fldrequired:hover {
	width:180px;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:none;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	margin:8px 0pt 0pt !important;
	padding-left:160px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a:hover,
.cform input.cf-box-b:hover,
.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	vertical-align:top;
	margin:2px 0 0 0; 
	width:14px!important;
	height:22px;
	border:0!important;
	background:none!important;
}

.cform input.cf-box-a 	{ 
	margin-left:160px!important; /* check with label 'width' incl. */
} 

/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	font-weight:bold;
	margin:10px 0pt 0px !important;
	padding-left:160px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right!important;
}
.cform input.sendbutton	{ 	
	border:none!important;
	background: url(images/button_posalji.gif) no-repeat;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor:pointer;
	height:26px;
	margin-left: 90px;
	width:91px;
	display: block;
	padding: 0;
	padding-bottom: 3px;
}
.cform input.sendbutton:hover	{ 
}


/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:10px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 160px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	width:50px!important;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:top;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
}
img.imgcalendar {
/*	
	position:relative;
	top:4px;
*/
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#d13d3d!important;
	text-decoration:underline!important;
}
div.success {
	background:#F5F5F5 none repeat scroll 0%;
	color:#888888;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform input.cf_error,
.cform input.cf_error:hover {
	color:#d13d3d;
	border-right:6px solid #d13d3d; 
	width:225px;
}
.cform select.cf_error,
.cform select.cf_error:hover {
	color:#d13d3d;
	border-right:6px solid #d13d3d; 
}

div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#d13d3d;
}
/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:242px;
	background: #f9f9f9;
	border:1px solid #888888;
}

.cform input.cf_upload:hover  {
	width:242px!important;	
}
/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:right!important;
}
.linklove a,
.linklove a:visited {
	font:10px Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: -8px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	margin-left:-8px;
}

* html ol.cf-ol,
* html ol.cf-ol li	{
	display: inline-block;  /*for ie6*/
}
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html .cform select {
	margin-top:3px;
}
*+html .cform select {
	margin-top:3px;
}
* html img.captcha {
	margin-top:1px!important;
}
*+html img.captcha {
	margin-top:1px!important;
}

* html .cform label {
	margin-top:1px;
}
*+html .cform label {
	display: inline-block; /*for ie7*/
	margin-top:1px;
}

	
	