/*  
Theme Name: A Single Candle
Theme URI: http://firechildren.net
Description: A simplistic elegant theme with switchable stylesheets.
Version: 1.0
Author: Panya Covin-Gwynn
Author URI: http://www.firechildren.net/lightfire/
*/

/* Basic declarations */

BODY {
	background : #030000 url(images/v4fcnet_02.png) top left repeat-y;
	color : #FAD489;
	font-family : Verdana, san-serif;
	font-size : 13px;
	text-align : justify;
	letter-spacing : .1em;
	scrollbar-base-color : #030000;
}
A:LINK {
	color : #A63700;
	text-decoration : underline;
}
A:VISITED {
	color : #D95D04;
	text-decoration : line-through;
}
A:HOVER, A:FOCUS, A:ACTIVE {
	color : #FFFCD9;
	text-decoration : none;
}
HR {
	color : #FAD489;
	height : 1px;
	width : 90%;
	text-align : center;
}
TEXTAREA {
	background : #030000;
	color :  #FAD489;
	font-size : 11px;
	border : 1px solid #FAD489;
}
H2 {
	float : none;
}

DIV.content {
	position : absolute;
	left : 330px;
	right : 0px;
	top : 80px;
	padding-right : 15px;
	z-index : 2;
}
DIV.sidebar {
	position : absolute;
	left : 59px;
	top : 310px;
	width : 181px;
	font-size : 10px;
	padding-left : 10px;
	z-index : 1;
}
DIV.header {
	background : #030000 url(images/v4fcnet_01.png) top left no-repeat;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 520px;
	height : 400px;
	z-index : 0;
}
DIV.footer {
	position : relative;
	margin-left : 320px;
	margin-right : 10px;
	z-index : 2;
	font-size : 9px;
	text-align : right;
}
.byline {
	font-size : 9px;
	text-align : left;
}
.alignright {
	float : right;
}
.alignleft {
	float : left;
}
.center {
	text-align : center;
}
.navigation {
	display : block;
	text-align : center;
	margin-top : 10px;
	margin-bottom : 40px;
}
.postmetadata {
	text-align : center;
	background-color : #0A0000;
	border-top : 1px solid #A63700;
	border-bottom : 1px solid #A63700;
	font-size : 10px;
	padding : 2px;
}