body {
	margin: 0;
	padding: 0;
/*	background: #FFFFFF url(images/img01.gif) repeat-x;*/
	background-color: #000000;
	font-size: 13px;
	color: #666666;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea{
	background-color: #333333;
	color:#FFFFFF;
	border: 1px solid #666666;
}

span {
	color:#FF0000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006699;
}

h1 {
	letter-spacing: -2px;
	font-size: 1.7em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
	color:#CCCCCC;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	background: #F9F9F9;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #3AA0B9;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 950px;
	height: 180px;
	margin: 0 auto;
	background: url(images/header.gif) no-repeat left center;
	border-bottom:1px solid #333333;
}

#logo {
	float: left;
	padding: 90px 0 0 0;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo a {
	color: #FFFFFF;
}

#search {
	float: right;
	width: 240px;
	padding:10px 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	color: #006699;
}

#search a {
	color: #333333;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#search a:hover {
	color: #FFFFFF;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 190px;
	padding: 3px 5px;
	background: #FFFFFF url(images/img03.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#x {
	display: none;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 550px;
}

#content1 {
	float: right;
	width: 760px;
}

#content1 #estate{
	height:182px;
	width:360px;
	margin-top:10px;
	margin-bottom:5px;
	border:2px dotted #121212;
	margin-left:10px;
	float:left;
}
#content1 #estate:hover{
	background: #121212 no-repeat;
	color:#999999;
}

#content1 #estate #slika{
	float:left;
	padding-left:6px;
	padding-top:6px;
}

#content1 #estate #slika img{
   	border: 1px solid #666666;
	padding: 1px; 
}

#content1 #estate #text{
	float:right;
	width:220px;
	height:157px;
	padding-left:10px;
	padding-top:6px;
	padding-right:10px;
	font-size:12px;
	font-weight:bold;
}
#content1 #estate #more{
	float:right;
	width:75px;
	margin-top:2px;
	padding-right:10px;
	margin-left:225px;
	text-align:right;
}

#content1 #estate #more a{
	color: #930000;
	text-decoration:none;
	font-weight:bold;
}
#content1 #estate #more a:hover{
	color: #FF0000;
}
#content1 #odabir{
	padding-left:3px;
	margin-top:20px;
}
#content #odabir{
	width: 540px;
	padding-left:3px;
	margin-top:20px;
}
#content #slike{
	float:left;
	width:500px;
	padding-right:10px;
	margin-top:15px;
}

#content #text{
	margin-left:10px;
	width:500px;
}
.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
}

.byline {
	margin: 0;
}

.meta {
	padding: 5px 10px;
	border: 1px solid #EFEFEF;
	background: #F9F9F9;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img05.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	margin-right:1px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding-left: 10px;
	padding-top:30px;
	padding-bottom:30px;
/*	background: url(images/img06.gif) no-repeat left center;
	border-bottom: 1px solid #CCCCCC;*/
	font-size:18px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#sidebar li li:hover {
/*	border-left: 2px solid #E75C14;
	color:#FFFFFF;*/
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0;
}

#sidebar a {
	text-decoration: none;
	color: #666666;
}

#sidebar a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}

#sidebar #current a { 
	/*background-color: #005680;*/
	border-color : #000;
	color: #E75C14;
} 
#sidebar #current a:hover { 
	color: #E75D14;
} 

/* Footer */

#footer {
	clear: both;
	padding: 1px 0;
/*	background: url(images/img07.gif) repeat-x;*/
	text-align: center;
	font-size: smaller;
	color: #333333;
}
#footer a {
	text-decoration:none;
	color: #333333;
}
#footer a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

#footer #vrh{
	height:20px;
	padding-right:0px;
	padding-left:5px;
	padding-top:10px;
	font-size:11px;
	text-align:center;
}

#footer #vrh a {
	color: #FFFFFF;
}

#footer #vrh a:hover {
	text-decoration: underline;
}

/* Desno */

#desno {
	float: right;
	width: 195px;
	padding-left:15px;
}
#desno .foto { 
	padding: 5px; 
	border: 2px dashed #1D1D1D;
	margin-bottom:20px;
}

#desno a{
	color: #444444;
	text-decoration:none;
}
#desno a:hover{
	color: #CCCCCC;
}
#desno #svi{
	width:195px;
	margin-bottom:10px;
	border:1px solid #333333;
	font-size:10px;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++foto galerija*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

.thumbnail a img{ 
	background: #666666;
   	border: 1px solid #666666;
	color: #ACACAC;
	text-decoration:none; 
	cursor:pointer; 
	margin:10px 10px 10px 10px;
	padding: 3px; 
}

.thumbnail a:hover img{ color: #0080C0; text-decoration:none; cursor:pointer; background-color: #FFFFFF; border: 1px solid #FFFFFF;}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(flash_foto/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(flash_foto/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(flash_foto/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}




