﻿.post .published_at{
    font-size: 0.8em;
    margin: 0 0 20px 0;
    padding-top: 0px;
    text-align: left;
	color: #7c999f;
}
.post .title{
    margin-bottom: 4px;
    font-size: 1.1em;
    text-align: left;
}
.post .body{
  margin-top: 10px;
  margin-bottom: 40px;
}
.post h2 a{
	color: #184e5a;
}
.post h2 a:hover{
	text-decoration: underline;
}


.border-bottom {
  border-bottom:1px solid #bdcccf;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
/*
h1, h2, h3 {
  padding-bottom:3px;
  text-shadow:0 1px 1px #888888;
}
*/

/* Redefined HTML tags */

#main img, #header img{
  padding-left: 10px;
  padding-right: 10px; }

img.padded{
  padding-left: 10px;
  padding-right: 10px;
}

a {
  color: #c78c27; text-decoration: none; }

input, textarea {
  padding: 4px;
  font-size: 1.4em; }

body {
  font-family: verdana,Lucida Grande,sans-serif;
  background-image: url('/images/bg_tiled.png');
}

.wrapper{
  background-image: url('/images/background.png');	
  background-repeat: repeat-x;
}
.content{
	padding-top: 50px;
}
/* Generic selectors */
.center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

.text_justify {
  text-align: justify; }

.no_bottom_margin {
  margin-bottom: 0px; }

.no_top_margin {
  margin-top: 0px; }

.no_left_margin {
  margin-left: 0px; }

.no_right_margin {
  margin-right: 0px; }

.no_margin {
  margin: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_right_padding {
  padding-right: 0px; }

.no_padding {
  padding: 0px; }


/* Redefined blueprint tags */
.box {
  background-color: white;
  -moz-box-shadow: #999999 1px 2px;
  -webkit-box-shadow: #999999 1px 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }  
.box ul {
  padding-left: 2.2em; }
.box p {
  margin: 0.6em 0 1.5em 0;
  font-size: 1.2em;
}

#contact input, #contact textarea {
  width: 100%; }

#header h1 {
  font-size: 1.2em;
  height: 30px;
  margin: 0px;
  padding: 0px; }

#header {
  background: url('/images/header_box.png') repeat-x;  
  padding-bottom: 0px;
  margin: 0px 0 40px 0;
  height:133px;
  float:none;
  width:auto;
}

#header .right{
  float: right;
  position:relative;
  background: url('/images/croatia_map.png') no-repeat left;
  padding: 10px 5px 10px 220px;
  margin: -47px 0px;
}

#twitter_update_list {
  top:130px;
  left:265px;
  width:165px;
  height:62px;
  position:absolute;
  line-height:20px;
  color:#003b49 !important;
  overflow:hidden;
  font-size: 0.75em;
}
#twitter_update_list{
  list-style-type: none;
}
#twitter_update_list  a {
  color:#003b49 !important;
}

.logo {
  display: block;
  width:431px;
  height:176px;
  margin-top:-50px;
  background: url('/images/logo_mm.png') no-repeat;
  text-indent: -9999px;
}
