/* Basics
-----------------------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}
body {
	font:62.5% "Trebuchet MS";
	background:#213631 url(bg.gif);
	text-align:center;	
	height:100%;
}
a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover, a:active {
	color:#FDAF00;
}
a[href^="http:"] {
	background: url(external.gif) no-repeat right top;
	padding-right:12px;
}
a[href^="http://www.trancepleme.com"], a[href^="http://www.ministarstvo-psihodelije.com"] {
	background-image: none;
	padding-right:0;
}
#wrapper { 
	width: 960px;
	text-align:left;  
	margin-left:0;
}
#header {
	background:url(header.jpg) no-repeat top left;
	height:235px;
	width:960px;
}
#banner {
	position:relative;
	left:256px;
	top:9px;
	border:0;
}
#logo {
	position:absolute;
	top:2px;
	left:11px;
}
#najave {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	background:#000;
	padding-top:74px;
	display:inline;
	color:#EFE4C4;
}
#najave h2, #booking h2 {
	color:#fdaf00;
	text-align:center;
	font-weight:normal;
	background:url(h2bg.gif) bottom repeat-x;
}
#najave p, #booking p {
	color:#fff;
	padding:5px;
}
#najavedno {
	width:241px;
	margin-left:16px;
}
#footer {
	background: #000;
	border-top:solid 0.3em #fff;
	color:#fff;
	min-width:980px;
	width:100%;
	height:6em;
	text-align:center;
	}
#valid {
	background:#fdaf00;
	background:url(validbox1.gif) no-repeat bottom left;
	width:24em;
	height:3.8em;
	margin-left:16px;
}
#valid em {
	background:url(validbox2.gif) no-repeat bottom right;
	display:block;
	height:3.8em;
}
#valid a, #valid a:visited {
	color:#fff;
	text-decoration:none;
}
#valid a:hover, #valid a:active {
	color:#000;
}
#valid img {
	margin-left:2em;
	border:0;
}
/* Styles for layout
-----------------------------------------------------------------------------*/
.clear
	{
	clear:both;
}
.right
	{
	float: right;
}
.left
	{
	float: left;
}
/* Typography
-----------------------------------------------------------------------------*/
h1
	{
	font-size: 2.2em; /* Equivalent to 22pt */
}
h2
	{
	font-size: 1.8em; /* Equivalent to 20pt */
}
h3
	{
	font-size: 1.8em; /* Equivalent to 18pt */
}
p, q, cite
	{
	font-size: 1.1em; /* Equivalent to 12pt */
}
ul, ol, dl
	{
	list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt */
}
li, dd, dt
	{
	font-size: 1.6em; /* Equivalent to 12pt */
}
em {
	font-style:normal;
}
hr {
	height:0;
	color:#262626;
	border-bottom:0.1em dashed #262626;
	border-top:none;
	border-left:none;
	border-right:none;
}
pre{
	font-family:"Trebuchet MS";
	font-size:1.1em;
	padding:5px;
}
/* Navigation
-----------------------------------------------------------------------------*/
#navigacija {
	background:#000;
	width:510px;
	border-top: solid 3px #fff;
	display:inline;
}
#navigacija li {
	background:url(navbg.gif) no-repeat right bottom;
	width:100px;
	height:1.5em;
	display:block;
	float:left;
	text-align:center;
	padding-top:25px;
}
#navigacija a, #navigacija a:visited {
	color:#EFE4C4;
	text-decoration:none;
}
#navigacija a:hover, #navigacija a:active {
	color:#fdaf00;
}
#radio101 {
	position:absolute;
	top:200px;
	left:765px;
	text-align:left;
	width:206px;
}
#radio101 h3 {
	background: url(101bg.gif) repeat-y;
	height:4.5em;
}
#radio101 h3 a, #radio101 a:visited {
	color:#fff;
	text-decoration:none;
}
#radio101 h3 a:hover, #radio101 a:active {
	color:#000;
}
#vijesti {
	background:#efe4c4 url(vjestibg.gif) repeat-y top left;
	width:580px;
	padding:30px;
	min-height:70em;
}
#vijesti h1 {
	letter-spacing:0.1em;
	font-family:Georgia;
	color:#213631;
}
#vijesti h2 {
font-size:1.2em;
	letter-spacing:0.1em;
	font-family:Georgia;
	color:#213631;
}
#vijesti p img {
	padding:0.5em;
	margin-right:0.5em;
	border: 0.1em solid #000;
	background:#dfd6c2;
	float:left;
} 
#vijesti p {
	margin-bottom:1em;
	line-height:1.4em;
} 
#vijesti a, #vijesti a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#vijesti a:hover, #vijesti a:active {
	color:#fdaf00;
}
#vijesti pre{
	font-family:"Trebuchet MS";
	font-size:1.1em;
	color:#000;
	padding:5px;
}

#vijesti li {
font-family:Georgia;
	font-size:1.0em;
	color:#000;
	padding:10px;
}
.vijest {
	padding-bottom:2em;
	margin-bottom:2em;
	border-bottom: dashed 0.1em #000;
}
#booking {
	width:235px;
	background:#000;
	padding-top:74px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
#commentform {
	padding-top:2em;
	margin-top:2em;
}
.comment {
	border: 0.1em solid #000;
	background:#DFD6C2;
	margin:0.5em;
	padding:0.5em;
}
input, textarea {
	border: 0.1em solid #000;
	background:#DFD6C2;
	margin:0.2em;
	font-family:"Trebuchet MS";
	font-size:1.1em;
}