/*
  
Theme Name: Sleekd Theme
Theme URI: http://sleekd.com
Sleekd Exclusive Blog Theme
Author: Razvan Draghici
Author URI: http://www.wisecatmedia.com
Version: 1.0
.
Copyright (c) 2009 - Wisecat Media Inc.

*/

@import url("css/960.css");
@import url("css/reset.css");
@import url("css/text.css");

/* GLOBAL */

body {
	background: #130e0a url(images/bg_container.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
}

/* HEADER */
	
#header {
	color: #fff;
	height: 140px;
}
			
#logo {
	text-indent: -10000px;
	overflow: hidden;
	background: url(images/logo.gif) no-repeat top left;
	height: 76px;
	padding: 0;
	margin: 15px 0 0 0;
}
			
#tagline {
	font-style: italic;
}

/* NAVBAR */	
#nav {
	font-size: 120%;
	font-weight: bold;
	margin-top: 80px;
	margin-left: 0px;
	list-style-type: none;
	text-align: right;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav a {
	font-size: 120%;
}

#nav a:hover, #nav li.active a {
	border-bottom: 1px dashed #666;
	color: #dcdcdc;
}

#nav a {
	text-decoration: none;
}

#nav a {
	/*background: url(images/button.png) no-repeat top left;*/
	color: #fff;
	padding: 7px 15px 10px 17px;
}


			
#nav #rss a:hover {
	/*background: url(images/button2_hover.png) no-repeat top left;*/
}

#post h1 {
	color: #333;
	font-weight: normal;
	font-size: 250%;
	line-height: 40px;
	margin-bottom: 8px;
}

/* TEASER */
			
#teaser {
	position: relative;
	color: #fff;
	background: url(images/teaser.jpg) no-repeat top left;
	height: 308px;
}

#teaser_heading {
	margin-top: 50px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(images/teaser_heading.png) no-repeat 500px 30px;
	height: 100px;
}

#teaser_text {
	position: absolute;
	font-style: italic;
	right: 37px;
	bottom: 80px;
	margin: 0;
	padding: 0;
	width: 400px;
}

#teaser_text em {
	color: #cccccc;
	border-bottom: 1px dashed #ccc;
}

/* CONTAINER */
			
#content_container {
	margin-top: 12px;
	background: url(images/content_container_bg.gif) repeat-y top left;
}

#content {
	background: #fff url(images/content_bg.gif) no-repeat top left;
	margin-right: 8px !important;
	border: 1px solid #312720;
	border-bottom: 0;
}

#content #post {
	padding: 30px;
}

#post #meta {
				border-top: 1px solid #dcdcdc;
				margin-bottom: 20px;
				padding-top: 5px;
 padding-bottom: 5px;
 border-bottom: 1px solid #dcdcdc;
 width: 100%;
}

#post h1 a {
	text-decoration: none;
	color: #333;
}

#post h1 a:hover {
	color: #000;
}

#post pre {
	width: 548px;
}

#meta a {
     color: #999;
}

#meta a:hover {
     color: #000;
}

.archive_name {
     color: #5E6440;
}

.more-link {
     color: #5E6440;
     font-size: 1.2em;
     text-decoration: none;
     border-bottom: 1px dashed #dcdcdc;
     display: block;
     margin-bottom: 35px;
}

.more-link:hover {
     color: #000;
}

/* COMMENTS */

#comments_template {
     padding-top: 15px;
     margin-top: 15px;
     clear: both;
}

#comments_template h3 {
     margin-bottom: 25px;
     padding-bottom: 10px;
}

#comments_template h4 {
     padding: 0;
     margin: 0;
}    

#comments_template h4 a {
     text-decoration: none;
     font-size: 0.8em;
     color: #333;
}

#comments_template h4 a:hover {
     color: #000;
}

#comments_template ol {
     list-style: none;
     padding: 0;
     margin: 0 0 20px 0;
}

#comments_template ol li {
     margin: 0 0 5px 0;
     padding: 10px;
}

#comments_template ol li.alt {
     background: #e3e3e3;
}

#commentform {
     padding-top: 20px;
     padding-bottom: 20px;
}

#commentform p {
     padding: 5px;
     margin: 0;
}

#author, #email, #url {
     width: 250px;
}

#data {
     width: 450px;
}

#comment_date {
     color: #666;
     font-size: 0.9em;
     text-decoration: none;
}

#comment_date:hover {
     color: #000;
}

.comment_head {
     border-bottom: 1px solid #ccc;
     padding-bottom: 4px;
     margin-bottom: 5px;
}    

.comment_head .url {
     color: #333;
     text-decoration: none;
     font-weight: bold;
}

/* SIDEBAR */

#sidebar_container a {
	color: #fff;
	text-decoration: none;
}

#sidebar_container a:hover {
	text-decoration: underline;
}

#sidebar_container {
	color: #fff;
	border: 1px solid #353920;
	margin-left: 8px;
	border-bottom: 0;
	padding-bottom: 25px;
}

#search {
	background: #5e6440;
	padding: 15px 0 25px 20px !important;
}

#search h2 {
	margin: 0 !important;
	padding: 0 0 5px 0 !important;
	background: transparent !important;
}

#search_input {
     width: 200px;
}

#sidebar_container h2 {
	background: url(images/sidebar_header_bg.gif) no-repeat top left;
	padding: 15px 0 10px 20px;
	margin: 0 0 15px 0;
	font-size: 140%;
}

#sidebar ul {
	padding: 0 20px 10px 20px;
	margin: 0;
}
	
#sidebar ul li {
	padding: 0 0 5px 0 !important;
	margin: 0 0 10px 0 !important;
	list-style-type: none;
	border-bottom: 1px solid #829038;
}

#sidebar {
	border-top: 1px solid #858d5a;
}

#sidebar {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar #tags div {
	margin: 0 20px;
}
		
#tag_cloud a {
	padding: 0 15px 0 20px !important;
}		
	
/* FOOTER */			
			
#footer {
	padding: 20px;
}

#footer_container {
	position: relative;
	bottom: 0;
	background: #16100c url(images/footer_bg.gif) repeat-x top left;
	color: #fff;
}

#footer_container #copyright {
	background: #000;
	padding: 20px 0 20px 20px;
}

#footer_container #copyright div {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footer h3 {
	color: #ff440b;
}

#footer #middle ul, #footer #left ul {
	list-style-type: none;
}

#footer #left ul li {
	padding: 0;
	margin: 0;
}

#footer #middle ul li {
	padding: 0 0 10px 0;
	margin: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

#copyright a {
 color: #dcdcdc;
 text-decoration: none;
}

#copyright a:hover {
 color: #333;
}

/* POST AUTHORS */	



.post_author {

    background: #F2F2F2;
    border: 1px solid #e3e3e3;
    padding: 20px;
    min-height: 80px;

}

.post_author img {
    float: left;
}

.post_author .author_desc {
    padding-left: 105px;
}

.post_author p { padding-bottom: 0; margin-bottom: 0;}

a { 
color: #2f221a;
}

a:hover {
color: #715540;
}

pre.terminal {
display: block;
background: #000;
color: #CCFF33;
width: 548px;
padding: 5px 5px 5px 10px;
margin: 0;
margin-bottom: 20px;
}


