/*
 * Municipality radio Cascading style sheets (CSS)
 *
 * @author Hristo Drumev
 * @copyright Hristo Drumev [www.hdrumev.com]
 * @version 0.01 / 13.03.2008
 */

@import url("std.css");
@import url("layout-height-100.css");

/* ---------------------------------------------------------------------------------- */

#sysframe {
  width: 960px;
  border-left: 3px solid #c4161c;
  border-right: 3px solid #c4161c;
}

#sysheader {
	height: 340px;
}

#syscontent {
/*  padding-bottom: 80px; */
 background: url(img/bg.circle.png) top right no-repeat; 
}

#sysfooter {
  height: 80px;
/*  margin-top: -80px; */
  width: 960px;
  border-left: 3px solid #c4161c;
  border-right: 3px solid #c4161c;
}

#sysfootercontent {
  height: 80px;
}

/* ---------------------------------------------------------------------------------- */

html,
body {
	/* 	background: #900a0e;   */
 background: #cd6c05 url(img/bg.body.jpg) top no-repeat; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
} 

#sysheader {
	width: 960px;
	background: url(img/bg.header.png) center no-repeat;
}

#sysframe {
	background: url(img/bg.sysframe.png) repeat-y;
}

#syscontent {
	width: 960px;
}

#sysfootercontent {
	background: #8b0304;
}

#sysfootercontent a {
	color: #fff;
}

#sysfootercontent p {
	margin: 0;
	padding: 2px 0 0 0;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	width: 780px;
	margin-left: 95px; 
}

#sysfootercontent p a {
	text-decoration: none;
}

#sysfootercontent p.line {
	padding-top: 15px;
}

#sysfootercontent p a:hover {
	color: #ccc;
}

/* ---------------------------------------------------------------------------------- */

#main {
	margin: 10px 0 0 10px;
	width: 510px;
	float: left;
	overflow: hidden;
}

#main h1 {
	color: #720208;
	font-size: 1.1em;
	margin-left: 10px; 
	margin-top: 10px;
	text-align: left;
	clear: both;
}

#main h2 {
	color: #720208;
	font-size: 1.0em;
	margin: 30px 0 20px 0; 
	clear: both;
	display: inline;
}


#main h2.title {
	color: #720208;
	margin: 25px 0 10px 0; 
}

#main div.title {
	margin: 0 0 10px 0; 
}

#main div.datetime {
	margin: 20px 0 10px;
}

#main span.date {
	color: #720208;
}

#main span.time {
	color: #dd0101;
}

#main div.more {
	text-align: right;
}

#main div.more a {
	color: #dd0101;
}

#main div.more a:hover {
	color: #fff;
	background: #dd0101;
}

#main div.note {
	border: 1px solid #093343;
	background: #fff;
	padding: 10px;
	margin: 10px;
	text-align: center;
}

#main div.error {
	margin: 20px;
	border: 1px solid #093343;
	background: #fff;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
}

#main img.thumb {
	float: left;
	margin: 10px 10px 5px 0;
	border: 1px solid #ccc;
	padding: 2px;
	display: inline;
}

#main p {
	color: #1f2f3c;
}

#main a.morephotos {
	background: none;
	padding: 0;
	float: left;
	margin: 0 20px 20px 0;
}

#main a.morephotos img {
	padding: 2px;
	border: 1px solid #ccc;
}

#main div.filenote {
	color: #970e14;
	margin: 2px 0 20px 0;
}

.newsblock {
	padding: 10px 5px 0 10px; 
	width: 490px;
	text-align: justify;
}

.newsblock span {
	color: #970e14;
	font-weight: bold;
}

.newsblock a {
	color: #720208;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 2px;
}

.newsblock a:hover {
	background: #720208;
	color: #fff;
}

/* --------------------------------------------------------------------------------- */

#nav {
	width: 230px;
	float: left;
	overflow: hidden;
}

