/*
Theme Name: Jefferson 100th - (JFC100)
Theme URI: http://jeffersonfireco.com/themes/jfc100/
Description: Jefferson Fire Company's 100th Annaversary Theme
Version: 1.0
Author: Joe Porcelli
URI: your-URI: http://returnip.org
Tags: Fire Company, dark, fixed width, two columns widgets, gallery, cms

	Jefferson 100th v1.0
	 http://jeffersonfireco.com/theme/jfc100
	
	The CSS, XHTML and design is released under Creative Commons:
	href="http://creativecommons.org/licenses/by-sa/3.0/us/"

*/

/* Color Palettes
	#190c-0c - Black
	#552422 - Brown
	#C41F05 - Red
	#636364 - Gray
	#AA5952 - Clay
	#AD9B9D - Light Gray
	#F28D13 - Orange
	#F3E8E1 - White
*/
	

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	text-decoration:none;
}


* {
	margin: 0;
	padding: 0;
	/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;*/
  	/*font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif*/
	font-family: Arial, Helvetica, Sans-serif;

}

a, a:hover, a:visited, img { border: none; }

/* Begin Page Structure & Style */
body {
	font-size: 62.5%; 	/* Resets 1em to 10px */
	color: #999999;
	background: #3b3b3b url('images/background.gif') repeat-x scroll top;
	text-align: center;
}

#page {
	width: 780px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding: 0;
}

#header {
	margin-top: 7px;
	height: 218px;
	width: 100%;
	border-style:solid;
	border-color: #7D7D7D;
	border-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 0;
}

#headerimg 	{
	width: 100%;
	height:193px;
	padding: 0;
	margin: 0;
	border-width: 0;
	background: #000000 url('images/banner.jpg') bottom no-repeat;
}

#header h1 { display:none; }

#subheader {
	width: 100%;
	background: #000000 url('images/subHeaderBg.gif') center repeat-x;
	height: 25px;
	font-size: 20px;	/* Here we define header font size as px */
	color: #EDDA74;		/* Goldenrod */
	padding-top: 1px;
	text-align: center;
	font-family:"Trajan Pro";
}


#contentwrapper {
	float: left;
	width: 100%; /*Width of main container*/
	background-color: #000000;
	padding-bottom: 5em;
	border-style:solid;
	border-color: #7D7D7D;
	border-width: 1px;
	border-bottom-style: none;
}

#content {
	margin-left: 150px;
	height: 100%;
	line-height: 1.5;
	text-align: justify;
}

#sidebar {
	float: left;
	width: 150px;
	margin-left: -780px;
	background-color: #000000;
	padding-bottom: 5em;
	border-style:solid;
	border-color: #7D7D7D;
	border-width: 1px;
	border-left-style: none;
}

.textnav, .imagenav {
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	background:url('images/line.gif') bottom repeat-x;
}

.textnav {
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
}

.imagenav ul, .textnav ul { list-style: none; }

.textnav ul { margin: 5px 0px 6px 10px; }

.textnav a, .textnav a:visited {
	padding-left:8px;
	color: #EDDA74;		/* Goldenrod */
	background:url('images/link.gif') left center no-repeat;
	text-decoration: none;
	border: 0;
}

.textnav a:hover {
	padding-left:8px;
	/*color: #990000; */
	color: #F62817; 	/* Fire Brick */   
	background:url('images/link_hover.gif') left center no-repeat;
	text-decoration: none;
	border: 0;
}

.imagenav a, .imagenav a:visited, .imagenav  a:hover {
	display:block;
	padding-top: 5px;
	padding-left:5px;
	border: 0;
}

.imagenav img { border: 0; }

#footer{
	padding-top: 1.0em;
	clear: left;
	width: 100%;
	height: 65px;
	background: #000000 url('images/footer.jpg') top no-repeat;
	font-weight: bold;
	color:#FFF;
	margin-bottom: 1em;
	border-style:solid;
	border-color: #7D7D7D;
	border-width: 1px;
	border-top-style: none;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #EDDA74;		/* Goldenrod */
}

