@import "mainContent.css";
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
/**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/**/

@charset "utf-8";
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/body_bg_line.png) repeat-x 0 134px ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#header { 
	position: relative;
	margin-top: 20px;
	background: url(images/header_bg.png) no-repeat center bottom;
	height: 155px;
	text-align: center;
} 

#topMenu {
	border-top: 1px solid #a82e31;	
}

#topMenu ul {
	position: relative;
}

#topMenu ul li {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	top: -1px;		
	width: 99px;
	height: 17px;	
}

#topMenu ul li a {
	display: inline-block;
	width: 99px;
	height: 17px;
	padding-top: 2px;
	background:url(images/top_tab.png) no-repeat;
	color: #a82e31;
	text-decoration: none;
	font-size: 0.8em;
}

#topMenu ul li a:hover, #topMenu ul li a:focus, #topMenu ul li a.active {
	background-position: 0 -19px;
	color: #fff;
}

#header #logo {
	position: absolute;	
	left: 50%;
	margin-left: -230px;
	top: 38px;
	background: url(images/mladsi_logo_new.png) no-repeat;
	width: 535px;
	height: 60px;
	text-decoration: none;
}

#header #logo_ursm {
	width: 120px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: 380px;
	margin-top: 31px;
	text-decoration: none;
}

#header #logo em {
	visibility: hidden;
}

#header a:focus {
	outline: none;
}

#header #mainMenu {
	position: absolute;
	bottom: 7px !important;
	bottom: 6px;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	height: 34px;
}

#header #mainMenu ul {
	margin-left: 20px;
}

#header #mainMenu ul li {
	height: 34px;
	float: left;
	display: inline-block;
}

#header #mainMenu ul li a {
	display: inline-block;
	color: #fff;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	font-weight: bold;
}	

#header #mainMenu ul li a:hover, #header #mainMenu ul li a:focus, #header #mainMenu ul li a.active {
	background-color: #a82e31;
}

#container { 
	position: relative;
	max-width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding-top: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ecebe4;		
} 

* html div#container { /* IE 6 max-width hack */
   width: expression( document.body.clientWidth > 1290 ? "1290px" : "auto" );
}

#innerContent {
	max-width: 1160px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#sidebar1 h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	padding-right: 10px;
	width: 265px;
	color: #034ea2;
	font-weight: bold;
	background-color: #fff;
}

#sidebar1 a {
	color: #d63930;
	text-decoration: none;
}

#sidebar1 a.black {
	color: #000;
}

#sidebar1 a:hover {
	text-decoration: underline;
}

#sidebar1 ul {
	margin-bottom: 0px;
}

#sidebar1 ul li {
	padding: 3px 0;
	padding-left: 25px;
	background:url(images/bullet_gray_bg.png) no-repeat left 5px;
}

#sidebar1 ul li a {
	color: #000;
	text-decoration: none;
	padding-bottom: 0.5em;
}

#sidebar1 ul li a:hover {
	text-decoration: underline;
}

#sidebar1 hr {
	width: 100%;
    color: #d63930;
    background-color: #d63930;
    height: 3px;
    border: 0;
    clear: both;
}

#sidebar1 .vec {
	position: relative;
	float: right;
	color: #fff;
	background-color: #d63930;
	text-decoration: none;
	padding: 2px 4px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#sidebar2 h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	padding-right: 10px;
	color: #034ea2;
	font-weight: bold;
	background-color: #fff;
}

#sidebar2 a {
	color: #d63930;
	text-decoration: none;
}

#sidebar2a.black {
	color: #000;
}

#sidebar2 a:hover {
	text-decoration: underline;
}

#sidebar2 ul {
	margin-bottom: 0px;
}

#sidebar2 ul li {
	padding: 3px 0;
	padding-left: 25px;
	background:url(images/bullet_gray_bg.png) no-repeat left 5px;
}

#sidebar2 ul li a {
	color: #000;
	text-decoration: none;
	padding-bottom: 0.5em;
}

#sidebar2 ul li a:hover {
	text-decoration: underline;
}

#sidebar2 hr {
	width: 100%;
    color: #d63930;
    background-color: #d63930;
    height: 3px;
    border: 0;
    clear: both;
}

#sidebar2 .vec {
	position: relative;
	float: right;
	color: #fff;
	background-color: #d63930;
	text-decoration: none;
	padding: 2px 4px;
}

#mainContent { 
	width: 600px;
	margin: 0 0 0 335px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	line-height: 1.4em;
} 

#mainContent #izpostavljeno, #mainContent .izpostavljeno {
	margin-bottom: 10px;
}
/* looped slider */
.container { width:600px; height: 170px; overflow:hidden; position:relative; }
.slides { position:absolute; top:0; left:0;  }
.slides div { position:absolute; top:0; width:600px; display:none; }

ul.pagination { list-style-type:none; margin:0 auto; width:150px; }
ul.pagination li {	display: inline; padding: 0 !important; background-image: none !important; }

ul.pagination a {
	margin-right:5px;
	text-align:center;
}

ul.pagination li.active a {color: #85C226 !important; } 

#mainContent .novica {
	position: relative;
}

#mainContent .novica .vpis {
	text-align: right;
	position: relative;
	float: right;
	font-size: 0.8em;
	color: #85c226;
	display: block;
	font-weight: normal;
	padding-left: 10px;
}	

#mainContent .najava_dogodka {
	float: right;
	border: 1px solid #85c226;
	padding: 8px;
	width: 40%;
	margin-left: 5px;
	margin-bottom: 5px;
}

#mainContent a.vec {
	position: relative;
	display: inline-block;
	color: #d63930;
	text-decoration: none;
}

#mainContent a.vec:hover {
	text-decoration: underline;
}

#footerTop { 
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d5d3ba; 
	text-align: center;
	color: #d63930;
	font-size: 0.9em;
	line-height: 1.4em;
} 

#footerTop em {
	color: #fff;
}

#footerBottom {
	padding: 30px 0;
}

/* sidebar calendar */
.calendar {
	margin-left: 25px;
	width: 100%;
}

.calendar-month {
	text-align: left;
	color: #034EA2;
	margin-bottom: 10px;
}

.calendar th {
	font-weight: bold;
}

.calendar a {
	color: #D63930 !important;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Pager BEGIN */

.pager {
	font-size: 0.9em;
}

.pager a, .pager span {
    display: block;
    float: left;
    padding: 0.2em 0.6em;
    border: 1px solid #fff;
    margin-right: 0.1em;
}

.pager span.current {
    border: 1px solid #85c226;
    background: #4c7343;
    color: #fff;
}

.pager a {
    border: 1px solid #85c226;
    text-decoration: none !important;
}

.pager a:hover {
    border: 1px solid #4c7343;
    text-decoration: none !important;
}

.pager span.arrow {
        border: 1px solid #707070;
}

/* Pager END */
