/*
Theme Name: ManMagazin WordPress Magician
Theme URI: http://wordpress.org/extend/themes/wpmagician
Author: the WordPress team
Author URI: http://wordpress.org/
Description: M@N! Magazin by WordPress Magician
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: M@N!, Magazin, M@N! Magazin
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}
body {
    background: #fff;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #333;
    font-family: 'trebuchet ms', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

input {
    color: #333;
    font-family: 'trebuchet ms',Arial, Helvetica, Tahoma, sans-serif;
}

input,
select,
textarea,
.breadcrumb,
.sticky,
.taxonomy-description {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
}

ol li {
    list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
    color: #E88E05;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}


/* Body
------------------------------------------------------------ */

body {
    background: #e9e9e9;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
    background: url(assets/wrap.png) repeat-x;
    margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#header {
    min-height: 170px;
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
    position:relative;
	/*background: url(assets/man-izdanje-02.png);*/
	background-repeat: no-repeat;
	background-position: 100%;
	cursor:pointer;
}

#header #logo-top{
    position:absolute;
    left:0px;
    top:0px;
}

#header #pro-size-banner{
    position:absolute;
    right:0px;
    top:10px;
}

#header .widget-area {
    float: right;
    padding: 25px 0 0;
    width: 468px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
    display: block;
    float: left;
    height: 115px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 490px;
}

.header-image #description {
    display: block;
    overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
    width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
    left: -9999px;
}

li:hover,
li.sfHover {
    position: static;
}

li a .sf-sub-indicator {
    position: absolute;
    text-indent: -9999px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
    float: right;
}

#header ul.menu ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

#header ul.menu li {
    float: left;
    list-style-type: none;
    text-transform: uppercase;
}

#header ul.menu li a {
    color: #999;
    display: block;
    font-size: 12px;
    padding: 6px 15px 5px;
    position: relative;
    text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
    color: #E88E05;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
    background-color: #111;
    border: 1px solid #444;
    border-top-width: 0;
    color: #999;
    font-size: 11px;
    padding: 5px 10px;
    position: relative;
    text-transform: none;
    width: 128px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
    color: #E88E05;
}

#header ul.menu li ul {
    height: auto;
    left: -9999px;
    margin: 0 0 0 -1px;
    position: absolute;
    width: 150px;
    z-index: 9999;
}

#header ul.menu li ul a {
    width: 130px;
}

#header ul.menu li ul ul {
    margin: -33px 0 0 149px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
    left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
    background-color: #111;
    clear: both;
    overflow: hidden;
}

#nav .wrap {
    color: #999;
    margin: 0 auto;
    text-transform: uppercase;
    width: 960px;
}

#nav ul {
    float: left;
    width: 100%;
}

#nav li {
    float: left;
    list-style-type: none;
}

#nav li a {
    color: #999;
    display: block;
    font-size: 11px;
    padding: 7px 15px 6px;
    position: relative;
    text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
    color: #E88E05;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
    background-color: #111;
    border: 1px solid #444;
    border-top-width: 0;
    color: #999;
    font-size: 11px;
    padding: 5px 10px;
    position: relative;
    text-transform: none;
    width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
    color: #E88E05;
}

#nav li ul {
    height: auto;
    left: -9999px;
    margin: 0 0 0 -1px;
    position: absolute;
    width: 150px;
    z-index: 9999;
}

#nav li ul a {
    width: 130px;
}

#nav li ul ul {
    margin: -33px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
    left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
    float: right;
    font-size: 11px;
    padding: 7px 15px 6px;
}

#nav li.right a {
    background: none;
    border: none;
    color: #999;
    display: inline;
    text-decoration: none;
}

#nav li.right a:hover {
    color: #E88E05;
    text-decoration: none;
}

#nav li.search {
    padding: 0 10px;
}

#nav li.rss a {
    background: url(assets/images/rss.png) no-repeat center left;
    margin: 0 0 0 20px;
    padding: 7px 0 5px 18px;
}

#nav li.twitter a {
    background: url(assets/images/twitter-nav.png) no-repeat center left;
    padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
    background: url(assets/images/subnav.png);
    border-bottom: 1px solid #111;
    border-top: 1px solid #111;
    clear: both;
    overflow: hidden;
}

#subnav .wrap {
    color: #fff;
    font-family: 'Play', arial, serif;
    margin: 0 auto;
    width: 960px;
}

#subnav li {
    display: inline-block;
}

#subnav li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 12px 9px 11px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
    color: #E88E05;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
    background-color: #111;
    border: 1px solid #444;
    border-top-width: 0;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    position: relative;
    text-transform: none;
    width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
    color: #E88E05;
}

#subnav li ul {
    height: auto;
    left: -9999px;
    margin: 0px 0 0 -1px;
    position: absolute;
    width: 150px;
    z-index: 9999;
}

#subnav li ul a {
    width: 130px;
}

#subnav li ul ul {
    margin: -33px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
    left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
    background: url(assets/images/inner.png) repeat-x;
    overflow: hidden;
}

#inner .wrap {
    background-color: #fff;
    margin: 0px auto 0px auto;
    overflow: hidden;
    width: 100%;
    border: 4px solid #F5F5F5;
}
#inner .wrap-front-page{
    margin-top: 20px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
    border: none;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 30px;
    padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
    border: none;
    margin: 0 0 30px;
    padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
    float: left;
    width: 810px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
    width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
    float: right;
}


/* Homepage
------------------------------------------------------------ */

.homepage{
    padding:0px !important;
    width: 656px !important;
}
.homepage-content{
    padding:20px 25px;
}

