/* ==========================================================================
   Normalize.min.css
   ========================================================================== */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a{text-decoration: none;color:inherit;outline:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}


/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
	background: url(../img/main-bg.jpg);
    width: 100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a {
	outline: 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header {
	/*background: rgb(37,141,200);
background: -moz-linear-gradient(top,  rgba(37,141,200,1) 0%, rgba(0,130,196,1) 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,141,200,1)), color-stop(50%,rgba(0,130,196,1)));
background: -webkit-linear-gradient(top,  rgba(37,141,200,1) 0%,rgba(0,130,196,1) 50%);
background: -o-linear-gradient(top,  rgba(37,141,200,1) 0%,rgba(0,130,196,1) 50%);
background: -ms-linear-gradient(top,  rgba(37,141,200,1) 0%,rgba(0,130,196,1) 50%);
background: linear-gradient(to bottom,  rgba(37,141,200,1) 0%,rgba(0,130,196,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#0082c4',GradientType=0 );*/

    /*background: url(../img/menu.png) no-repeat;
    height: 50px;*/

	background: url(../img/header-bgg.png) bottom repeat-x #586D76;
	height: 40px;
	margin-bottom: 5px;
	border-radius: 5px;
	margin-left: -5px;
}
header ul {
	list-style-type: none;
	margin: 0 auto;
	width: 990px;
    padding-left: 15px;
}
header ul li {
	float: left;
	line-height: 36px;
	color: #ffffff;
	text-shadow: 1px 1px 0 #273135;
	/*font-weight: bold;*/
	margin-right: 15px;
}
header ul li:last-child {
	margin-right: 0px;
}
header ul li a:hover {
	color: #9BAFB6;
    text-shadow: 1px 1px 0 #273135;
}

/* div container containing the form  */
#searchContainer {
    height: 31px;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}
 
/* Style the search input field. */
#searchContainer #field {
    float:left;
    width:130px;
    height:25px;
    line-height:25px;
    text-indent:5px;
    font-family:arial, sans-serif;
    font-size:1em;
    color:#333;
    background: #fff;
    border:solid 1px #d9d9d9;
    border-top:solid 1px #c0c0c0;
    border-right:none;
}
input:focus {
	outline: none;
	border: none;
}
 
/* Style the "X" text button next to the search input field */
#searchContainer #delete {
    float:left;
    width:10px;
    height:27px;
    line-height:25px;
    margin-right:5px;
    padding:0 10px 0 5px;
    font-family: "Lucida Sans", "Lucida Sans Unicode",sans-serif;
    font-size:22px;
    background: #fff; 
    border:solid 1px #d9d9d9;
    border-top:solid 1px #c0c0c0;
    border-left:none;
}
/* Set default state of "X" and hide it */
#searchContainer #delete #x {
    color:#A1B9ED;
    cursor:pointer;
    display:none;
}
/* Set the hover state of "X" */
#searchContainer #delete #x:hover {
    color:#36c;
}
/* Syle the search button. Settings of line-height, font-size, text-indent used to hide submit value in IE */
#searchContainer #submit {
    cursor:pointer;
    width:62px;
    height: 29px;
    color: transparent; 
    background: url(../img/ico-search.png) no-repeat #4d90fe center;
    border: 1px solid #3079ED;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
/* Style the search button hover state */
#searchContainer #submit:hover {
    background: url(../img/ico-search.png) no-repeat center #357AE8;
    border: 1px solid #2F5BB7;
}
/* Clear floats */
#searchContainer .fclear {clear:both}

#banner-top {
	margin-top: 15px;
	width: 620px;
	height: 90px;
	float: right;
}

#main {
	width: 995px;
	margin: 0 auto;
}

#main-content {
	float: left;
	width: 660px;
}


