html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #585652;
	text-align: center;
	background: url("../images/bg.jpg") repeat 50% 0;
}

body.clean {
	background: #eae7df;
}

/* @group structure */

.uk-responsive-width {
    max-width: 100% !important;
    height: auto;
}
.uk-responsive-width, .uk-responsive-height {
    box-sizing: border-box;
}
iframe {
    border: 0;
}



/* STRUCTURE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header, #features, #subfeatures, #mid, #footer {
	float: left;
	width: 100%;
}

#header-inner, #features-inner, #subfeatures-inner, #mid-inner, #footer-inner {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	z-index: 9;
	background: url("../images/header-bg.jpg") repeat 50% 0;
}

.clean #header {
	background: #eae7df url("../images/header-bg-clean.jpg") no-repeat 50% 100%;	
}

#header-bottom {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 10px;
	background: url("../images/header-inner-bg.jpg") no-repeat 50% 100%;
}

.clean #header-bottom {
	background: transparent;
}

#features {
	background: url("../images/features-bg.jpg") repeat 50% 0;
	z-index: 1000;
}

.clean #features {
	background: #eae7df url("../images/features-bg-clean.jpg") repeat-y 50% 0;
}

#features-inner {
	padding: 20px 0;
}

#subfeatures {
	height: 166px;
	background: url("../images/subfeatures-bg.jpg") no-repeat 50% 0;
	overflow: hidden;
}

.clean #subfeatures {
	background: #eae7df url("../images/subfeatures-bg-clean.jpg") no-repeat 50% 0;
}

#subfeatures-inner {
	width: 940px;
	padding: 20px 0 20px 20px;
}

#mid {
	float: left;
	width: 100%;
	background: url("../images/mid-bg.jpg") no-repeat 50% 0;
}

.clean #mid {
	background: #eae7df url("../images/mid-bg-clean.jpg") no-repeat 50% 0;
}

#mid-inner {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: left;
	background: url("../images/mid-inner-bg.jpg") no-repeat 50% 100%;
}

.clean #mid-inner {
	background: transparent;
}

#content, #content-home {
	float: left;
	display: inline;
	width: 420px;
	margin: 0 20px 20px 20px;
}

#content-home { 
	width: 600px;
}

.clean #content {
	margin-bottom: -25px;
}

#content.page {
	width: 600px;
}

#sidebar-left {
	float: left;
	display: inline;
	width: 160px;
	margin-right: 20px;
}

#sidebar-right {
	float: left;
	display: inline;
	width: 300px;
}

.clean #sidebar-right {
	margin-bottom: -40px;
}

#footer {
	background: url("../images/features-bg.jpg") repeat 50% 0;
}

.clean #footer {
	background: #eae7df url("../images/footer-bg-clean.jpg") no-repeat 50% 0;
}

#footer-inner {
	padding: 20px 0 15px;
	overflow: hidden;
}

.clean #footer-inner {
	padding-top: 70px;
}

/* @end */

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#mobilni-baner-div {
	float: right;
	display: inline;
/+	width: 405px;+/
	height: 108px;
	overflow: hidden;
}

#podcast-baner {
	text-align: right;
}
/* @group logo */

/* LOGO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo, #logo-custom {
	position: relative;
	float: left;
	display: inline;
	width: 303px;
	height: 100px;
	margin-bottom: 20px;
	font-size: 1.5em;
	overflow: hidden;
}

#logo-custom {
	margin: 10px 0 20px;	
}

#logo span, #logo-custom span {
	position: absolute;
	width: 100% !important;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/logo.jpg") no-repeat 0 0;
}

.clean #logo span {
	background: url("../images/logo-clean.jpg") no-repeat 0 0;
}

#logo a, #logo-custom a {
	color: #585652;
	text-decoration: none;
}

/* @end */

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#mobile-nav {display:none;}
#nav {
	clear: both;
	float: left;
	width: 770px;
}

#nav li {
	float: left;
	position: relative;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
}

#nav li a, #nav li a:visited, #nav li a:active {
	float: left;
	display: block;
	padding: 12px 15px;
	color: #898782;
	text-decoration: none;
	cursor:pointer;
}

#nav li a:hover, #nav li:hover a, #nav #nav li:hover > a {
	float: none;
	padding: 11px 14px 12px;
	color: #585652;
	text-decoration: none;
	background: url("../images/bg.jpg") repeat 50% 100%;
	border-top: 1px solid #b6b3ae;
	border-right: 1px solid #b6b3ae;
	border-left: 1px solid #b6b3ae;
}

