@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------- 

	Theme Name: TrustHome tmp
	Theme URI: http://www.vizualizacija.net
	Description: custom theme for Trust.si
	Author: Kristjan Gomboc
	Author URI: http://vizualizacija.net
	Version: 1.0

-------------------------------------------------------------- */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #391600;
	background-image: url(images/woodwall.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: helvetica;
	color: #999;
}
	
a{ text-decoration: none;}
img { border: 0px;}
.textleft { text-align:left;}
.textright { text-align:right;}

/*************************** LAYOUT */

.center
{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#head, #body, #footer
{
	position: relative;
	margin-top: 10px;
	width: 100%;
	}
	
#body td
{
	vertical-align: top;
	}
	
	
#meni {
  position: relative;
  width: 960px; /* remember to set a width */
}

#meni .content {
width: 950px;
padding: 5px;
color: #CCC;
position: relative;
}

#jumbobox
{
	position: relative;
	width: 570px;
	margin-bottom: 10px;
	}
	
#jumbobox .content {
width: 560px;
padding: 5px;
color: #CCC;
position: relative;
}

#jumbobox .inbox
{
	background-color: #222;
	}

.blackbox
{
	position: relative;
	width: 960px;
	margin-bottom: 10px;
	}
	
.blackbox .content {
width: 950px;
padding: 5px;
color: #CCC;
position: relative;
}

.blackboxmini
{
	position: relative;
	width: 380px;
	margin-bottom: 10px;
	}
	
.blackboxmini .content {
width: 370px;
padding: 5px;
color: #CCC;
position: relative;
}

.aktualno .inbox
{
	padding: 0px;
	}
	
#meni .inbox
{
	padding: 3px;
	}

.overlay{
  position: absolute;
  top: 0; /* These positions makes sure that the overlay */
  bottom: 0;  /* will cover the entire parent */
  left: 0;
  width: 100%;
  background: #000;
  opacity: 0.65;
  -moz-opacity: 0.65; /* older Gecko-based browsers */
  filter:alpha(opacity=65); /* For IE6&7 */
}

.inbox
{
	padding: 10px;
	background-color: #000;
	line-height: 130%;
	}
	
.infobox
{
	background-color: #FF0;
	padding: 10px;
	color: #000;
	margin-bottom: 10px;
	}
	
/********************************** /LAYOUT */
	
#dnevni_meni
{
	background-image: url(images/papertext1.jpg);
	height: 210px;
	color: #000;
	margin-top: 10px;
}

#dnevni_meni h2
{
	background-color: #300;
	color: #FFC;
	margin: 0px;
	padding: 4px;
	font-size: 18px;
	font-weight: 100;
	font-style: italic;
	}
	
#dnevni_meni h2 a
{
	color: #F60;
	}
	
#dnevni_meni .meniji
{
	font-style: italic;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	}
	
#dnevni_meni .meniji p
{
	margin: 0px;
	padding: 0px;
	}
	
#dnevni_meni .links
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border-top: #300 dashed 1px;
	text-align: center;
	}
	
#dnevni_meni .links a
{
	margin-right: 4px;
	font-size: 12px;
	text-decoration: none;
	color: #300;
	font-weight: bold;
	}
	
/********************************** IE FIX */
	
* html #meni .overlay {
  height: expression(document.getElementById("meni").offsetHeight);
}

* html #jumbobox .overlay {
  height: expression(document.getElementById("jumbobox").offsetHeight);
}

* html #b1 .overlay {
  height: expression(document.getElementById("b1").offsetHeight);
}

* html #b2 .overlay {
  height: expression(document.getElementById("b2").offsetHeight);
}

* html #b3 .overlay {
  height: expression(document.getElementById("b3").offsetHeight);
}

/********************************* /IE FIX */


/**************************** MENI DESIGN */

ul#menioptions
{
	padding: 0px;
	margin: 0px;
	margin-right: 15px;
	}
	
ul#menioptions li
{
	list-style-type: none;
	display: inline;
	margin-left: 15px;
	border-color: #333;
	}
	
ul#menioptions li a
{
	font-weight: 100;
	font-size: 16px;
	color: #ddd;
	}
	
ul#menioptions li a#active
{
	color: #F90;
	}
	
ul#menioptions li.kontakti a
{
	color:#777;
	}
	
ul#menioptions li a:hover
{
	color: #FF0;
	}
	
.borderright
{
	border-right: solid;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 10px;
	}

a#logolnk img
{
	float: left;
	}

a#logolnk #homelnk
{
	float: left;
	background-color: #333;
	color: #999;
	font-size: 11px;
	padding: 2px;
	margin-top: 5px;
	display: none;
	}
	
a#logolnk #graynarowleft
{
	float: left;
	display: none;
	margin-left: 5px;
	margin-top: 8px;
	}
	
a#logolnk:hover #homelnk, a#logolnk:hover #graynarowleft
{
	display: inline;
	}
	
/************************* /MENI */
	


/************* Trust Aktualno */

.aktualno .inbox
{
	min-height: auto;
	}


/************ /aktualno */



/************* Facebook status */

div#rightside
{
	font-family: "Times New Roman", Times, serif;
	}

div#rightside #socialicons
{
	text-align: right;
	}
	
div#rightside #pridruzi
{
	letter-spacing: normal;
	font-size: 24px;
	color:#444;
	font-style:italic;
	width: 100%;
	}
	
div#rightside #pridruzi a
{
	text-decoration: none;
	}
	
	
div#rightside #newsbox
{
	background-color: #000;
	padding: 5px;
	font-size:20px;
	line-height: 24px;
		letter-spacing: normal;
		font-style: italic;
		color:#999;
	}
	
div#rightside #newsbox	#twitter_update_list ul
{
	width: 370px;
	margin: 0px;
	padding: 0px;
}

div#rightside #newsbox	#twitter_update_list li
{
	list-style-type: none;
	padding: 5px;
	margin: 0px;
	}
	
div#rightside #newsbox	#twitter_update_list li a
{
	display: block;
	text-align: right;
	font-size: 15px;
	color: #FF0;
	}
	
div#rightside #newsbox	#twitter_update_list li p
{
	font-size: 13px;
	text-align: right;
	color: #999;
	text-decoration: none;
	margin: 0px;
	}


/************ /FB */
	
	
/*** Kavarna Restavracija Club - BOX */

#krctab
{
	width: 100%;
	line-height: 1.6em;
	}
	
#krctab .colum
{
padding:3px;
	}
	
#krctab .colum a.linkimg img
{
	width: 100px;
	height: auto;
	float: left;
	margin-right: 10px;
	}
	
#krctab h1
{
	font-weight: 100;
	color: #999;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
#krctab h3
{
	font-weight: 100;
	margin-top: 0px;
	color: #FF9;
	font-size: 12px;
	line-height: 130%;
	}
	
/********************* /KRC BOX */


/************* Footer */

#footer
{
	border-top: solid #333 1px;
	margin-top: 20px;
	margin-bottom: 100px;
	padding-top: 10px;
	}


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