.senkata {
	width: 658px;
	margin-left: -6px;
	margin-bottom: 15px;
	background:rgba(0, 0, 0, 0.1);
    padding:6px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -moz-box-shadow:0px 0px 13px 5px rgba(0,0,0,0.03);
    -webkit-box-shadow:0px 0px 13px 5px rgba(0,0,0,0.03);
    box-shadow:0px 0px 13px 5px rgba(0,0,0,0.03);
}
.pozadinata {
	background: white;
	padding: 14px;
	-webkit-box-shadow: inset 1px -1px 5px 1px #cccccc;
	box-shadow: inset 1px -1px 5px 1px #cccccc;
}
.sliderot2 {
	width: 630px;
	height: 379px;
	overflow: hidden;
}
.sliderot2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured { 
	width: 628px;
	height: 377px;
	background: #ffffff url('../img/orbit/loading.gif') no-repeat center center;
	overflow: hidden; 
    border: 1px solid #d7dbdd;
}
#featured>img,  
#featured>div,
#featured>a { display: none; }




/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden; }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
	width: 628px;
	height: 377px; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../img/orbit/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(../img/orbit/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(../img/orbit/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    position:absolute;
	bottom: 17px;
	left: 0px;
	margin: 9px;
	margin-left: 0px;
	margin-right: 9px; 
	padding:10px;
	background: #cecece;/*background:#FFFFFF;*/
	color: #000000;/*color:#5D5D5D;*/
	z-index: 50;
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;   
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	
	-moz-box-shadow: 0 0 2px #5D5D5D;
    box-shadow: 0 0 2px #5D5D5D; 	
}


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -30px;
	margin-left: 14px;
	margin-right: 15px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(../img/orbit/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(../img/orbit/left-arrow.png);
    left: 0; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -40px;
    left: 50%;
	margin-left: -50px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../img/orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }
    
    
/* Kategoriite */

.category {
	background: #ffffff;
	/*border-radius: 10px;*/
	padding: 15px 10px 10px 10px;
	height: 440px;
	margin-bottom: 20px;
	-webkit-box-shadow: inset 1px -1px 5px 1px #cccccc;
	box-shadow: inset 1px -1px 5px 1px #cccccc;
}
.category-title {
	margin-left: -24px;
    margin-top: -15px;
	background: url(../img/sprite.png);
	width:668px;
	padding-left: 20px;
	height: 58px;
	line-height: 42px;
	margin-bottom: 2px;
	font-size: 20px;
	text-shadow: 1px 1px 3px black;
	color: white;
}
    
    
.category-title .right {
	font-size: 16px;
	text-align: right;
	float: right;
	margin-right: 25px;
	text-shadow: 0.5px 0.5px 3px black;
}
.category-title .right a {
    cursor: pointer;
}
.category-title .right .selected {
    font-weight: bold;
}
.news-left {
	float: left;
	padding-right: 10px;
	padding-left: 2px;
	border-right: dashed 1px gray;
	width: 355px;
    height: 370px;
}
.news-left a:hover {
    text-decoration: underline;
}
.news-left img {
	border: 1px solid #cecece;
	padding: 1px;
	margin-bottom: 10px;
}
.news-left .hr2 {
	font-size: 16px;
	font-weight: 600;
}
.news-left p {
	color: #666666;
	font-size: 13px;
}

.news-right {
	float: right;
	width: 266px;
}
.news-right a:hover {
    text-decoration: underline;
}
.news-right ul {
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
}
.news-right ul li {
	border-top: 1px dashed gray;
	padding: 5px 0px;
	min-height: 78px;
}
.news-right ul li:last-child {
	border-bottom: 1px dashed gray;
}
.news-right ul li img {
	margin-right: 7px;
    padding: 1px;
    border: 1px solid #cecece;
}
.news-right ul li p {
	margin: 0px 5px;
    font-size: 13px;
}


.category-small {
	background: #ffffff;
	/*border-radius: 10px;*/
	padding: 15px 10px 10px 10px;
	height: 287px;
	margin-bottom: 20px;
	-webkit-box-shadow: inset 1px -1px 5px 1px #cccccc;
	box-shadow: inset 1px -1px 5px 1px #cccccc;
}
.category-small ul {
	padding: 5px;
	list-style-type: none;
	margin: 0px;
}
.category-small ul a:hover {
    text-decoration: underline;
}
.category-small ul li {
	float: left;
	width: 199px;
    height: 220px;
	border-right: 1px dashed gray;
	padding: 0px 7px 0px 7px;
}
.category-small ul li img {
    padding: 1px;
    border: 1px solid #cecece;
}
.category-small ul li:first-child {
	padding: 0px 7px 0px 0px;
}
.category-small ul li:last-child {
	padding: 0px 0px 0px 7px;
	border: none;
}
	
#sidebar {
	float: right;
	width: 300px;
}