#nav h1 {
	color: #0b4f7e;
	font-size: 1.1em;
	/* padding: 7px 0 0 15px;*/
	width: 230px;
	height: 26px;
}

#nav ul {
	list-style: none;
	color: #4c8ab5;
	margin: 0;
	padding: 0;
}

#nav ul li {
padding-top: 5px;
margin-top: -5px;
	background: url(img/button_group.png) no-repeat;
	width: 230px;
	height: 26px;
}

#nav ul li a {
	background: url(img/bullet1.gif) left no-repeat;
padding-left: 15px;
	font-size: 9pt;
	color: #fff;
	text-decoration: none;
	margin-left:15px;
}

#nav ul li a:hover {
	background: url(img/bullet2.gif) left no-repeat;
padding-left: 15px;
	font-size: 9pt;
	color: #fda01b;
	text-decoration: none;
}

.contactusimg {
	float: left;
	margin: 0 50px 20px 0;
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
}

/* ---------------------------------------------------------------------------------- */

.feedbackformmessage {
   width: 470px;
   text-align: center;
   margin: 20px auto 20px auto;
   background: #d6dfec;
   padding: 10px;
   font-weight: bold;
}

#feedbackform {
   width: 470px;
   text-align: left;
   margin: 20px auto 20px auto;
   background: #720208;
   padding: 10px;
   border: 1px solid #cccccc;
}

#feedbackform input {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   border: 1px solid #cccccc;
   font-size: 10px;
   width: 200px;
   float: left;
   margin: 2px 150px 0 0;
}

#feedbackform label {
   width: 100px;
   display: block;
   text-align: right;
   padding: 2px 5px 0 0;
   float: left;
   line-height: 14px;
   color: #fff;
   font-weight: bold;
}

#feedbackform textarea {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   border: 1px solid #cccccc;
   font-size: 10px;
   width: 330px;
   height: 60px;
   float: left;
   margin: 2px 0 0 0;
}

#feedbackform .feedbacksubmit {
   width: 100px;
   height: 18px;
   margin: 2px 0 0 105px;
   background: #ccc;
   border: 1px solid #ccc;
   font-weight: bold;
}

.block {
	width: 150px;
	float: left;
	padding-right: 10px;
}

.container{
	width: 200px;
	float: left;
	padding-right: 10px;
	}

.separ{
	clear: both !important; 
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
}

#langbar {
	padding: 7px 0 0 80px;
}

#langbar a {
	display: block;
	width: 16px;
	height: 11px;
	font-size: 0;
	text-indent: -9999px;
	margin-right: 10px;
	text-decoration: none;
	float: left;
}

#langbar a.en {
	background: url(img/gb.png) no-repeat;
}

#langbar a.bg {
	background: url(img/bg.png) no-repeat;
}
li {
padding: 5px 0 5px 0;
}

.right_block{
	margin: 10px 0 0 10px;
	width: 200px;
	float: right;
}
.right_block p {
	width: 200px;
}
.right_block a {
	display: block;
	text-decoration: none;
}

.menutop {
padding-top:30px;
padding-left: 320px;
}

.hormenu {
width: 150px;
height: 15px;
float: left;
margin: 1px;
text-align: center;
}

* html .hormenu {
/*  padding-top: 49px;  */
}

.hormenu a { 
font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
color: #fff;
}

.hormenu a:hover { 
font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fda01b; 
border-left: 3px solid #fda01b;
border-right: 3px solid #fda01b;
padding: 0 5px;
}

.flash_container {
padding: 20px 0 0 227px;
}

.flash1{
	border: 10px solid #9d0a0e;
	width: 700px;
	height: 200px;
}


* html .flash1 {
}

* html .flashfixie6 {
}

.top_menu {
padding-left: 870px;
padding-top: 20px;
}

.top_menu a {
color: #fff;
text-decoration: none;
}
.attachment {
padding: 8px 0 8px 0;
}