.clean #nav li a:hover, .clean #nav li:hover a, .clean #nav #nav li:hover > a {
	background: #eae7de;
	border-top: 1px solid #d6d3cc;
	border-right: 1px solid #d6d3cc;
	border-left: 1px solid #d6d3cc;
}

#nav li a:hover {
	float: none;
	padding: 11px 14px 12px;
	color: #585652;
	text-decoration: none;
	background: url("../images/bg.jpg") repeat 50% 100%;
	border-top: 1px solid #b6b3ae;
	border-right: 1px solid #b6b3ae;
	border-left: 1px solid #b6b3ae;
}

.clean #nav li a:hover {	
	background: #eae7de;
	border-top: 1px solid #d6d3cc;
	border-right: 1px solid #d6d3cc;
	border-left: 1px solid #d6d3cc;
}

#nav li.current-cat a, #nav li.current-cat a:visited, #nav li.current-cat a:active, #nav li.current-cat a:hover, #nav li.current-cat-parent a, #nav li.current-cat-parent a:visited, #nav li.current-cat-parent a:active, #nav li.current-cat-parent a:hover, #nav li.current_page_item a, #nav li.current_page_item a:visited, #nav li.current_page_item a:active, #nav li.current_page_item a:hover, #nav li.current_page_parent a, #nav li.current_page_parent a:visited, #nav li.current_page_parent a:active, #nav li.current_page_parent a:hover {
	float: none;
	padding: 11px 14px 12px;
	color: #585652;
	background: url("../images/features-bg.jpg") repeat 50% 100%;
	border-top: 1px solid #b6b3ae;
	border-right: 1px solid #b6b3ae;
	border-left: 1px solid #b6b3ae;
	cursor:pointer;
}

.clean #nav li.current-cat a, .clean #nav li.current-cat a:visited, .clean #nav li.current-cat a:active, .clean #nav li.current-cat a:hover, .clean #nav li.current-cat-parent a, .clean #nav li.current-cat-parent a:visited, .clean #nav li.current-cat-parent a:active, .clean #nav li.current-cat-parent a:hover, .clean #nav li.current_page_item a, .clean #nav li.current_page_item a:visited, .clean #nav li.current_page_item a:active, .clean #nav li.current_page_item a:hover, .clean #nav li.current_page_parent a, .clean #nav li.current_page_parent a:visited, .clean #nav li.current_page_parent a:active, .clean #nav li.current_page_parent a:hover {
	background: #fbfaf5;
	border-top: 1px solid #d6d3cc;
	border-right: 1px solid #d6d3cc;
	border-left: 1px solid #d6d3cc;
}

.clean #nav li#nav-home.current-cat a, .clean #nav li#nav-home.current-cat a:visited, .clean #nav#nav-home li.current-cat a:active, .clean #nav#nav-home li.current-cat a:hover {
	background: #f4f3ee;	
}

#nav .children, #nav .page_item ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0 0 5px;
	left: 0;
	list-style-type: none;
	background: url("../images/bg.jpg") repeat 50% 100%;
	min-width: 180px;
	width: auto !important;
	width: 180px;
	z-index: 3;
	border-right: 1px solid #b6b3ae;
	border-bottom: 1px solid #b6b3ae;
	border-left: 1px solid #b6b3ae;
}

.clean #nav .children, .clean #nav .page_item ul {
	background: #eae7de;	
	border-right: 1px solid #d6d3cc;
	border-bottom: 1px solid #d6d3cc;
	border-left: 1px solid #d6d3cc;
}

#nav li.current-cat .children, #nav li.current-cat-parent .children, #nav li.current_page_item ul, #nav li.current_page_parent ul {
	background: url("../images/features-bg.jpg") repeat 50% 100%;
	border-right: 1px solid #b6b3ae;
	border-bottom: 1px solid #b6b3ae;
	border-left: 1px solid #b6b3ae;	
}

.clean #nav li.current-cat .children, .clean #nav li.current-cat-parent .children, .clean #nav li.current_page_item ul, .clean #nav li.current_page_parent ul {	
	background: #fbfaf5;
	border-right: 1px solid #d6d3cc;
	border-bottom: 1px solid #d6d3cc;
	border-left: 1px solid #d6d3cc;
}

#nav li:hover ul, #nav li.hover ul {
	display: block;
}

