body
{
	background-color: #ffffff;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #272727;	
}

/* begin unique elements */

#container
{
	width: 960px;
	background: url(Common/content_main.gif) top left no-repeat #FDFDFD;
	margin: 10px auto;

	/* defines container element */
}
#login
{
	height: 20px;
	color: white;
	list-style: none;
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
	
}	
	#login h1{
		display: none;
	}
	#login li{
		margin: 0px 0px 10px 0px;
		display: inline;
	}
	#login ul li a{
		text-transform: lowercase;
		font-weight: bold;
		color:white;
		text-decoration: none;
	}
	#login ul li a:hover{
		text-decoration: underline;
	}
#header
{
	background: url(Common/featured.jpg) top left no-repeat;
	width: 960px;
	height: 234px;
	margin: 0 auto;
	color: #fff;
	/* defines header element */
}

	#header h1
	{
		margin: 0;
		padding: 0;
		padding-top: 60px;
		text-align: center;
		font-weight: normal;
		font-size: 340%;	
		color: #272727;

		/* define header h1 tag */
	}

	#header h2
	{
		margin: 0;
		padding: 0;
		padding-top: 10px;
		text-align: center;
		font-weight: normal;
		font-size: 180%;
		color: #FFFFFF;

		/* define header h2 tag */
	}
	#header h3{
		padding: 0;
		margin: 0;
		padding-left: 130px;
	}

#navigation{
	background: url(Common/bg_nav.jpg) top no-repeat;
	height: 45px;
	width: 960px;
	line-height: 14px;
	display: block;

	/* define navigation element */
}
#navigation ul{
	display: none;
}

#navigationcat
{
	height: 45px;
	width: 960px;
}
#navigationcat td
{
	padding: 7px 7px 0px 7px;
}

#navigationcat td.nijeprvi
{
	background: url(Common/separator.gif) no-repeat top left;
}
	#navigation a{
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
	}
	#navigation a:hover{
		text-decoration: none;
	}
	#navigation td:hover{
		background: url(Common/gradijent.gif) top left repeat-x;
	}
	
#centre
{
	margin: 0;
	padding: 0;
	margin-top: 10px;
	background: #ffffff;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;

	/* container for all blog content */
}

#content
{
	list-style:none;
	float: left;
	width: 460px;
	margin: 0 10px 0 10px;
	min-height: 328px;
	padding: 5px 0 10px 0;
	text-align: justify;

	/* defines content element */
}
	#content p
	{
		font-size: 14px;
	}

	#content h1
	{
		border-bottom: 1px solid #E4E4E4;
		margin: 5px 0px 5px 0px;
		padding: 0px 0px 5px 0px;
		font-weight: normal;
		color: #FF8C03;

		/* defines generic h1 element */
	}
	
	#content h1 a:hover{
		text-decoration: none;
		color: #272727;
	}


	#content h2
	{
		margin: 5px 0px;
		font-weight: normal;
		text-transform: uppercase;
		text-align: left;
		color: #FF8C03;

		/* defines generic h2 element */
	}

	#content h3
	{
		margin: 5px 0px;
		font-weight: normal;
		text-align: left;
		color: #FF8C03;

		/* defines generic h3 element */
	}

	#content a
	{
		color: #FF8C03;
		text-decoration: none;
	}

	#content a:hover
	{
		color: #FF8C03;
		text-decoration: underline;
	}

#breadcrumb
{
	display: none;
	/*height: 10px;
	padding: 10px 0px;
	margin-bottom: 20px;

	 defines breadcrumb element */
}

	#breadcrumb a
	{
		color: #FF8C03;
		text-decoration: none;
	}

	#breadcrumb a:hover
	{
		color: #FF8C03;
		text-decoration: none;
	}

#levimeni
{
	list-style:none;
	float: left;
	width: 230px;
	margin: 0;
	min-height: 410px;
	background: url(Common/shadow_left.gif) top right no-repeat;
	padding: 5px 5px 5px 5px;

	/* defines container for links element */
}

	#levimeni h1
	{
		margin: 0;
		padding: 0 10px 15px 10px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
		/*color: #FF8C03;*/
	}

	#levimeni ul
	{
		margin: 0;
		padding: 0px 10px 5px 10px;
	}
	#levimeni ul li
	{
		background: url(Common/bullet.gif) top left no-repeat;
		background-position: 0 3px;
		font-weight: bold;
		list-style: none;
		margin: 0 0 5px 0;
		padding: 0 0 0 15px;
	}
	
	#levimeni ul li a
	{
		text-decoration: none;
		color: #444;

		/* defines generic link hover state */
	}
	#levimeni ul li a:hover
	{
		text-decoration: none;
		color: #FF8C03;

		/* defines generic link hover state */
	}

