/*
#####################################
INDEX STRANICA, BOXOVI!!!!
#####################################
*/

/*Glavna vijest*/
#topContBig {
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 5px;
}

.newsSectionHeadlineBox {
	width: 210px;
	min-height: 125px;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 3px;
	float: left;
	margin-right: 5px;
	text-align: center;
}

#lastRightBox {
	margin-right: 0px;
}

.mali_text {
	font: 11px Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	line-height: 18px;
	color: #3a3635;
}

h1.headline_topicH {
	font-size:17px; 
	font-weight:bold; 
	letter-spacing: normal; 
	color:#333333; 
	margin: 5px 0px; 
}
a.headline_topic {
	font-weight:bold;
	font: 18px Arial, Helvetica, sans-serif;
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
	letter-spacing: 0px;
	text-decoration: underline;
}
a.headline_topic:hover {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#middleBoxLeft {
	float: left;
	width: 400px;
}

#middleBoxRight {
	float: right;
}

#forumBoxI {
	width: 253px;
}

#weatherBoxI {
	width: 253px;
}

/*Velicina texta kod citanja pune vijesti*/
#fullNewsSize {
	line-height:20px;
	font-size:12px;
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	color: #464646;
	min-height: 300px;
}
/*Mali boxovi na indexu*/
.smallBBoxI {
	width: 200px;
	float: left;
	margin-right: 2px;
	padding: 5px;
	border: 1px solid #ecefef;
	background: #fff;
}
/*Trake sa naslovima unutar malih boxova*/
.smallBBoxITr {
	background: #df0404;
	color: #fff;
	font: bold 12px Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	padding: 2px 2px 2px 5px;
	border-bottom: 1px solid #3b0101;
	margin-bottom: 7px;
}
/*Box za chart projekata na indexu*/
#blogBox {
	width: 228px;
	margin-right: 0px;
}
.videoBox {
	width: 101px;
	height: 128px;
	float: left;
	margin: 0px 2px 5px 2px;
	font: 11px Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	padding: 2px;
	background: #efefef;
}

.videoImg {
	border: 1px solid #ccc;
	padding: 2px 2px 0px 2px;
}

#weatherTemp {
	font: bold 30px Tahoma;
	text-align: center;
}

.weather3Days {
	border: 1px solid #857878;
	float: left; 
	margin: 10px 5px 2px 5px; 
	padding: 4px;
	height: 110px;
	color: #857878;
	font-size: 10px;
}

/* Border za slike */
.photoBorder {
	background: #4F4546;
	text-align: center;
	float: left;
}

a.photoBorder {
	width: auto;
	padding: 10px;
	border: 1px solid #000;
	background: #4F4546;
	text-align: center;
	float: left;
	margin: 0px 8px 8px 4px;
}
a.photoBorder:hover {
	border: 1px solid #AF9999;
	background: #6F6161;
}