/*  
Template name: Grunge Superstar
Template URI: http://templates.arcsin.se/grunge-superstar-website-template/
Release date: 2008-06-15
Description: A dirty, monochrome single-column 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/
*/

/* --------------------------------
   General
----------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #FFF url('img/body.jpg');
	color: #444;
	font: normal 1.2em Verdana,Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 64px;
}

small,.small {font-size: 0.9em;}

a {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}

p {padding: 0.2em 0 1.2em;}

blockquote, code {
	background: #EAEAEA;
	border: 1px solid #333;
	color: #BBB;
	display: block;
	margin-bottom: 12px;
}
code {
	font: normal 0.9em Verdana,sans-serif;
	line-height: 1.5em;
	padding: 8px 14px;
}
blockquote {
	background: #EAEAEA url('img/quote.gif') no-repeat left top;
	padding: 6px 14px 12px 44px;
	text-align: justify;
}
blockquote p {padding: 0.5em 0;}
blockquote img.bordered {margin: 0.5em 1em;}
blockquote h2, blockquote h3, blockquote h4 {margin-top:0.5em;}

li.left-align {margin-left:.5em; padding-left: -.5em;}

img.bordered {margin: 0.5em 1em;}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: italic 2em Georgia,sans-serif; color: #C00;}
h2 {font: italic 1.6em Georgia,sans-serif; color: #C00;}
h3 {font: italic 1.4em Georgia,sans-serif; color: #C00;}
h4 {font: italic bold 1em Georgia,sans-serif; color: #C00;}
h5, h6 {font-style: italic; color: #C00;}

h1, h2, h3, h4 {margin-bottom: 5px;}


/* --------------------------------
   Main layout
----------------------------------- */

#paper_left {
	background: url('img/paper_left.gif') no-repeat left top;
	margin: 0 auto;
	padding-bottom: 34px;
	width: 835px;
}
#paper_right {
	background: url('img/paper_right.gif') no-repeat right bottom;
}

#layout_wrapper {
	background: #50504A url('img/grain_dark.gif');
	margin: 0 auto;
	width: 800px;
}
#layout_container {padding: 5px;}
#layout_content {border: 1px solid #333;}


/* --------------------------------
   Site title
----------------------------------- */

#site_title {
	background: #222;
	padding: 12px 0px;
	background: #222 url('img/header.jpg') no-repeat;
	border-bottom: 1px solid #222;
	height: 156px;
}
#site_title h1 	{
	color: #EEF;
	background-image: url('img/gradient_black_l.png');
	padding: 0px 20px;
	letter-spacing: 0.5em;
	font: bold italic 2em Georgia,sans-serif;
	margin: 0 0 5px;
	text-align:left;
}
#site_title h2 {
    color: #EEF;
 	background-image: url('img/gradient_black_r.png');
	padding: 0px 20px;
	font: normal 1.1em sans-serif;
    text-align:right;
 	margin: 0 0 5px;
}


/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	background: #353535 url('img/navigation.jpg') repeat-x;
	border-bottom: 1px solid #222;
	border-top: 1px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
.navigation a {
	color: #A00;
	display: block;
	font: bold 1em Verdana,sans-serif;
	padding: 12px 14px;
	text-decoration: none;
}
.navigation a:hover {
	background: #444;
	color: #A0000F;
	text-decoration: none;
}
.navigation li.current_page_item a {
	background: none;
	color: #F00;
}

/* Sub navigation */
#subnav a {
	padding: 10px;
	font-size: 0.9em;
}


/* --------------------------------
   Main
----------------------------------- */

#main {
	background: #DDD;
	color: #000;
}


/* --------------------------------
   vertical navigation
----------------------------------- */

#vert_nav_wrapper {
	padding: 0;
 	margin: -16px -16px 0px -16px;
}

#vert_nav_wrapper table {
	margin: auto;
	padding: 0;
 	border: 0;
	outline: 0;
	vertical-align: middle;
}

table.vert_nav_wrapper td {
    vertical-align: top;
}

#vert_nav {
 	background: #DDD;
	border-bottom: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	vertical-align: top;
	color: #A00;
	padding: 10px;
 	margin: 0;
}

#vert_nav ul {
	display: inline;
	margin: 0;
}
#vert_nav ul li {
	border-bottom: 1px solid #303030;
	list-style: none;
	text-align: center;
 	margin: 0;
}
#vert_nav ul li a {
	color: #C00;
	display: block;
 	padding: 4px 6px;
}
#vert_nav ul li a:hover {
	background: #FFF;
	color: #F00;
	text-decoration: none;
}
#vert_nav ul li a.inactive {
	color: #555;
}

#vert_nav ul li a.inactive:hover {
	color: #555;
}
#vert_nav ul li.current_element a {
    background-color: #400;
    color: #E00;
}

