/*
Theme Name: Appelt Report Theme
Theme URI: http://appeltreport.com
Description: Tema za AppeltReport.com
Version: 0.9
Author: Emanuel Blagonic
Author URI: http://extendis.hr/
Tags: appelt, #HrMedia
*/

/* CSS RESET - MEYERWEB.COM */
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: "" "";
}

/* COMMON ELEMENTS */
.clear { clear:both }
.left { text-align:left } .center { text-align:center } .right { text-align:right }
.alignleft { float:left } .aligncenter { margin:0 auto } .alignright { float:right }
img.alignleft { margin:0 10px 5px 0 } img.alignright { margin: 0 0 5px 10px }
img.aligncenter { display:block; margin: 10px auto }
.noborder { border:none; padding:0 }
.nomargin { margin:0; padding:0 }
.hidden { display:none }
strong { font-weight:bold }
hr { clear: both; border: none; border-bottom:2px solid #ddd; color: #fff; background: #fff; height: 10px; margin: 0 !important; margin: -7px 0; margin-bottom:5px } 
.spacer { margin-top:10px; padding-top:10px; border-top:1px solid #eee; clear:both }

/* BODY */
body {
	background:#004b80 url(img/art/bg-x.jpg) repeat-x top left;
	font-size:62.5%;
	font-family:"Microsoft Sans Serif", "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#777;
	margin-left:-1px;
}

/* MAIN ELEMENTS */
h1, h2, h3, h4, h5, h6, p, ul, ol, table, pre {	margin-bottom:15px }
ul, ol, table { margin-bottom:25px }
ul ul, ol ol { margin-bottom:0 }
h1, h2, h3, h4, h5, h6 { clear:both }
h1, h2, h3 { padding:10px 0 } h4, h5, h6 { padding:5px 0 }
h2 {
	color:#000;
	font-size:2em;
	font-weight:normal;
}
h3 {
	font-size:1.5em;
	font-weight:normal;
	color:#333;
}
h4 {
	color:#333;
	text-transform:uppercase;
	font-size:1.3em;
}
h5 {
	font-size:1.2em;
	font-weight:bold;
	color:#555;
}
p, .post li, .entry li, div.page li, dl {
	font-size:1.2em;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
}

pre {
	background:#f5f5f5;
	padding:10px 20px;
	overflow:auto;
	font-family:Consolas,Monaco,"Courier New",Courier,monospace;
	font-size:12px;
	white-space:pre-wrap !important;
}
blockquote {
	margin:10px 20px;
	padding:10px 35px;
	background:url(img/art/blockquotes.png) no-repeat 0 0;
}

/* LISTS */
.post li li, .entry li li, div.page li li { font-size:1em }
.post ol, .entry ol, div.page ol {
	list-style-type:decimal;
	margin-left:30px;
}
.post ul, .entry ul, div.page ul {
	list-style-type:circle;
	margin-left:30px;
}
ol li, ul li { margin-bottom:2px }
dl {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:0 0 10px;
	margin:10px 0;
}
dt {
	color:#000;
	margin-top:10px;
}
dd { padding-left:20px }

/* IMAGES */
img {
	border:1px solid #eee;
	background:none;
}
/* LINKS */
a {
	color:#0076a3;
	text-decoration:none;
}
a:hover {
	color:#fff;
	background:#222;
}
a.banner:hover, #lightbox a:hover { background:none }
a.more-link { font-weight:bold; white-space:pre }

/* BUILDING BLOCKS */
.container {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#head .container {
	height:300px;
	position:relative;
	margin-top:-500px;
}
#main .container {
	background:url(img/art/main_transparent.png) repeat-y 0 0;
	position:relative;
	padding:10px 0;
}
#main .top, #main .bottom {
	position:absolute;
	left:0;
	width:960px;
	height:30px;
}
#main .top { top:-30px; background:url(img/art/main_transparent.png) no-repeat -960px 0 }
#main .bottom { bottom:-30px; background:url(img/art/main_transparent.png) no-repeat -960px -30px }
#content {
	width:550px;
	float:left;
	display:inline;
	margin-left:40px;
	overflow:hidden;
}
#sidebar { 
	width:300px;
	float:right;
	display:inline;
	margin-right:40px;
}
#footer {
	padding:35px 0;
	margin-bottom:40px;
	clear:both;
	background:url(img/art/footer-bg.jpg) no-repeat top center;
}

