/*
Theme Name: Cromaris HTML
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
*/

html
{
	background: #051b4b url(images/cromaris_bg_repeat.jpg) left top repeat-x;
}

body
{
	text-align: center;
	background: url(images/cromaris_bg_central.jpg) center top no-repeat;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	min-width: 889px;
}

*
{
	font-size: 1em;
}

#container
{
	
	padding-top: 50px;
}

#main
{
	width: 862px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
}

#bgwrap
{
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;
	z-index: 0;
	
	display: none;
}

#bgimg
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: auto;
	
	display: none;
}

.h
{
	display: none;
}

.u
{
	text-decoration: underline;
}

a
{
	color: #FFFFFF;
}

a.alt
{
	color: #808dab;
}

a img
{
	border: none;
}

.metalinks a,
#recepti_list a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
}

.metalinks a.alt
{
	color: #FFFFFF;
	opacity: 0.5;
}

#recepti_list a
{
	display: block;
	margin: 0.5em 0;
	font-size: 1.3em;
}

#recepti_list a:first-child
{
	margin-top: 2em;
}

#recepti_list a.svirecepti
{
	display: block;
	opacity: 0.5;
	margin-top: 2em;
}

.metalinks .h
{
	display: inline;
	visibility: hidden;
}

h1,
h2,
h3
{
	font-size: 2.8em;
	font-weight: normal;
	text-shadow: #011d5a 1px 1px 3px;
}

h2
{
	font-size: 1.8em;
}

h3
{
	font-size: 1.5em;
}

h1 a,
h2 a
{
	text-decoration: none;
}

p,
ul
{
	font-size: 1.3em;
	text-shadow: #335577 0px 0px 3px;
}








#header
{
	width: 100%;
	text-align: center;
	z-index: 1;
	position: relative;
}

#header_wrap
{
	width: 855px;
	margin: 0 auto;
}

#logo
{
	margin: 0 0 25px 15px;
	width: 100%;
	display: block;
	text-align: left;
	clear: both;
}

#language
{
	color: #9ddbf0;
	margin-bottom: 18px;
	margin-left: 34px;
	font-size: 1.3em;
	text-align: left;
	text-transform: uppercase;
	
	/*display: none;*/
}

#language a
{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: none;
	font-size: 1.1em;
}

#language a.first
{
	margin-left: 5px;
}

#navigation_wrap
{
	width: 100%;
	background: #FFFFFF;
	height: 36px;
	clear: both;
	margin-bottom: 45px;
	position: relative;
}

#navigation
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	
	position: relative;
	
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	
	height: 36px;
	line-height: 36px;
	width: 855px;
	
	clear: both;
	text-shadow: none;
}

#navigation li
{
	float: left;
	height: 36px;
}

#navigation a
{
	color: #123271;
	text-decoration: none;
	margin-right: 54px;
}

#navigation li a.selected,
#navigation li.selected a
{
	text-decoration: underline;
}

#navigation a:hover
{
	text-decoration: underline;
}

#navigation li#navigation_onama
{
	padding-left: 34px;
	/*margin-left: -26px;*/
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-border-top-left-radius: 10px;
	-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-border-bottom-left-radius: 10px;
	-border-bottom-left-radius: 10px;
}

#navigation li#navigation_newsletter
{
	float: right;
	
	display: none;
	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-border-top-right-radius: 10px;
	-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-border-bottom-right-radius: 10px;
	-border-bottom-right-radius: 10px;
}

#navigation_wrap.has_subnavigation
{
	margin-bottom: 76px;
}

#navigation_wrap.has_subnavigation #navigation
{
	padding-bottom: 76px;
}

#subnavigation
{
	background: transparent;
	
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	left: 14px;
	top: 36px;
	overflow: hidden;
	
	font-size: 0.9em;
	
	position: absolute;
	height: 41px;
	line-height: 41px;
	width: 819px;
	border-bottom: 1px solid;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	
	text-shadow: none;
}

#navigation.has_subnavigation #subnavigation
{
	display: block;
}

#subnavigation li
{
	height: 41px;
	margin-right: 49px;
	background: none;
}

#subnavigation li a
{
	color: #FFFFFF;
	margin: 0;
}

#subnavigation li.selected a
{
	/*color: #73b9db;*/
}





