/* 
	project:  internet studio
	author:   luka cvrk (www.solucija.com) 
*/

*{ margin: 0; padding: 0; }* 
body { font: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.6em; background: #fff url(images/bg.gif) repeat-x; color: #000; }
a {	color: #BC0207;	background: inherit; text-decoration: none; }
a:hover { color: #300909; background: inherit;}
p { margin: 0 0 15px 0; }
h1 { font: normal 2.8em Georgia, "Times New Roman", Arial; color: #444; }
h2 { font: normal 1.7em Georgia, "Times New Roman", Arial; margin: 0 0 10px; padding: 0 0 3px; color: #333; border-bottom: 1px solid #eee; }
img { border: 0; }
#content { width: 930px; margin: 25px auto; }
#logo { margin: 10px 0 0 0; width: 340px; float: left; }
	#logo p { margin: 0; }
#menu { float: right; padding: 40px 0 0; margin: 0 0 38px; }
	#menu li { font-size: 1.1em; display: inline; }
	#menu li a { float: left; width: 87px; padding: 2px 0 7px; text-align: center; margin: 0 0 0 10px; color: #636365;  }
	#menu li a.current { background: #fff url(images/button.gif) no-repeat; color: #fff; }
	#menu li a:hover { text-decoration: none; color: #000; background: #fff url(images/button_grey.gif) no-repeat; }
.clear { clear: both; }
.caption { background: #fff url(images/title.gif) no-repeat; padding: 2px 0 0 18px; height: 35px; color: #040301; font-weight:bold }
	.caption p { margin: 0; }
#left { margin: 10px 0 20px; clear: left; width: 170px; float: left; }
.box { background: #eee;}
#left img { padding: 6px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #fff;}
.smallthumb { width: 109px; }
#center { width: 240px; float: left; margin: 10px 0 20px 15px; }
#subcontent{float: right;width:720px}
#right { float: right; width: 480px; }
	.date { font-size: .8em; border-top: 1px solid #eee; padding: 5px 0 0; }
.box { background: #eee; padding: 10px; }
.box ul{margin:0;padding:0}
.box li { list-style: none; border-bottom: 1px dotted #ccc; line-height: 26px; }
.box li a { padding: 0 5px; }
.box li a:hover{border-bottom:1px dotted #300909}
#footer { font-size: .84em; clear: both; padding: 15px; background: #bbb; }
#footer a { color: #444; }
#footer ul{list-style-type:none;margin:0;padding:0;float:right}

/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Primary
===================================== */

#navPrimary {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	list-style: none;
	background:#666 /*#0c2846*/;
	}
#navPrimary li {
	float: left;
	margin: 0 ;
	line-height: 1.5;
	border-left: 1px solid #DDD
	}


/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 1000;
	width: 12em;
	margin: 0;
	padding-left: 0;
	list-style: none;
	background:#666;
	border:1px solid #666
	}

#navPrimary li li { /* all list items */
	float: left;
	width: 12em; /* width needed for Opera */
	margin: 0;
	color:#FFF;
	}

#navPrimary li li a,#navPrimary li a {
	display: block;
	padding: .5em;
	line-height: 1;
	text-transform: none;
	color:#FFF !important;
	font-weight:bold;
	}
#navPrimary a:hover{text-decoration:none}
#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
	border: 0;
	}

#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0 0 12em;
	}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
	}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
	}
	
#navPrimary li a:hover, #navPrimary li.current a, #navPrimary li:hover, #navPrimary li.sfhover {
	background:#bbb;color:#444 !important/*
#0c2846
*/;
	}

#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
	color: #444;
	}

#navPrimary li li a:hover {
	color: #444;
		text-decoration: none;border-bottom:0px;
	
	}
#navPrimary li.current  ul,#navPrimary li.current li   {background:#666 !important}
/* @end Nav - Primary - Dropdown
-------------------------------- */

/* @end Nav - Primary
-------------------------------- */
table.tbl {background:#eee;}
table.tbl td {border:1px solid #000}