#content #naslov
{
		margin: 0;
		margin-bottom: 20px;
		padding: 0 10px 8px 10px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		color: #272727;
		background: url(Common/naslov_bg.gif) left bottom repeat-x;
		text-align: right;
}
#content #naslov h1
{
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		color: #272727;
		font-size: 20px;
		text-align: center;
		border: none;
		
}

#subcontent
{
	list-style:none;
	float: left;
	width: 225px;
	padding: 0 5px;
	min-height: 410px;
	margin: 0;
	background: url(Common/shadow_right.gif) top left no-repeat;

	/* defines subcontent element */
}

	#subcontent h1
	{
		margin: 0;
		padding: 5px 10px 15px 10px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-align: left;

		/* defines generic h1 element */
	}

	#subcontent h2
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #382E1F;

		/* defines generic h2 element */
	}

	#subcontent h3
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #382E1F;

		/* defines generic h3 element */
	}

	#subcontent ul
	{
		margin: 0;
		padding: 0px 0 5px 10px;

		/* defines generic list container element */
	}

	#subcontent ul li
	{
		background: url(Common/bullet.gif) top left no-repeat;
		background-position: 0 3px;
		font-weight: bold;
		list-style: none;
		margin: 0 0 5px 0;
		padding: 0 0 0 15px;

		/* defines generic list element */
	}

	#subcontent ul li a
	{
		text-decoration: none;
		color: #444;
		display: block;

		/* defines generic link element */
	}

	#subcontent ul li a:hover
	{
		text-decoration: none;
		color: #FF8C03;

		/* defines generic link hover state */
	}

#calender
{
	margin: 0px 0px 10px 0px;

	/* defines container for calender element */
}

	#calender table
	{
		background-color: #F4F4EC;
		border: 1px solid #C0C57F;
		width: 100%;
		height: 150px;
		text-align: center;

		/* define table for calender */
	}

	#calender table td
	{
		width: 14%;
		padding: 3px 0px;

		/* set column width */
	}

	#calender table .controls
	{
		background-color: #C0C57F;
		font-weight: bold;
		color: #FFFFFF;

		/* style event controls */
	}

	#calender table .controls a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style control links */
	}

	#calender table .controls a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style link controls */
	}

	#calender table .title
	{
		background-color: #CBD6AD;

		/* style calender titles */
	}

	#calender table .days td
	{
		background-color: #DEE6CC;

		/* style day columns */
	}

	#calender table .days a
	{
		color: #FF8C03;
		text-decoration: underline;

		/* style day links */
	}

	#calender table .days a:hover
	{
		color: #FF8C03;
		text-decoration: none;

		/* style day links */
	}

	#calender table td.empty
	{
		background-color: #E4E4E4;

		/* style empty cells */
	}

	#calender table td.article
	{
		background-color: #669900;

		/* style article cells */
	}

	#calender table td.article_event
	{
		background-color: #009980;

		/* style article cells */
	}

	#calender table td.event
	{
		background-color: #006699;

		/* style event cells */
	}

	#calender table td.event a, #calender table td.article a, #calender table td.article_event a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style item links */
	}

	#calender table td.event a:hover, #calender table td.article a:hover, #calender table td.article_event a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style item links */
	}

#pages
{
	margin-bottom: 10px;

	/* defines container for categories element */
}

#categories
{
	margin-bottom: 10px;
	padding: 0px;

	/* defines container for categories element */
}

#archives
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;
}

	#archives ul
	{
		margin-bottom: 10px;
	}

	
	#links ul
	{
		margin-bottom: 10px;
	}

	#feeds ul
	{
		margin-bottom: 10px;
	}


