/*
Template name: Decayed
Template URI: http://templates.arcsin.se/decayed-website-template/
Release date: 2007-05-12
Description: A dark trash style two-column website template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
html {min-height: 100%;}

* {
  margin: 0;
  padding: 0;
}

a {color: #CC3;}
a:hover {color: #FF3;}

body {
  background: #000 url('img/body.gif') no-repeat; /*  url(img/bg.jpg) repeat-x; */
  color: #DDD;
  font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
}

p,code,ul,ol {padding: 1.2em 0;}

h1 {
  color: #CCC;
  font: normal 2em Impact,sans-serif;
}
h1 a {
  color: #000;
  text-decoration: none;
}
h1 a:hover {
  color: #F00;
}

h2 {font: normal 1em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}

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;}

#location_0 h2 span, h3.title a, #location_1 h2 span {
  text-decoration: none;
  display: block;
  background: url('img/decay.gif') no-repeat left center;
  color: #000;
  font: normal 2em Impact,sans-serif;
  letter-spacing: 1px;
  padding: 0 0 12px 22px;
}
#location_1 h2 span {
  background: url('img/decay-small.gif') no-repeat left center;
  padding-top: 6px;
}
.component {
  margin-bottom: 15px;
}

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: #CCC;}

/* structure */
#container {
  font-size: 1.3em;
	position: relative;
}

/* title */
#site_heading { font: normal 3em Tahoma,sans-serif;}
#site_heading a {
  color: #DDD;
  text-decoration: none;
}
#site_heading a:hover {
  color: #FFF;
  text-decoration: none;
}
#site_subheading { padding: 0px; }
#site-description {color: #CCC;}

/* content */
#content {
  left: 360px;
  position: absolute;
  top: 90px;
  width: 610px;
}
#content .descr {
  color: #8DC63F;
  margin-bottom: 6px;
}
#content li {margin-left: 18px;}


/* navigation */

#primary_navigation {
  font-size: 10px;
}

#primary_navigation li {
  list-style: none;
	float: left;
  padding: 0px 10px 0px 0px;
  margin: 0px;
}

#primary_navigation li a {
  color: #ddd;
  text-decoration: none;
  font-size: 1.1em;
}

#primary_navigation li a:hover, #primary_navigation li.active a {
  color: #CCCC33;
}

#location_1 {
  left: 120px;
  position: absolute;
  top: 290px;
  width: 210px;
}
#location_1 h2 span{
  display: block;
  color: #000;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}
#location_1 ul {margin: 0 0 0 1em;}
#location_1 li {list-style: none;}
#location_1 li a {
  color: #777;
  font-size: 1.1em;
  line-height: 1.5em;
  text-decoration: none;
}
#location_1 li a:hover {color: #8DCA3F;}

/* footer */
#footer {
  padding-top: 8px;
  border-top: 1px dashed #333;
  color: #666;
  font: normal 0.9em sans-serif;
  top: 100%;
  width: 100%;
  text-align: center
}
#footer a {
  color: #999;
  text-decoration: none;
}
#footer a:hover {
  color: #CCC;
  text-decoration: underline;
}
#footer p { margin: 5px 0px; padding: 0px; }
.blog_post .date {
  color: #8dc63f;
}
.blog_post { margin-bottom: 20px; }
.blog_post .comments { display: inline; }
.comment.owner {
  background-color: #222;
}
#powered_by { margin-bottom: 30px; }
#asterion_page_wrapper {
  position: static;
}

ul.tweets li { padding: 5px 0px; }

