/**
 * BPC web site Cascading Style Sheets
 *
 * Author: Hristo Drumev [www.hdrumev.com]
 * date: 26.06.2009
 *
 */

body, html {
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
		
#sysframe {
  width: 1000px;
	background: url(img/bg.sysframe.png) repeat-y;
}

#sysheader {
	height: 295px;
	background: url(img/bg.header.jpg) no-repeat;
}

#syscontent {
	padding-left: 30px;
	padding-right: 30px;
  padding-bottom: 240px;
	padding-top: 60px;
	background: url(img/bg.syscontent.jpg) top no-repeat; 
}

#sysfooter {
  height: 190px;
  margin-top: -190px;
  width: 1000px;
	background: #fff url(img/bg.footer.jpg) no-repeat;
	text-align: center;
}

/* --------------------------------------------------------------------------------------------- */

#topnav {
	height: 30px;
	width: 100%;
	margin: 0;
	background: url(img/bg.topnav.jpg) no-repeat;
}

#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 23px;
}

#topnav ul li {
	float: left;
	width: 155px;
	margin-right: 5px;
}

#topnav ul li a {
	color: #7f5a0e;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 26px;
	font-size: 0.9em;
}

#topnav ul li a:hover {
	color: #b27f14;
}

#leftcolumn {
	width: 220px;
	float: left;
	overflow: hidden;
}

#mainnav {
	background: url(img/bg.block.top.png) top no-repeat;
	padding-top: 50px;
}

#centercolumn {
	width: 460px;
	float: left;
	margin: 0 20px;
	font-size: 12px;
}

#rightcolumn {
	width: 220px;
	float: left;
}

#mainnav ul {
	margin: 5px 0 0 15px;
	padding: 0;
	list-style: none;
	width: 190px;
	font-weight: bold;
}

#mainnav ul ul {
	margin-left: 0px;
	padding-bottom: 5px;
	width: 175px;
	font-size: 1em;
	font-weight: normal;
}

#mainnav ul ul ul {
	padding-bottom: 5px;
	width: 160px;
	font-size: 0.9em;	
}

#mainnav ul li a {
	color: #271702;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5em;
	display: block;
}

#mainnav ul li ul li a {
	color: #5e3906;
}

#mainnav ul li ul li ul li a {
	color: #482b05;
}

#mainnav ul li a:hover {
	color: #955a08;
}

#fastnav,
#important {
	background: url(img/bg.block.top.png) top no-repeat;
	padding-top: 50px;
}

#fastnav ul,
#important ul {
	margin: 5px 0 0 15px;
	padding: 0;
	list-style: none;
	width: 190px;
}

#fastnav ul li a,
#important ul li a {
	background: url(img/bullet.png) left 4px no-repeat;
	padding-left: 15px;
	color: #5e3906;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5em;
	display: block;
}

#important ul li a {
  margin-top: 5px;  
}

#fastnav ul li a:hover,
#important ul li a:hover {
	color: #955a08;
}

form input#s {
	width: 180px;
	height: 20px;
	line-height: 20px;
	background: url(img/bg.search.png) no-repeat;
	padding: 6px 10px 0 30px;
	border: none;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

* html form input#s {
	padding-top: 3px;
	height: 22px;
} 

#rightcolumn h3 {
	font-size: 1.1em;
	color: #5b390f;
	margin: 20px 0 5px 0;
	font-weight: normal;
}

#navbottom {
	text-align: center;
	padding: 30px 0 0 0;
	overflow: hidden;
	margin: 0 auto;
	color: #888;
}

#navbottom ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#navbottom a {
	color: #888;
	text-decoration: none;
	padding: 0 10px;
}

#navbottom a:hover {
	color: #555;
}

/* --------------------------------------------------------------------------------------------- */

.block {
	background: url(img/bg.block.top.png) top no-repeat;
	padding-top: 50px;
	padding-bottom: 10px;
}

.block h2,
#fastnav h2,
#important h2 {
	margin: 0;
	padding: 0 10px 20px 10px;
	font-size: 1.0em;
	text-align: center;
	color: #271702;
}

.block a.image {
	width: 160px;
	height: 215px;
	margin: 0 auto;
	display: block;
	border: 1px solid #c7a45e;
}

.block a.image:hover {
	border: 1px solid #9a7a36;
}

.block a img {
	border: none;
}

.blockfooter {
	background: url(img/bg.block.bottom.png) bottom no-repeat;
	width: 220px;
	height: 10px;
	font-size: 0;
	text-indent: -9999px;
	margin-bottom: 30px;
}


#err404 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	clear: both;
	overflow: hidden;
}

#err404 span {
	font-size: 85px;
	color: #c63520;
	float: left;
	margin:10px 30px 0 0;
}

.message {
	border: 1px solid #330101;
	background: #fecbcb;
	text-align: center;
	padding: 20px;
	color: #330101;
	-moz-border-radius: 5px;
}

.sitemap {
	padding-bottom: 20px;
	border-bottom: 2px dotted #5e3906;
	margin-bottom: 20px;
}

.sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitemap ul ul {
	margin: 5px 0 5px 20px;
}
	
.sitemap ul a {
	text-decoration: none;
	color: #5e3906;
	line-height: 1.5em;
	display: block;
	padding-left: 20px;
	background: url(img/bullet.png) 4px center no-repeat;
}

.sitemap ul a:hover {
	background: #955a08 url(img/bullet.png) 4px center no-repeat;
	color: #fff;
}

.sitemap ul ul a {
	font-size: 0.9em !important;
}

.sitemap ul ul ul a {
	font-size: 0.8em !important;
}


