/*
Theme Name: Style Dessign
Theme URI: http://www.dessign.net/styledessign
Description: Style 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: 0;
}

body {
  background: url('images/background.jpg');
  font-size: 10px;
  font-family: arial, georgia, verdana, 'times new roman';
}

a {
  color: #000;
  text-decoration: none;
}

img {
  border: none;
}

#main_container {
  margin: 10px 0 0 10px;
  width: 1200px;
}

.top_text {
  background-color: #000;
  padding: 2px 30px 2px 5px;
  color: #fff;
  float:left;
}

ul, ol {
  margin-left: 10px;
}

p {
  margin: 15px 0;
}

.left_container {
  float:left;
  width: 160px;
}

.left_box {
  width: 156px;
  background-color: #fff;
  padding: 2px;
  margin-bottom: 20px;
}

.left_box ul {
  margin-left: 0px;
  list-style-type: none;
}

.left_box ul li {
  border-bottom: 1px dotted #000;
  padding: 3px 0;
}

.left_box ul li:hover {
  background-color: #000;
}

.left_box ul li:hover a {
  color: #fff;
}

h3 {
  margin: 5px 0;
  font-size: 12px;
}

h3.bottom_line {
  border-bottom: 1px dotted #000;
  padding-bottom: 5px;
}

h3.bottom_line_title {
  border-bottom: 1px dotted #000;
  padding-bottom: 5px;
  font-weight: normal;
}

h1.single_title {
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: normal;
}

.mid_container {
  width: 356px;
  margin-left: 10px;
  float:left;
  padding: 5px 22px;
  background-color: #fff;
  height: 595px;
}

.mid_container img {
  width: 355px;
  height: 555px;
}

.right_container {
  width: 618px;
  float: left;
  margin-left: 10px;
}

.right_container a:hover, .mid_container a:hover {
  color: #ccc;
}

.medium_box {
  width: 370px;
  float:left;
  margin-right: 10px;
  background-color: #fff;
  padding: 5px 15px;
  height: 185px;
  margin-bottom: 10px;
}

.medium_box img {
  width: 370px;
  height: 145px;
}

.small_box {
  width: 161px;
  padding: 5px 17px;
  float:left;
  margin-right: 10px;
  background-color: #fff;
  height: 185px;
  margin-bottom: 10px;
}

.small_box img {
  width: 160px;
  height: 145px;
}

.right_single {
  width: 800px;
  padding: 10px 20px;
  margin-left: 10px;
  float:left;
  background-color: #fff;
  
}

#footer {
  width: 1165px;
  padding: 10px;
  color: #fff;
  background-color: #000;
  margin: 20px 0 20px 10px;
  text-align: right;
}