/*  
Theme Name: Livid Thorn
Author: Natalie Wood
*/

/* ----------------------------------------
   Standard
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #FFF url('img/body.jpg');
	font: normal 6px Helvetica,Arial,sans-serif;;
	color: #000;
	padding-bottom: 1em;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 0.8em Helvetica,Arial,sans-serif;}
h2 {font: normal 0.8em Helvetica,Arial,sans-serif;}
h3 {font: bold 0.8em Helvetica,Arial,sans-serif;}

blockquote {
	background: #FFF url('img/quote.gif') no-repeat;
	border: 1px solid #000;
	color: #000;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFF;
	color: #335;
	border: 1px solid #000;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}


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

/* Inputs */
input#s, textarea, input.styled {
	border: 1px solid #000;
	padding: 3px;
	width: 160px;
	font: normal 1em Helvetica,Arial,sans-serif;
	}
textarea {width: 440px;}
#searchsubmit {
	border: 1px solid #000;
	background: #FFF;
	font: normal 0.9em Helvetica,Arial,sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 20px auto 0;
	width: 700px;
}
#layout_container {
	background: #FFFFFF;
	padding-left: 8px;
	border-left:4px solid black;
	border-right:4px solid black;
	width: 665;
}
#layout_edgetop {
	background: url('http://www.lividthorn.com/layout/img/layout_edges.png') no-repeat left top;
	display: block;
	height: 20px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {
	background: url('http://www.lividthorn.com/layout/img/layout_edges.png') no-repeat left top;
	display: block;
	height: 20px;	
	background-position: left bottom;
	margin-left: 0px;
}

/* Site Title */
#site_title {
	background: #FFFFFF;
	padding: 6px 18px;
}
#site_title h1 {
	font: normal 2.4em sans-serif;
	letter-spacing: -1px;
}
#site_title h1,#site_title h1 a {color: #000;}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #000}
#site_title h2 {
	padding-top: 1.4em;
	font: normal 1.1em Helvetica,Arial,sans-serif;;
	color: #679;
}

#top_separator {
	background: #FFFFFF;
	display: block;
	font-size: 0;
	width: 665;
	height: 200px;
	line-height: 0;
	z-index:0;
}

/* Navigation */
#navigation {
	background: #ffffff;
	padding: 0px 0px 0;
	text-align: center;
}

/* Main Layout */
#main_left {width: 675px;}
#main_right {width: 200px;}

/* Footer */
#footer {
	background: #FFFFFF;
	padding: 0px 0px 0px;
	text-align: center;
	font-size: 0.85em;
	color: #000000;
	text-decoration: none;
}
#footer .right {color: #000000;}
#footer .right a {
	color: #000000;
	text-decoration: none;
}
#footer .right a:hover {
	color: #000000;
	text-decoration: none;
}


/* ----------------------------------------
   Misc
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFFFFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}
.dateleft {
	left: 0px;
	float: left;
	text-align: left;
}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */
span.comment {
	background: url('img/icon_comment.gif') no-repeat left center;
	padding-left: 25px;
}

#logo {
	width: 234px;
	position: relative;
	z-index: 1000;
	left: 0px;
	float: left;
	top: 0px;
	margin-top: -280px;
	margin-left: -50px;
}

#left {
	float: left;
	text-align: left;
}

#newsletter {
	width:170px;
	z-index: 2000;
	margin-top: 9px;
	margin-right: 10px;
	padding-left:10px;
	float:right;
			}

#blogheader {
	width:300px;
	z-index: 2000;
	padding-top: 12px;
	margin-right: 0px;
	padding-left:10px;
	float:left;
			}



/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #000;
}
.post_title {
	background: #FFF;
	padding: 6px 12px 5px;
	text-align: left;
}
.post_title h1 {
	font: bold 1.5em Helvetica,Arial,sans-serif;
	text-decoration: none;
	text-align: left;
}

.post_title h1 a {
	color: #000;
	text-decoration: none;
	text-align: left;
}

.post_title h1 a:hover {
	color: #fff;
	background-color:#000000;
	text-decoration: none;
	text-align: left;
}
.post_title h1.left {
	width: 500px;
	text-align:left;
	
}
.post_date {
float:left
	text-align:left;
	color: #000;
	padding-top: 1px;
	font-size: 0.85em;
	text-decoration: none;

}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #FFF;
}
.post_metadata .content {
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
	text-decoration: none;
}
.post_metadata .content a {color: #000;}
.post_metadata .content a:hover {
	color: #fff;
	background-color:#000000;
	text-decoration: none;
}

.post_body {
	text-align:left;
	background: #FFF;
	padding: 10px 10px 1px;
}
.post_body img {
	background: #FFF;
	padding: 3px;
}
.post_bottom {
	background: url('img/post/title.gif') no-repeat;
	display: block;
	height: 10px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}


/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	text-align:left;
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	text-align:left;
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	text-align:left;
	color: #002;
}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em Helvetica,Arial,sans-serif;}
.archive_title a {text-decoration: none;}
.archive_postinfo {
	font: normal 1em sans-serif;
	padding-bottom: 6px;
}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px}
.comment_author {padding-top: 2px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #fff;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
}
.pagenav {
	font-size: 1em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #000;
	text-decoration: none;
}
.pagenav a:hover {
	color: #fff;
}


/* ----------------------------------------
   Widget
------------------------------------------- */
.widget {
	background: #DAE3E9 url('img/box/body.gif') repeat-x left top;
	padding: 8px 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid #C6CAD3;
}
.widget_title {
	font-weight: bold;
	padding-bottom: 5px;
	margin: -11px -10px 8px;
	border-bottom: 1px solid #ACBECD;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}