#banner-side {
	margin-top: 2px;
	margin-bottom: -10px;
}

.oglasi {
	padding: 0px 5px;
	color: #333;
}
.oglasi .button-holder {
	margin-bottom: 13px;
}
.eden, .dva, .tri, .cetiri {
	float: left;
	height: 17px;
    font-size: 15px;
}
.eden, .tri {
	padding-bottom: 3px;
}
.dva, .cetiri {
	margin-top: 2px;
}

/* RADIO */
.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 7px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 2px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 2px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, 
.regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
/** Form Styles **/
.oglasi .submit input{
	margin: 10px 0px;
    padding: 3px 3px;
    height: 30px;
	float: right;
    cursor: pointer;
    width: 96px;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    background: -webkit-gradient(linear, left top, left 30, from(#f1f1f1), color-stop(4%, #ffffff), to(#f4f4f4));
    background: -moz-linear-gradient(top, #f1f1f1, #ffffff 1px, #f4f4f4 30px);
    border: 1px solid #ccc;
    color:#666;
}
.oglasi label {
	line-height: 39px;
    font-size: 15px;
}
.oglasi select, .oglasi .q-label input {
    font: 15px/24px Helvetica Neue, Helvetica, Verdana, sans-serif;
    width: 180px;
    padding: 3px 3px;
    margin: 5px 0;
	float: right;
    color: #666;
    text-shadow: 0 0 1px #FFFFFF;
    border: 1px solid #ddd;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}
.oglasi .q-label input {
    width: 255px;
    padding: 7px;
}
.oglasi .q-label input:focus, .oglasi select:focus {
    -webkit-box-shadow: 0px 0px 5px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
    box-shadow: 0px 0px 5px #007eff;
}

#sidebar .category-sidebar {
	background: #ffffff;
	/*border-radius: 10px;*/
	padding: 15px 10px 10px 10px;
	margin: 20px 0px;
	-webkit-box-shadow: inset 1px -1px 5px 1px #cccccc;
	box-shadow: inset 1px -1px 5px 1px #cccccc;
}
#sidebar .category-title-sidebar {
	margin-left: -24px;
    margin-top: -15px;
	background: url(../img/sprite.png);
	width:308px;
	padding-left: 20px;
	height: 58px;
	line-height: 42px;
	margin-bottom: 2px;
	font-size: 18px;
	text-shadow: 1px 1px 3px black;
	color: white;
}
    #sidebar .oglasi-ribbon {  background-position: 0px -295px; }
    #sidebar .najcitani-ribbon {  background-position: -329px -295px; }
    #sidebar .forum-ribbon {  background-position: 0px -354px; }
    #sidebar .humor-ribbon {  background-position: -329px -354px; }
        
#sidebar .category-title-sidebar .right {
	font-size: 14px;
	text-align: right;
	float: right;
	margin-right: 25px;
	text-shadow: 0.5px 0.5px 3px black;
	line-height: 43px;
}
#sidebar .category-title-sidebar .right a {
    cursor: pointer;
}
#sidebar .category-title-sidebar .right .selected {
    font-weight: bold;
    text-shadow: 0.5px 0.5px 3px black;
}
#sidebar .category-sidebar .hr2 {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
#sidebar .category-sidebar .hr2 a:hover {
    text-decoration: underline;
}
#sidebar .category-sidebar p {
	font-size: 13px;
	margin: 5px 0px;
	color: #666666;
}
#sidebar .category-sidebar p a:hover {
    text-decoration: underline;
}
#sidebar .category-sidebar img {
	margin-right: 10px;
    border: 1px solid #CECECE;
    padding: 1px;
    margin-left: -2px;
}
#sidebar .category-sidebar ul li img {
	margin-right: 10px;
    border: 1px solid #CECECE;
    padding: 1px;
    margin-left: 0px;
}
#sidebar .category-sidebar ul {
	list-style-type: none;
	padding: 0px;
}
#sidebar .category-sidebar ul li {
	border-top: 1px dashed gray;
	padding-top: 10px;
	min-height: 70px;
}
#sidebar .category-sidebar ul li a:hover {
    text-decoration: underline;
}
#sidebar .category-sidebar ul li img {
	margin-right: 10px;
    border: 1px solid #CECECE;
    padding: 1px;
}
#sidebar .category-sidebar ul li p {
	margin: 0px;
	margin-bottom: 5px;
    font-size: 14px;
	font-weight: bold;
}
#forum ul {
	margin: 0px;
	padding: 0px 5px !important;
}
#forum ul li {
	border-top: 1px dashed gray;
	padding: 0px;
	padding-top: 5px !important;
	min-height: 10px !important;
}
#forum ul li:first-child {
	border: none;
	padding-top: 0px !important;
}
#forum ul li p {
	margin: 0px;
	font-weight: bold !important;
    font-size: 13px !important;
    color: #222222 !important;
}