/* HEADER */
.headlinks {
	font-size:1.1em;
	position:absolute;
	text-align:right;
	top:0;
	color:#ccc;
	padding:7px 0 0;
}
.headlinks.alignleft { left:10px } .headlinks.alignright { right:10px }
.headlinks img {
	position:relative;
	margin-top:3px;
	margin:0 5px;
	border:0;
	padding:0;
}
.headlinks .feed { background:url(img/art/icons/feed.gif) no-repeat 5px 0; padding-left:30px }
.headlinks .razmak { margin:0 5px }
.headlinks a { color:#ccc }
.headlinks a:hover { background:none; color:#fff }
#bgimg1 {
	height:500px;
	background:url(img/art/bg-image-top.jpg) no-repeat top center;
}
body#lang_en #bgimg1 { background:url(img/art/bg-image-top-en.jpg) no-repeat top center }

/* SEARCH FORM */
#head #searchform {
	width:260px;
	position:absolute;
	bottom:36px;
	right:20px;
}
#head #searchform label { display:none }
#head #searchform #s {
	width:166px;
	height:15px;
	border:0;
	margin:0;
	background:url(img/art/transparent.png) no-repeat 0 0;
	color:#fff;
	font-size:11px;
	padding:6px 10px 3px 24px;
}
#head #searchform #s:focus { background:url(img/art/transparent.png) no-repeat -200px 0 }
#head #searchform #searchsubmit {
	width:50px;
	height:24px;
	border:0;
	cursor:pointer;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	background:url(img/art/transparent.png) no-repeat 0 -26px;
	position:absolute;
	margin-left:2px;
}
#head #searchform #searchsubmit:hover { background:url(img/art/transparent.png) no-repeat -50px -26px }
#s {
	height:13px;
	width:130px;
	color:#777;
	font-size:11px;
	padding:6px 10px;
}
#searchsubmit { width:60px; height:24px; background-position:-155px -250px }
#searchsubmit:hover { background-position:-215px -250px }

/* HEADER IMAGE */
#headerimg h1 {
	width:360px;
	height:65px;
	position:absolute;
	top:95px;
	left:10px;
	margin:0;
	padding:0;
	text-indent:-8000px;
}
body#lang_en #headerimg h1 { width:440px }
#headerimg h1 a {
	display:block;
	height:65px;
	border-bottom:none;
	text-decoration:none;
	padding:0;
}
#headerimg h1 a:hover { background:none } #headerimg .description { display:none }

/* FOOTER */
#footer p {
	font-size:1.1em;
	color:#7eb0cf;
	padding:0 30px;
}
#footer a { color:#add1e6 } #footer a:hover { color:#fff; background:none }
.return-to-top { padding:0 15px; background:url(img/art/icons/top.gif) no-repeat right 6px }

