
/*************** GLOBAL STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

#container { }

#content { 
	border-right: 1px #c9c9c9 solid;
	background:white;
	overflow:hidden;
 }

#content:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content {height: 1%; }
/* End hide from IE-mac */


#container div#footer div.bottom_corners { height: 10px;}

/*** Global anchor styles ***/

a {color:#000; text-decoration: none;}

a:hover {text-decoration: underline;}

a img {border: none;}

/*** Global list styles ***/

ul { padding: 0; margin: 0;}

ul li { list-style-type: none;}

/*** Global heading styles ***/

h1, h2, h3, h4 { font-family: Arial; margin: 0px;}

h1 { font-size: 18px; font-weight: normal; }

h1 a { color: black;}

h2, h3 {font-size: 12px; padding-bottom: 4px;}

h2 a:hover, h3 a:hover {color: #F36100;}

h4 {}

h4 a {}

/*** Global box styles ***/

.box .box_title { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

/*************** HEADER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

#header_logo{
  width:100%;
 	background-image: url(../img/head_fill.png); background-repeat:repeat-x;   
 	overflow:auto;
}
#header_logo div
{
	display:inline;
}

.float_left {
	float:left; 
}

.float_right {
	float:right;
}

.header_image {
  float:left; 
	margin-left:40px;
}

/*** Static pages navigation ***/

.box_pages { /*** static pages list holder ***/ 
	background-image: url(../img/bar_fill.png); background-repeat:repeat-x;
	height:28px;
}

.box_pages div{
	display:inline;
}

.box_pages .bl {
  float:left;
}

.box_pages .br {
  float:right;
}

.box_pages_container {
	float:left;
	height:28px;
	font-weight:bold;
}

.box_pages ul {
	margin: 0; padding: 0;
	float: left;
	width: 1100px;
	list-style: none;
	position: relative; }

.box_pages li {
	float: left;
	margin: 0; 
	border-right: 1px solid silver; /*--Divider for each parent level links--*/
}

.box_pages li a:hover {
	color: white;
}


.box_pages li:hover {
	 background: white url(../img/menu_hover.png);
}

.box_pages li span {
	float: left;
	padding: 5px 0;
	position: absolute;
	left: 0; top:27px;
	display: none; /*--Hide by default--*/
	width: 1025px;
	height:28px;
	background: url(../img/menu_fill.png) repeat-x;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}


.box_pages li:hover span { display: block; } /*--Show subnav on hover--*/
.box_pages li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
.box_pages li span a:hover {text-decoration: underline;}

.box_pages a { 
	padding: 6px 6px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}

.box_pages a:link, .box_pages a:visited {
	color: #fff;
	text-decoration: none;
}

.box_pages a:hover {
	color: #000;
	text-decoration: none;
}

/*** Search box ***/

.search { 
	height:31px;
	background-image: url(../img/uheader_fill.png); background-repeat:repeat-x;
	text-align: right;
}

.search_content {
	float:right;
}

.search a {color: #F36100;}

.search button {
	width: 51px;
	height: 20px;
	margin-left: 6px;
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #fff; 
	background: url(../img/button.png) no-repeat;
}

.search form {
	margin-right: 10px;
	padding-top: 5px;
}


/*************** LEFT COLUMN STYLES ********************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_left_holder {padding-left:0px; padding-top: 20px; }

#dynamic_box_left {
	border-left: 1px #c9c9c9 solid;
	border-right: 1px #c9c9c9 solid;
	background:#f2feff;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#dynamic_box_left div.box {margin-bottom: 12px; }

#dynamic_box_left div.box_body {border-bottom: 4px solid #A5A5A5;}

/*** Section box (navigation list) ***/

#box_sections div.box_body { border-bottom: none; margin-bottom: 30px;}

#box_sections li { 
	background: url(../img/vocemenu.png) no-repeat;
	background-repeat:no-repeat;
	width:200px;
	margin-left:2px;
	line-height: 13px;
}

#box_sections li ul li { 
  background: url(../img/vocesmenu.png) no-repeat;
	border-bottom: none; 
	font-variant: normal; 
	margin-left:10px;
	font-size: 11px;
	padding-left: 5px;
	width:135px;
}

#box_sections li a { 
	color: #8B8B8B; 
	display: block; 
	padding: 4px;
}

#box_sections li a:hover { 
	color: #000000; 
	text-decoration: none; 
}

