/*
Theme Name: Contemporary Dessign
Theme URI: http://www.dessign.net/contemporarydessign
Description: Contemporary Dessign Theme for WordPress is stylish, customizable, simple, and readable. Perfect for any illustrator or graphic designer. 
Version: 1.6
Author: Marios Lublinski
Author URI: http://www.dessign.net
Tags: 2 column theme, white, clean

*/

/** Global **/

* { margin: 0; padding: 0; }

body { font-family: arial, georgia, verdana; font-size: 12px; background: url('images/bg.jpg') repeat; color: #999; }

#main_container { width: 845px; margin: 0 auto; }
.clear { clear: both; }
h1 { font-size: 25px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h1,h2,h3,p { margin: 10px 0; }
p { line-height: 15px; }
.left { float: left; }
.right { float: right; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: line-through; }
img { border: none; }


/** Header **/

#header { width: 845px; background-color: #fff; }

#menu_container { width: 845px; border-top: 6px solid #fff; background-color: #000; }
#menu_container ul { list-style-type: none; }
#menu_container ul li { float: left; background-color: #000; padding: 20px 28px; border-right: 1px solid #838383; }
#menu_container ul li:hover { background-color: #666; }
#menu_container ul li a { color: #fff; text-decoration: none; }

#menu_container ul li.search { padding: 10px 30px; border-right: none; }
#menu_container ul li.search:hover { background-color: #000; }
.search_box { width: 171px; height: 19px; border: 1px solid #666; background-color: #000; color: #fff; }
.logo { margin: 30px 0; }


/** Content **/

#content_container { width: 845px; margin-top: 10px; }

.left_content { width: 650px; float: left; }
.single_content { width: 620px; padding: 15px; background-color: #fff; }
.right_content { width: 185px; float: right; color: #000; }
.right_content .box { width: 155px; padding: 10px 15px; margin-bottom: 15px; background-color: #fff; font-size: 11px; }
.right_content .box h3 { font-weight: bold; font-size: 13px; }
.right_content .box ul { list-style-type: none; }
.right_content .box ul li { padding: 3px 0; }
.portfolio li { border-bottom: 1px dotted #000; }
.portfolio li:hover a { color: #fff; text-decoration: none; }
.portfolio li:hover { background-color: #000; color: #fff; }
.blog_post { width: 640px; padding-right: 10px; height: 184px; margin-bottom: 10px; background-color: #fff; float: left; }
.blog_post img { width: 322px; height: 184px; }
.blog_post h3 { font-size: 12px; }
.press_post { width: 640px; padding-right: 10px; height: 184px; margin-bottom: 10px; background-color: #fff; float: left; }
.press_post img { width: 322px; height: 184px; }
.press_post h3 { font-size: 12px; }
.archive_post { width: 640px; padding-right: 10px; height: 184px; margin-bottom: 10px; background-color: #fff; float: left; }
.archive_post img { width: 322px; height: 184px; }
.archive_post h3 { font-size: 12px; }

.featured_big { height: 365px; width: 650px; background-color: #fff; margin-bottom: 10px; }
.featured_big h3 { font-size: 12px; }
.featured_big p { color: #999; font-size: 11px; }
.featured_big img { width: 650px; height: 311px; }
.featured_medium { height: 240px; width: 320px; margin-bottom: 10px; background-color: #fff; }
.featured_medium img { width: 320px; height: 184px; }
.featured_medium h3 { font-size: 12px; }
.featured_medium p { color: #999; font-size: 11px; }
.blog_image { float: left; margin-right: 10px; }

/** Footer **/

#footer { width: 825px; padding: 10px; text-align: right; color: #999; background-color: #000; font-size: 11px; color: #fff;}

#menu_footer ul { list-style-type: none; }
#menu_footer ul li { float: left; background-color: #000; padding: 15px 30px; border-right: 1px solid #838383; }
#menu_footer ul li:hover { background-color: #666; }
#menu_footer ul li a { color: #fff; text-decoration: none; }