/* 

CSS stylesheet by gorotron:
http://free-css-templates.gorotron.com

Ditributed under Creative Commons Attribution License 3.0:
http://creativecommons.org/licenses/by/3.0/

*/

html {
	background:url(images/pozadi.gif) repeat-x;
	height:100%;
}

body, html {
	margin:0;
	padding:0;
}

#container {
	margin:0 auto;
	padding:0 0 10px;
	width:900px;
	min-height:100%;
	height:auto;
	font:13px sans-serif, georgia, serif, times, serif;
	color:#222;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	color:#630;
}

li {
	margin-bottom:7px;
}

blockquote {
	font-style:italic;
	line-height:1.7em;
	font-size:0.95em;
	color:#630;
	width:85%;
	margin-left:45px;
}

#banner {
	width:100%;
	float:left;
}

#title {
	float:left;
	width:350px;
}

#banner h1 {
	font:2.5em "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	margin:7px 0 0 20px;
}

#banner h1 a img{
	_color:aqua	;
	text-decoration:none;
}

#banner h2 {
	font-size:0.9em;
	color:#FFF;
	margin:0 0 0 30px;
	font-weight:normal;
}

p {
	font-size: 14px;
	color:#222;
	line-height:1.25em;
	margin:0 0 10px 0;
}


.nav {
	margin:54px 0 0 100px;
	list-style:none;
	font-weight:bold;
}

.nav li {
	float:left;
	margin-left:10px;
}

.nav a {
	position: relative; 
	padding:0.5em 1.5em 0.5em;
	background:url(images/tab.gif) repeat-x;
	color:#0F0B59;
}

.nav a:hover,#currentPage {
	background-image:url(images/tab-over.gif);
	text-decoration:none;
}

#mainContentTop {
	float:left;
	margin-top:5px;
	width:900px;
	height:26px;
	background-image:url(images/main-bg-top.gif);
}

#mainContent {
	float:left;
	width:900px;
	height:auto;
	min-height:100%;
	background:#FFF url(images/main-bg.gif) repeat-y;
}

#mainContent a {
	border-bottom:1px dotted #960;
	text-decoration:none;
	color:#630;
}

#mainContent a:hover {
	border-bottom:1px dotted #960;
	color:#960;
}

.left {
	width:845px;
	float:left;
	text-align:justify;
}

.article {
	width:845px;
	padding:0 0 0 25px;
}

.left h1 {
	margin:0 0 10px 0;
	padding-bottom:5px;
	font:1.5em "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #EAEAEA;
}

.leftFooter p {
	text-align:right;
	margin:0;
}

.leftFooter {
	float:left;
	background-color:#EAEAEA;
	border:1px solid #CCC;
	height:2em;
	width:845px;
	font-style:italic;
	padding:0.25em;
}

.lefthr {
	width:630px;
	height:52px;
	background:url(images/left-divider.gif);
	color:#FFF;
	border:0;
	float:left;
}

#clear {
	width:100%;
	height:10px;
	padding-top:65px;
	background-image:url(images/main-bg-bottom.gif);
	clear:both;
}

#copyright {
	text-align:center;
	font:0.85em sans-serif;
	padding:0.5em 0;
	background:#333 url(images/bg.gif) repeat-x;
	color:#FFF;
}

#copyright a {
	color:#FFF;
}
h3 {
  font:2.5em "trebuchet ms", helvetica, sans-serif;
  width: 100%;
  padding: 5px 10px 2px 10px;
  text-align: left;
  
}