#box_sections li ul li a:hover {
	color: #000000; 
	background: none; 
	text-decoration: underline; 
}

/*************** CONTENT STYLES ************************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_center_holder {padding: 0px 5px;}

#box_center_holder h1 { font-size: 20px; font-weight:bold; margin-bottom: 5px;}

#box_center_holder div.category_headline { width: 100%; overflow: hidden;}

#box_center_holder div.category_headline h2 a { color: #F36100; font-size: 18px; font-weight: normal;}

#box_center_holder div.category_headline div.image { float: left; padding: 6px; margin: 0px 6px 6px 6px; background-color: #eeeeee; border: none;}

#box_center_holder div.category_headline div.summary {  }

div.article_link {display: inline; padding-left: 4px;}

div.article_link a {color: #000099;}

#box_center_holder div.image { 
	padding: 2px; 
	float: left;
	margin: 2px 10px 2px 2px;
	border: 1px solid #CCCCCC;
}

.short_holder { width: 100%; overflow: hidden;}

.short { /*** Global summary styles ***/
	margin-bottom: 4px;
	padding: 4px; 
	border-bottom: 1px solid #CCCCCC;
	font-size:17px;
	
}

.short_holder h1 {
	margin-bottom:5px;
}

/*** Article summaries heights ***/
#latest_news div.short{height:122px;}


/*** Main news styles ***/
#category_news_box div.box_title { margin-bottom: 6px;}

/*** Category links ***/
#category_news_box div.box_title h4, #category_news_box div.box_title h4 a { 
	font-size: 16px; 
	color: #172973;
	border-bottom: 1px solid #eee;
	padding: 4px 0px;
	margin-bottom: 4px;
}
/*** Subcategory links ***/
#category_news_box div.box_title span { color: #000; font-size: 11px; padding: 0px 1px; }

#category_news_box div.box_title span a { color: #F36100;}

#category_news_box div.box_title span a:hover { color: #000;}

#category_news_box div.box_body ul { padding: 0px 6px;}

#category_news_box div.box_body ul li {
	border-bottom: 1px solid #eee; 
	padding: 1px 0px;
}

#category_news_box div.box_body ul li a {
	display: block; 
	padding: 2px 2px 2px 14px; 
	background: url(../img/bullet_arrow.gif) 6px 6px no-repeat;
}

/*** Category page ***/

#category_holder div.subcategory_list div.box_body { padding: 6px;}

#category_holder div.short { margin-bottom: 12px; padding-bottom: 12px;}

/*** Article styles ***/

.box_breadcrumb { padding: 6px 0px; color: #666666; border-bottom: 1px solid #EEEEEE;}

.box_breadcrumb a {color: #F36100; padding-right: 4px;}

#article_holder h1 { font-size: 22px; color: black; padding: 8px 0px 4px 0px; margin-bottom: 2px; border-bottom: 3px solid #EEEEEE;}

#article_holder div.article_metadata { padding: 0px 0px 18px 0px;}

#article_holder div.article_metadata span.metadata_time { font-size: 10px; color: #666666; float: right;}

#article_holder div.font_size { font-size: 11px; text-align: right; margin-bottom: 12px;}

#article_holder div.font_size img { vertical-align: bottom; padding-left: 3px;}

#article_holder div.image {
	float: left; 
	padding: 4px; 
	margin-right: 6px; 
	border: 1px solid #cccccc;
}

#article_holder div.image span.image_caption { font-size: 11px; line-height:normal;}

#article_holder div#article_body { line-height: 1.6em; width: 100%; overflow: hidden; margin-bottom: 12px; font-size:16px; text-align: justify;}

#article_holder div#article_body h1, 
#article_holder div#article_body h2, 
#article_holder div#article_body h3, 
#article_holder div#article_body h4, 
#article_holder div#article_body h5, 
#article_holder div#article_body h6 { font-family: Arial, Helvetica, sans-serif;}

#article_holder div#article_body a { color: #002BB8;}

#article_holder div.content_attachment { padding:6px; text-align:right; font-size: 11px;}

#article_holder div.content_attachment img { vertical-align: bottom;}

#article_holder div.content_attachment a {color: #F36100;}

/*** Article social bookmarks ***/

#box_social_bookmarks { 
	color: #666666; 
	padding: 2px 6px; 
	margin: 6px 0px 12px 0px; 
	border-bottom: 1px solid #EEEEEE; 
	border-top: 1px solid #EEEEEE;
}

