
*{
	padding: 0px;
	margin: 0px;
}

.clearer{
	clear: both;
		background-color: transparent;
}

body{
/*	font-family: Georgia, "Times New Roman", serif;*/
	font-family: "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;
	color: black;
	font-size: 12px;
}

#page{
	width: 940px;
	margin: 0px auto;
}

/*  ---------------------      HEADER        --------------------- */

#headerArea{
	/* background-image: url(../pic/header_bckg1.jpg); */
	background-image: url(../pic/header_bckg_green.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: blue;
	/*height: 120px;*/
}

#logo{
	float: left;
	width: 98px;
        height: 110px;
	
}
#headerTools{
	float: right;
	width: 822px;
	margin-top: 12px;
	margin-right: 20px;

}

#headerMenu{
	float: left;
		margin-left: 81px;
}

#headerMenu ul {
	list-style: none;
}

#headerMenu ul li {
	font-family: "Trebuchet MS", "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;
	float: left;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #0E9B28;
	padding: 2px  3px 2px 3px;
	/*text-transform: uppercase;*/
}

#headerMenu ul li a {
	/*color: #D20000;*/
	/* color: red; */
	color: white;
	text-decoration: none;
}

#searchBox{
	float: right;	
}

.searchField{
	width: 160px;
	padding: 2px 4px;
	margin-right: 10px;
	font-size: 11px;
	border: 1px solid #AAA;
}

.searchButton{
	font-size: 11px;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

#mainMenu{
	margin-top: 80px;
	padding-left: 81px;	
	padding-right: 12px;
/*	background-image: url(../pic/menu_up_bckg.jpg);
	background-repeat: no-repeat;*/
	
}

#mainMenu ul{
	list-style: none;
/*	padding-top: 9px;
	background-image: url(../pic/menu_right_bckg.jpg);
	background-repeat: repeat-y;
	background-position: right;*/
}

#mainMenu .menuitem,
#mainMenu .selected {
		float: left;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 5px 10px;
		background-image: url(../pic/menuitem_bckg.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		color: #999;
		border: 1px solid #AAA;
		border-left: 0 none;
		border-bottom: 1px solid #818181;
}


#mainMenu .selected {
	background-image: url(../pic/menuitem_selected_bckg.jpg);
	background-position: top right;
	border: 1px solid #818181;
	border-bottom: 1px solid white;
	color: black;
}

#mainMenu .menuitem a{
	color: #999;
	text-decoration: none;
}

#mainMenu .selected a{
	color: black;
	text-decoration: none;
}

/* ---------------------         CONTENT        --------------------- */

#leftCol{
	width: 180px;
	margin-right: 20px;
	float: left;
	/*margin-top: 30px;
	background-image: url(../pic/green.jpg);
	background-repeat: no-repeat;
	background.position: top, left;*/
	padding-top: 30px;

}

#submenu{

}

#submenu ul{
	list-style: none;
	margin-bottom: 30px;
}

#submenu .menuitem,
#submenu .selected {
	font-size: 13px;
	line-height: 140%;
}

#submenu .selected {
	font-weight: bold;
}

#submenu .menuitem a,
#submenu .selected a{
	color: #990000;
}

#sidebarLeft{}

#contentArea{
	float: right;
	width: 740px;
	margin-top: 30px;
}

#content{
	float: left;
	width: 400px;
	margin-right: 20px;
}

#sidebarRight{
	float: right;
	width: 320px;
}

#openPublishing{
	background-color: #747474;
	margin-bottom: 30px;
}


#openPublishing P{
	font-family: Georgia, "Times New Roman", serif;
	padding: 8px 15px;
	color: white;
	line-height: 130%;
	z-index: 10;
}

#openPublishing A{
	color: white;
}

#openPublishing UL{
	list-style: none;
}

#openPublishing LI{
	float: right;
	background-color: #B7D377;
	border: 1px solid #A7C45B;
	padding: 2px 10px;
	font-size: 10px;
/*	letter-spacing: 14%;*/
	color: #336600;
}

#openPublishing LI A{
	color: #336600;
}

#izdrugihMedija{}

/* ---------------------       FOOTER        --------------------- */

#footerArea{
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 5px solid gray;
	padding-top:5px;
}