#nav .children li, #nav .page_item ul li, #nav .current_page_item ul li {
	margin: 0;
	padding: 0;
	min-width: 150px;
	width: auto !important;
	width: 150px;
	font-size: .75em;
	text-transform: none;
	list-style-type: none;
}

#nav li.current-cat .children a, #nav li.current-cat .children a:visited, #nav li.current-cat .children a:active, #nav li.current-cat-parent .children a, #nav li.current-cat-parent .children a:visited, #nav li.current-cat-parent .children a:active, #nav li.page_item li a, #nav li.page_item li a:visited, #nav li.page_item li a:active, #nav li.current_page_item li a, #nav li.current_page_item li a:visited, #nav li.current_page_item li a:active, .clean #nav li.current-cat .children a, .clean #nav li.current-cat .children a:visited, .clean #nav li.current-cat .children a:active, .clean #nav li.current-cat-parent .children a, .clean #nav li.current-cat-parent .children a:visited, .clean #nav li.current-cat-parent .children a:active, .clean #nav li.page_item li a, .clean #nav li.page_item li a:visited, .clean #nav li.page_item li a:active, .clean #nav li.current_page_item li a, .clean #nav li.current_page_item li a:visited, .clean #nav li.current_page_item li a:active {
	float: none;
	color: #898782;
	border-top: none;
	border-right: none;
	border-left: none;
}

#nav li.current-cat .children li, #nav li.current_page_item li {
	float: none;
}

#nav li.current-cat .children a, #nav li.current-cat .children a:visited, #nav li.current-cat .children a:active, #nav li.current-cat-parent .children a, #nav li.current-cat-parent .children a:visited, #nav li.current-cat-parent .children a:active, #nav .children a, #nav .children a:visited, #nav .children a:active, #nav .page_item li a, #nav .page_item li a:visited, #nav .page_item li a:active, #nav .current_page_item li a, #nav .current_page_item li a:visited, #nav .current_page_item li a:active, .clean #nav .children a, .clean #nav .children a:visited, .clean #nav .children a:active, .clean #nav .page_item li a, .clean #nav .page_item li a:visited, .clean #nav .page_item li a:active, .clean #nav .current_page_item li a, .clean #nav .current_page_item li a:visited, .clean #nav .current_page_item li a:active {
	float: none;
	display: block;
	min-width: 150px;
	width: auto !important;
	width: 150px;
	height: auto;
	margin: 0;
	padding: 10px 15px 5px;
	color: #898782;
	text-decoration: none;
	text-transform: none;
	border-top: none;
	border-right: none;
	border-left: none;
}

#nav li.current-cat .children a:hover, #nav .children a:hover, #nav .page_item ul li a:hover, #nav .current_page_item ul li a:hover, .clean #nav li.current-cat .children a:hover, .clean #nav .children a:hover, .clean #nav .page_item ul li a:hover, .clean #nav .current_page_item ul li a:hover {
	color: #585652;
	text-decoration: underline;
}

#nav li.current-cat .children a, #nav li.current-cat .children a:visited, #nav li.current-cat .children a:active, #nav li.current-cat .children a:hover, #nav li.current-cat-parent .children a, #nav li.current-cat-parent .children a:visited, #nav li.current-cat-parent .children a:active, #nav li.current-cat-parent .children a:hover, #nav .children a, #nav .children a:visited, #nav .children a:active, #nav .children a:hover, #nav .page_item ul li a, #nav .page_item ul li a:visited, #nav .page_item ul li a:active, #nav .page_item ul li a:hover, #nav .current_page_item ul li a, #nav .current_page_item ul li a:visited, #nav .current_page_item ul li a:active, #nav .current_page_item ul li a:hover, .clean #nav li.current-cat .children a, .clean #nav li.current-cat .children a:visited, .clean #nav li.current-cat .children a:active, .clean #nav li.current-cat .children a:hover, .clean #nav li.current-cat-parent .children a, .clean #nav li.current-cat-parent .children a:visited, .clean #nav li.current-cat-parent .children a:active, .clean #nav li.current-cat-parent .children a:hover, .clean #nav .children a, .clean #nav .children a:visited, .clean #nav .children a:active, .clean #nav .children a:hover, .clean #nav .page_item ul li a, .clean #nav .page_item ul li a:visited, .clean #nav .page_item ul li a:active, .clean #nav .page_item ul li a:hover, .clean #nav .current_page_item ul li a, .clean #nav .current_page_item ul li a:visited, .clean #nav .current_page_item ul li a:active, .clean #nav .current_page_item ul li a:hover {
	float: none;
	background: transparent;
	cursor: pointer;
}

