/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
* { 
    margin: 0px; 
    padding: 0px; 
    }

body { 
    background:url(images/bg.jpg) repeat-y center top white;
    font-family:Trebuchet MS; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: normal; 
   /* font-size: 62.5%; */
    line-height: normal; 
    font-size-adjust: none; 
    font-stretch: normal; 
    color: #666;
    font-size: 12px;
    }  
#wrapper{
    margin:0px auto;
    padding:0px 0px 0px 0px;
    width:870px;
    }
#container{
    margin:0px auto;
    padding:0px 0px 0px 1px;
    width:869px;
    float:left;
    }
#header{
    margin:0px auto;
    padding:0px 0px 0px 0px;
    width:869px;
    
    float:left;
    background:url(images/sudski_tumac.png) no-repeat left top;
    }
#content{
    margin:0px auto;
    padding:0px 0px 0px 0px;
    width:869px;
    float:left;
    background:url(images/body-bg.png) repeat-y 206px 0px;     
    }

/******** misc ********/

a{
    outline:none;
    color: #871E21;
    }
a:hover{
    text-decoration:none;
    }
h1,h2,h3,h4{
    margin:0px;
    padding:0px;
    }
h1{
    margin:0px;
    padding: 10px 0px;
    font-size: 25px;
    color: #871E21;
    }
h2{
    margin:0px;
    padding:10px 0px;
    font-size:20px;
    }
h3{
    margin:0px;
    padding:10px 0px;
    font-size:18px;
    }
#sidebar h3{
    margin:0px 0px 10px 0px;
    padding: 10px 10px;
    display: block;
    font-size:14px;
    color: white;
    background:url(images/bg_crveno2.png) no-repeat left top; 
    }
p{
    margin:0px;
    padding:10px 0px;
    font-size:12px;
    text-align:justify;
    }
#main ul{
    margin:0px;
    padding:0px;
    list-style-position:inside;
    list-style-position: none;
    font-size:12px;
    }
#main ul li{
    margin:0px;
    padding:5px 0px 0px 20px;
    list-style-type:none;
    background:url(images/bullet-body.png) no-repeat -2px 5px;
    } 

blockquote{
    font-size:13px;
    font-weight:bold;
    font-style:oblique;
    padding:20px;
    }
/************* header ***************/

#movie{
    margin:0px;
    padding:0px;
    float:left;
    width:250px;
    height: 165px;
    }
#headline{
    margin:0px;
    padding:50px 0px 0px 80px;
    float:left;
    width:539px;
    }
#headline h1{
    margin:0px;
    padding:0px;
    font-size:30px;
    text-transform:uppercase;
    color:#CD282F;
    line-height:normal;
    }
#headline span{
    margin:0px;
    padding:0px;
    font-size:21px;
    text-transform:uppercase;
    font-weight:bold;
    color:black;
    line-height:normal;
    }
    
/*********** menu ************/

#navigation{
    margin:0px;
    padding:0px 0px 0px 0px;    
    float:left;
    width:868px;
    background:url(images/horiz-nav-bg.png) repeat-x left top;
    }
#navigation ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
    }
#navigation ul li{
    margin:0px;
    padding:0px 0px 0px 0px;
    list-style-type:none;
    float:left;
    display:block;
    }
#navigation ul li a{
    margin:0px;
    padding:0px 0px 10px 10px;
    list-style-type:none;
    float:left;
    /*background:url(../images/menu2-l.png) no-repeat left top;*/
    /*display:block;*/
    font-size:11px;
    text-decoration:none;
    color:white;
    font-weight:bold;
    }
#navigation ul li a span{
    margin:0px;
    padding:13px 20px 13px 10px;
    list-style-type:none;
    display:block;
/*    background: url(../images/menu2-r.png) no-repeat right top;*/
    }
#navigation ul li a:hover{
    margin:0px;
    padding:0px 0px 5px 10px;
    list-style-type:none;
    float:left;
    background:url(images/menu2-l.png) no-repeat left top #303030;
    /*display:block;*/
    font-size:11px;
    }
#navigation ul li a:hover span{
    margin:0px;
    padding:13px 20px 7px 10px;
    list-style-type:none;
    display:block;
    background: url(images/menu2-r.png) no-repeat right top #303030;
    }
    
#navigation ul li.current_page_item a{
    margin:0px;
    padding:0px 0px 10px 10px;
    list-style-type:none;
    float:left;        
    background: url(images/menu-l.png) no-repeat left 0px;
    /*display:block;*/
    font-size:11px;
    text-decoration:none;
    color: #881F22;
    font-weight:bold;
    }
