/*  
Theme Name: Ignition
Theme URI: http://www.ignitionmaine.com
Description: This is the Ignition website theme.
Version: 1.0
Author: Chris Madden
Author URI: http://www.ignitionmaine.com

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #000000;
	color: #ffffff;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

h2{
	font-size: 24px;
}

h2 li a:link,h2 li a:visited{
	text-decoration: none;
}

a:link, a:visited{
	text-decoration: underline;
	color: #ff6600;

}

a:hover{
	color: #ff9966;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

#header{
	float: left;
	width: 800px;
	height: 200px;
	text-align: center;
}

.sidebar{
	float: left;
	width: 188px;
	text-align: right;
	padding-top: 56px;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;

}

#container{
	margin-left: 20px;
	float: left;
	width: 592px;
	position: relative;
}
.posttitle {
color: #ff6600;
z-index: 3;
position: absolute;
font-weight:bold;
text-align: left;
font-size: 30px;
background:url(header.gif) left center no-repeat;
width: 580px;
height: 47px;
top: 49px;
left: 7px;
padding: 12px 5px 0px 100px;
line-height: 1;
}

.squarebox{
position: relative;
z-index: 4;
top: 16px;
left: 25px;
width: 68px;
height: 68px;
background:url(squarecopy.gif) left center no-repeat;
padding: 0px 0px 0px 0px;
text-align: center;
font-size: 20px;
font-family: Georgia;
line-height: 1;
}
.squareboxfire{
position: relative;
z-index: 4;
top: 16px;
left: 25px;
width: 68px;
height: 68px;
background:url(squareflamelogo.gif) left center no-repeat;
padding: 0px 0px 0px 0px;
text-align: center;
font-size: 20px;
font-family: Georgia;
line-height: 1;
}

.datemonth{
padding-top: 5px;
color: White;
font-size: 24px;
}
.dateday{
color: Black;
font-size: 30px;
}

.entry{
border-color: #CCC!important;
position:  relative;
z-index: 1;
top: 0px;
border: solid;
border-width: 1px;
padding: 30px 5px 5px 5px;
overflow: auto;
}

.thecontent{
padding: 10px 5px 10px 5px;
float: left;
width: 430px;
}

.thecontentpageview{
padding: 10px 5px 10px 5px;
float: left;
width: 550px;
}

.jotform{
	width: 100%;
	height: 1026px;
	overflow: hidden;
}

.metadata {
	padding-top: 10px;
	border-bottom-color: gray;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	width: 430px;

	position: relative;
	float: left;	
}

.comments {
	float: left;
	position: relative;
	display: inline;
	width: 430px;
	color: gray;
	font-size: medium;
	text-align: right;
}
.author{
float: left;
width: 120px;
}

.post{
padding: 10px 0 10px 0;
position: relative;
}

#footer{
	clear: both;
	float: left;
	width: 803px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}