#footer a:hover{
	color: #EDDA74;		/* Goldenrod */
	text-decoration: underline;
}

#footerleft {
	float: left;
	width: 30%;
}

#footerright {
	float: right;
	width: 30%;
}


#cpRight {
	font-size: 10px;
	margin-top: 1.5em;
}

/* --------------------- Article format ----------------------------*/
.entry {
	display: block;
	padding: 0 10px;
	font-size: 1.4em;
}

.entry p { margin: 5px 0; }

.entry p + p {
	margin-top: 0;
	text-indent: 1.5em;
}

.entry a, .entry a:visited {
	color: #ff0000;
	outline: none;
}

.entry a:hover {
	color:#FFC000;
	outline: none;
}

.entry ul, .entry ol {
	list-style-position:inside;
	margin-left: 0; /* 5px; */
	padding-left: 1em;
	text-indent: -1.1em;
}


.entry table, .entry tr, .entry td, .entry th {
	border-collapse: collapse;
	border: 1px solid #999999;
}

.entry table th {
	padding:5px;
	margin: 0;
}

.entry table td { 
	padding:3px;
	margin: 0;
}


.entry table {
	width: 80%;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
}

.entry td {
	padding: 1px 3px;
	color: #ffffff;
}

.entry th {
	text-align: center;
	color: #F50205;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 4px;
}



/* -----------------------------------------------------------------*
 * -----------------------------------------------------------------*
 * --------------------- Test Article ------------------------------*
 * --------------------- Heading -----------------------------------*
 * -----------------------------------------------------------------*
 * -----------------------------------------------------------------*/

h1, h1 a, h1 a:hover, h1 a:visited{
	color: #EDDA74;
	font-size: 2.0em;
	text-decoration: none;
}

h2, h2 a, h2 a:hover, h2 a:visited{
	color: #F50205;
	font-size: 1.5em;
	text-decoration: none;
	font-variant: small-caps;
}
h2 a:hover { color: #EDDA74; }

.articleLeft, .articleRight {
	display:block;
	padding: 10px;
}

h2.article {
	width:100%;	
	padding-bottom: 12px;
}

span.articleMeta, span.articleMeta a, span.articleMeta a:hover, span.articleMeta a:visited {
	display: block;
	color: #cccccc;
	font-size: 1.2em;
}

.articleRight span.articleMeta { text-align:right; }

.articleLeft span.articleMeta { text-align:left; }

.articleRight h2.article {
	background:url('images/headerR.png') bottom right no-repeat;
	text-align:right;
}

.articleLeft h2.article{
	background:url('images/headerL.png') bottom left no-repeat;
	text-align:left;
}


/* --------------------- Image format ----------------------------*/

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}


/* Begin Various Tags & Classes */
acronym, abbr { cursor: help; letter-spacing: .07em; }
address { margin-top: 1.5em; font-style: italic; }
big { font-size: 1.1em; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 3px solid #F74800; }
blockquote cite { margin: 1em 0 0 2.5em; display: block; }
code, pre, samp, tt, var { font: 1.1em 'Courier New', Courier, Fixed; }
del { text-decoration: line-through; }
dfn, em, cite { font-style: italic; }

/* For better-looking ampersands */
span.amp { font-family: Baskerville, Palatino, "Book Antiqua", serif; font-style: italic; }

.center { text-align: center; }
.alignleft { text-align:left; }
.alignright { text-align:right; }
.hidden { display: none; }

/* End Various Tags & Classes*/


/* --------------------- Post Navigation ----------------------------*/
.navigation { display: block; width: 90%; margin: 2px auto; font-size: 1.3em; padding-bottom: 5px;}

.navigation a, a:visited { color: #F50205; text-decoration: none;}

.navigation a:hover { color: #EDDA74; text-decoration: none;}