/*  
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: #444 url('../images/body1.jpg');
	color: #444;
	font: normal 1.2em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 20px;
}

small,.small {font-size: 0.9em;}

a {
text-decoration: none;
}

p {
padding: 0.2em 0 1.2em;
margin: 0px;
}

blockquote, code {
	background: #ecf5db;
	border: 1px solid #c0cbb7;
	color: #000;
	display: block;
	margin-bottom: 12px;
}
code {
	font: normal 0.9em Verdana,sans-serif;
	line-height: 1.5em;
	padding: 8px 14px;
}
blockquote {
	background: #ecf5db url('../images/quote.gif') no-repeat left top;
	padding: 6px 14px 6px 44px;
}
blockquote p {padding: 0.5em 0;}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: bold 2em Georgia,sans-serif;}
h2 {font: bolder 1.3em Helvetica,Arial,Georgia,sans-serif; letter-spacing: 0px;}
h3 {font: bold 1.4em Georgia,sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}

h1, h2, h3, h4 {margin-bottom: 5px;}


/* --------------------------------
   Main layout
----------------------------------- */

#paper_left {
	background: url('../images/paper_left-1.gif') no-repeat left top;
	margin: 0 auto;
	padding-bottom: 34px;
	width: 778px;
}
#paper_right {
	background: url('../images/paper_right-1.gif') no-repeat right bottom;
}

#layout_wrapper {
	background: #50504A url('../images/green_dark.gif');
	margin: 0 auto;
	width: 736px;
}
#layout_container {padding: 8px;}
#layout_content {border: 1px solid #FFF}

#header_image {
	height: 160px;
	background: #222 url('../images/header1.jpg') no-repeat;
	border-top: 1px solid #486409;
	border-bottom: 1px solid #244700;
}


/* --------------------------------
   Site title
----------------------------------- */

#site_title {
	background: #;
	padding: 12px 20px 20px 100px;
	background: #698429 url('../images/logo.gif') top left no-repeat;	
}
#site_title h1 	{
	color: #EED;
	font: bold 2em Georgia,sans-serif;
	margin: 0 0 5px;
}
#site_title h2 {
	color: #FFFFFF;
	font: bold 1.2em Arial, sans-serif;
	margin: 0;
}


/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	background: #4f802f url('../images/navigation1.jpg') repeat-x;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 1px solid #548534;
	float: left;
	list-style: none;
}
.navigation a {
	color: #e8f2b7;
	display: block;
	font: bold 1em Verdana,sans-serif;
	padding: 12px 14px;
	text-decoration: none;
}
.navigation a:hover {
	background: #659840;
	color: #FFFFFF;
	text-decoration: underline;
}
.navigation li.current_page_item a {
	background: none;
	color: #EEE;
}

/* Sub navigation */
#subnav a {
	padding: 10px;
	font-size: 0.9em;
}


/* --------------------------------
   Main
----------------------------------- */

#main {
	background: #4A4A4A;
	color: #CCC;
}


/* --------------------------------
   Bottom
----------------------------------- */

#bottom {
	background: #415010;
	border-top: 1px solid #333f00;
	color: #AAA;
	padding: 16px;
}
#bottom ul li {
	border-bottom: 1px dotted #293300;
}
#bottom ul li a {
	color: #eeeece;
	display: block;
	padding: 4px 6px;
}
#bottom ul li a:hover {
	background: #323000;
	color: #FFC;
	text-decoration: none;
}

/* Tag cloud */
#tag_cloud a {color: #777;}
#tag_cloud a:hover {color: #FFC;}

/* --------------------------------
   Footer
----------------------------------- */

#footer {
	background: #2F3B00;
	color: #FFF;
	font-size: 0.9em;
	padding: 10px 12px;
}
#footer a {color: #FAF9B7;}
#footer .right,#footer .right a {color: #FAF9B7;}
#footer a:hover {color: #FFFFFF;}


/* --------------------------------
   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
----------------------------------- */

/* Columns */
.col3, .col3last {width: 31%; margin-right: 3%;}
.col3last {margin-right: 0;}




/* --------------------------------
   Posts
----------------------------------- */

.post {
	background: #d7e0c7;
}
.post_top {
	background: #222 url('../images/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;
	margin: 0;
	padding: 0;
}
.post_body {
	padding: 16px 16px 0;
	color: #000;
	line-height: 1.5em;	
}
.post_metadata {padding: 10px;}
.post_metadata .content {
	background: #424242;
	color: #999;
	font-size: 0.9em;
	padding: 10px 12px;
}
.post_metadata a {color: #BBB;}
.post_metadata a:hover {color: #DDD;}

.post_body ul, .post_body ol {margin: 0 0 1em 1.5em;}
.post_body ul {list-style: disc;}
.post_body ol {list-style: decimal;}

.post img {
position: relative;
}

/* ----------------------------------------
  Forms
------------------------------------------- */

form {
margin: 0; 
padding: 0;
}

/* ----------------------------------------
   Images
------------------------------------------- */

	.leftimg{
	border: 1px solid #C6CFB6;
	background-color: #EDF4E0;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	
	.rightimg{
	border: 1px solid #C6CFB6;
	background-color: #EDF4E0;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 5px;
	}	
	
	.bluelink a{
	color: #0000CC;
	font-weight: bold;
	}
	
	.galimg{
	border: 1px solid #C6CFB6;
	background-color: #EDF4E0;
	padding: 4px;
	margin-left: 2px;
	margin-bottom: 10px;
	margin-right: 2px;
	}
	
	
	/*** FORM Box **/
	
	.formbox{
	width: auto;
	padding: 10px;
	border: 1px solid #e0e0d0;
}

.formbox p{
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width: auto;
	clear: left;
	right: auto;
	margin: auto;
	padding: 5px 2px 5px 2px;
	border-bottom: 1px dashed #CCCCCC;
	height: 15%;

}

.formbox .writespace{
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-left: 5px; 
	width: 25%;
	text-align: left;
}