/*
Theme Name: Fire V2
Description: A wider version of the Fire theme. A mash of two unused themes from 2008/2009.
Author: Chris
*/

body {
	color: #E3E2E3;
	font-size: 70%; /* Resets 1em to 11px/8pt */
	font-family: Verdana;
	background: #484848 url('images/body_bg.jpg') repeat top center;
        margin: 0;
        padding: 0;
	}
a {
	color: #668AFD;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
        text-decoration: none;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h1 {
	font-size: 2.4em;
}
h2 {
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em; 
}
pre {
	overflow:auto;
}
hr {
        display: none;
}
acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}
strong {	
	color:#ffffff;
}
a img {
	border: none;
}
/* Layout */

#page {
	margin: 0 auto;
	padding: 0;
	width: 936px;
}
#wrapper {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background: #3D3E43 url('images/wrapper_bg.jpg') repeat-y center;
	overflow:hidden;
}
#contentwrap {
	width:630px;
	float:left;
	position:relative;
	left:0;
	padding-bottom: 6px;
	margin:0;
}
#content {
	background: #3B3B3B url('images/content_bg.jpg') repeat top left;
	padding-top: 5px;
	margin:0;
}
#content ul {
	margin: 0;
}
#content ul li {
	font-size:1em;
	text-align: left; 
	text-decoration: none;
        padding:1px;  
}
#sidebar {
	margin: 0;
	padding: 0;
	width:300px;
	float:right;
	position:relative;
	right:0;
	font-size:1em;
	line-height:1.4em;
}	


#footer {
	padding-bottom: 16px;
	margin: 0 auto;
	width:936px;
	height:40px;
	line-height:30px;
	clear: both;
}
#footer p span { 
	float: right;
	clear: both;
        font-weight: bold;
}
#footer p { 
	margin: 0;
	clear: both;
}
#footercontent {
	height:40px;
	text-align: left;
	background: #3B3B3B;
	padding: 10px 12px 0 12px;
	clear: both;
}









/* Alignments */

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.entry .aligncenter,
.entry div.aligncenter {
	display: block;
	margin: 0px auto 10px auto;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 10px auto 10px auto;
}

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

dd.wp-caption p.wp-caption-text,
.wp-caption p.wp-caption-text {
	font-size: 0.9em;
	line-height: 17px;
	margin: 0;
	padding: 5px;
}

img.border {
	background-color: #fff;
	border: 1px solid #C8C8C8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}













