/*
-----------------------------------------------
PlanCoast CSS
Author: Iliya Iliev
Copyright (c) 2008 Black Sea NGO Network. All rights reserved.
----------------------------------------------- */

/* General
----------------------------------------------- */
body {
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:100.01%;
line-height:1.12em;
color:#00468A;
background:#FFF;
margin:6px;
}

/* Wrapper
----------------------------------------------- */
#wrapper {
width:760px;
margin:0 auto;
}

/* Header
----------------------------------------------- */
#header {
background:url(../images/cadses.gif) no-repeat right top;
width:760px;
height:80px;
border-bottom:2px solid #4AA851;
}
#header h1 {
display:none;
}

/* Navigation
----------------------------------------------- */
#leftnav {
width:197px;
float:left;
padding-top:10px;
font-weight:bold;
margin:0;
}
#leftnav ul {
margin-left:0;
padding-left:0;
list-style-type:none;
height:100%;
display:block;
}
#leftnav ul li {
padding-left:20px;
width:auto;
font-weight:normal;
border-bottom:1px solid #4AA851;
line-height:200%;
}
#leftnav a {
text-decoration:none;
font-weight:bold;
display:block;
}
#leftnav a:hover {
color:#00468A;
}
.active {
font-weight:bold;
padding-left:25px;
background:transparent url(../images/bullet.gif) no-repeat;
background-position:left;
}
#language a{
font-weight:normal;
text-decoration:underline;
padding-left:20px;
background: transparent url(../images/Bulgarian.gif) no-repeat;
background-position:left;
}
#language a:hover {
text-decoration:none;
}
#leftnav ul li#language {
border-bottom:none;
}

/* Content
----------------------------------------------- */
#content {
min-height:440px;
height:auto !important;
height:440px;
text-align:left;
float:right;
width:533px;
padding:10px 0 20px 30px;
}
p, ul li {
font-size:0.75em;
}
h2 {
font-size:1.5em;
line-height:100%;
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
color:#4AA851;
}
h3 {
font-size:1.13em;
line-height:100%;
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
font-weight:normal;
}
.clearboth {
clear:both;
}
img {
border:0;
}
.left_img {
border:1px solid #4AA851;
float:left;
margin:0 15px 0 0;
}
ul.bullet li {
background-image:url(../images/bullet.gif);
background-position:left top;
list-style-type:none;
background-repeat:no-repeat;
padding:0 0 0 20px;
}
ul.bullet {
margin:0;
padding:0;
}
ul.gallery {
list-style:none;
margin:0;
padding:0;
}
ul.gallery li {
float:left;
padding-right:15px;
padding-bottom:15px;
}
ul.gallery li img {
border:1px solid #4AA851;
}

/* Footer
----------------------------------------------- */
#footer {
clear:both;
width:760px;
height:25px;
border-top:1px solid #4AA851;
}
#footer p {
font-size:0.63em;
color:#00468A;
text-align:center;
line-height:25px;
}

/* Links
----------------------------------------------- */
a {
color:#4AA851;
}
a:hover {
text-decoration:none;
}