#intro
{
	margin: -3.5em 0 0 37px;
	position: absolute;
}






#featured
{
	margin-top: 65px;
	/*margin-bottom: 35px;*/
	padding-left: 250px;
	overflow: hidden;
}

#featured h1
{
	margin-bottom:0;
	margin-top:0.2em;
}

#featured h1 .excerpt
{
	margin-top: 0.6em;
}

#featured img
{
	float: left;
	margin-left: -229px;
	margin-top: 10px;
	width: 220px;
}





#content
{
	overflow: hidden;
	margin-bottom: 30px;
	clear: both;
	width: 857px;
}



.column
{
	padding-left: 37px;
	width: 529px;
	padding-bottom: 15px;
	overflow: hidden;
	float: left;
}

.column.proizvodi
{
	width: 100%;
}

.column h1
{
	margin: 0;
	width: 85%
}

.column.proizvodi h1
{
	margin-bottom: 58px;
}


.proizvodi
{
	overflow: hidden;
	margin-left: 27px;
}

.column.recepti 
{
	width: 533px;
}

.column.side,
.column.recepti.side
{
	float: left;
	width: 270px;
	margin-left: 0;
	padding-left: 17px;
}

.column.recepti.side .box
{
	margin-bottom: 10px;
}

.column.recepti .postmeta
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 1.5em 0;
}

.column.recepti .postmeta p
{
	font-size: 1.4em;
	background: #445577;
	opacity: 0.5;
	padding: 7px 10px;
	float: left;
	margin: 0;
}

.column.recepti .postmeta p.zadnji
{
	background: none;
	opacity: 0.7;
	color: #DDD;
	margin-left: 1em;
}

.column.recepti .postmeta p a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
	font-size: 0.8em;
	margin-left: 0.5em;
}



#recepti
{
	width: 100%;
}


#recepti h2 span
{
	margin-right: 1em;
	color: #74c0e0;
	float: left;
}









.proizvodi .column
{
	float: left;
	width: 260px;
	padding-right: 20px;
	padding-left: 0;
}

.proizvodi .column.galerija p
{
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3em;
}

.proizvodi .column.galerija p a
{
	color: #9ddbf0;
	text-decoration: none;
}

.proizvodi .column.podaci
{
	width: 235px;
	margin-left: 12px;
}

.proizvodi .column.podaci .features
{
	margin-bottom: 3em;
}

.proizvodi .column.podaci .features p
{
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #9ddbf0;
	background: url(images/icons.png) left top no-repeat;
	height: 32px;
	line-height: 32px;
	padding-left: 48px;
	margin-bottom: 7px;
}

.proizvodi .column.podaci .features.squared p
{
	background: url(images/icons-squared.png) left top no-repeat;
}

.proizvodi .column.podaci .features p.svjeze
{
	background-position: 0px -37px;
}

.proizvodi .column.podaci .features p.lagano
{
	background-position: 0px -77px;
}

.proizvodi .column.podaci .features p.bezkonzervansa
{
	background-position: 0px -114px;
}

.entry
{
	font-size: 1.2em;
	clear: both;
	overflow: hidden;
	padding-right: 30px;
}

.entry p.excerpt
{
	font-weight: bold;
}

.entry ul li
{
	margin: 1em 0;
	list-style: none;
	padding-right: 30px;
}









.product,
.product_js
{
	float: left;
	width: 200px;
	height: 175px;
	position: relative;
	text-align: center;
	text-decoration: none;
	padding-bottom: 6.5em;
	overflow: hidden;
}

.product_shot,
.product em
{
	position: relative;
	z-index: 2;
	text-align: center;
}

.product em,
.product_js em
{
	display: block;
	position: absolute;
	width: 200px;
	bottom: 4em;
	left: 0;
	margin-top: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: underline;
}

.product dfn,
.product_js dfn
{
	display: none;
	color: #999999;
	text-decoration: none;
	
	position: absolute;
	width: 200px;
	bottom: 2.5em;
	left: 0;
	
	font-size: 1.3em;
}

.product:hover dfn,
.product_js:hover dfn
{
	display: block;
}

.product strong,
.product_js strong
{
	text-transform: uppercase;
	color: #9ddbf0;
	font-size: 1.1em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	
	display: none;
}