#nav li.cat-item-5 a {
	color: rgb(230, 187, 0); 
	background: #757575;
}

#nav li.cat-item-5 a:hover {background: #151515;}

/* @end */

/* @group social */

/* SOCIAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#social {
	position: absolute;
	left: 645px;
	bottom: 7px;
	width: 275px;
	height: 53px;
}

#social ul {
	float: left;
	display: inline;
	width: 100%;
}

#social li {
	float: right;
	display: inline;
}

#social a {
	float: left;
	display: inline;
	height: 0;
	padding-top: 53px;
	overflow: hidden;
	text-decoration: none;
}

#social-facebook a {
	width: 53px;
	background: url("../images/social-icons.png") no-repeat 0 0;
}

#social-facebook a:hover {
	background: url("../images/social-icons.png") no-repeat 0 -53px;
}

#social-myspace a {
	width: 55px;
	background: url("../images/social-icons.png") no-repeat -53px 0;
}

#social-myspace a:hover {
	background: url("../images/social-icons.png") no-repeat -53px -53px;
}

#social-twitter a {
	width: 56px;
	background: url("../images/social-icons.png") no-repeat -109px 0;
}

#social-twitter a:hover {
	background: url("../images/social-icons.png") no-repeat -109px -53px;
}

#social-feed a {
	width: 56px;
	background: url("../images/social-icons.png") no-repeat -165px 0;
}

#social-feed a:hover {
	background: url("../images/social-icons.png") no-repeat -165px -53px;
}

#social-email a {
	width: 54px;
	background: url("../images/social-icons.png") no-repeat -221px 0;
}

#social-email a:hover {
	background: url("../images/social-icons.png") no-repeat -221px -53px;
}

/* @end */

#search {
	float: left;
	width: 100%;
	margin: 3px 0 30px;
}
#search div {display:block;}

#cse-search-box {display:block;}
#cse-search-box #cse, #search #cse {
	float: left;
	display: block;
	width: 208px;
	height: 25px;
	padding: 0px 10px !important;
	font-size: 1.1em;
	color: #87847f;
	background: transparent url("../images/search-input.jpg") no-repeat 0 0 !important;
	border: 0 !important;
}

#cse-search-box #cse:focus, #search #cse:focus {
	color: #585652;
}

#search-button {
	float: left;
	display: inline;
}

/* @end */

/* @group features */

