/*  
Theme Name: KROFNA BAR 2
Description: Theme for Wordpress
Version: 2.0
Author: Zedesino 
Author URI: http://www.zedesino.com/ 
*/

/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input {
	margin: 0px;
	padding: 0px;
}
ul,ol { list-style: none; list-style-type: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
hr.hidden {
	clear:both;
  	visibility:hidden;
	margin:0px;
 	padding:0px;
}
p  {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}


body {	
	padding: 0px;
	margin: 0px;
	}
body a:link {
	color:#B52841;
	text-decoration:none;
	}
body a:visited {
	color:#B52841;
	text-decoration:none;
	}
body a:hover	{
	color:#B52841;
	text-decoration:underline;
	}
html,body  {
	background-color:#f5f4ee;
	color:#756e64;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font: normal 13px/24px Arial, Helvetica, sans-serif;
	height:100%; /* needed for container min-height */
}

h1	{
	color: #584f42;
	font: normal 30px/30px "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 570px;
	}
h2	{
	color: #584f42;
	font: normal 30px/30px "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 570px;
	}
h3	{
	color: #518C3A;
	font: normal 16px/16px "Trebuchet MS", Arial;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	}
.text_holder h3	{
	color: #C83323;
	font: normal 19px/30px "Times New Roman", Times, serif;
	letter-spacing: 0px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}

#wrapper	{
	width: 100%;
	padding: 0px;
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#wrapper_krofne	{
	width: 100%;
	padding: 0px;
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-image: url(images/bg_krofne.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#wrapper_home	{
	width: 100%;
	padding: 0px;
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}


/*------------ HEADER -------------------------------------------*/

#header	{
	width: 100%;
	height: 180px;
	background-image: url(images/bg_header.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	}
#header_content	{
	width: 960px;
	height: 180px;
	margin: 0px auto 0px auto;
	}
#logo_holder	{
	display: block;
	width: 100px;
	float: left;
	height: 85px;
	margin: 30px 0px 0px 0px;

	}
#facebook_link	{
	width: 70px;
	font: normal 12px/45px Trebuchet MS, Arial, Sans-serif;
	float: right;
	height: 70px;
	list-style: none;
	margin: 80px 0px 0px 0px;
	display: inline;
	position: relative;
}
#join_our_group	{
	width: 170px;
	font: bold 12px/30px Georgia;
	float: right;
	height: 30px;
	list-style: none;
	margin: 0px;
	display: inline;
	position: relative;
	font-style: italic;
	text-align: right;
	color: #3A5896;
}
#join_our_group	a:link, #join_our_group	a:visited{
	color: #69b5e1;
	}
#join_our_group	a:hover {
	color: #fff;
	text-decoration: none;
	}
#navigation	{
	font: bold 12px/30px "Trebuchet MS", Arial, Sans-serif;
	float: left;
	height: 30px;
	list-style: none;
	margin: 0px;
	display: inline;
	width: 760px;
	text-transform:uppercase;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-weight:normal;
	}

#navigation li
{
	display:block;
	float:left;
	margin:0px 25px 0px 0px;
}

#navigation a {
	clear: both;
	display:block;
	float:left;
	color:#874B46;
	text-decoration:none;
	padding:0px;
	height:30px;
	margin: 0px 0px 0px 0px;
	margin-right: 0px;
} 


#navigation a:link, #navigation a:visited	{
	color:#DED7CA;
}

#navigation a:hover{
	color:#E29E39;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	}
#navigation li.current_page_item a {

	color: #E29E39;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	}
	
/*------------ HEADER END -------------------------------------------*/


/*------------ FOOTER -------------------------------------------*/

#footer	{
	width: 100%;
	height: 60px;
	position: absolute;
	background-color: #f5f4ee;
	bottom: 0px;
	padding: 0px;
	background-image: url(images/bg_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	}
#main	{
	width: 900px;
	margin: 0px auto 100px auto;
	padding: 30px 30px 0px 30px;
	display: block;
	}




#donut_container {
	width: 910px;
	margin: 0px auto;
	padding: 0px 10px 15px 20px;
	background-repeat: no-repeat;
	letter-spacing: 0px;
	color: #FFFFFF;
	background-image: url(images/donut_bg.jpg);
	height: 355px;
	font-size: 14px;
	display:block;
	position: relative;
font: normal 14px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#donut_container p{
        margin: 0px;
        padding: 0px;
}

#cont_left	{
	float: left;
	width: 600px;
	padding: 20px 20px 20px 0px;
	display: block;
height: auto;

}



