body
{
	background-color: #141414;
  font-family: Verdana;
	font-size: 12px;
	color: white;
}
h1
{
	font-size: 13px;
	text-transform: uppercase;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	color: #ef9e01;
	text-decoration: underline;
}
h2
{
	font-size: 12px;
	color: #ef9e01;
	padding-bottom: 10px;
	margin: 0px;
}
h3
{
	font-size: 11px;
	color: #ef9e01;
	padding-bottom: 10px;
	margin: 0px;
}
h3 a
{
	font-size: 11px;
	color: #ef9e01;
	padding-bottom: 10px;
	margin: 0px;
}
a
{
	color: white;
	text-decoration: underline;
}
a img
{
	text-decoration: none;
	border-style: none;
}
.button
{
	border: 1px solid #444;
	background-color: #1B1B1B;
	color: white;
	margin: 2px;
	padding: 5px;
	cursor:pointer;
}
#main 
{
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#head
{
	padding-bottom: 30px;
}
#left
{
	width: 190px;
	float: left;
	margin: 0px;
}
#menu_line
{
	float: left;
	width: 13px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#menu_items
{
	width: 165px;
	float: left;
}
#vreme
{
	float: left;
}
#menu_items ul li
{
	margin-left: -40px;
}
#links
{
	float: left;
}
#center
{
	width: 600px;
	float: left;
  margin: 0px;
}
#right
{
	width: 160px;
	float: left;
	padding-left: 30px;
  margin: 0px;
}
#bottom
{
	float: left;
	width: 500px;
	text-align: center;
	margin-top: 40px;
	width: 980px;
	border-top: 1px solid white;
	padding: 5px; 
}
/* jQuery lightBox plugin - Gallery style */
.gallery {
  overflow: hidden;
  position: relative;
  width: 500px;
}
.gallery.images {
}
.gallery ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}	
.gallery ul li { 
	display: inline; 
	text-align: center;
	width: 105px;
	height: 80px;
}
.gallery ul img {
	border: 3px solid #3e3e3e;
	border-width: 3px 3px 3px;
}
.gallery ul a:hover img {
	border: 3px solid #fff;
	border-width: 3px 3px 3px;
	color: #fff;
}
.gallery ul a:hover { color: #fff; }
.images
{
	height: 85px;
}
.slider
{
	width: 500px;
	height: 8px;
	padding: 1px;
	position: relative;
	background-image:url(../images/galerija/scrollbar.png);
}
.handle {
	position: absolute;
	cursor: w-resize;
	top: 0;
	z-index: 100;
	/* bespoke to your own solution */
	height: 17px;
	width: 140px;
	background-image:url(../images/galerija/handle.png);
}
#catalogueTable
{
	font: 12px Tahoma;
	color: black;
	background-color: #EFEFEF;
	border: silver 1px solid;
	border-collapse: collapse;
}
#catalogueTable th
{
	font-weight: bold;
	color: white;
	text-align: left;
	WORD-BREAK:BREAK-ALL;
}
#catalogueTable td
{
	vertical-align: top;
	white-space:normal;
	text-align: left;
	padding: 4px 10px;
}
#catalogueSubTable
{
	font: 12px Tahoma;
  color: black;
	background-color: #EFEFEF;
	border: silver 1px solid;
	border-collapse: collapse;
}
#catalogueSubTable th
{
	font-weight: bold;
	color: white;
	background-color: #333333;
	border: silver 1px solid;
	padding: 4px;
	text-align: left;
	WORD-BREAK:BREAK-ALL;
}
#catalogueSubTable td
{
	border: 1px solid #B6B6B6;
	vertical-align: top;
	padding: 3px;
	white-space:normal;
}
#catalogueSubTable td a
{
	color: black;
}
#blogEdit
{
	vertical-align: top;
}
#blogEdit tr
{
	border: 0px;
  vertical-align: top;
}
#blogEdit td
{
	border: 0px;
  vertical-align: top;
}
#comment
{
	margin: 2px;
	padding: 5px;
	background-color: #1B1B1B;
	width: 350px;
}
#comment_text
{
	padding-left: 10px;
}
#comment_text .hiddenComment
{
	text-decoration: line-through;	
}
#comment_metadata
{
	font-size: 11px;
	color: #ef9e01;
	padding-bottom: 5px;
}
#comment_metadata .datetime
{
	font-size:smaller;
	color: #666;
}
#comment_text_area
{
	border: 1px solid #444;
	background-color: #1B1B1B;
	color: white;
	margin: 2px;
	padding: 5px;
	width: 350px;
  font-family: Verdana;
	font-size: 12px;
}
#blog_metadata
{
	font-size: 11px;
	color: #ef9e01;
	padding-bottom: 5px;
}
#blog_metadata .datetime
{
	font-size:smaller;
	color: #666;
}