.home-bottom,
.home-middle,
.home-top {
    clear: both;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
}

.home-bottom {
    margin: 0;
}



/* Content
------------------------------------------------------------ */

#content {
    padding: 20px 0px;
    width: 100%;
}

body #inner .wrap .single-post{
    width:100%;
}
body #inner .wrap .single-post img{
    max-width: 450px;
}
body #inner .wrap .single-post div.wp-caption{
    max-width: 440px;
}
body #inner .wrap .single-post div.wp-caption img{
    max-width: 430px;
}
#relevant-content{
    margin-top: 20px;
}

.content-sidebar #content,
.sidebar-content #content {
    width: 610px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
    float: right;
}

.full-width-content #content {
    width: 910px;
}

blockquote {
    background-color: #f5f5f5;
    margin: 5px 15px 20px;
    padding: 15px 20px 0;
}

blockquote p {
    color: #666;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-style: italic;
}

.post {
    margin: 0 0 40px;
}

.single .post {
    margin: 0 0 20px;
}

.entry-content {
    overflow: hidden;
}


.entry-content p {
    padding: 0 0 15px;
}

.entry-content div.share-me-content{
    display: block;
    clear: both;
    margin: 10px auto 20px auto;
    left: 70px;
    position: relative;
}

#inner .wrap .archives article .entry-content{

}
#inner .wrap .archives article .entry-content img{
    float: left;
    margin: 0px 15px 15px 0px;
}
#inner .wrap .archives article .entry-content h2,
#inner .wrap .archives article .entry-content p{
    float: left;
    width: 100%;
}


#inner .wrap .archives article.man-tv .entry-content h2,
#inner .wrap .archives article.man-tv .entry-content p{
    width: 100%;
}
#inner .wrap .archives article.man-tv .entry-content img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background-color: #fff;
}
#inner .wrap .archives article.man-tv .entry-content a.featured-image-link{
    position: relative;
    float: left;
    display: block;
}


#inner .wrap .archives article{
    margin-bottom: 20px;
}
#inner .wrap .archives article .entry-header .comments-link{
    display: none;
}
p.subscribe-to-comments {
    padding: 20px 0 10px;
}

.after-post-ad {
    background-color: #f5f5f5;
    margin: 5px 0 10px;
    padding: 10px;
    overflow: hidden;
}

.after-content-ad {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 20px;
    text-align: center;
    width: 960px;
}

.more-from-category {
    background: url(assets/images/list.png) no-repeat top left;
    margin: -5px 0 0;
    padding: 1px 0 0 18px;
}

.clear {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 15px;
}

/*
comments
-----------------------------------------------------------*/
#comments .comment-content p{
    padding: 5px;
}

#comments .reply{
    padding: 5px;
}
#comments .comment-author img{
    float: left;
    margin-right: 20px;
}
#comments h3#reply-title{
    margin-top: 30px;
}
#comments .comment-form-element label{
    display: block;
}
/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin: 0 0 20px;
    padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48%;
}

.one-third,
.two-sixths {
    width: 31%;
}

.four-sixths,
.two-thirds {
    width: 65%;
}

.one-fourth {
    width: 22.5%;
}

.three-fourths {
    width: 73.5%;
}

.one-fifth {
    width: 17.4%;
}

.two-fifths {
    width: 37.8%;
}

.three-fifths {
    width: 58.2%;
}

.four-fifths {
    width: 78.6%;
}

.one-sixth {
    width: 14%;
}

.five-sixths {
    width: 82%;
}

.first {
    clear: both;
    padding-left: 0;
}



/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Play', arial, serif;
    margin: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
    font-family: 'Play', arial, serif;
    font-size: 30px;
    line-height: 36px;
}

body.page #inner .wrap .full-width-page, body.bbPress #inner .wrap .full-width-page{
    width: 910px;
}

.page h1 {
    margin: 0 0 10px;
}

.home h2 a,
.home h2 a:visited {
    font-size: 20px;
    line-height: 24px;
}

.home-middle h2 a,
.home-middle h2 a:visited {
    font-size: 16px;
    line-height: 20px;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
    font-size: 18px;
    line-height: 24px;
}

h2 a:hover {
    color: #E88E05;
    text-decoration: none;
}

h3 {
    font-size: 24px;
}
h3.widget-title {
    margin-bottom: 15px;
}
h3.widget-title a{
    color: #333333;
}
h4 {
    font-size: 20px;
}

.home-bottom h4,
.home-middle h4 {
    margin: 0 0 10px;
}

.widget-area h4 {
    font-size: 16px;
    text-transform: uppercase;
}

.widget-area h4 a {
    color: #333;
    text-decoration: none;
}
h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 15px;
}

.entry-content ol {
    margin: 0;
}

.archive-page ul li,
.entry-content ul li {
    list-style-type: square;
    margin: 0 0 0 30px;
    padding: 0;
}

.entry-content ol li {
    margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
    padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
    font-size: 11px;
    margin: 5px 0 15px;
    text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
    background-color: #f5f5f5;
    clear: both;
    font-size: 11px;
    padding: 7px 10px 5px;
    text-transform: uppercase;
}

.entry-meta {
    background-color: #f5f5f5;
    clear: both;
    font-size: 11px;
    padding: 7px 10px 5px;
    text-transform: uppercase;
    margin-bottom:20px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
    border: 1px solid #ddd !important;
    margin: 0 0 40px;
    overflow: hidden;
}

.author-box p {
    font-size: 13px;
    line-height: 20px;
}