.text_holder {
	float: left;
	padding: 0px 60px 0px 0px;
	width: 570px;
}
.text_holder_home {
	float: left;
	padding: 0px 150px 0px 0px;
	width: 480px;
}
.utisak_polje {
	float: left;
	display: block;
	width: 570px;
	margin: 0px 0px 4px 0px;
	padding: 3px 0px 5px 0px;
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #e6e3e1;
}

#sidebar {
	width: 270px;
	padding: 70px 0px 0px 0px;
	display:block;
	float: right;
	background-repeat: no-repeat;
     }
#sidebar_home {
	width: 270px;
	padding: 110px 0px 0px 0px;
	display:block;
	float: right;
	background-repeat: no-repeat;
     }
#sidebar_krofne {
	width: 270px;
	padding: 20px 0px 0px 0px;
	display:block;
	float: right;
	background-repeat: no-repeat;
     }
.alignleft {
float: left;
padding: 5px 10px 5px 0px;
}
.alignright {
float: right;
padding: 5px 0px 5px 10px;
}
.comment_author {
	margin: 0px 0px 0px 0px;
	padding: 3px 25px 0px 10px;
	font: normal 14px/16px "Trebuchet MS", Arial;
	width: 135px;
	float: left;
	background-image: url(images/komentar_autor.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #B52841;
}

.comments {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 390px;
	float: right;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-size: 0.92em;
}

.leave_comment {
	margin: 30px 0px 10px 0px;
	padding: 0px;
	float: right;
	width: 420px;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	width: 402px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}

.meta {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 5px 0px;
	color: #928B7B;
	font: normal 11px/11px "Times New Roman", Times, serif;
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	height: 30px;
	width: 120px;
}
.metaform {
	margin: 10px 0px 0px 2px;
	padding: 0px;

	color: #363636;
	font-size: 12px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}
.metapotrebno	{
	font-size: 9px;
	color: #eee;
	}
#submit	{
	width:100px;  
	padding:2px; 
	margin: 0 0 0 0px;
	font-size:0.8em;
	background:url(images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
	float: left;
}
.brkomentara	{
	float: left;
	padding: 15px 0px 0px 173px;
	}
.infobar {
	width: 505px;
	float: left;
	height: 30px;
	padding: 5px 20px 5px 45px;
	background-image: url(images/info_bg.png);
	background-repeat: no-repeat;
	font: bold 19px/30px "Times New Roman", Times, serif;
	color: #C08F13;
        margin: 10px 0px;
	}

.infobar a:link {
	color: #C08F13;
	}
.infobar a:visited {
	color: #C08F13;
	}
.infobar a:hover {
	color: #795133;
	text-decoration: none;
	}
.home_text_holder	{
	width: 920px;
	margin: 0px auto;
	}
.footer_text	{
	width: 960px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	font: normal 11px/11px "Times New Roman", Times, serif;
	text-align: center;
	}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	background-color:transparent;
}

.sIFR-replaced {
	visibility: visible !important;

	background-color:transparent;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	background-color:transparent;
}
.design_by {
	color: #996600;
	}
.design_by a:link, .design_by a:visited {
	color: #996600;
	}
.design_by a:hover {
	color: #996600;
	}
.uskoro_text {
	width: 532px;
	padding: 0px 0px 0px 50px;
	height: 50px;
	font: bold 19px/50px "Times New Roman", Times, serif;
	background-image: url(images/uskoro.jpg);
	background-repeat: no-repeat;
	color: #C83323;
	}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}
.aktuelno	{
	width: 270px;
	float: left;
	margin: 30px 0px 0px 0px;
	}
.aktuelnovest	{
	float: left;
	width: 270px;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px dotted #e6e3e1;
	margin: 0px 0px 0px 0px;
	font: normal 12px/22px Arial, Helvetica, sans-serif;
	}
.aktuelnovest a:link, .aktuelnovest a:visited {
	color:#756e64;
	}
.aktuelnovest a:hover {
	color:#518C3A;
	text-decoration: none;
	}
.aktuelnovest h3 a:link, .aktuelnovest h3 a:visited {
	color:#518C3A;
	text-decoration: none;
	}
.aktuelnovest h3 a:hover {
	color:#518C3A;
	text-decoration: none;
	}
.aktuelnodate {
	float: left;
	margin: 0px;
	padding: 5px 0px;
	width: 270px;
	color: #928B7B;
	font: normal 11px/11px "Times New Roman", Times, serif;
	}
.share_this		{
	width: 570px;
	height: 24px;
	display: block;
	float: left;
	text-align: left;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	border-top: 1px dotted #e6e3e1;
	border-bottom: 1px dotted #e6e3e1;
	}
