/*#############################################################
Name: Decayed
Date: 2007-05-12
Description: A dark trash style two-column website template. Wordpress theme version available at http://templates.arcsin.se/decayed-wordpress-theme/.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

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

* {
	margin: 0;
	padding: 0;
}

a {color: #CC3;}
a:hover {color: #FF3;}

body {
	background: #696 url(images/body.gif) no-repeat; /*  url(img/bg.jpg) repeat-x; */
	color: #2a2a2a;
	font: 62.5% "Trebuchet MS", Verdana, sans-serif;
	padding-left: 90px;
}

p,code,ul,ol {padding-bottom: 1.2em;}
ol { padding-left: 1em; }
h1 {
	color: #ccc;
	font: 2em Tahoma, sans-serif;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover { color: black; background-color: white; }

h2 {font: normal 1.8em 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;}

.menu-title,.post-title { color: #000; font: 2em Impact, sans-serif; background: url(images/smallb.gif) no-repeat left center; letter-spacing: 1px; padding: 3px 0 12px 25px; }
.menu-title-first { color: #000; font: 2em Impact, sans-serif; background: url(images/smallb.gif) no-repeat left center; letter-spacing: 1px; padding: 0 0 12px 25px; }
.post-title { background: url(images/longrecords.gif) no-repeat left center; padding-left: 25px; }

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;
}

/* title */
#site-title { font: 3em Tahoma, sans-serif; }
#site-title a { color: #ddd; text-decoration: line-through; visibility: hidden; }
#site-title a:hover { color: #fff; text-decoration: none; visibility: hidden; }
#site-description { color: #ccc; visibility: hidden; }

/* content */
#content { left: 360px; position: absolute; top: 90px; width: 610px; }
#content .descr { color: #f0f0f0; font-style: italic; margin-bottom: 6px; }
#content li {margin-left: 18px;}

/* navigation */
#navigation { left: 125px; position: absolute; top: 180px; width: 210px; }
#navigation h2 { color: #000; font-size: 1.5em; letter-spacing: 0; line-height: 30px; background-color: black; margin: 0; }
#navigation ul { background-color: black; margin-top: 0; margin-right: 0; margin-bottom: 0; }
#navigation li { padding-left: 1em; list-style: none; }
#navigation li a { color: #cfcf6e; font-size: 1.1em; font-weight: normal; line-height: 1.5em; text-decoration: none; }
#navigation li a:hover { text-decoration: underline; }

/* footer */
#footer {
	border-top: 1px solid #333;
	color: #666;
	font: 0.9em sans-serif;
	position: absolute;
	top: 100%;
}
#footer a { color: #666; text-decoration: underline; }
#footer a:visited { color: #666; }
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #777;}