.author-box div {
    background-color: #fff;
    border: 4px solid #f5f5f5;
    padding: 10px;
}
div#author-info{
    position: relative;
    display: block;
    clear: both;
    float: left;
    margin-bottom: 30px;
}
div#author-info img{
    float: left;
    position: relative;
    margin: 0px 15px 0px 0px;
}
p#author-description{
    position: relative;
    float: left;
    width: 440px;
}

li#author-info{
    /*position: relative;
    display: block;
    clear: both;
    margin: 15px 0px 15px 0px;
    width: 100%;
    clear: both;*/
}
li#author-info img{
    display: block;
    margin: 0 auto;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
    margin: 0 0 40px;
    padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
    float: left;
    padding: 20px 0;
    width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

header.page-header{
    border-bottom: 4px solid #F5F5F5;
    margin-bottom : 20px;
}

.categories {
    background: url(assets/images/icon-categories.png) no-repeat top left;
    padding: 0px 0px 0px 22px;
}

.post-comments {
    background: url(assets/images/icon-comments.png) no-repeat top left;
    margin: 0 0 0 0px;
    padding: 0px 0px 0px 22px;
}
.comments-link {
    background: url(assets/images/icon-comments.png) no-repeat top left;
    margin: 0 0 0 0px;
    padding: 0px 0px 0px 22px;
}

.tags {
    background: url(assets/images/icon-tags.png) no-repeat top left;
    margin: 0 0 0 0px;
    padding: 0px 0px 0px 20px;
}

.time {
    background: url(assets/images/icon-time.png) no-repeat top left;
    padding: 0px 0px 0px 21px;
}
.sep{
    margin: 0px 5px;
}
.share-this-like{
    padding: 0px 0px 0px 10px;
}
/* Images
------------------------------------------------------------ */

.content-sidebar .entry-content img,
.sidebar-content .entry-content img {
    max-width: 592px;
}

.content-sidebar-sidebar .entry-content img,
.sidebar-content-sidebar .entry-content img,
.sidebar-sidebar-content .entry-content img {
    max-width: 450px;
}

.avatar,
.entry-content img,
.featuredpage img,
.featuredpost img,
.post-image {
    background-color: #fff;
    border: 4px solid #eee;
    padding: 1px;
}

.home-middle .featuredpost img {
    margin: 0 0 10px;
}
#content .featuredpost .widget-wrap h4.top-title a{
    color: #333333;
}
#content .featuredpost .widget-wrap h4.top-title a:hover{
    text-decoration: none;
    color: #f90;
}
#content .featuredpost .widget-wrap h2{
    line-height: 15px;
}
#content .featuredpost .widget-wrap a{
}
#content .featuredpost .widget-wrap a img{
	width: auto;
}

#content div.widget-wrap ul li.no-list-image{
    background-image: none;
}

div.man-play-btn{
    height: 100%;
    width: 100%;
    background-image: url('assets/images/play-btn.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0px;
    top: 0px;
}
#content  .featured-mantvpost .widget-wrap a img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background-color: #fff;
}

div.snapshoot-btn{
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 40px;
    border: 1px solid #ccc;
}
div.snapshoot-btn a{
    display:block;
    height: 40px;
    line-height:40px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}

.post-image {
    margin: 0 10px 10px 0;
}

.widget.featuredpost.featured-blogpost img, .widget.featuredpost.featured-mantvpost img {
    width: 100% !important;
}

.comment-list li .avatar {
    background-color: #fff;
    float: left;
    height: 30px;
    margin: 0 5px 0 0;
    width: 30px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

img.alignnone {
    display: inline;
    margin: 0 0 15px;
}

img.alignleft {
    display: inline;
    margin: 0 15px 10px 0;
}

img.alignright {
    display: inline;
    margin: 0 0 10px 15px;
}

.alignleft {
    float: left;
    margin: 0 15px 0 0;
}

.alignright {
    float: right;
    margin: 0 0 0 15px;
}

.wp-caption {
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
}

p.wp-caption-text {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0;
}

.wp-smiley,
.wp-wink {
    border: none;
    float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
    border: 1px solid #ddd;
    padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #f5f5f5;
}

/* slider
--------------------------------------------------------------- */
#dcGallery{
    /*margin: -20px -25px;*/
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar-right {
    display: inline;
    float: right;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}

#sidebar-right p {
    font-size: 13px;
    line-height: 20px;
}

#sidebar-right ul li{
    border-top: 1px solid #ddd;
}
#sidebar-right ul li ul li{
    border: none;
}
#sidebar-right ul li:first-child{
    border-top: none;
}
#sidebar-right ul li:last-child{
    border-bottom: none;
}
#sidebar-right ul li:last-child div.widget-wrap{
    border-bottom: none;
}
#sidebar-right ul li:first-child div.widget-wrap{
    border-top: none;
}

#sidebar-right .smrp_widget h3.widget-title{
    background-color: #FF9900;
    background-image: url("assets/images/vesti-ikona.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    height: 60px;
    line-height: 60px;
    text-indent: 80px;
}

.content-sidebar #sidebar-right .widget,
.sidebar-content-sidebar #sidebar-right .widget,
.content-sidebar-sidebar #sidebar-right .widget,
.content-sidebar-sidebar #sidebar-right-alt .widget {
    border-left: 1px solid #ddd;
}

.sidebar-content #sidebar-right .widget,
.sidebar-content-sidebar #sidebar-right-alt .widget,
.sidebar-sidebar-content #sidebar-right .widget,
.sidebar-sidebar-content #sidebar-right-alt .widget {
    border-right: 1px solid #ddd;
}

#sidebar-right .widget-wrap {
    border-left: 4px solid #f5f5f5;
    border-bottom: 4px solid #f5f5f5;
    border-top: 4px solid #f5f5f5;
    padding: 15px 15px 15px 15px;
}