#box_social_bookmarks img { vertical-align: middle;}

/*** Article comments ***/

.comment_block h4 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #666666; 
	border-top: 1px solid #eeeeee; 
	border-bottom: 1px solid #eeeeee; 
	background-color: #f4f4f4;
	padding: 6px;
	margin: 6px 0px;
}

#comment_list { margin: 15px 8px;}

#comment_list div.comment_holder { margin-bottom: 20px;} 

#comment_list div.comment_header { padding-bottom: 6px;}

#comment_list div.comment_header { font-size: 11px;}

#comment_list div.comment_header a { color: #F36100; font-weight: bold;}

#comment_list div.comment_body_holder {padding: 6px; border-bottom: 1px solid #EBEBEB; background-color: #F8F8F8;}

#comment_list div.comment_body {width: 100%; overflow: hidden; }

#comment_list div.comment_body img { float: left;}

#comment_list div.comment_body div.comment_text { color: #666666; margin-left: 50px; padding: 0px 12px 10px 10px;}

#comment_list div.comment_report { float: right;}

/*** Pagination ***/

#box_pagination { padding: 6px; margin: 6px 0px; background: #eeeeee; color: #666666;}

#box_pagination span.pagination { float:right; font-weight: bold;}

#box_pagination span.pagination a { font-weight: normal; color: #F36100;}

#box_pagination span.pagination_total {color: #F36100;}

/*** Archive calendar ***/

#box_calendar table caption { 
	font-weight: bold; 
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc; 
	padding: 6px 0px;
	margin-bottom: 6px;
}

#box_calendar table caption a {color: #F36100;}

#box_calendar table caption span { cursor: pointer; padding: 0px 4px;}

#box_calendar table td { background-color: #F1F1F1; padding: 1px 2px;}

/*************** RIGHT COLUMN STYLES *******************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_right_holder {/*stilovi za desnu kolonu, padinzi, margine...*/}

/*** Boxes ***/

#dynamic_box_right
{
	/*border-left: 1px #c9c9c9 solid;*/
	background:#F3F3F3;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#dynamic_box_right div#box_right_holder { padding: 6px;}

#dynamic_box_right .box div.box_title {
  background: white;
	color: #000;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	padding: 3px;
	border-bottom: #CBCBCB solid 1px;
}

#dynamic_box_right .box_tabs div.box_title {padding: 6px 6px 0px 6px;}

#dynamic_box_right .box .box_title_holder {
	
}

/* Hides from IE5-mac \*/
* html #dynamic_box_right .box .box_title_holder { height: 1%;}
/* End hide from IE5-mac */


#dynamic_box_right .box {
	background: white;
	margin-bottom: 6px;
}

#dynamic_box_right .box .box_body {

}

#dynamic_box_right .box .box_body div.box_content {padding: 6px 12px 12px 12px; }

/* Hides from IE5-mac \*/
* html #dynamic_box_right .box .box_body { height: 1%;}
/* End hide from IE5-mac */

/********** Lists ***************/

#dynamic_box_right div.box_body ul li {
	border-bottom: 1px solid #eee; 
	padding: 1px 0px;
}

#dynamic_box_right div.box_body ul li a {
	display: block; 
	padding: 4px 4px 4px 14px; 
	background: url(../img/right_box_bullet.gif) 6px 10px no-repeat;
}

#dynamic_box_right div.box_body ul li a:hover {background-color: #F5F5DC;}

/*** Tabs ***/