/* CONTENT */
h2.title {
	font-size:2.6em;
	font-weight:normal;
	border-bottom:1px solid #eee;
	padding:0 0 15px;
	margin-bottom:-5px;
	line-height:1.15em;
}
.page h2.title { margin-bottom:20px }
small {
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#aaa;
}
.post small, .page small {
	padding:2px 5px 2px 0;
	background:#fff;
	position:relative;
	top:-6px;
	display:inline-block;
}
.postmetadata {
	margin:15px 0 40px;
	padding:10px 0px;
	clear:both;
	border-top:1px solid #eee;
}
.single .postmetadata, .page .postmetadata {
	border-top:2px solid #ddd;
}
p.postmetadata {
	border-top:1px solid #eee;
	padding-top:5px;
}
/* COMMENTS */
.commentlist li { width:550px } .commentlist li li { width:520px } .commentlist li li li { width:490px } .commentlist li li li li { width:460px }
.comment-body {
	border-top:1px solid #ddd;
	margin-top:10px;
	padding-top:10px;
	position:relative;
}
.commentlist .children li { padding-left:30px }
.commentinfo img { float:left; margin:0 5px 2px 0 }
.commentinfo {
	font-size:1.1em;
	line-height:1.35em;
	padding-bottom:5px;
	color:#aaa;
}
.commentinfo em { font-style:normal; color:#555; margin-left:10px; padding-left:10px; border-left:1px solid #eee }
.commentinfo cite { font-weight:bold; color:#666; font-style:normal }
.commentinfo .commentdate { font-size:0.916em }
.commenttext {
	font-size:0.916em;
	line-height:1.5em;
}
.commenttext p {
	margin-bottom:5px;
}
.commenttext blockquote {
	margin:5px 15px;
	border-left:1px solid #eee;
	padding:5px 10px;
	background:none;
	color:#aaa;
}
.commenttext img { border:none; padding:0 }
.commenttext code {
	overflow:auto;
	padding:0 10px;
	font-family:Consolas,Monaco,"Courier New",Courier,monospace;
	font-size:11px;
	white-space:pre-wrap !important;
	display:block;
}
.commenttext code br { display:none }
.reply a { padding:4px 6px; background:#fff; color:#aaa; border:1px solid #eee; margin:5px 0; overflow:visible; position:absolute; top:5px; right:5px } 
.reply a:hover { background:#f5f5f5; border:1px solid #eee; color:#444 }

/* COMMENT FORM */
#respond {
	background:#f5f5f5;
	padding:10px;
	width:530px;
}
.children #respond { width:500px; overflow:hidden }
#respond h3 {
	padding:5px 0 0;
	margin-bottom:10px;
}
#commentform p {
	width:530px;
	clear:both;
	margin-bottom:5px;
}
#commentform label {
	width:250px;
	font-family:"Microsoft Sans Serif", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:0.833em;
	font-weight:bold;
	padding-left:10px;
}
#commentform small { color:#444; display:inline }
#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#commentform input:focus, #commentform textarea:focus { border:1px solid #bbb }
#commentform input { width:250px }
#commentform textarea { width:518px }
.comment #commentform textarea { width:488px }
#commentform #submit {
	padding:4px 10px;
	overflow:visible;
	border:1px solid #ddd;
	background:#eee;
	color:#444;
	width:auto;
	cursor:pointer;
}
#commentform #submit:hover {
	background:#ddd;
	border:1px solid #aaa;
}

/* SIDEBAR */
.sidebar h2 {
	color:#aaa;
	text-transform:uppercase;
	padding:0 0 5px;
	margin-bottom:5px;
	border-bottom:1px solid #ddd;
	font-size:1.2em;
	font-weight:normal;
}
.sidebar p { color:#999 }
.navigation li { margin-bottom:20px }
.navigation ul { margin-bottom:0 }
.navigation li li {
	font-size:1.1em;
	margin-bottom:0;
}
.navigation li li li { font-size:1em }
.navigation ul ul a { padding:5px 8px }
.navigation a {
	display:block;
	border-bottom:1px solid #eee;
	background:#fff;
	font-weight:normal;
	color:#0076a3;
	height:1%;
}
.navigation ul a { padding:5px; line-height:1.3em }
.navigation ul ul a { padding:5px 15px }
.navigation ul ul ul a { padding:5px 25px }
.navigation .current_page_item a, .navigation .current-cat a {
	background:#eee;
	font-weight:bold;
	color:#000;
}
.navigation .current_page_item ul a, .navigation .current-cat ul a {
	background:#fff;
	font-weight:normal;
	color:#0076a3;
}
.navigation a:hover, .navigation .current_page_item a:hover, .navigation .current-cat a:hover {
	background:#f5f5f5;
	color:#333;
}
/* BANNERS */
.banners {
	background:#f5f5f5;
	border:1px solid #eee;
	padding:16px;
	margin-bottom:15px;
}
.banners .alignleft { margin:0 } .banners .alignright { margin:0 }

/* SUBSCRIBE */
#feedsubscribe {
	background:#f5f5f5;
	border:1px solid #eee;
	padding:16px;
	margin-bottom:15px;
}
#feedsubscribe p {
	font-size:1.1em;
	line-height:1.4em;
	margin-bottom:0;
	color:#aaa;
	clear:both;
}
#feedsubscribe p.info { color:#666 }
#feedsubscribe .text {
	padding:3px 6px;
	width:138px;
	border:1px solid #ddd;
	background:#fff;
	margin:5px 10px 5px 0;
	font-size:1.2em;
	float:left;
}
#feedsubscribe .text:focus { border:1px solid #bbb }
#feedsubscribe #feed_s {
	font-size:1.2em;
	padding:3px 6px;
	border:1px solid #ddd;
	background:#eee;
	color:#444;
	cursor:pointer;
	float:left;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
}
#feedsubscribe #feed_s:hover {
	background:#ddd;
	border:1px solid #aaa;
}

