/*
Theme Name: firepaper
Theme URI: http://firepaper.com
Description: bare firepaper blog design
Version: alpha 1
Author: Jim Mayes

*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	background: #ff7800;
	}
#header {
	padding-top: 2em;
	background: #fff;
	}
h1 {
	margin: 0;
	}
#header a {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 160px;
	text-indent: -9999px;
	background: url(/img/web_logo.gif) no-repeat;
	outline: none;
	}
#content {
	padding: 1em 0 6em 0;
	border-bottom: 3px solid #ff7800;
	background: #fff;
	}
h2.pagetitle {
	margin: 1em auto 2em auto;
	border-width: 1px 0;
	border-style: dashed;
	border-color: #fc0;
	padding: .3em;
	width: 60%;
	text-align: center;
	font-family: "trebuchet ms", arial;
	color: #fc0;
	background: #ffc;
	}
.post {
	margin: 0 auto;
	width: 60%;
	text-align: left;
	line-height: 1.5;
	}
.post h2 {
	margin: 0 0 .3em 0;
	padding: 0;
	font-family: "trebuchet ms", arial;
	font-size: 2.6em;
	font-weight: bold;
	color: #ff7800;
	}
.post h2 a {
	border-bottom: 1px dashed #ccc;
	color: #ff7800;
	text-decoration: none;
	}
.post h2 a:hover {
	border-bottom: 1px dashed #535353;
	color: #ff7800;
	}
.post small {
	font-size: 1em;
	color: #535353;
	}
.post .entry {
	font-size: 1.4em;
	}
.post .entry strong {
	padding: 0 .2em;
	font-family: "trebuchet ms", arial;
	color: #ff7800;	
	background: #ffc;	
	}
.post .entry strong a {
	color: #ff7800;
	}
.post .entry strong a:hover {
	background: #ff0;
	}
.postmetadata small {
	font-size: .7em;
	color: #535353;
	}
.postmetadata a {
	color: #ff7800;
	}
.postmetadata a:hover {
	text-decoration: none;
	}
#comments_block {
	margin-top: 3em;
	border-top: 1px dashed #ccc;
	padding-top: 1em;
	}
#comments_block h3 {
	font-family: "trebuchet ms", arial;
	font-size: 1.6em;
	font-weight: bold;
	color: #ff7800;
	}
#comments_block #comment {
	width: 100%;
	}
	
#tag_cloud {
	margin: 3em auto 0 auto;
	border-top: 1px dashed #ccc;
	width: 60%;
	text-align: left;
	}
#tag_cloud h3 {
	margin-bottom: .3em;
	font-family: "trebuchet ms", arial;
	font-size: 1.6em;
	font-weight: bold;
	color: #ff7800;
	}
#tag_cloud #cloud {
	margin: 0 auto;
	border-width: 1px 0;
	border-style: dashed;
	border-color: #fc0;
	padding: .5em;
	font-family: "trebuchet ms", arial;
	background: #ffc;
	}
#tag_cloud #cloud a {
	color: #fc0;
	}
#tag_cloud #cloud a:hover {
	color: #ff7800;
	}
	
#footer {
	margin: 0;
	border-top: 1px dashed #ff0;
	padding: 3em 0;
	color: #fc0;
	}
#footer .feeds {
	font-family: "trebuchet ms", arial;
	font-size: 1.2em;
	font-weight: bold;
	}
#footer .feeds a {
	color: #fc0;
	}
#footer .feeds a:hover {
	color: #ffc;
	text-decoration: none;
	}
#footer .credits {
	color: #ffa51e;
	}
#footer .credits a {
	color: #fc3;
	}
#footer .credits a:hover {
	color: #ffc;
	text-decoration: none;
	}