#sidebar-right .widget ul {
    margin: 5px 0 -5px;
}

.home-middle .widget ul li,
#sidebar-right .widget ul li,
#sidebar-right .widget-area ul li {
    background: url(assets/images/list.png) no-repeat top left;
    border-bottom: 1px dotted #ddd;
    list-style-type: none;
    margin: 0 0 7px;
    padding: 0 0 5px 18px;
    word-wrap: break-word;
}

#sidebar-right .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
#sidebar-right .ui-tabs .ui-tabs-nav { margin: 0; padding: 0px; height: 65px;}
#sidebar-right .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0px; margin: 0px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
#sidebar-right .ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0px;
    text-decoration: none;
    height: 63px;
    display: none;
    font-family: 'Play', arial, serif;
    font-size: 24px;
}
#sidebar-right .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0; padding-bottom: 0px;
    background-color: #fff;
    border-bottom: none;
}
/*#sidebar-right .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }*/
#sidebar-right .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#sidebar-right .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 10px; background: none; }
#sidebar-right .ui-tabs .ui-tabs-hide { display: none !important; }

#sidebar-right div#tabs ul li.first-tab{
    background-image: url('assets/images/naj-novije.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    height: 65px;
    width: 33%;
    border-right: 1px solid #808080;
    border-radius: 0px;
    -webkit-border-radius: 1px 0px 0px 0px;
    border-radius: 1px 0px 0px 0px;
}
#sidebar-right div#tabs ul li.second-tab{
    background-image: url('assets/images/naj-serovanije.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    height: 65px;
    width: 33%;
    border-right: 1px solid #808080;
    border-radius: 0px;
}
#sidebar-right div#tabs ul li.third-tab{
    background-image: url('assets/images/naj-citanije.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    height: 65px;
    width: 33%;
    -webkit-border-radius: 0px 0px 1px 0px;
    border-radius: 0px 0px 1px 0px;

}

.ui-widget { font-family: 'Play', arial, serif; font-size: 15px;/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'Play', arial, serif; font-size: 15px;/*{fsDefault}*/; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background-color: #ffffff; color: #333333/*{fcContent}*/; }

.ui-widget-header { border-top: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa; border-left: 1px solid #aaaaaa;/*{borderColorHeader}*/; background-color: #f90/*{bgColorHeader}*/ ; color: #fff/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background-color: #e6e6e6; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
/*.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { border: 1px solid #aaaaaa; background-color: #ffffff; color: #212121; }*/
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background-color: #dadada/*{bgColorHover}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background-color: #ffffff/*{bgColorActive}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
    margin: 0px;
    line-height: 63px;
    vertical-align: middle;
    text-indent: 15px;
}
.ui-state-default a{
    width: 100%;
    line-height: 63px;
    vertical-align: middle;
}
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background-color: #fbf9ee; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background-color: #fef1ec/*{bgColorError}*/ ; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }


/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }


/*
Galerija
----------------------------*/
.oneImage{
    border: 1px solid #333333;
    position: relative;
    float: left;
    top: 0px;
    left:1px;
    margin: 0px;
    display: inline;
}
.oneImageJust{
    border-bottom: 2px solid #333333;
}
.oneImageNaslov{
    background: white;
    height: 25px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
}

/* Sidebar left
------------------------------------------------------------ */

#sidebar-left {
    display: inline;
    float: left;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}

#sidebar-left p {
    font-size: 13px;
    line-height: 20px;
}
#sidebar-left ul li{
    border-top: 1px solid #ddd;
}
#sidebar-left ul li ul li{
    border: none;
}
#sidebar-left ul li:first-child{
    border-top: none;
}
#sidebar-left ul li:last-child{
    border-bottom: none;
}
#sidebar-left ul li:last-child div.widget-wrap{
    border-bottom: none;
}
#sidebar-left ul li:first-child div.widget-wrap{
    border-top: none;
    padding: 10px 0px 10px 0px;
}

.content-sidebar #sidebar-left .widget,
.sidebar-content-sidebar #sidebar-left .widget,
.content-sidebar-sidebar #sidebar-left .widget,
.content-sidebar-sidebar #sidebar-left-alt .widget {
    border-left: 1px solid #ddd;
}

.sidebar-content #sidebar-left .widget,
.sidebar-content-sidebar #sidebar-left-alt .widget,
.sidebar-sidebar-content #sidebar-left .widget,
.sidebar-sidebar-content #sidebar-left-alt .widget {
    border-right: 1px solid #ddd;
}

#sidebar-left .widget-wrap {
    border-right: 4px solid #f5f5f5;
    border-bottom: 4px solid #f5f5f5;
    border-top: 4px solid #f5f5f5;
    padding: 15px 15px 15px 15px;
}

#sidebar-left .widget ul {
    margin: 5px 0 -5px;
}

.home-middle .widget ul li,
#sidebar-left .widget ul li,
#sidebar-left .widget-area ul li {
    background: url(assets/images/list.png) no-repeat top left;
    border-bottom: 1px dotted #ddd;
    list-style-type: none;
    margin: 0 0 7px;
    padding: 0 0 5px 18px;
    word-wrap: break-word;
    line-height: 18px;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
    display: inline;
    font-family: 'Play', arial, serif;
    font-size: 12px;
    width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
    clear: both;
    margin: 0 0 15px;
    overflow: hidden;
}

.featured-prpost{
    background-color: #F5F5F5;
    /*border: 1px solid #aaaaaa;*/
}
.featured-prpost div.post{
    border: none;
    padding: 15px 0px 0px 10px;
}
.featured-prpost div.widget-wrap h4.widget-title{
    margin: 10px 0px 0px 15px
}