#vert_nav_content {
    vertical-align: top;
	padding: 16px;
}

#vert_nav_content table,
#vert_nav_content table tr,
#vert_nav_content table th,
#vert_nav_content table td {
	margin: auto;
	padding: 1em;
 	border: 0;
	outline: 0;
	vertical-align: middle;
}




   /* --------------------------------
   Bottom
----------------------------------- */

#bottom {
	background: #222;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #2A2A2A;
	color: #AAA;
	padding: 16px;
}
#bottom ul li {
	border-bottom: 1px solid #303030;
}
#bottom ul li a {
	color: #000;
	display: block;
	padding: 4px 6px;
}
#bottom ul li a:hover {
	background: #2A2A2A;
	color: #EEF;
	text-decoration: none;
}

/* Tag cloud */
#tag_cloud a {color: #000;}
#tag_cloud a:hover {color: #F00;}

/* --------------------------------
   Footer
----------------------------------- */

#footer {
	background: #2A2A2A;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #333;
	color: #888;
	font-size: 0.9em;
	padding: 10px 12px;
}
#footer a {color: #AAA;}
#footer .right,#footer .right a {color: #555;}
#footer a:hover {color: #BBB;}


/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}


/* --------------------------------
   Misc
----------------------------------- */

#stopwatch {
	font-size: 0.3em;
 	text-align:right;
 	color:#222;
}

ul.blank li {
	list-style: none;
}

ul.blank h1, ul.blank h2, ul.blank h3, ul.blank h4, ul.blank h5{
	 margin-left: -1em;
}

/* Columns */
.col3, .col3last {width: 31%; margin-right: 3%;}
.col3last {margin-right: 0;}

/* Images */
img.bordered {padding: 3px; background: #666;}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}

/* Icons */
span.comment {background: url('img/icon_comment.gif') no-repeat left center; padding-left: 18px;}

/* Label */
.label {
	background: #222 url('img/post_top.gif') repeat-x left top;
	border-bottom: 2px solid #555;
	color: #BBB;
	margin: 0;
	padding: 0.5em 0.8em 0.6em;
}

/* Margin, padding, width, height */
.ptb10 {padding: 10px 0;}

/* --------------------------------
   Posts
----------------------------------- */

.post {
	background: #DDD;
	border-bottom: 1px solid #111;
	overflow: hidden;
}
.post_top {
	background: #222 url('img/post_top.gif') repeat-x left top;
	border-bottom: 4px solid #777;
	border-top: 1px solid #3A3A3A;
	padding: 10px 16px 13px;
}
.post_title h2 {
	font-size: 2em;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.post_body {
	background: url('img/post_body.jpg') no-repeat left top;
	border-top: 1px solid #333;
	padding: 16px 16px 0;
	padding-bottom: 6em;
	overflow: hidden;
}
.post_metadata {padding: 10px;}
.post_metadata .content {
	background: #CCC;
	color: #999;
	font-size: 0.9em;
	padding: 10px 12px;
}
.post_metadata a {color: #C00;}
.post_metadata a:hover {color: #F00;}

.post_body ul, .post_body ol {margin: 0 0 1em 1.5em;}
.post_body ul {list-style: disc;}
.post_body ol {list-style: decimal;}


/* ----------------------------------------
  Forms
------------------------------------------- */

form {margin: 0; padding: 0;}

/* Inputs */
input#s, textarea, input.styled {
	background: #DDD;
	border: 3px solid #555;
	font: normal 1em Verdana,sans-serif;
	padding: 3px;
	width: 160px;
}
textarea {width: 440px;}

/* Seachform */
table.search {
	border-collapse: collapse;
	width: 250px;
}
table.search td {vertical-align: top;}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #CCC;
	border: 1px solid #444;
	padding: 2px;
}
.comment_author {
	color: #EEE;
	padding-top: 2px;
}

/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {padding: 0;}
.nicelist ol {margin: 0;}
.nicelist ol li {
	border-bottom: 1px solid #333;
	border-top: 1px solid #505050;
	list-style: none;
	padding: 8px 10px 1px;
}
.nicelist ol li:first-child {border-top: none;}
.nicelist li.alt {background: #FFF;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #999;
	font-size: 0.9em;
	padding-top: 4px;
}
.nicelist .date a {
	color: #800;
	text-decoration: none;
}
.nicelist .date a:hover {text-decoration: underline;}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {padding-bottom: 6px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #555;
	border-top: 1px solid #444;
	font-size: 0.9em;
	padding: 7px 8px 9px;
}
.pagenavigation a {
	color: #C00;
	text-decoration: none;
}
.pagenavigation a:hover {
	color: #F00;
	text-decoration: underline;
}