/*  
Theme Name: Sparks to Flame
Theme URI: http://quietcynic.com/
Description: Nothing fancy
Version: 0.1
Author: Andrew Lee
Author URI: http://quietcynic.com/

*/


body, html {

	margin: 0px;

	padding: 0px;

}

img{
	border-width: 0px;
}

#header{
height: 181px;
text-align: center;
background: black;
}

#main {
	min-height: 600px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 20px;
	margin: 0px;
	background-color: white;
	color: #5e5e5e;
	background-repeat: repeat-x;
	background-image: url(gradient3.jpg);
}

.post {
	text-align: justify;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 26px;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
}

.post a {
	color: #282f57;
	text-decoration: underline;
}

.post a:hover {
	text-decoration: none;
}

.post h2 {
	border-bottom-color: #4f4f4f;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	color: #323232;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post h2 a {
	text-decoration: none;
	color: #323232;
}


.post .imageBar {
	font-size: 10px;
}

.post .imageBar img {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
}

.post img {
	padding: 8px;
}

.post .byLine {
	border-width: 0px;
	border-style: none;
	padding: 5px;
	background-color: #eeeeee;
	color: black;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 10px;
	font-size: 10px;
}

#previously {
	height: 150px;
	border-bottom-color: #4f4f4f;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 26px;
	font-size: 12px;
	padding: 0px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 450px;
}

#previously h2 {
	border-bottom-color: #4f4f4f;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	color: #323232;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: white;
	background-color: #010101;
	height: 20px;
}