#footerArea li{
	float:left;
	list-style-type: none;
	padding-right: 5px;
}


#cc p{
	text-align: center
	color: silver;
/* 	margin-top: 35px; */
}

/* ---------------------     TYPO    ---------------------*/

P{
	font-size: 12px;
	padding-bottom: 15px;
	line-height:130%;
}

#contentArea UL, #contentArea OL{
	font-size: 12px;
	padding-bottom: 15px;
	margin-left: 30px;
}

#contentArea .contenttable UL, #contentArea .contenttable OL{
	font-size: 12px;
	padding-bottom: 0px;
	margin-left: 0px;
}

A:link{
	color: #990000;
}

a img {
	border:0px;
}

#contentArea H1 {
	/*font-family: "Trebuchet MS", "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;*/
	font-family: "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	/*padding: 0 5px;*/
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	margin-bottom: 20px;
	color:black;
/*	background-color:#eeeeee;*/
}

H2 {
	font-family: "Trebuchet MS", "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color:black;
}

H3 {
	font-family: "Trebuchet MS", "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	color:black;
}

#contentArea H1 A{
	color: black;
}

#sidebarLeft H1{
	font-family: "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#sidebarLeft H1 A{
	color: black;
}

/*#sidebarLeft H1{
	font-family: "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: black;
	text-decoration: underline;
}

#sidebarLeft H1 A{
	color: black;
}*/


/* ---------------------        NEWS TYPO        --------------------- */

.news-latest-item{
	padding-bottom: 10px;
}

#content .news-latest-item P{
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: 130%;
}

#izdrugihMedija .news-latest-container p{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	letter-spacing: 0.03em;
}

#izdrugihMedija .news-latest-container h2{
	font-family: "Trebuchet MS", "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

#izdrugihMedija .news-latest-container H2 A{
/*	color: #5CA5E0;*/
		color: #5F8C16;
	text-decoration: none;
}

#openPublishing .news-latest-container{
	padding: 20px 10px;
}

#openPublishing .news-latest-container p{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	letter-spacing: 0.03em;
	padding: 0;
}

#openPublishing .news-latest-container h2{
	font-family: "Trebuchet MS", "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

#openPublishing .news-latest-container H2 A{
/*	color: white;*/
/*	color: #F3BD1C;*/
	color: #91DD0C;
	text-decoration: none;

}

.news-latest-leftcol-header{
	font-weight: bold;
	padding-bottom: 0px;
}

.news-latest-leftcol-header a{
	color: black;
}

.news-latest-leftcol-header a:hover{
	color: #990000;
}

.news-latest-leftcol-subheader
{
	font-size: 12px;
	font-weight: normal;
}


/*.news-latest-container P{
	padding-bottom: 20px;
}*/

.news-latest-leftcol-item{
	padding: 0px;
	margin: 0px;
}

.news-latest-container H1{
	font-family: Georgia, Times, serif;
	font-size: 26px;
	font-weight: lighter;
/*	letter-spacing: 2%;*/
	line-height: 100%;
	margin-bottom: 20px;
}

.news-latest-container H2{
	
	font-family: "Trebuchet MS", "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;	
	font-size: 20px;
	font-weight: lighter;
/*	letter-spacing: 4%;*/
	margin-bottom: 10px;
}

.news-latest-container H2 A{
/*	color: #444444;*/
/* 	color: #D9560C; */
	color: black;
	text-decoration: none;
}

.news-latest-date-category{
	font-size: 11px;
	padding-bottom: 10px;
	/*background-image: url(../pic/bckg_date.jpg);
		background-repeat: no-repeat;
		padding-left: 10px;*/
}







/*eksperiment*/


.news-list-container {
	width:90%;
	

}

.news-list-item	 {
	margin-bottom: 20px;
/*	padding-bottom: 10px;
	border-bottom: 5px solid #eeeeee;
	border: 1px solid silver;
	padding: 10px 20px;*/
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
}

.news-list-underline{

	padding-top: 8px;
	padding-bottom: 15px;
	
}

.news-list-container p{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: lighter;
/*	letter-spacing: 2%;*/
	line-height: 130%;
	padding-bottom: 15px;
	color:black;
}