.featuredpage .page,
.featuredpost .post{
    border-bottom: 1px dotted #ddd;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 0 15px;
    height: 295px;
}

.featured-prpost .post,
.featured-blogpost .post,
.featured-mantvpost .post
{
    height: auto;
}

.home .featuredpost p {
    font-size: 13px;
    line-height: 20px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
    overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
    background: url(assets/images/button.png) 0 0;
    border: 1px solid #E88E05;
    color: #fff;
    cursor: pointer;
    font-family: 'Play', arial, serif !important;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
    text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
    background: url(assets/images/button.png) 0 -25px;
    border: 1px solid #E88E05;
    color: #fff;
    text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
    float: right;
    padding: 25px 0 0;
}

#nav .searchform {
    float: right;
}

.s {
    font-family: 'Play', arial, serif;
    font-size: 13px;
    margin: 5px -6px 0 0;
    padding: 5px;
    width: 180px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews {
    background: url(assets/images/enews.png) no-repeat top right;
}

.enews #subbox {
    font-family: 'Play', arial, serif;
    font-size: 13px;
    margin: 10px -2px 0 0;
    padding: 5px;
    width: 175px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-size: 12px;
    font-style: italic;
    padding: 2px 5px 0 0;
    text-align: right;
}

#wp-calendar thead {
    background-color: #f5f5f5;
    font-weight: bold;
    margin: 10px 0 0;
}

#wp-calendar td {
    background-color: #f5f5f5;
    padding: 2px;
    text-align: center;
}



/* Footer
------------------------------------------------------------ */

#footer {
    background: url(assets/images/footer-man.png);
    clear: both;
    overflow: hidden;
    height: auto;
    width: 100%;
}

#footer .wrap {
    font-size: 11px;
    margin: 0 auto;
    padding: 55px 0 10px;
    overflow: hidden;
    text-shadow: -1px -1px #000;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    height: auto;
}

#footer p {
    color: #999;
    font-size: 11px;
}

#footer a,
#footer a:visited {
    color: #999;
}

#footer a:hover {
    color: #E88E05;
    text-decoration: none;
}

#footer .man-logo-down{
    margin: 20px auto;
    display: table;
}
#footer .site-info a{
    display: inline-block;
    text-align: center;
}
#footer .site-info .site-info-mails,
#footer .site-info .site-info-copy{
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
}


#footer .footer_menus ul li a{
    color: #ff6000;
    font-size: 12px;
}
#footer .footer_menus ul li a:hover{
    color : #f90;
}
/* Comments
------------------------------------------------------------ */

#comments,
#respond {
    margin: 0 0 30px;
    overflow: hidden;
}

#comments {
    font-size: 13px;
    line-height: 20px;
}

#author,
#comment,
#email,
#url {
    font-size: 12px;
    margin: 0px 0px 15px 0;
    padding: 5px;
    width: 350px;
}

#comment {
    height: 150px;
    margin: 10px 0;
    width: 97%;
}

.ping-list {
    margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
    margin: 0;
    padding: 10px;
}

.comment-list li,
.ping-list li {
    font-weight: bold;
    list-style: none;
    margin: 10px 0 0;
    padding: 10px;
}

.comment-list li ul li {
    list-style-type: none;
}

.comment-list p,
.ping-list p {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 5px 10px 0;
    padding: 0;
    text-transform: none;
}

.comment-list ul.children {
    margin-top: 20px;
}

.comment-list ul.children li.comment  {
    background: #fff;
}

.comment-list cite,
.ping-list cite {
    font-style: normal;
    font-weight: bold;
}

.commentmetadata {
    font-weight:normal;
}

.comment-author {
    background: #e5e5e5;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 10px 0;
}

.comment-meta {
    background: #e5e5e5;
    font-size: 12px;
    padding: 0 10px 8px;
}

.nocomments {
    text-align: center;
}

#comments .navigation {
    display: block;
    padding: 0;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
    background: #f5f5f5;
}

.alt,
.depth-1,
.even {
    border: 1px solid #ddd;
}



/* Magazine Orange
------------------------------------------------------------ */

.magazine-orange a,
.magazine-orange a:visited {
    color: #e88e05;
    text-decoration: none;
}

.magazine-orange a:hover {
    text-decoration: underline;
}

.magazine-orange #header ul.nav li li a,
.magazine-orange #header ul.nav li li a:link,
.magazine-orange #header ul.nav li li a:visited,
.magazine-orange #header ul.menu li li a,
.magazine-orange #header ul.menu li li a:link,
.magazine-orange #header ul.menu li li a:visited,
.magazine-orange #nav li li a,
.magazine-orange #nav li li a:link,
.magazine-orange #nav li li a:visited {
    color: #999;
}

.magazine-orange #subnav li li a,
.magazine-orange #subnav li li a:link,
.magazine-orange #subnav li li a:visited {
    color: #fff;
}

.magazine-orange h2 a,
.magazine-orange h2 a:visited {
    color: #333;
}