footer {
	background: url(../img/footer-bg.jpg) repeat-x;
	border-top: 1px solid white;
	color: #D8E0E3;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    text-shadow: 1px 1px 1px #010C14;
    width: 100%;
}
footer #f {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
}
footer #f ul {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
	list-style-type: none;
}
footer #f ul li a:hover {
	color: #638997;
}
.short {
	width: 140px !important;
}
footer #f ul li:first-child {
	color: #638997;
    font-size: 18px;
    padding-bottom: 8px;
    text-shadow: 1px 1px 1px #010C14;
}
footer #f ul li:first-child a:hover {
	color: #4A6170;
}
footer #bottom {
	background: url(../img/footer-bottom-bg.png);
	height: 43px;
	color: #4A6170;
	text-shadow: 1px 1px 0 #010101;
	line-height: 43px;
	margin-top: 15px;
}
footer #bottom #f {
	padding: 0px;
}
footer #bottom #f p {
	margin: 0px;
}
#footer-left {
	width: 450px;
	float: left;
}
#footer-right {
	width: 450px;
	float: right;
	text-align: right;
}



	
/* ==========================================================================
   Statija
   ========================================================================== */
   
.breadcrumps {
	margin-left: -14px;
	margin-bottom: -12px;
    background: url(../img/sprite.png);
	width:668px;
	padding-left: 20px;
	height: 58px;
	line-height: 42px;
	font-size: 20px;
	text-shadow: 1px 1px 3px black;
	color: white;
}
.breadcrumps .right {
	font-size: 16px;
	text-align: right;
	float: right;
	margin-right: 25px;
	text-shadow: 0.5px 0.5px 3px black;
}
.breadcrumps .right .selected {
}

.lista-statija {
	background: #FFFFFF;
	padding: 14px;
	margin-bottom: 15px;
	-webkit-box-shadow: inset 1px -1px 5px 1px #cccccc;
	box-shadow: inset 1px -1px 5px 1px #cccccc;
}
.lista-statija img {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 1px;
}
.lista-statija h2 {
	color: #444;
	font-size: 18px;
	margin-top: 0px;
	line-height: 20px;
}
.lista-statija p {
	color: #555;
	font-size: 14px;
}
.lista-statija #border-statija-opis {
	height: 5px;
	width: 628px;
	margin-top: 12px;
	margin-bottom: -8px;
	background: url(../img/hr-statija.png) repeat-x;
}
.lista-statija .statija-opis-levo {
	font-size: 13px;
	float: left;
	color: #333;
}
.lista-statija .statija-opis-desno {
	float: right;
	font-size: 13px;
	color: #333;
}
.lista-statija p a {
	color: #06C;
	font-weight: bold;
}
.lista-statija .pagination {
    text-align: center;
}
.lista-statija .pagination a {
	color: #06C;
	font-weight: normal;
}