/* FEATURES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#hero {
	position: relative;
	float: left;
	display: inline;
	width: 480px;
	height:270px;
	margin-bottom: 20px;
	overflow:hidden;
}

#hero img {
	display: block;
	width: 470px;
	margin:5px 0 0 5px;
}

#hero-desc {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 410px;
	padding: 10px 50px 10px 10px;
	background: url("../images/hero-overlay.png") repeat 0 0;
}

#hero-desc h2 {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
}

#hero-desc p {
	font-size: 1.2em;
	color: #1c1b17;
}

a#hero-button {
	display: block;
	position: absolute;
	width: 470px;
	height: 260px;
	top: 0;
	left: 0;
	text-decoration: none;
	border: 5px solid #d8d5cf;
}

a#hero-button:hover {
	border: 5px solid #bbb8b3;
}

#sidekicks {
	float: right;
	display: inline;
	width: 420px;
	margin-bottom: 20px;
}

#sidekicks img {
	display: block;
}

#sidekicks a {
	text-decoration: none;
}

#sidekick-one, #sidekick-two {
	float: left;
	display: inline;
	width: 200px;
}

#sidekick-one {
	margin-right: 20px;
}

.sidekick-tnail {
	position: relative;
	margin-bottom: 10px;
}

.sidekick-tnail a {
	display: block;
	padding: 5px;
	background: #d8d5cf; 
}

.sidekick-tnail a:hover {
	background: #bbb8b3; 
}

.sidekick-tnail img {
	width: 190px;
}

#sidekicks h3 {
	margin: 0 5px;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

#sidekicks h3 a, #sidekicks h3 a:visited, #sidekicks h3 a:active {
	text-decoration: none;
}

#sidekicks h3 a:hover {
	color: #1c1b17;
	text-decoration: underline;
}

#sidekicks p {
	margin: 0 5px;
	font-size: 1.2em;
	color: #585652;
}

#subfeatures li {
	position: relative;
	float: left;
	display: inline;
	margin-right: 20px;
}

#subfeatures li a {
	display: block;
	color: #87847f;
	border: 5px solid #fcfaf5;
}

#subfeatures li a:hover { 
	border: 5px solid #cac7c0; 
}

#subfeatures img {
	display: block;
	width: 158px;
	height: 116px;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.content a, .content a:visited, .content a:active {
	color: #7d8a2e;
	text-decoration: none;
}

.content a:hover {
	color: #1c1b17;
	text-decoration: underline;
}

.content.page a, .content.page a:visited, .content.page a:active {
	color: #898782;
	text-decoration: underline;
}

.content.page a:hover {
	color: #1c1b17;
	text-decoration: underline;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #585652;
	border-bottom: 1px solid #dedbd4;
}

.content h1 {
	margin-bottom: 1em;
	font-size: 2em;
}

#archive-title h1 {
	font-size: 2.6em;
}

#archive-title h2 {
	font-size: 2.6em;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	overflow:hidden;
}

.content h3 {
	margin: 2em 0 1em;
	font-size: 1.5em;
}

.content h4 {
	margin: 2em 0 1em;
	font-size: 1.4em;
}

.content h5 {
	margin: 2em 0 1em;
	font-size: 1.3em;
}

.content h6 {
	margin: 2em 0 1em;
	font-size: 1.2em;
}

.content p {
	margin-bottom: 1.5em;
	font-size: 1.4em;
	line-height: 1.5em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.content small {
	font-size: 0.7em;
	line-height: 1.1em;
	color: rgb(119, 119, 119);
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

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

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

.content .wp-caption {
	margin-bottom: 15px;
	text-align: center;
	background: #fcfaf5;
}

.content .wp-caption p {
	margin: 0;
	padding: 0px 10px 5px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #898782;
}

.content img {
	display: block;
	padding: 5px;
	background: #fcfaf5;
}

.content img.alignleft, .content .wp-caption.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright, .content .wp-caption.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content .aligncenter {
	text-align: center;
}

#content .navigation {
	float: left;
	width: 100%;
}

#content .navigation a {
	display: block;
	padding: 6px 15px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #87847f;
	background: #fcfaf5;
	border: 0;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

#content .navigation a:hover {
	text-decoration: none;
	color: #1c1b17;
}

#content .navigation .alignleft {
	float: left;
	display: inline;
	width: 49%;
	margin: 0 0 15px;
}

#content .navigation .alignleft a {
	float: left;
}

#content .navigation .alignright {
	float: right;
	display: inline;
	width: 49%;
	margin: 0 0 15px;
	text-align: right;
}

#content .navigation .alignright a {
	float: right;
}

.content .wp-pagenavi {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 30px;
	font-size: 1.2em;
}

.content .wp-pagenavi a, .content .wp-pagenavi a, .content .wp-pagenavi a:visited, .content .wp-pagenavi a:active {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #87847f;
	background: #fcfaf5;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.content .wp-pagenavi a:hover {
	text-decoration: none;
	color: #1c1b17;
	background: #cbc6c2;
	border: none;
}

.content .wp-pagenavi span.pages {
	float: right;
	padding: 0;
	color: #87847f;
	background: transparent;
	border: none;
}

.content .wp-pagenavi span.current, .content .wp-pagenavi span.extend {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #585652;
	background: #dedbd4;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.content .post-ratings {
	margin-bottom: 15px;
	color: #87847f;
}

.content .post-ratings img {
	display: inline;
	padding: 0;
	background: transparent;
}

#video {
	float: left;
	width: 100%;
	text-align: center;
}

#video-hd {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#video-content {
	float: left;
	display: inline;
	margin-bottom: 20px;
}

#video-details {
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

#video-hd #video-content {
	float: none;
	display: block;
	margin: 0;
}

#video-hd #video-details {
	margin: 20px 0 0;
	padding: 0;
}

#video-lightbox { 
	display: none; 
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 9999;
}

#video-lightbox.show {
	display: block;
	z-index: 9999;
}

#video-lightbox-content { 
	margin: 100px auto 0;
	text-align: center;
}

#video-lightbox-content object, #video-lightbox-content embed { 
	position: relative;
	z-index: 9999;
	margin: 0 auto;
}

#video-details h1 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 2.4em;
	font-weight: bold;
	text-transform: none;
	line-height: 1em;
	border-bottom: 0;
}

#video-embed {
	float: left;
	width: 420px;
	margin-bottom: 20px;
	text-align: left; 
	overflow: hidden;
}

#video-embed h6 {
	float: left;
	display: inline;
	clear: left;
	width: 45px;
	margin: 0 0 10px; 
	padding: 5px 5px 6px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	color: #87847f;
	background: #dedbd4;
	border: 1px solid #dedbd4;
}

#video-embed input {
	float: left;
	display: inline;
	width: 351px;
	margin: 0 0 10px; 
	padding: 5px;
	font-size: 1.1em;
	color: #87847f;
	background: #fbfaf6;
	border: 1px solid #dedbd4;
}

#video-details .video-date {
	margin-bottom: 5px;
	color: #87847f;
	font-size:1.4em;
}

#video-details .video-author {
	margin-bottom: 15px;
	font-size: 1.2em;
	color: #87847f;
}

#video-details .video-author a, #video-details .video-author a:visited, #video-details .video-author a:active {
	color: #87847f;
	text-decoration: underline;
}

#video-details .video-author a:hover {
	color: #585652;
}

#video img {
	background: #eae7df;
}

#video-details .post-ratings {
	margin-top: -10px;
}

#video-details .post-ratings img {
	background: transparent;
}

.video.archive {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedbd4;
}

.video.archive .video-tnail {
	position: relative;
	float: left;
	display: inline;
	margin: 0 10px 15px 0;
}

.video-tnail img {
	width: 124px;
}

.video.archive .video-tnail a {
	display: block;
	padding: 5px;
	background: #fcfaf5;
}

.video.archive .video-tnail a:hover { 
	background: #cac7c0;	 
}

.video.archive .video-tnail a span {
	display: none;
	position: absolute;
	width: 134px;
	height: 103px;
	top: 0;
	left: 0;
	background: url("../images/video-tnail-border.png") repeat 0 0;
}

.video.archive .video-tnail a:hover span {
	background: url("../images/video-tnail-border.png") repeat 0 100%;
}

.video.archive .video-tnail.alt a span {
	background: url("../images/video-tnail-border.png") repeat 100% 0;
}

.video.archive .video-tnail.alt a:hover span {
	background: url("../images/video-tnail-border.png") repeat 100% 100%;
}

.video.archive img {
	padding: 0;
}

.video.archive .video-details {
	position: relative;
	float: left;
	display: inline;
	width: 270px;
}
.video.archive .video-details h4 {margin:0px; font-size:12px; border:0px; font-weight:bold; text-transform:capitalize;}
.video.archive .video-details h4.article-group-name {text-transform:none;}

#content-home .video.archive .video-details {
	width: 450px;
}

.video.archive .video-details.blog {
	position: relative;
	float: none;
	width: auto;
}

.video.archive h3 {
	margin: 0 0 3px 0;
	padding: 0;
	border-bottom: 0;
}

.video.archive .video-date {
	margin-bottom: 3px;
	font-size: 1.2em;
	color: #87847f;
}

.video.archive .video-date a {
	color: #87847f;
	text-decoration: underline;
}

.video.archive .video-date a:hover {
	color: #585652;
}

.video.archive .video-date span {
	margin: 0 3px;
	color: #c9c6c0;
}

#video-details .video-date span {
	margin: 0 5px;
	color: #c9c6c0;
}

.video.archive p {
	margin-bottom: 3px;
	line-height: 1.2em;
}

.video.archive .video-details.blog p {
	margin-bottom: 15px;
}

.post {
	margin-bottom: 15px;
	border-bottom: 1px solid #dedbd4;
}

.post-comments {
	float: right;
	display: inline;
	margin: 0 0 5px 15px;
}

.content .post-comments a {
	display: block;
	padding: 7px 13px 9px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #585652;
	background: url("../images/comments-bubble.gif") no-repeat 50% 0;
}

.content .post-comments a:hover {
	color: #1c1b17;
	text-decoration: underline;
}

.post.archive h3 {
	margin: 0 0 2px;
	padding-bottom: 0;
	border-bottom: 0;
}

.post.archive h3 a:hover {
	text-decoration: underline;
	background: transparent;
}

.post-date {
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #87847f;
}

#archive-title .post-date {
	margin: 2px 0 5px;
	font-size: 1.4em;
}

#archive-title .post-date span {
	margin: 0 5px;
	color: #c9c6c0;
}

#archive-title .post-author {
	margin: 2px 0 0;
	font-size: 1.2em;
	color: #87847f;
}

#archive-title .post-author a, #archive-title .post-author a:visited, #archive-title .post-author a:active {
	color: #87847f;
	text-decoration: underline;
}

#archive-title .post-author a:hover {
	color: #585652;
}

.post-tnail {
	float: right;
	display: inline;
	margin: 0 0 10px 15px;
}

.content .post-tnail img {
	padding: 5px;
}

.qtip {
}

.qtip-content { 
	font-size: 12px;
	font-weight: bold;
}

.hd {
	position: relative;
	float: right;
	display: inline;
	width: 38px;
	height: 21px;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
}

.hd span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/hd.gif") no-repeat 0 0;
}

.hd a, .hd a:hover {
	text-decoration: none;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.widget {
	margin-bottom: 30px;
}
.widget img {max-width:100%;}
#blog.widget {margin-bottom:15px;}
#custom-banners.widget {clear:both;}

.widget h2 {
	margin-bottom: 15px;
}

.widget ul {
	margin: -10px 0 15px;
	list-style-type: none;
}

.widget ul li {
	list-style-type: none;
	border-bottom: 1px solid #dedbd4;
}

.widget li {
	margin-bottom: 0;
	padding: 5px 25px 5px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #87847f;
}

#ad-bigbox {
	clear: both;
}

.widget img {
	padding: 0;
}

#twitter {
	float: left;
	width: 100%;
}

.floated-element {float:left; width:100%;}

#twitter img {
	float: right;
	display: block;
	margin: 0 0 10px 10px;
	padding: 0;
	background: transparent;
}

#twitter.widget li {
	margin-bottom: 0;
	padding: 10px 0;
}

#twitter.widget span {
	color: #d2cfc8;
}

.button {
	overflow: hidden;
}

.button a {
	display: block;
	height: 0;
	overflow: hidden;
}

.button a:hover, .content .button a:hover {
	background: transparent;
}

#btn-twitter {
	float: right;
}

#btn-twitter.me a {
	background: url("../images/button-twitter-me.jpg") no-repeat 0 0;
}

#btn-twitter a {
	width: 148px;
	padding: 21px 0 0 0;
	background: url("../images/button-twitter-us.jpg") no-repeat 0 0;
}

#twitter li {	
	color: #585652;
}

.aktt_more_updates {
	display: none;
}

#ad-buttons {
	float: left;
	width: 298px;
	margin-bottom: 30px;
	padding: 15px 0 0;
	background: #dedbd4;
}

#ad-buttons div {
	float: left;
	display: inline;
	margin: 0 0 15px 15px;
}

#ad-buttons img {
	display: block;
	padding: 0;
}

#prijava-box {
	float: left;
	width: 298px;
	margin-bottom: 30px;
	padding: 15px 0 0;
	background: #dedbd4;
}

#prijava-box div {
	float: left;
	display: inline;
	margin: 0 0 15px 15px;
}

#prijava-box img {
	display: block;
	padding: 0;
}

#ad-bigbox img {
	padding: 0;
}

#tag_cloud h2, #tag_cloud-2 h2, #tag_cloud-3 h2 { 
	margin-bottom: 10px;
}

#tag_cloud, #tag_cloud-2, #tag_cloud-3 {
	float: left;
	width: 100%;
	line-height: 24px;
}

#tag_cloud a, #tag_cloud-2 a, #tag_cloud-3 a {
	display: block;
	float: left;
	padding: 0 10px 0 0;
}

/* @end */