.magazine-orange #header ul.nav li a:hover,
.magazine-orange #header ul.nav li a:active,
.magazine-orange #header ul.nav .current_page_item a,
.magazine-orange #header ul.nav .current-cat a,
.magazine-orange #header ul.nav .current-menu-item a,
.magazine-orange #header ul.menu li a:hover,
.magazine-orange #header ul.menu li a:active,
.magazine-orange #header ul.menu .current_page_item a,
.magazine-orange #header ul.menu .current-cat a,
.magazine-orange #header ul.menu .current-menu-item a,
.magazine-orange #header ul.nav li li a:hover,
.magazine-orange #header ul.nav li li a:active,
.magazine-orange #header ul.menu li li a:hover,
.magazine-orange #header ul.menu li li a:active,
.magazine-orange #nav li a:hover,
.magazine-orange #nav li a:active,
.magazine-orange #nav .current_page_item a,
.magazine-orange #nav .current-cat a,
.magazine-orange #nav .current-menu-item a,
.magazine-orange #nav li li a:hover,
.magazine-orange #nav li li a:active,
.magazine-orange #nav li.right a:hover,
.magazine-orange #subnav li a:hover,
.magazine-orange #subnav li a:active,
.magazine-orange #subnav .current_page_item a,
.magazine-orange #subnav .current-cat a,
.magazine-orange #subnav .current-menu-item a,
.magazine-orange #subnav li li a:hover,
.magazine-orange #subnav li li a:active,
.magazine-orange #genesis-slider h2 a:hover,
.magazine-orange h2 a:hover,
.magazine-orange #footer a:hover {
    color: #e88e05;
}

.magazine-orange h2 a:hover {
    text-decoration: none;
}

.magazine-orange input[type="button"],
.magazine-orange input[type="submit"] {
    background: url(assets/images/button.png) 0 0;
    border: 1px solid #e88e05;
}

.magazine-orange input:hover[type="button"],
.magazine-orange input:hover[type="submit"] {
    background: url(assets/images/button.png) 0 -25px;
    border: 1px solid #e88e05;
}

.magazine-orange #footer .gototop a {
    background: url(assets/images/footer-top.png) no-repeat center left;
}


.pagination { clear:both; margin-top: 20px; height: 35px ;position:relative; font-size:14px; line-height:20px; }
.pagination span, .pagination a { display:block; float:left; margin: 2px 2px 2px 0; padding:6px 9px 5px 9px; text-decoration:none; width:auto; color:#f90; background: #333; }
.pagination a:hover{ color:#fff; background: #F90;}
.pagination .current{ padding:6px 9px 5px 9px; background: #F90; color:#fff;}

.pagination span.my-block{
    background-color: #fff;
    display: block;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}

/*
Galerija
------------------------------------*/

#inner .wrap .single-post .entry-content .bck{
    width: 100%;
    background: transparent;
    padding: 0px;
    margin-bottom: 20px;
}

#inner .wrap .single-post .entry-content h4#more-galleries-title,
#inner .wrap .single-post .entry-content h4#more-related{
    margin-bottom: 10px;
}

#inner .wrap .single-post .entry-content ul#more-galleries,
#inner .wrap .single-post .entry-content ul#more-related{
    margin: 0px;
    width: 50%;
}
#inner .wrap .single-post .entry-content ul#more-galleries li,
#inner .wrap .single-post .entry-content ul#more-related li{
    background: url("assets/images/list.png") no-repeat scroll left top transparent;
    border-bottom: 1px dotted #DDDDDD;
    line-height: 18px;
    list-style-type: none;
    margin: 0 0 7px;
    padding: 0 0 5px 18px;
    word-wrap: break-word;
}
#inner .wrap .single-post .entry-content .josPostova{
    width: 100%;
    height: auto;
    border: 1px solid #333;
}
#inner .wrap .single-post .entry-content .ad-gallery {
    width: 450px;
}
#inner .wrap .single-post .entry-content .ad-gallery, .ad-gallery * {
    margin: 0;
    padding: 0;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
    border: 1px solid #CCC;
    width: 28px;
    height: 28px;
    background-image: url('assets/images/loader.gif');
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100;
}
#inner .wrap .single-post .entry-content  .ad-gallery .ad-image-wrapper .ad-prev, #inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-next {
    /* Or else IE will hide it */
    background: url(non-existing.jpg)\9
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, #inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(assets/images/ad_prev.png);
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 101;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(assets/images/ad_next.png);
    width: 30px;
    height: 30px;
    right: 0;
    left: auto;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-image img{
    border: none;
    padding: 0px;
    margin: 0px;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-image a img {
    border: 0;
    z-index: 1000;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: url(assets/images/opa75.png);
    color: #000;
}
* html #inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-controls {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 5px;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-info {
    float: left;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-slideshow-controls {
    float: right;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-slideshow-controls .ad-slideshow-start,#inner .wrap .single-post .entry-content  .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    padding-left: 5px;
    cursor: pointer;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 5px;
    font-size: 0.9em;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-forward, #inner .wrap .single-post .entry-content .ad-gallery .ad-back {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}
/* IE 6 doesn't like height: 100% */
* html #inner .wrap .single-post .entry-content .ad-gallery .ad-forward, #inner .wrap .single-post .entry-content .ad-gallery .ad-back {
    height: 100px;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-back {
    cursor: pointer;
    left: 0px;
    width: 13px;
    display: block;
    background: url(assets/images/ad_scroll_back.png) 0px 42px no-repeat;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-forward {
    cursor: pointer;
    display: block;
    right: 0px;
    width: 13px;
    background: url(assets/images/ad_scroll_forward.png) 0px 42px no-repeat;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 86%;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-thumbs li {
    float: left;
    padding-right: 5px;
    list-style-type: none;
    margin: 0px;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-thumbs li a {
    display: block;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-thumbs li a img {
    border: 3px solid #e5e5e5;
    display: block;
}
#inner .wrap .single-post .entry-content .ad-gallery .ad-thumbs li a.ad-active img {
    border: 3px solid #616161;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px;
}

/*
Overlay
----------------------*/

.simple_overlay {
    display:none;
    z-index:10000;

    background-color:#fff;

    border:5px solid #fff;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

.simple_overlay .close {
    background-image:url(assets/images/close.png);
    position:absolute;
    right:-20px;
    top:-20px;
    cursor:pointer;
    height:35px;
    width:35px;
}
/*
Impressum
-----------------------------------*/

#content strong{
    font-weight: bold;
}

#impresum{
    width: 80%;
    margin: 20px auto;
    background-color: pink;
}
.profil_impresum{
    display: block;
    width: 100%;
    clear: left;
    float: left;
    margin: 0px 0px 10px 0px;
}
.avatar_impresum{
    display: inline;
    float: left;
    height: 130px;
    margin-right: 20px;
    position: relative;
    width: 130px;
}
.name_impresum{
    display: inline;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: bolder;
    clear: right;
    margin-bottom: 10px;
}
.desc_impresum{
    display: inline;
    position: relative;
    float: left;
    width: 550px;
    clear: right;
}
#content .mreze_impresum{
    display: inline;
    position: relative;
    float: left;
    width: 110px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}
#content .face_impresum, #content .twit_impresum, #content .digg_impresum, #content .buzz_impresum{
    display: inline;
    position: relative;
    float: left;
    width: 32px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}
#content .website_impresum{
    display: block;
    width: 600px;
    margin-left: 10px;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
    float: left;
    clear: both;
}
.wb-site{
    margin-left: 25px;
}
.page-impresum{
    clear: left;
    float: left;
}
/*
Search
-----------------------------------------*/
#sidebar-right form.searchform input#s{
    width: 170px;
    height: 30px;
    padding-left: 10px;
}
/*
404
--------------------------------------------*/
h1.entry-title-big-orange{
    font-size: 72px;
    text-align: center;
    color :#f90;
    line-height: 80px;
    font-weight: bold;
    margin-bottom: 30px;
}
h1.entry-title-small-grey{
    text-align: center;
}
h3.entry-title-ako{
    margin-bottom: 20px;
}
ol#custom-404 li{
    margin-bottom: 40px;
}
a#go-home-404{
    font-size: 60px;
    text-align: center;
    margin-top: 30px;
}
#content ol#custom-404 li form.searchform input#s{
    height: 50px;
    width: 450px;
    font-size: 35px;
    padding-left: 10px;
}
#content ol#custom-404 li form.searchform input#searchsubmit{
    height: 45px;
    width: 100px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 25px;
    margin-bottom: 15px;
}