#centercolumn a {
	color: #5e3906;
	text-decoration: none;
}

#centercolumn a:hover {
/*
	background: #955a08;
	color: #fff;
*/
	text-decoration: underline;
}

#centercolumn ul a {
	display: block;
	padding-left: 20px;
	background: url(img/bullet.png) 4px 3px no-repeat;
	font-size: 0.8em;
}

#centercolumn ul a:hover {
	background: #955a08 url(img/bullet.png) 4px no-repeat;
	color: #fff;
	text-decoration: none !important;
}

#centercolumn ul li {
	margin: 5px 0;
}


div.editpage {
	text-align: right;
	font-size: 10px;
	padding-top: 10px;
	margin-top: 50px;
	border-top: 1px solid #fad5a2;
}

.treelinks {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

.treelinks li {
	margin: 2px 0;
}

.treelinks ul {
	margin: 10px 0 10px 15px;
	font-size: 0.9em;	
}

.lastmod {
	font-size: 7pt;
	text-align: right;
	margin-top: 50px;
	color: #888;
}

#copyright {
	margin-top: 50px;
	font-size: 0.8em;
	color: #888;
}

#copyright a {
	color: #c2740a;
	text-decoration: none;
	line-height: 1.6em;
}

#copyright a:hover {
	text-decoration: underline;
}

#locationbar {
	font-size: 10px;
	margin-bottom: 25px;
	font-style: italic;
}

#pageicons {
	overflow: hidden;
	margin-bottom: 10px;
	height: 18px;
}

#pageicons a {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	text-indent: -999px;
	float: right;
	margin: 0 0 0 10px;
}

#pageicons a.fontinc {
	background: url(img/icon.font.inc.png);
}

#pageicons a.fontdec {
	background: url(img/icon.font.dec.png);
}

#pageicons a.print {
	background: url(img/icon.print.png);
}

#pageicons a.fontinc:hover {
	background: url(img/icon.font.inc.hover.png);
}

#pageicons a.fontdec:hover {
	background: url(img/icon.font.dec.hover.png);
}

#pageicons a.print:hover {
	background: url(img/icon.print.hover.png);
}

#news {
	clear: both;
}

#news .dateandauthor {
	font-size: 0.8em;	
	margin-bottom: 20px;
}

#news .dateandauthor span {
	color: #c2740a;
}

#news .footnote {
	border-top: 1px solid #c2740a;
	margin-top: 20px;
	padding-top: 5px;
	font-size: 0.8em;
}

#news .photos {
	padding-left: 3px;
}

#news .photos a,
#news .photos a:hover,
#news .video a,
#news .video a:hover,
#news .audio a,
#news .audio a:hover {
	background: none !important;
}

#news a.mainimg {
	float: left;
	width: 164px;
	height: 124px;
	display: block;
	margin: 0 10px 5px 0;
}

#news a.mainimg img {
	margin: 0 !important;
}

#news a.mainimg:hover {
	background: none !important;
}

#news .video {
	overflow: hidden;
	margin-bottom: 30px;
}

#news .video a {
	display: block;
	width: 450px;
	height: 350px;
	border: 1px solid #c2740a;
	padding: 2px;
}

#news .audio {
	overflow: hidden;
	margin-bottom: 30px;
}

#news .audio a {
	display: block;
	width: 450px;
	height: 24px;
	border: 1px solid #c2740a;
	padding: 2px;
}

#news .file {
	margin: 10px 0;
}

#news .file div {
	margin: 0 !important;
}

#news .file div span {
	color: #c2740a;
}

#news .file .filetype {
	color: #888;
	font-size: 0.8em;
}

#news .filefootnote {
	margin: 0;
	color: #888;
	font-size: 0.8em;
	text-indent: 0;
}

.newsitem {
	margin-bottom: 20px;
}

.newsitem span {
	color: #c2740a;
}

.newsitemphoto {
	overflow: hidden;
	width: 460px;
	margin-bottom: 30px;
}

.newsitemphoto a.photo {
	float: left;
	width: 80px;
	height: 60px;	
	margin: 0 0 10px 0;
}

.newsitemphoto a.title {
	text-decoration: none;
	color: #5e3906;
}

.newsitemphoto a.title:hover {
}

.newsitemphoto div.newsinfo {
	margin-left: 20px;
	float: left;
	width: 355px;
}

* html .newsitemphoto div.newsinfo {
	margin-left: 5px;
}

.newsitemphoto div.dateauthor {
	font-size: 0.8em;
	margin-top: 10px;
}

#rss {
	text-align: right;
	margin-top: 10px;
}

#rss a {
	background: url(img/feed-icon16x16.png) left center no-repeat;
	padding-left: 20px;
	color: #271702;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5em;
}

#rss a:hover {
	color: #955a08;
}

#gallery {
	padding-left: 30px;
}

table.calendar {
	width: 100%;
}

.red {
	color: #ff0000;
}

.reditem {
	color: #DC4022;
}

table.calendar td {
	padding: 5px 3px;
	vertical-align: top;
}

.calendaritem {
	text-align: center;
}

.calendaritem div {
	margin: 10px 0;
}

#material {
	clear: both;
}

#material .dateandauthor {
	font-size: 0.8em;	
	margin-bottom: 20px;
}

#material .dateandauthor span {
	color: #c2740a;
}

.materialitem {
	clear: both;
	margin: 0 0 40px 0;
}

.materialitem .dateandauthor {
	font-size: 0.8em;	
	margin: 5px 0 10px;
}

.materialitem .dateandauthor span {
	color: #c2740a;
}

.materialitemshort {
  margin-bottom: 10px;
}

.materialitemshort span {
	color: #c2740a;
}