/* @group comments */


/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments { 
	clear: both; 
}

#comments .sexy-bookmarks {
	margin: -10px 0 30px;
}

#comments .commentlist {
	clear: both;
	margin: 0 0 30px;
	padding: 0;
}

#comments .commentlist li {
	position: relative;
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	font-size: 12px;
	border-bottom: 1px solid #dedbd4;
}

#comments .commentlist .children li {
	padding: 5px 0 0;
}

#comments .commentlist li.depth-1 {
	margin: 0 0 10px;
	padding-bottom: 10px;
}

#comments .commentlist ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#comments .commentlist li ul li {
	margin: 15px 0 0 0;
	border-bottom: 0;
}

.commentlist p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 16px;
}

.children {
	padding: 0;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 3px;
}

#comments h2 {
	margin: 0;
}

.commentlist p {
	clear: left;
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.4em;
}

#comments .navigation {
	display: none;
}

#commentform p {
	margin: 5px 0 15px;
}

#commentform p small {
	font-size: 11px;
	line-height: 1.3em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: -3px 0 0;
	display: block;
	font-size: .95em;
}

#comments .comment-author cite {
	display: block;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	padding: 3px 0;
}

#comments .comment-author .says {
	display: none;
}

#commentform {
	margin: 0;
	padding-bottom: 50px;
}