#content em{
    font-style: italic;
}
div.page-link{
    padding: 5px;
    font-size: 15px;
    margin:5px;
}
div.page-link a{
    background-color: #F5F5F5;
    padding: 5px;
    border: 1px solid #AAA;
}

/*
Reactions
------------------------------*/
#reactions{
    margin: 30px auto;
    padding: 0px;
    width: 100%;
}
#reactions .row{
    margin-bottom: 10px;
}
#reactions .reactions-sprite{
    background-image: url('assets/images/reakcije-sprite.png');
    background-repeat: no-repeat;
    height: 58px;
    width: 180px;
    position: relative;
    margin: 0px;
    padding: 0px;
}
#reactions .like-time{
    position: absolute;
    top: 20px;
    right: 5px;
    width: 50px;
    height: 22px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
}
.like-1{
    background-position: -10px -12px;
    cursor: pointer;
}
.like-2{
    background-position: -10px -73px;
    cursor: pointer;
}
.like-3{
    background-position: -10px -134px;
    cursor: pointer;
}
.like-4{
    background-position: -10px -196px;
    cursor: pointer;
}
.like-5{
    background-position: -10px -266px;
    cursor: pointer;
}
.like-6{
    background-position: -10px -332px;
    cursor: pointer;
}

.like-disabled-1{
    background-position: -211px -12px;
    cursor: default;
}
.like-disabled-2{
    background-position: -211px -73px;
    cursor: default;
}
.like-disabled-3{
    background-position: -211px -140px;
    cursor: default;
}
.like-disabled-4{
    background-position: -211px -202px;
    cursor: default;
}
.like-disabled-5{
    background-position: -211px -270px;
    cursor: default;
}
.like-disabled-6{
    background-position: -211px -344px;
    cursor: default;
}

#reactions .reactions-mantv-sprite.moze{
    background-image: url('assets/images/like.png');
    background-repeat: no-repeat;
    height: 84px;
    width: 200px;
    position: relative;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
#reactions .reactions-mantv-sprite .moze-time{
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    padding: 80px 0px;
}

#reactions .reactions-mantv-sprite.nemoze{
    background-image: url('assets/images/unlike.png');
    background-repeat: no-repeat;
    height: 86px;
    width: 200px;
    position: relative;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#reactions .reactions-mantv-sprite.like-disabled-nemoze{
    background-image: url('assets/images/unlike-gray.png');
    cursor: default;
}
#reactions .reactions-mantv-sprite.like-disabled-moze{
    background-image: url('assets/images/like-gray.png');
    cursor: default;
}
#reactions .row.mantv{
    margin-bottom: 40px;
}

/*
Grid
------------------------------------------*/

.grid-container{
    padding: 0px;
}

.row { width: 100%; margin: 0 auto; }
/* To fix the grid into a certain size, set max-width to width */
.row .row { min-width: 0; }

.column, .columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; }
.column:first-child, .columns:first-child { margin-left: 0; }
[class*="column"] + [class*="column"]:last-child { float: right; }