.product .product_hover,
.product_js .product_hover
{
	top: 0;
	left: 0;
	height: 150px;
	width: 100%;
	position: absolute;
	z-index: 3;
	text-align: center;
	
	display: none;
}

.product .product_hover img,
.product_js .product_hover img
{
	margin-top: 40px;
}

.product:hover .product_hover,
.product:hover strong
{
	display: block;
}

.product:hover,
.product_js:hover
{
	text-decoration: none;
}

.product_shot
{
	height: 130px;
	max-width: 200px;
	margin: 0 auto;
}

.product:hover .product_shot
{
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 150px;
}


















#sidebar
{
	float: right;
}











#btl
{
	overflow: hidden;
	padding-top: 20px;
	clear: both;
}

.box
{
	background: url(images/bg_box.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 16px;
	float: left;
	width: 240px;
	min-height: 152px;
	_height: 135px;
}

.box.double
{
	width: 520px;
	margin-right: 10px;
	margin-left: 21px;
}

.box *:first-child
{
	margin-top: 0;
}

.box h4:first-child,
#featured strong:first-child
{
	text-transform: uppercase;
	font-size: 1.1em;
	color: #9ddbf0;
}

.box h4:first-child span
{
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 3px;
	margin-right: 3px;
}

.box .metalinks
{
	margin-bottom: 0;
}

.box.gallery
{
	padding: 0;
	border: 10px solid #FFFFFF;
	min-height: 0;
}

.box.gallery .thumb
{
	float: left;
	margin: 0 5px 0 0;
}

.box.gallery .thumb.end
{
	margin-right: 0;
}

.klik
{
	text-transform: uppercase;
	text-align: center;
	
	font-weight:bold;
	font-size: 1.1em;
	padding-top: 5px;
	clear: both;
}


.product_title
{
	display:block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-weight:normal;
	font-size: 1.2em;
	text-align:center;
	text-transform:none;
}



#latest h3
{
	background: url(images/icon-fish.png) left 0.15em no-repeat;
	font-size: 2.4em;
	font-weight: normal;
	padding-left: 34px;
	margin: 0.35em 0 0.35em 48px;
	text-shadow: #011d5a 1px 1px 3px;
}

#latest h3 a
{
	text-decoration: none;
}

#latest h3 a span,
h1 a span
{
	color: #77a9d7;
	display: block;
}

#latest h3 a span strong,
h1 a span strong
{
	font-weight: normal;
}

h1 a span
{
	color: #74c0e0;
	display: inline;
}

h1 a span.excerpt
{
	font-size:0.7em;
	color: #FFFFFF;
	display: block;
	width: 550px;
}

#latest .metalinks
{
	margin-left: 82px;
}




#kontakt
{
	
}


#kontakt p
{
	margin-top: 0.5em;
}




a:hover
{
	text-decoration: underline;
}





#footer
{
	clear: both;
	color: #62a5bb;
	font-size: 0.8em;
	border-top: 1px solid #335b8d;
	margin: 0 0 0 21px;
	overflow: hidden;
	padding-bottom: 50px;
	width: 834px;
}

#footer p
{
	text-transform: uppercase;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	font-size: 1.4em;
}

#footer p em
{
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

.addthis_toolbox
{
	font-size: 1.2em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.addthis_button_compact span
{
	margin-left: -18px;
	visibility: hidden;
}







.nutri h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
}

.nutri dl
{
	width: 250px;
}

.nutri dt
{
	color: #9DDBF0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

.nutri dd
{
	border-top: 1px solid #9DDBF0;
	margin: 2px 0 5px;
	padding: 5px 0 3px;
}







.post-edit-link
{
	background:none repeat scroll 0 0 #FFFFFF;
	color:#051b4b;
	float:left;
	font-size:1.3em;
	font-weight:bold;
	margin-top:2em;
	padding:3px;
	opacity: 0.5;
	text-decoration: none;
}

.post-edit-link:hover
{
	opacity: 1;
}


a.colorbox.postthumb
{
	background: url(images/bg_box.png);
	padding: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	width: 250px;
}

a.colorbox.postthumb.first,
a.colorbox.postthumb:hover
{
	padding: 0;
	background: none;
	
	border: 10px solid #FFFFFF;
}

p.postthumb_title
{
	font-style: italic;
	margin-bottom: 2em;
}

.backlink
{
	margin-left:10px;
}