#commentform label {
	float: none;
	display: block;
	margin-bottom: 5px;
}

#commentform label small {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#commentform label small span {
	font-size: 10px;
	color: #87847f;
}

#commentform input, #commentform textarea {
	margin: 0;
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #878487;
	outline: none;
	background: #f6f3ea;
	border: 1px solid #ccc9c2;
}

#commentform input:focus, #commentform textarea:focus {
	color: #585652;
	background: #fcfaf5;
	border: 1px solid #878487;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 410px;
	margin-right: 5px;
}

#commentform textarea {
	width: 410px;
	margin-bottom: 5px;
}

.comment #commentform input#author, .comment #commentform input#email, .comment #commentform input#url, .comment #commentform textarea {
	width: 320px;
}

#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin: -25px 0 0 5px;
}

#commentform p.subscribe-to-comments input {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
}

#commentform #submit {
	padding: 6px 15px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #87847f;
	background: #fcfaf5;
	border: 0;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

#commentform #submit:hover {
	text-decoration: none;
	color: #1c1b17;
	cursor: pointer;
}

#comments .reply a {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}


#comments .cancel-comment-reply {
	margin: 15px 0 15px 0;
}

#comments .cancel-comment-reply a {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

#comments .navigation {
	margin: -10px 0 30px 0;
}

