﻿/**
 * Web site: habitatbulgaria.org
 *
 * @author Hristo Drumev [www.hdrumev.com]
 * @package habitatbulgaria.org
 *
 */
 
@import url("std.css");                   /* Standard Cascading Style Sheets */
@import url("layout-height-100-v2.css");  /* LAYOUT: centered, with 100% height allways [ver. 2] */

/* --------------------------------------------------------------------------------------------- */

body, html {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	color: #222;
}
		
#sysframe {
  width: 760px;
}

#sysheader {
	height: 75px;
}

#syscontent {
  padding-bottom: 115px;
}

#sysfooter {
  height: 115px;
  margin-top: -115px;
  width: 760px;
}

#index {
	display: block;
	width: 350px;
	height: 75px;
	float: left;
	font-size: 0;
	text-indent: -9999px;
	background: url(img/bg.header.png) left center no-repeat;
}

#langbar {
	float: right;
	padding-top: 10px;
	clear: right;
}

#langbar a {
	width: 100px;
	height: 20px;
	display: block;
	padding-left: 25px;
	line-height: 20px;
	text-decoration: none;
	font-size: 0.9em;
	margin-top: 2px;
}

#langbar a.en {
	background: url(img/flag.en.png) left center no-repeat;	
}

#langbar a.bg {
	background: url(img/flag.bg.png) left center no-repeat;	
}

#nav {
	background: #069;
	height: 22px;
	overflow: hidden;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	height: 22px;
	border-right: 1px solid #fff;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	text-decoration: none;	
	color: #f90;
	background: #069;
	line-height: 22px;
	display: block;
	padding: 0 10px;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #fff;
	background: #9cce63;	
}

#nav ul li a.selected {
	color: #fff;
	background: #9cce63;	
}

/* --------------------------------------------------------------------------------------------- */

#flash {
	height: 129px;
}

#leftcolumn {
	float: left;
	width: 200px;
	background: url(img/bg.corner.png) top right no-repeat;
	padding-bottom: 100px;
	overflow: hidden;
}

#leftcolumn div.title {
	background: #9c6;
	width: 185px;
	line-height: 1.8em;
	color: #fff;
	font-weight: bold;
	text-indent: 10px;
	font-size: 1.1em;
	border-bottom: 1px dotted #fff;
}

#subnav {
	width: 185px;
	background: #069;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li a {
	display: block;
	width: 165px;
	background: url(img/bg.bullet.png) 10px center no-repeat;
	padding-left: 20px;
	line-height: 2em;
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	font-weight: bold;
}

#subnav li a:hover {
	color: #f90;
}

#subnav li a.selected {
	color: #9cce63;	
}

.leftfooter {
	background: #069 url(img/bg.corner.leftfooter.png) left bottom no-repeat;
	width: 185px;
	height: 100px;
}

#locationbar {
	line-height: 2.2em;
	font-size: 0.9em;
	border-bottom: 1px dotted #888;
}

#locationbar a {
	text-decoration: none !important;
	color: #555 !important;
}

#locationbar a:hover {
	text-decoration: underline !important;
}

#main {
	float: left;
	width: 540px;
	margin-left: 20px;
	padding-bottom: 100px;
}

#main h1 {
	color: #069;
	font-size: 1.5em;
	margin: 20px 0 20px;
}

#main h2 {
	color: #069;
	font-size: 1.2em;
	margin: 35px 0 10px;
}

#main h3 {
	color: #069;
	font-size: 1.0em;
	margin: 35px 0 10px;
}

#main h4 {
	font-size: 1.0em;
}

#main p {
	line-height: 1.5em;
	margin: 0 0 10px;
	text-indent: 2em;
}

#main ul,
#main ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

#main a {
	color: #069;
	text-decoration: underline;
} 

#main a:hover {
	text-decoration: none;	
}

#footerlinks {
	line-height: 2.2em;
	text-align: center;
	margin-bottom: 20px;
}

#footerlinks a {
	color: #444;
	text-decoration: none;
}

#footerlinks a:hover {
	text-decoration: underline;
}

#copyright {
	font-size: 0.9em;
	color: #444;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #aaa;
}

#credit {
	font-size: 0.9em;
	color: #777;
	text-align: center;
	padding: 5px;
}

#credit a {
	color: #069;
	text-decoration: none;
} 

#credit a:hover {
	text-decoration: underline;	
}

a img {
	border: 0;
}

.newsthumb {
	float: left;
	border: 1px solid #069;
	margin: 0 20px 10px 0;
	padding: 1px;
}

.newsseparator {
	clear: both;
	border-bottom: 1px dotted #069;
	margin: 20px 0 0 0;
}

h2 a {
	text-decoration: none !important;
}

.container {
	float: left;
	padding: 5px;
	}
	
	.container_a {
		float: right;
		padding: 5px;
		}

.separ {
	clear: both !important; 
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
}

a.image {
	width: 160px;
	height: 120px;
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
	display: block;
	margin-right: 10px;
}

.blue {
	color: #0066bd;
}