.news-list-container H1{
	font-family: Georgia, Times, serif;
	font-size: 22px;
	font-weight: lighter;
/*	letter-spacing: 2%;*/
	line-height: 100%;
	margin-bottom: 20px;
}

.news-list-container H2{
	font-family: "Trebuchet MS", "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;	
	font-size: 22px;
	font-weight: lighter;
/*	letter-spacing: 4%;*/
	margin-bottom: 10px;
}

.news-list-container H2 A{
/*	color: #444444;*/
/* 	color: #D9560C; */
	color: black;
	text-decoration: none;
	
}

.news-list-date{
		font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	/* padding-bottom: 10px; */
	/*background-image: url(../pic/bckg_date.jpg);
		background-repeat: no-repeat;
		padding-left: 10px;*/
}


.news-list-date p{
		display: inline;
}

.news-list-category{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	/* padding-bottom: 10px; */
	font-weight:bold;
}

.news-list-morelink {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	float: right;
}

.news-list-autor {
	padding:0px;
	font-style:italic;
	font-size: 12px;
}


/*do tu je experiment*/


.news-image-left{
	float: left;

	padding-top: 3px;
}
.news-image-left img {
	padding-right: 10px;
}
.news-image-right{
	float: right;
	margin-left: 10px;
	padding: 6px;
}

.news-image-right img{
	padding: 6px;
	border: 1px solid silver;
}

.news-list-container .news-image-right{
	float: right;
	margin-left: 10px;
	padding: 0px;
	/*
border: 1px solid silver;

*/	margin-bottom: 10px;
}

.news-image-border{
	/*padding: 6px;
		border: 1px solid silver;
*/	}

.news-single-item H2{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: lighter;
/*	letter-spacing: 4%;*/
	margin-bottom: 10px;
	color:black;
	line-height:105%;
}

.news-single-timedata{
	font-size: 12px;
	padding-bottom: 10px;
}



.news-single-content P,
.news-single-subheader P{
		font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 150%;
	color:black;
}

.news-single-subheader P {
	font-weight: bold;
}

.news-single-imgcaption {
	color: gray;
	font-weight: bold;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 261px;
}

.addInfo{
	margin-bottom: 20px;
}

.komentari{
	list-style: square inside;
	margin-top: 20px;
	background-color: #E6E6E6;
	padding: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
/*	width: 400px;*/
}

.komentari ul
{
	list-style: square;
	list-style-position: inside;
	
}

.komentari li{
	font-size: 12px;
	line-height: 140%;
}

.komentari UL p{
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	margin-top: 10px;
}

.news-single-backlink{
	margin: 20px 0px;
	font-size: 12px;
	font-weight: bold;
}

.news-list-browse{
	margin: 20px 0px;
	font-size: 12px;
}


/* -------------- */

.tx-fertenews-pi1 input,
.tx-fertenews-pi1 textarea {
border: 1px solid gray;
}

.tx-fertenews-pi1 {
font-size: 13px;}

.rte_image img{

}

.rte_subheader{
	font-size: 13px;
	font-style: italic;
	padding-bottom: 15px;
}

.rte_content{
	font-size: 13px;
	padding-bottom: 15px;
	float: left;
	width: 540px;
	padding-right: 15px;
}

.rte_image{
	float: right;
	width: 150px;
}


/* ------ */

.news-themes-container {
	margin-top: 15px;
        margin-bottom: 5px;

}

.news-themes-container p{
	padding-bottom: 10px;
}

.news-themes-header{
	font-size: 13px;
        line-height: 130%;
	/* font-weight: bold; */
}

.news-themes-header a{
	text-decoration: underline;
	color: #32609E;
}

.news-theme-date{
	color: gray;
	font-size: 13px;
}

/*  ---------------------    POLL    --------------------- */

.pollHeader{
	font-family: "Helvetica Neue", "Nimbus Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	/* font-weight: bold; */
	margin-bottom: 15px;
	text-transform: uppercase;
	background-image: url(../pic/g_bckg.jpg);
	background repaet: repeat-y;
	color: white;
	padding: 3px 6px;
}

.pollHeader A{
	color: white;
}


.pitanje{
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
}

.odgovor{
	margin-bottom: 8px;

}