#notification
{
	background-color: #FFFDFB;
	height: 100%;
	padding: 15% 10%;
	text-align: center;

	/* defines container for notification element */
}

	#notification h1
	{
		margin: 5px 0px;
		font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 25px;
		color: #FF8C03;
		text-transform: uppercase;

		/* defines notification h1 element */
	}

	#notification a
	{
		color: #FF8C03;
		text-decoration: underline;

		/* defines notification link styles */
	}

	#notification a:hover
	{
		color: #FF8C03;
		text-decoration: none;

		/* defines notification link hover styles */
	}

#screenshot
{
	background-image:url(Common/Screenshot-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	color: #FFFFFF;
	overflow: visible;
}

	#screenshot img
	{
		background-color: #EFEFD6;
		border: 1px solid #542700;
		margin: 6px;
		padding: 3px;
	}

#footer
{
	background: url(Common/content_foot.jpg) top left no-repeat;
	height: 83px;
	text-align: center;
	/* style footer element */
}

	#footer a
	{
		color: #FF8C03;
		text-decoration: underline;

		/* style footer links */
	}

	#footer a:hover
	{
		color: #FF8C03;
		text-decoration: none;

		/* style footer links */
	}


#copyright
{
	display: none;

	/* style copyright element */
}

/* begin article style definitions */
.article
{
	clear: both;
	font-size: 14px;
	margin-bottom: 30px;
	/* container for each individual article */
}

	.article .details
	{
		margin: 0px 0px 10px 0px;
		padding: 0;
		list-style: none;
		font-size: 11px;

		/* defines the container for the article details */
	}

	.article .details li
	{
		margin: 0px 5px 10px 0px;
		display: inline;

		/* defines each detail part */
	}

	.article .introduction
	{
		/*border-bottom: 1px solid #E4E4E4;
		line-height: 20px;

		 defines the article introduction container */
	}

	.article .link
	{
		margin: 10px 0 10px 0;
		float: right;
		background: url(Common/read_more.gif) top left no-repeat;
		padding: 0 0 5px 0;

		/* defines the container for the full information link */
	}
	.article .link a{
	padding: 6px 5px 5px 7px;
	display: block;
	color: #ffffff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none !important;
	font-size: 12px;
	background: url(Common/read_more_r.gif) top right no-repeat;
}

	.article .gallery
	{
		/* defines the container for article gallery */
	}

	.article .gallery img
	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}

/* begin comment style definitions */

#comments
{
	margin-bottom: 10px;
	margin-top: 10px;
}
	#comments p{
		font-size: 12px;
		line-height: 1.5;
		margin: 0 0 10px 0;
	}
	#comments h1{
		font-size: 200%;
	}
	
	
	#comments .details
	{
		background: url(Common/comment_bg.gif) repeat-x;
		margin-bottom: 10px;
	}

	#comments .details dt
	{
		background-image: url(Icons/Avatar.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		float: left;
		height: 40px;
		width: 20px;
		margin-right: 5px;
	}

	#comments .details dd
	{
		margin: 0;
	}

	.comment
	{
		padding: 5px 0px;
		clear: both;
	}

	.whisper
	{
		background-color: #E4E4E4;
		padding: 5px 5px;
		clear: both;
	}

form
	{
	margin: 0;
	padding: 0;


	/* container for comment and search forms */
	}

	form #comment
	{
		width: 100%;
		height: 125px;

		/* comment textarea */
	}

	form #whisper
	{
		margin-left: 0px;

		/* whisper checkbox */
	}

	form #keywords
	{
		width: 32%;
	}

	form #date
	{
		width: 32%;
	}

	form #category
	{
		width: 32%;
	}

#paging
{
	text-align: center;

	/* container for paging controls */
}

	#paging a
	{
		padding: 0px 5px;
	}

/* begin events styling */

.event
{

}

	.event h1
	{

	}

	.event h2
	{

	}

	.event h3
	{

	}

	.event .details
	{
		margin: 0;
		padding: 0;
	}

	.event .details li
	{
		margin-right: 5px;
		list-style: none;
		display: inline;
	}


.clear
{
	clear: both;

}

/* miscellaneous elements */
img
{
	border: none;
}

body {
	font: 12px Trebuchet MS, Helvetica, Arial, sans-serif;
}
p{

}
a:focus {
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

#lista li{
	font-size: 14px;
}
ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 15px;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address {
	margin-bottom: 20px;
}
p{
	
}
.hidden { display: none; }
.unhidden { display: block; }