/*
Theme Name: echohead
Theme URI: http://www.echohead.fr/
Version: 1.0
Description: A dark trash style two-column Wordpress theme. Based on the <a href="http://www.echohead.fr/">free website template</a> Decayed.
Author: echohead
Author URI: http://www.echohead.fr
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #FF9900;}
a:hover {color: #FFCC00;}

body {
	color: #CCCCCC;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
	background-color: #000;
	background-image: url(img/body.jpg);
	background-repeat: no-repeat;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 a {
	color: #FF9900;
	text-decoration: none;
}
h1 a:hover {
	color: #FFCC00;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

h1,h2 {padding-top: 2px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.decay {
	color: #FFFFFF;
	letter-spacing: 1px;
	background-image: url(img/decay.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 15px;
	vertical-align: middle;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}
h2.decay {
	padding-top: 0px;
	background-image: url(img/decay-small.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.2em;
	vertical-align: middle;
}

p.postinfo {
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}
p.postinfo a {color: #888;}
p.postinfo a:hover {color: #FF9900;}

.descr {
	color: #666666;
	margin-bottom: 6px;
}

/* structure */
#container {
	font-size: 1.3em;
}

/* title */
#site-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#site-title a {
	color: #FF9900;
}
#site-title a:hover {
	color: #FF9900;
	text-decoration: none;
}
#site-description {color: #999999;}

/* content */
#content {
	left: 360px;
	position: absolute;
	top: 90px;
	width: 610px;
}
#content li {margin-left: 18px;}

/* navigation */
#navigation {
	left: 120px;
	position: absolute;
	top: 185px;
	width: 210px;
}
#navigation h2 {
	color: #CCCCCC;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 15px;
	margin: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul {margin: 0 0 0 1em;}
#navigation li {list-style: none;}
#navigation li a {
	color: #FF9900;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navigation li a:hover {color: #FFCC00;}

/* archives */
.post h1 a {color: #FF9900;}
.post h1 a:hover {color: #FFCC00;}
.post .descr {color: #AAA;}
.post .descr a {color: #FF9900;}
.post .descr a:hover {color: #FFCC00;}

/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	margin-top: 12px;
	position: absolute;
	top: 100%;
}
#footer a {
	color: #FF9900;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #777;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #000;
	width: 360px;
}
.commentmetadata {
	color: #666666;
	padding: 2px 0 4px;
}
.commentmetadata a {
	color: #666666;
	text-decoration: none;
}
.commentmetadata a:hover {
	text-decoration: underline;
	color: #999999;
}

/* forms */
textarea.styled {width: 280px;}

.styled {
	background: #DDD;
	border: 1px solid #F60;
	font: normal 1em Verdana,sans-serif;
	padding: 2px;
}
.styled:hover {background: #EEE;}
.styled:focus {background: #FFF;}

#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

#navigation table caption {border-bottom-color:#000;}

#navigation table thead tr {
  border-bottom-color:#000;
  color:#FF9900;
}

#navigation table th {border-bottom-color:#000;}

#navigation table td#today {
  border-color:#000;
  color:#FF6600;
}

#navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

#navigation table tfoot {border-top-color:#000;}
#navigation table tfoot a {background:none;}

#wp-calendar {
  /* display: inline-table; */
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

#navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

#navigation table thead tr {border-bottom:1px solid;}

#navigation table th {border-bottom:1px solid;}

#navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

#navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

#navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

#navigation table tfoot {border-top:1px solid;}
#navigation table tfoot a {
  border: none;
  font-weight: bold;
}
#navigation table tfoot #prev a {text-align:left;}
#navigation table tfoot #next a {text-align:center;}

/* search form */
#searchform {padding: 0 10px;}
#searchform input.sfield {
	border: 1px solid #F60;
	padding: 2px;
	width: 120px;
}

