/*  
Theme Name: Awake
Theme URI: http://www.writteninlava.com
Description: Blessed Madness V2.0.
Version: 1.0
Author: Julian Fann
Author URI: http://www.writteninlava.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

/****************************/

body {
	font: 0.8125em Verdana, sans-serif; line-height: 1; color: #333;
	background: #202a2f url('../images/layout/body_bg.jpg') repeat;
	border: 7px solid #541818;
	border-width: 7px 0px 0px 0px;
	padding: 0px;
 	margin: 0px 0px 0px 0px;
	}

a {color: #3a2e22; font-weight: bold; text-decoration: none;}

#header {
	width: 950px;
	height: 296px;
	margin: 0 auto;
	background: url('../images/layout/mast.jpg') no-repeat 25px 0;
        border-bottom: 2px solid #0b0300;
}

#header a img {border: 0px;}

#container {
	width:950px;
	margin: -7px auto 0 auto;
	border: 2px solid #0b0300;
	border-width: 0px 2px;
        background-color: #ffffff;

}

#content {
	background-color: #ffffff;
	width:950px;
	padding: 20px 0px 40px 0px;
}

div#collumn1 {
width: 300px;
padding: 0px 20px;
float: right;
margin-right: 20px;
}

div#collumn2 {
width: 450px;
padding: 0px 20px;
margin-top: -20px;
margin-left: 20px;

}





#credits {
clear: right;
padding-top: 20px;
padding-bottom: 25px;
background-color: #541818;
border-top: 2px solid #0b0300;
}

#credits p {
	color: #FBF6E3;
	text-align: center;
	margin: 5px 0px;
}

#credits p a {color: #FBF6E3;}

a#wil img {
	border: 0px;
	position: relative;
	top: 2px;
}



a {}
a:link {text-decoration: none;}
a:hover {text-decoration: underline;}

#nav a {color: #FBF6E3; font-weight: bold;}



ul {
	list-style: none;
	padding: 0px;
	font-family: Veranda, sans-serif;
	font-size: .9em;
	letter-spacing: .2px;
	line-height: 19px;
}

li {
	padding: 3px 0px;
	
}

table {
	font-family: Veranda, sans-serif;
	font-size: .9em;
	letter-spacing: .2px;
	line-height: 19px;
}

tr {}

td {padding-right: 10px; padding-bottom: 0px;}

p {
	font-family: Veranda, sans-serif;
	font-size: .9em;
	letter-spacing: .2px;
	line-height: 19px;
}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}

h3 {
	font-family: Veranda, sans-serif;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: .2px;
	line-height: 19px;
}

p.mantra {font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; line-height: 26px; font-style: oblique; margin-bottom: 20px;}

p.mantra a {
  font-weight: normal;
}

p.mantra a:hover {
  
}

p.signature {font-style: oblique; font-weight: bold;}

#nav {
	text-align: center;
	font-family: Georgia, Times, serif;

	letter-spacing: .4px;
	line-height: 16px;
	color: #efefef;
	padding: 2px 0px 115px 0px;
	margin: 0px;
}

blockquote {
margin-left: 0px;
margin-right: 0px;

}

blockquote p.quote {

}

blockquote p.author {
font-weight: bold;
}

/* Specifics */

div.post h2 {
  font-family: Georgia, Times, serif;
	font-size: 30px;
  margin-bottom: 5px;
	letter-spacing: 7px;
	text-transform: uppercase;
}

div.post h2 a:hover {
text-decoration: none;
}

div.entry img {
float: left;
margin-right: 20px;
margin-bottom: 20px;
}

.alignright {
	float: right;

	}

.alignleft {
	float: left

	}

textarea#comment {
width: 450px;
}

form#searchform input {
border: 1px solid #000000;
color: #000000;
background-color: #ffffff;
float: left;
}

form#searchform input#s {
margin-bottom: 10px;
}

form#searchform input#searchsubmit {
cursor: hand;
}

form#searchform input#searchsubmit:hover {
color: #ffffff;
background-color: #000000;
}

form#archiveform select {
color: #000000;
background: #ffffff;
border: 1px solid #000000;
}

ul.commentlist {
        font-family: Veranda, sans-serif;
	font-size: 13px;
	letter-spacing: .2px;
	line-height: 19px;
}

ul.commentlist cite {
        margin-bottom: 10px;
}

ul.commentlist li {
        padding: 10px;
}

ul.commentlist li.alt {
        background-color: #eeeeee;
}