.tabs {
	font-size:11px;
	line-height:normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
ul.tabs{
	margin:0;
	padding:4px 0 4px 0px;
	list-style:none;
}
.tabs li {
	display:inline;
	margin:0;
	padding:0;
}
	  
.tabs a {
	margin: 0px 1px 0px 0px;
	padding:4px 0 4px 4px;
	text-decoration:none;
}

*:first-child+html .tabs a {padding:0 0 0 4px;} /* IE 7 hack */

/* Hides from IE5-mac \*/
* html .tabs a {padding:0 0 0 4px;}
/* End hide from IE5-mac */

.tabs a span {
	padding:4px 8px 4px 4px;
	color:#666666;
}

.tabs a:hover {text-decoration: none;}

.tabs a:hover span {color: #F36100;}

.tabs a.active {background: url(../img/tabs_left.gif) no-repeat left top;}

.tabs a.active span {
	color: #F36100;
	background: url(../img/tabs_right.gif) no-repeat right top;
}

/*** Latest comments box ***/

div#latest_comments div.single_comment img { float: left; margin: 2px 6px 2px 4px;}

div#latest_comments div.single_comment {display: block; width: 100%; overflow: hidden; padding-bottom: 4px; margin-bottom: 6px; border-bottom: 1px solid #eee;}

div#latest_comments div.single_comment div.comment_header { font-size: 11px; color: #666666;}

div#latest_comments div.single_comment div.comment_header a {color: #F36100;}

div#latest_comments div.single_comment div.comment_body { padding-top: 2px; font-size: 11px;}

/*** Featured author box ***/

div#box_users div.box_body img { float: left; margin: 2px 6px 2px 4px;}

div#box_users div.box_body a { display: block; padding-bottom: 6px; color: #F36100;}

div#box_users div.box_content { width: 90%; overflow: hidden;}

/*** Tag cloud box ***/

div#box_tags a:hover {color: #F36100;}

/*** Article page tag box ***/

#article_tags div.article_tags {}

#article_tags div.article_my_tags { padding-top: 6px; margin-top: 6px; border-top: 1px solid #eeeeee;}

#article_tags div.article_add_tag { padding-top: 6px; text-align: center;}

/*** Article Tools box ***/

#dynamic_box_right div#box_article_tools { margin-bottom: 36px;}

#dynamic_box_right div#box_article_tools ul { font-size: 11px;}

#dynamic_box_right div#box_article_tools ul li img { vertical-align: bottom;}

#dynamic_box_right div#box_article_tools ul li a {padding: 0px 4px 2px 4px; background: none; color: #666666;}

#dynamic_box_right div#box_article_tools ul li a:hover {background: none; text-decoration: none; color: #F36100;}

/*** Email friend box ***/

#send_article { padding: 6px; border: 1px solid #eee; }

/*** Article vote box ***/

#stars { padding: 2px; width: 150px; overflow: hidden;}

.article_rating { 
	color: #CECECE; 
	font-weight: bold; 
	font-size: 14px;
	padding-top: 10px; 
	padding-right: 18px; 
	float: right; 
}

div.standard_star { cursor: pointer;}

/*************** FOOTER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

.footer { 
	text-align: center
}

.footer a { color: #666666;}

.static_footer { 
background-image:url(../img/footer.png); 
height:27px; 
font-size:10px; 
padding-top:6px; 
margin-bottom:15px;
margin-left:-8px;
margin-right:-7px;
}

.footer div.corner_bottom {}

/*** First level categories in footer ***/

.footer ul { text-transform: uppercase; background: #CBCBCB; padding: 6px 0px 6px 0px; margin: 0px;}

.footer li {display: inline; padding: 0px 3px;}

.footer li a { color:#FFFFFF;}

#box_left_holder .left_banner 
{
  max-width:200px;
  margin:auto;
}

#box_left_holder .left_banner .banner img
{
  width:100%;
}

.rubriche_box_row 
{
  overflow: auto;
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 1px #CBCBCB solid;
  padding-left: 4px;
}

.rubriche_box_row h3 a{
	font-style: italic;
	font-weight:normal;
	text-transform:uppercase;
	font-size:12px;
	color: rgb(153,0,0);
}

.rubriche_box_img { 
	float:left;
	margin-right: 5px;
	display:inline;
}

.rubriche_box_title{
	float:left;
	width: 145px;
}

.rubriche_box_author{
  font-style: italic;
  font-size: 11px;
  color: rgb(92,92,92);  
}

.rubriche_rock{
  text-align: center;
  font-size:14px;
  text-transform:uppercase;
}

.rubriche_rock a{color: rgb(153,0,0);}

.banner {
  margin-bottom: 10px;
}

.banner1 {
  margin-bottom: 10px;
}

.header_sponsor
{
  float:right;
  margin-top: 10px;
  margin-right: 20px;
}

.right_sponsor
{
	margin-top: 10px;
	margin-left: 4px;
}

.fb-like-box
{
	margin-left: 5px;
	margin-bottom: 10px;
}

fb
{
	margin-left: 5px;
	margin-bottom: 10px;	
}

.right_sponsor h1 {
	font-size: px;
	font-size: 17px;
	color: #9A9A9A;
	text-align: center;
	margin-bottom: 5px;
}