.row .one 		{ width: 4.3%; }
.row .two 		{ width: 13%; }
.row .three 	{ width: 21.679%; }
.row .four 		{ width: 30.37%; }
.row .five 		{ width: 39.1%; }
.row .six 		{ width: 47.8%; }
.row .seven 	{ width: 56.5%; }
.row .eight 	{ width: 65.2%; }
.row .nine 		{ width: 73.9%; }
.row .ten 		{ width: 82.6%; }
.row .eleven 	{ width: 91.3%; }
.row .twelve 	{ width: 100%; }

.row .offset-by-one 	{ margin-left: 13.1%;  }
.row .offset-by-two 	{ margin-left: 21.8%;  }
.row .offset-by-three 	{ margin-left: 30.5%;  }
.row .offset-by-four 	{ margin-left: 39.2%;  }
.row .offset-by-five 	{ margin-left: 47.9%;  }
.row .offset-by-six 	{ margin-left: 56.6%;  }
.row .offset-by-seven 	{ margin-left: 65.3%;  }
.row .offset-by-eight 	{ margin-left: 74.0%;  }
.row .offset-by-nine 	{ margin-left: 82.7%;  }
.row .offset-by-ten 	{ margin-left: 91.4%;  }

.row .centered { float: none; margin: 0 auto; }

.row .offset-by-one:first-child 	{ margin-left: 8.7%;  }
.row .offset-by-two:first-child 	{ margin-left: 17.4%;  }
.row .offset-by-three:first-child 	{ margin-left: 26.1%;  }
.row .offset-by-four:first-child 	{ margin-left: 34.8%;  }
.row .offset-by-five:first-child 	{ margin-left: 43.5%;  }
.row .offset-by-six:first-child 	{ margin-left: 52.2%;  }
.row .offset-by-seven:first-child 	{ margin-left: 60.9%;  }
.row .offset-by-eight:first-child 	{ margin-left: 69.6%;  }
.row .offset-by-nine:first-child 	{ margin-left: 78.3%;  }
.row .offset-by-ten:first-child 	{ margin-left: 87%;  }
.row .offset-by-eleven:first-child 	{ margin-left: 95.7%;  }

/* Source Ordering */
.push-two 		{ left: 17.4% }
.push-three 	{ left: 26.1%; }
.push-four 		{ left: 34.8%; }
.push-five 		{ left: 43.5%; }
.push-six 		{ left: 52.2%; }
.push-seven 	{ left: 60.9%; }
.push-eight 	{ left: 69.6%; }
.push-nine 		{ left: 78.3%; }
.push-ten 		{ left: 87%; }

.pull-two 		{ right: 17.4% }
.pull-three 	{ right: 26.1%; }
.pull-four 		{ right: 34.8%; }
.pull-five 		{ right: 43.5%; }
.pull-six 		{ right: 52.2%; }
.pull-seven 	{ right: 60.9%; }
.pull-eight 	{ right: 69.6%; }
.pull-nine 		{ right: 78.3%; }
.pull-ten 		{ right: 87%; }



/*img, object, embed { max-width: 100%; height: auto; }*/
img { -ms-interpolation-mode: bicubic; }
#map_canvas img, .map_canvas img {max-width: none!important;}

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }


.block-grid { display: block; overflow: hidden; }
.block-grid>li { display: block; height: auto; float: left; }

.block-grid.one-up { margin-left: 0% }
.block-grid.one-up>li { margin-left: 0%; width: 100%; }
/* 	.block-grid.two-up>li:nth-child(2n+1) {clear: left;} */

.block-grid.two-up { margin-left: 0% }
.block-grid.two-up>li { margin-left: 0%; width: 50%; }
/* 	.block-grid.two-up>li:nth-child(2n+1) {clear: left;} */

.block-grid.three-up { margin-left: 0% }
.block-grid.three-up>li { margin-left: 0%; width: 31.3%; }
/* 	.block-grid.three-up>li:nth-child(3n+1) {clear: left;} */

.block-grid.four-up { margin-left: 0% }
.block-grid.four-up>li { margin-left: 0%; width: 23%; }
/* 	.block-grid.four-up>li:nth-child(4n+1) {clear: left;} */

.block-grid.five-up { margin-left: 0% }
.block-grid.five-up>li { margin-left: 0%; width: 18.5%; }
/* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

/*
Breadcrumbs
-------------------------------*/
#crumbs{
    width: 950px;
    padding: 5px;
    margin: 5px auto 0px auto;
    background-color: #FFFFFF;
    border-top: 4px solid #F5F5F5;
    border-left: 4px solid #F5F5F5;
    border-right: 4px solid #F5F5F5;
}

/*
Forum
-----------------------------------*/

table.bbp-topics tr th.bbp-topic-title,
table.bbp-forums tr th.bbp-forum-info,
table.bbp-topics tbody tr td.bbp-topic-title,
table.bbp-forums tbody tr td.bbp-forum-info{
    padding:10px;
}

#content span.nav-previous{
    float: left;
    position: relative;
}
#content span.nav-next{
    float: right;
    position: relative;
}
#content nav#nav-single{
    display: block;
    height: 80px;
    clear: both;
}
#flashContent { display:none; }

#confirm {display:none;}

/* Overlay */
#confirm-overlay {background-color:#eee;}

/* Container */
#confirm-container {height:140px; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #336699;}
#confirm-container .header {height:30px; line-height:30px; width:100%; background:url(assets/images/confirm/header.gif) repeat-x; color:#fff; font-weight:bold;}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px;}
#confirm-container .buttons {line-height:26px; width:160px; float:right; padding:10px 8px 0;}
#confirm-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(assets/images/confirm/button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;}
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#confirm-container a.modal-close:hover {color:#ccc;}

body{width: 100%;}