/* POST NAVIGATION */
div.navigation {
	font-size:1.1em;
	line-height:1.5em;
	display:block;
	float:left;
	width:550px;
	margin-bottom:20px;
}
div.navigation span {
	text-transform:uppercase;
	padding:5px 0;
}
div.navigation a {
	display:inline;
	border-bottom:none;
}
div.navigation a:hover { background:#000; color:#fff }

/* PITANJE DANA - STILOVI */
#sidebar #gn_qod_widget, #content #gn_pformo1 {
	background:#333;
	border:1px solid #222;
}
#sidebar #gn_qod_widget { background:#333 url(img/art/pitanje_dana_bg.jpg) no-repeat bottom left }
#content #gn_pformo1 { background:#333 url(img/art/zahtjev_za_informacijom_bg.jpg) no-repeat bottom left }
#content #gn_pformo1 { margin-bottom:30px; padding:20px }
#sidebar #gn_qod_widget h2 {
	background:#ef6426;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	border:0;
	padding:4px 8px;
	display:inline-block;
	margin-bottom:2px;
	text-transform:uppercase;
}

#content #gn_pformo1 h3 {
	font-family:"Microsoft Sans Serfi", Arial, Helvetica, sans-serif;
	font-size:2em;
	line-height:1.2em;
	font-weight:bold;
	color:#fff;
	padding:0;
}

#gn_pformo1_form p { font-size:1.1em; clear:both; display:block; margin-bottom:5px }
#gn_pformo1_form label {
	font-size:1.1em;
	margin:5px 0 6px;
	color:#fff;
	display:inline-block;
	padding:5px 0;
	float:left;
	min-width:150px;
	width:auto !important;
	width:150px;
}
#gn_pformo1_form #lbl_gn_iagree { margin-bottom:0; padding-bottom:0; width:auto }
#sidebar #gn_qod_widget h3 {
	font-family:"Microsoft Sans Serfi", Arial, Helvetica, sans-serif;
	font-size:2em;
	line-height:1.2em;
	font-weight:bold;
}
#sidebar #gn_qod_widget a { color:#fff; text-decoration:none } #sidebar #gn_qod_widget a:hover { background:#fff; color:#222 }

#gn_pformo1_form input {
	border:1px solid #444;
	background:#383838;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
	margin:5px 0;
	width:60%;
}
#gn_pformo1_form #gn_iagree {
	border:0;
	background:none;
	padding:0;
	position:relative;
	top:5px;
	width:auto;
	margin-right:5px;
}
#gn_pformo1_form input:focus {
	border:1px solid #555;
}
#gn_pformo1_form img { border:0; padding:0 }
#gn_pformo1_form #gn_pform1_btnsubmit {
	padding:4px 10px;
	overflow:visible;
	border:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#ef6426;
	color:#fff;
	width:auto;
	cursor:pointer;
	margin:10px 0;
	float:none;
}
#gn_pform1_btnsubmit:hover {
	background:#d0490e;
}

#content #gn_pformo1 .gn_error {
	clear:both;
	display:inline-block;
	margin-top:1px;
	padding:5px;
	background:#6d0e0e;
	color:#fff;
	font-size:11px;
	margin-bottom:3px;
}

/* LANGUAGE NAVIGATION */
#langnav {
	width:100px;
	height:50px;
	position:absolute;
	top:100px;
	right:6px;
	overflow:hidden;
	text-indent:-8000px;
	margin-bottom:0;
}
#langnav li { margin:0; padding:0 }
#langnav a {
	display:block;
	float:left;
	height:50px;
	width:50px;
	opacity:.5;
}
#langnav a:hover, #langnav a.selected { opacity:.85 }

#hrvatski a { background:url(img/art/langnav.png) no-repeat 0 0 }
#english a { background:url(img/art/langnav.png) no-repeat -50px 0 }