#comments .wp-smiley { 
	display: inline;
	padding: 0;
	background: transparent;
	border: none; 
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer p {
	clear: left;
	margin: 0;
	font-size: 1.2em;
	text-align: center;
}

#footer p a {
	color: #87847f;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer span {
	margin: 0 5px;
	font-weight: normal;
	color: #c4c1ba;
}

/* @end */

#webpage-cnt {font-size:1.3em;}
#article-cnt {font-size:1.3em;}
#article-cnt img.image-box {float:left; margin-right:10px;}

/* @group miscellaneous */

.comment-verification-msg {color:#green; font-size:15px; font-weight:bold; margin-bottom:36px; line-height:20px; font-family:Tahoma; border:1px solid #999; padding:4px 8px; background:#F1EEE5;}

p.footer-images-cnt {padding:15x 0 20px;}
p.footer-images-cnt img {display:inline; border:0px; background:none; padding:0px; padding:0 40px;}

.gallery-cnt li {list-style-type:none !important; float:left;}
.language-menu {position:absolute; right:0px;}
.language-menu.top-box {top:20px;}
.language-menu.bottom-box {bottom:10px;}
.language-menu li {display:inline; padding:0 0 0 10px;}
.language-menu li a {font-weight:bold; cursor:pointer;}
.language-menu li a:hover {color:white;}

.related-articles {margin-left:0px !important;}
.related-articles li {list-style:none !important; width:100%;}
.related-articles img {float:left; margin-right:15px;}

.author-name-box {position:relative; width:100%; border-bottom:2px solid #DEDBD4 !important;}
.author-name-box .author-image {float:left; margin-right:15px;}
.author-name-box .rss-box {position:absolute; right:0px; top:0px;}

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

/* @end */
/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }

.cse .gsc-control-cse, .gsc-control-cse {background:none !important; border:0px !important;}

#klikni-na-pistaljku {text-align:center; margin-bottom:10px; font-size:12px; display:none;}

#mobilni-baner {
	width: 405px;
	height: 93px;
	margin-top: 25px;
}
.mobilni-baner-eng {background-image: url('../images/mobilni-eng.png');}
.mobilni-baner-lat {background-image: url('../images/mobilni-lat.png');}
.mobilni-baner-cir {background-image: url('../images/mobilni-cir.png');}
.mobilni-ikone {list-style: none; padding: 42px 0px 0px 282px;}
ul.mobilni-ikone li {display:inline; padding-left: 8px;}

#podcast-baner {
	width: 258px;
	height: 89px;
	margin-top: 28px;
}