.statija-naslov h1 {
	font-size: 28px;
	line-height: 28px;
	color: #333;
	text-shadow: 1px 1px 1px #999;
	margin: 5px 0px;
}
.statija-naslov #border-statija-opis {
	height: 5px;
	width: 628px;
	margin-top: 12px;
	margin-bottom: -8px;
	background: url(../img/hr-statija.png) repeat-x;
}
.statija-naslov p {
	width: 628px;
}
.statija-naslov .statija-opis-levo {
	font-size: 13px;
	float: left;
	color: #333;
}
.statija-naslov .statija-opis-desno {
	float: right;
	font-size: 13px;
	color: #333;
}
.statija-naslov p a {
	color: #06C;
	font-weight: bold;
}
.statija-container {
	background: #FFFFFF;
	padding: 1px 14px;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 1px -1px 5px 1px #cccccc;
	box-shadow: inset 1px -1px 5px 1px #cccccc;
    font-size: 15px;
    color: #555;
}
.statija-container h2 {
	color: #444;
}
.statija-container p {
	font-size: 15px;
	color: #555;
}
.statija-container a {
	text-decoration: underline;
}
.statija-container p.voveden {
	font-weight: bold;
}
.statija-container img {
	border: 1px solid #ccc;
	padding: 1px;
    max-width: 628px;
    display: block;
    margin: 5px auto;
}
.statija-container img.slika-levo {
	float: left;
	margin-right: 10px;
}
.statija-container img.slika-desno {
	float: right;
	margin-left: 10px;
}
.statija-container ul {
	font-size: 15px;
	color: #555;
    margin: 20px 0px;
    padding-left: 30px;
}
.statija-container ul li {
    margin-bottom: 7px;
}

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 500px;
    margin: 0px;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    margin-left: 10px;
    color: #7a7a7a;
}

.komentari {
    background: #FFFFFF;
	padding: 14px;
	margin-bottom: 15px;
	-webkit-box-shadow: inset 1px -1px 5px 1px #cccccc;
	box-shadow: inset 1px -1px 5px 1px #cccccc;
}

.povrzani-statii {
    background: #FFFFFF;
	padding: 14px;
	margin-bottom: 15px;
	-webkit-box-shadow: inset 1px -1px 5px 1px #cccccc;
	box-shadow: inset 1px -1px 5px 1px #cccccc;
}
.povrzani-statii h3 {
    margin: 0 0 10px 0;
    color: #555;
	text-shadow: 1px 1px 1px #ccc;
}
.povrzani-statii p {
    margin-top: 5px;
    font-size: 14px;
    color: #444;
}
.povrzani-statii img {
    border: 1px solid #ccc;
    padding: 1px;
    max-width: 196px;
    max-height: 118px;
    display: block;
    margin: 0 auto;
}

.keepaneye {
    background: #FFFFFF;
	padding: 14px 40px;
	margin-bottom: 25px;
	-webkit-box-shadow: inset 1px -1px 5px 1px #cccccc;
	box-shadow: inset 1px -1px 5px 1px #cccccc;
}

#likebox-frame{
  width: 330px;
  height: 258px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
#likebox-frame iframe{
  overflow:hidden;
  position:relative;
  top:-1px;
}

#idc-container-parent #IDCNavList .idc-loginbtn_wordpress,
#IDCColumnURLLabel,
#IDCColumnURL {
    display: none !important;
}
    
.novosti-ribbon {  background-position: 0px 0px; }
.softver-ribbon {  background-position: 0px -59px; }
.recenzii-ribbon {  background-position: 0px -118px; }
.tehnologija-ribbon {  background-position: 0px -177px; }
.kolumni-ribbon {  background-position: 0px -236px; }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
