@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}

/* Site Structure */

body {
	background: #fff4e6 url(grafika/body.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {width: 960px; margin: auto}

#navcontainer {height: 35px; padding-top: 20px; text-align: left}

#header {height: 101px; margin-bottom: 50px;}

.logo {float: left;}

#content {float: left; width: 670px; border: 0px solid red}

.post {clear: both; height: 229px; margin-bottom: 45px; border: 0px solid blue}

#sidebar_right {float: right; width: 270px; border: 0px solid red;}

#footer {
	background-color: #703642;
	padding: 20px;
	clear: both;
	text-align: center;
}

/* text formatting */

a {color: #067092; text-decoration: underline;}

p {margin: 15px 0; color: #3b4c52}

small {
	color: #949da1;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.pub_date {margin-top: 5px;}

h1, h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #3b4c52
}


.headerlink {
	color: #3b4c52;
  text-decoration: none;
}


.heading_box { margin-left: 239px; width: 420px;}

.heading_box_1 { margin-left: 20px; width: 420px;}

.post h1 {
	background: url(grafika/seperator.png) repeat-x bottom;
	padding-bottom: 8px;
}

.more {text-align: right; padding-right: 30px;}

#sidebar_right h3 {
	margin: 0 0 10px;
	background: #fff4e6;
	padding: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a32638;
}

.sidebar_news {

}

.sidebar_news dl {
	padding: 5px;
	color: #a32638
}

.sidebar_news dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: bold;
}

.sidebar_news dd{
	margin-bottom: 5px;
	background: url(grafika/seperator.png) repeat-x bottom;
	padding-bottom: 10px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#navlist li a
{
color: #15282e;
text-decoration: none;
}

#navlist li a:hover
{
color: #fff;
text-decoration: none;
}

#header_search {float: right; margin-top: 18px; width: 350px;}


#search {
	background: url(grafika/search_bg.png);
	border: none;
	height: 21px;
	padding: 10px;
	width: 221px;
	float: left;
	color: #526a71;
	font-size: 18px;
}

#submit {
	background:url(grafika/submit.png);
	height: 39px;
	width: 99px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	float: right
}

.image_post {border: 10px solid white; float: left; margin-right: 10px;}

.sidebar_img_left {float: left; padding: 0px; border: 4px solid #f7f9fb; margin-bottom: 4px;}

.sidebar_img_right {float: right; padding: 0px; border: 4px solid #f7f9fb; margin-bottom: 4px;}

#rss {
	position: absolute;
	top: 14px;
	right: 12px;
}


img {border: none;}
















