* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/20px "Times New Roman", Times, serif;
    text-align: center;
    color: #444;
    background: White url(images/bg.gif) repeat-x;
}

p {
    padding: 5px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #EE5627;
    outline: none;
}

a:hover {
    text-decoration: none;
}

img.baza_fotografii {

  display: block;
  border: 2px solid #D5C9BD;
	float: left;
	margin: 2px 8px 2px 0;
}






#main {
    position: relative;
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

#header {
    height: 150px;
    background: #78A379 url(images/header.jpg) no-repeat;
    overflow: hidden;
}

#header h1 {
    padding: 80px 0 0 20px;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    color: White;
}

#header h1 a {
    font-weight: normal;
    text-decoration: none;
    color: White;
}

#header h2 {
    position: relative;
    top: -5px;
    padding: 0 0 0 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #B5E5E2;
}

#bar {
    width: 900px;
    height: 53px;
    text-align: left;
    background: #F57044 url(images/bar.jpg) no-repeat;
}

#menu {
    width: 650px;
    height: 50px;
}

#menu ul {
    list-style: none;
    padding-left: 5px;
}

#menu ul li {
    float: left;
    display: block;
    padding: 0 20px;
}

#menu ul li a {
    padding: 0;
    font: bold 15px/50px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: White;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #B5E5E2;
}

#search {
    position: absolute;
    top: 164px;
    left: 710px;
    width: 180px;
}

#search form {
}

#search input.text {
    float: left;
    display: block;
    padding: 2px;
    width: 110px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #444;
    background: #FBF8E3;
    border-top: 1px solid #E2D589;
    border-left: 1px solid #F2EDC9;
    border-bottom: 1px solid #F2EDC9;
    border-right: 1px solid #E2D589;
}

#search input.submit {
    float: right;
    display: block;
    padding: 4px 0;
    width: 60px;
    font-weight: bold;
    font-size: 11px;
    color: White;
    background: #F56E41 url(images/search.gif) repeat-x top;
    border: none;
}

#middle {
    padding: 20px 0 0 0;
}

#sidebar1 {
    float: left;
}

#sidebar2 {
    float: right;
}

.sidebar {
    float: right;
    margin-bottom: 30px;
    width: 190px;
    background: #E1F6DA url(images/sidebarbg.gif) repeat-y;
}

.sidebar h3 {
    height: 36px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: White;
    background: #9ED183 url(images/sidebarh3.gif) no-repeat;
}

.sidebar h3.firsth3 {
    background: #9ED183 url(images/sidebarh3top.gif) no-repeat;
}

.sidebar ul {
    list-style: none;
    padding: 0 10px 10px 10px;
}

.sidebar ul.lastul {
    padding: 0 10px 15px 10px;
    background: url(images/lastul.gif) no-repeat bottom;
}

.sidebar ul li {
    padding: 3px 0 3px 10px;
    text-align: left;
    line-height: 18px;
    color: #8A4328;
    border-bottom: 1px dashed #A2D8A3;
}

.sidebar ul li a {
    display: block;
    padding: 0;
    font: normal 12px/18px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #8A4328;
}

.sidebar ul li a:hover {
    text-decoration: underline;
}

#content {
    float: left;
    padding: 0 20px;
    width: 480px;
}

#content h3 {
    padding: 0 0 4px 15px;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #BA431E;
    background: url(images/posth3.gif) no-repeat top;
}

#content h3 a {
    font-weight: normal;
    text-decoration: none;
    color: #BA431E;
}

.post {
    margin: 0 0 30px 0;
}

.post_meta p {
    padding: 5px 15px;
    font: 9px/13px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #888;
}

.post_meta a, .post_meta2 a {
    font-weight: normal;
    color: #444;
}

.post_meta_left {
    float: left;
    width: 240px;
}

.post_meta_right {
    float: right;
    text-align: right;
    width: 150px;
}

.post_content {
    clear: both;
    padding-top: 10px;
    height: 1%;
    border-top: 1px dashed #DBC2A2;
    border-bottom: 1px dashed #DBC2A2;
}

.post_meta2 {
    padding: 5px 15px 5px 0;
    font: 9px/13px Arial, Helvetica, sans-serif;
    text-align: right;
    text-transform: uppercase;
    color: #888;
}

#footer {
    clear: both;
    height: 40px;
    text-align: left;
    background: url(images/footer.gif) no-repeat top;
}

#footer p {
    font-size: 12px;
    line-height: 40px;
    text-align: center;
}

