/*
Theme Name: Clean Dessign
Theme URI: http://www.dessign.net/cleandessign
Description: Clean Dessign Theme for WordPress is stylish, customizable, simple, and readable. Perfect for any illustrator or graphic designer. 
Version: 1.5
Author: Marios Lublinski
Author URI: http://www.dessign.net
Tags: 2 column theme, white, clean

*/

* {
  margin: 0;
  padding: 0px;
}

body {
  font-family: arial, georgia, verdana, 'times new roman';
  color: #444444;
  /*text-transform: uppercase;*/
  font-size: 11px;
}

img {
  border: none;
}

a {
  color: #3E6B71;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  background: #62A0A9;
  color: #ffffff;
}

.no:hover {
  text-decoration: none;
  color: #ffffff;
}

h1,h2,h3 {
  margin-bottom: 10px;
}

h3 {
  font-size: 11px;
}

h1.single_title {
  font-size: 11px;
}

.featured_right a {
  text-decoration: underline;
}

p {
  margin: 10px 0;
}

ul, ol {
  list-style-type: none;

}


#main_container {
  width: 900px;
  margin: 0 auto;
  padding-top: 0px;
}

.dotted_line {
  background: url('dot.png') repeat-x;
  width: 900px;
  height: 4px;
}

.tree {
	z-index: -5;
  background: url('tree_s.png') no-repeat;
	position: absolute;
	width: 548px;
  height: 500px;
	margin: 0 auto;
	bottom:0px;
	left:50%;
	margin-left: -744px;
}

#header_container {
  height: 160px;
  padding-top: 0px;
}

#header_container ul {
  margin-left: -30px;
}



#header_container ul li a:hover {
  text-decoration: line-through;
}

.header_box {
	text-align:right;
  padding-top: 0px;
  float: right;
  margin-right: 0px;
}

.header_title {
	margin-left: -2px;
  float:left;
  padding-top: 98px;
}

.featured_container {
  width: 900px;
  padding: 7px 0;
  overflow: hidden;
}

.featured_left {
  float:left;
  width: 630px;
  overflow: hidden;
}

.featured_right {
  float:right;
  
  width: 260px;
  padding-right: 0px;
}

.content_container {
  width: 640px;
  margin-top: 15px;
  float:left;
}

.sidebar_container {
  width: 260px;
  margin-top: 15px;
  float:right;
}

.sidebar_container h3 {
  margin: 0px 0;
}

.post_container {
  width: 310px;
  padding-right: 10px;
  float:left;
  overflow: hidden;
  background: #ffffff;
}

.post_image {
  margin-bottom: 10px;
  width: 310px;
  height: 210px;
}

.post_img img { margin-bottom: 10px; width: 340px; height: 210px; }

.post_image_featured {
  width: 693px;
  height: 222px;
}

.info {
	padding: 3px;
	color: #000000;
  /*text-transform: uppercase;*/
  font-size: 12px;
  
  background: #F0F0F0;
}

.post_img_featured img { width: 693px; height: 222px; }

.post_image_sidebar {
  width: 260px;

}

.post_img_sidebar img { 
	margin-bottom: 10px;
	width: 260px; 
	height: 210px; }

.content_main_container {
  width: 900px;
  margin-bottom: 10px;
}

.sidebar_box {
  margin-bottom: 10px;
  width: 260px;
}

.footer {
	font-size: 12px;
	background: #ffffff;
	height: 30px;
	position: fixed;
	
	bottom: 0;
  text-align: left;
}

.footer_image{
	position:relative;
	top:1px;
	float:right;
	width: 260px;
	height: 31px;
	background:url('textblock_bottom.png') no-repeat ;
}