/*
Theme Name: The Dark Hut
Theme URI: http://speckyboy.com
Description: A widget ready two column dark theme with a four column footer. Traduction : <a href="http://www.niss.fr">(niss.fr)</a>.
Version: 1.0
Author: Specky Boy
Author URI: http://www.speckyboy.com

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
    color: #333;
}
a:hover {
    color: #555;
	}
a img {border: none;}

body {
	background: #111;;
	color: #444;
	font: normal 62.5% Tahoma, Geneva, sans-serif;
	padding-top: 0px;
	border-top: 5px solid #444;
}

p, code, ul {padding-bottom: 1.2em;}

li {list-style: none;}

/* headings */
h1 {font: normal 1.8em Tahoma, Geneva, sans-serif;}
h2 {font: normal 1.6em Tahoma, Geneva, sans-serif;}
h3 {font: normal 1em Tahoma, Geneva, sans-serif;}

h1, h2, h3 {padding-top: 6px; color: #333; margin-bottom: 4px; 	letter-spacing: 0px;}

blockquote {
	display: block;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	text-align: justify;
	font-style: italic;
	border-left: 3px solid #333;	
	border-right: 3px solid #333;
	margin-bottom: 6px;
	margin-top: 6px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 922px;
}

.outer-container {
	padding-bottom: 15px;
}

/* header */
.header {
	margin-bottom: 0px;
	text-align: left;
}
.header .title {
	color: #f9f9f9;
	padding-top: 10px;
	padding-bottom: 0px;
}
.header .title .sitename a {
	border-bottom: 0px dashed #657382;
	color: #f5f5f5;
	font: normal 3em sans-serif;
	padding-bottom: 0px;
	text-decoration: none;
	margin: -10000px;
}
.header .title a:hover {border: 0;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}
.header a img {
    border: 0px solid #DDD; 
}
/* pathrss */
.path-rss {
	padding: 0;
	float: right;
	margin-top: -43px;
	margin-right: 20px;
}

/* main */
.main {
	background: url(img/contentbg.png) repeat-y;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: left;
	width: 610px;
	padding-left: 5px;	
	padding-right: 0px;
}
.content .postinfo {
	color: #555;
	font-size: 0.9em;
	padding: 3px;
}
.content li {
	line-height: 1.5em;
	margin-left: 18px;
}
.content p {font-family: Tahoma, Geneva, sans-serif}

/* sidebar navigation */
.sidenav {
	float: right;
	width: 272px;
	padding-right: 0px;
	margin-top: 0px;	
}
.sidenav h2 {
	color: #777;
	font: normal 1.3em Tahoma, Geneva, sans-serif;
	line-height: 30px;
	margin-bottom: 2px;
	padding-left: 17px;
	padding-top: 25px;
}
.sidenav h3 {
	color: #777;
	font: normal 1.3em Tahoma, Geneva, sans-serif;
	line-height: 30px;
	margin-bottom: 2px;
	padding-left: 17px;
	padding-top: 5px;
}
.sidenav h4 {
	color: #999;
	font: 1.0em Tahoma, Geneva, sans-serif;
	line-height: 17px;
	margin: 0;
	padding-left: 25px;
}
.sidenav ul {
	padding: 0;
    border-top: 1px solid #2e2e2e;
}
.sidenav li {border-bottom: 1px solid #2e2e2e;}
.sidenav li a {
	font-size: 1em;
	color: #ddd;
	display: block;
	padding: 6px 0px 6px 18px;
	text-decoration: none;
	width: 93%;
	font-style: normal;
	background: #262626;
	border-bottom: 0px solid #ddd;
}
.sidenav li a:hover {
	color: #fff;
	background: #292929;	
}

a {
    color: #000; 
	text-decoration: none;
}
a:hover {
    color: #333; 
	text-decoration: underline;
}

/* footer */
.footer {
	background: #262626;
	width: 890px;
	color: #bbb;
	padding: 10px;
	margin-top: 10px;
	font-size: 0.9em;
}
.footer ul {
	margin: 0;
}
.footer li {
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
	text-decoration: none;
    border-bottom: 1px solid #2e2e2e;
}
.footer a {
    color: #bbb;
}

.footer a:hover {
	color: #f9f9f9;	
}
.footer h2 {
	color: #666;
	font: normal 1.3em Tahoma, Geneva, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 7px;
}
.footer h3 {
	color: #777;
	font: normal 1.3em Tahoma, Geneva, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 0px;
}
.col1 {
	float: left;
	width: 225px;
	padding-right: 10px;
}

.col2 {
	float: left;
	width: 125px;
	padding-right: 10px;
	padding-left: 10px;
}
.col3 {
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
}
.col4 {
	float: right;
	width: 245px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
}

.col3center {margin: 0;}

/* bottom */
.bottom {
	color: #ddd;
	clear: both;
	font-size: 1.1em;
	padding-top: 20px;
}
.bottom a {
    color: #eee; 
	text-decoration: none;
}
.bottom a:hover {
    color: #bbb;
}

/* posts */
.post h1 a {
	color: #333;
	font-style: normal;
	text-decoration: none;
	letter-spacing: -1px;
}
.post h1 a:hover {
	border-bottom: 1px solid #eee;
	color: #555;
}

.post h1 {
	color: #333;
	letter-spacing: -1px;
}

.post {
    margin: 6px 0 2px; 
	padding-left: 20px;
}
.post .info{
	color: #555;
	margin: 2px 0 4px;
	padding: 5px 0px;
	padding-bottom: 20px;
}
.post img {
	border: 4px solid #DDD;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.post a img {
    border: 4px solid #DDD; 
	margin-left: 10px; 
	margin-bottom: 10px;
}
.post a:hover img {
    border-color: #CCC;
}

/* comments */
.content ol li {
	background: none;
}

.commentlist {
    margin: 0;
    padding-left: 20px; 
	padding-top: 10px;
}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
	border-bottom: 1px solid #ddd;
}
#commentform {
	margin: 1em 0;
	width: 360px;
	margin-left: 24px;
}
.commentmetadata {
    padding: 2px 0 4px;
}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {
    text-decoration: underline;}

textarea.styled {
    width: 300px;
}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {
    margin-bottom: 3px;}

#searchform {
    padding: 10px 0px 10px 18px;
}

#s {
    border: 1px solid #2e2e2e;
    background: #aaa;
    padding: 3px;
    font-size: 1em;
}

#sidebarsubmit {
    background: #3c3c3c;
    border: 2px solid #2e2e2e;
    padding: 2px;
    color: #f9f9f9;
}

#clear {
   height: 10px;
   width: 100%;
   }