/** news_base.css
 * style for news section
 */

#article {
	background: url("../../images/article_tl.gif") no-repeat top left;
	float: left;
	width: 500px;
	padding: 5px;
}

#article p {
	margin-top: 10px;
}

#article .par {
	margin-top: 10px;
}

#article .par br {
  clear: none;
}

#main h2 {
	margin-top: 20px;
	color: #34669b;
	/*font-family: Times, Serif;*/
}

#img-box {
	max-width: 250px;
	float: left;
	text-align: center;
	padding: 10px 10px 10px 0;
}

#img-box img {
	max-width: 250px;
}

#img-credits {
	text-align: right;
	margin-top: 5px;
	padding-right: 5px;
	font-style: italic;
	font-size: 86%;
}

.other-news-photo-box {
	width: 100px;
	float: left;
	padding: 5px 10px 5px 0;
}

#other_news img {
    max-width: 100px;
    padding: 0;
    border: none;
}

#other_news h2 {
	/*font-family: Times, Serif;*/
	color: #34669b;
	padding: 20px 0 5px 0px;
	border-bottom: 2px dotted #34669b;
}

.news_item {
	margin-top: 5px;
	border-bottom: 1px dotted #b2b2b2;
}

#main_headline {
	float: left;
	width: 50%;
}

#rss_icon {
	float: right;
}

#rss_link {
	float: right;
	margin-left: 4px;
}

#news_list {
	list-style-type: none;
}

#map_box {
	position: relative;
}

#map_header {
	position: absolute;
	top: 5px;
	left: 10px;
	color: white;
	font-size: 110%;
	font-weight: bold;
}

#mapa_velka {
	position: absolute;
	top: 130px;
	left: 60px;
}

.news_item br {
  clear: none;
}