#navigation ul li.current_page_item a span{
    margin:0px;
    padding:13px 20px 13px 10px;
    list-style-type:none;
    display:block;
    background:url(images/menu-r.png) no-repeat right 0px;
    }
    
#navigation ul li.current_page_item a:hover{
    margin:0px;
    padding:0px 0px 5px 10px;
    list-style-type:none;
    float:left;
    background:url(images/menu2-l.png) no-repeat left top #303030;
    /*display:block;*/
    font-size:11px;
    color:white;
    }
#navigation ul li.current_page_item a:hover span{
    margin:0px;
    padding:13px 20px 7px 10px;
    list-style-type:none;
    display:block;
    background: url(images/menu2-r.png) no-repeat right top #303030;
    }
/******** slogan *********/

#slogan{
    margin:0px;
    padding:0px 20px 10px 0px;    
    float:left;
    width:849px;
    }
#slogan h4{
    margin:0px;
    padding:0px;
    display:block;
    float:right;
    text-align:right;
    color:black;
    font-size:20px;
    font-weight:normal;
    }
#slogan span{
    color:#939598;
    }
#breadcrumbs{
    margin:0px;
    padding:5px 10px;
    float:left;
    font-size:11px;
    font-weight:bold;
    }
#breadcrumbs a{
    color:rgb(192, 11, 18);
    font-weight:normal;
    }
#breadcrumbs a:hover{
    text-decoration:none;
    }
/********** content ***********/

#divider{
    margin:0px 0px 0px 0px;
    padding:10px 10px;
    float:left;
    background:url(images/bg_crveno2.png) no-repeat left top;
    display:block;
    width:849px;
/*    height:40px;*/
    }
#divider h3{
    /*margin:0px;
    padding:0px;*/
    color:white;
    font-size:14px;
    }
    
/********* main ***********/

#main{
    margin:0px;
    padding:20px 10px 20px 20px;
    float:left;
    width:630px;
    }
    
/******* sidebar ********/

#sidebar{
    margin:0px;
    padding:0px 0px 50px 1px;
    float:left;
    width:205px;
    }
#sidebar ul{
    margin:0px;
    padding:10px;
    list-style-type:none;
    font-size:12px;
    }
#sidebar ul li{
    margin:0px;
    padding:5px 0px 0px 20px;
    list-style-type:none;
    background:url(images/bullet-body.png) no-repeat -2px 5px;
    }
#sidebar ul li a{
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-decoration:none;
    display:block;
    width:156px;
    color:#871E21;
    }
#sidebar ul li a:hover{
    text-decoration:underline;
    }


/************ footer *********/

#footer{
    margin:0px auto;
    padding:0px;
    width:869px;
    float:left;
    font-size:11px;
    background: url(images/bottom-bg.png) repeat-x left bottom #333333;
    }
#right_foot{
    float:right;
    margin:0px;
    padding:0px;
    width:20px;
    height:112px;
    background:url(images/bottom-r.png) no-repeat left -2px;
    }
#left_foot{
    float:left;
    margin:0px;
    padding:0px;
    width:20px;
    height:112px;
    background:url(images/bottom-l.png) no-repeat left -2px;    
    }
#foot_content{
    margin:0px;
    padding:0px 0px;
    width:869px;
    float:left;
    }
#footer ul{
    margin:0px;
    padding:10px 0px 20px 0px;
    list-style-type:none;
    color:white;
    font-size:11px;
    float:left;
    }
#footer ul li{
    margin:0px;
    padding:10px 0px 0px 0px;
    display:block;
    width:170px;
    text-align:center;
    }
#footer ul li a{
    color:white;
    }
#footer ul li a:hover{
    text-decoration:none;
    }
#footer h4{
    margin:0px;
    padding:10px 10px;
    display:block;
    width:849px;
    font-size:14px;
    color:#E0E0E0;
    font-weight:bold;
    background:#2A2A2A;
    }
#footer p{
    display:block; 
    width:820px; 
    text-align:center; 
    font-size:11px;
    padding:10px 0px;
    float:left;
    color:#E0E0E0;
    }
    
.mapa{
    float:right;
    text-align:right;
    }
#main .contact li{
     margin:0px;
    padding:5px 0px 0px 20px;
    list-style-type:none;
    background:url(images/bullet-body.png) no-repeat -2px 5px;
    }





/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
.centri{
    float:left;
    color: white;
    font-size: 16px;
    font-weight: bold;
    }
.side_h3{
    display:block; 
    float:left;
    width: 220px;
    padding:4px 0px 0px 0px;
    }