/*  
Theme Name: Zapfire
Theme URI: http://www.zapfire.com
Description: A three column fixed width theme with both sidebars widget ready.
Version: 1.0
Author: Web4 K. Evans
Author URI: http://www.zapfire.com/
*/		

*
{
margin: 0px;
padding: 0px;
}

ul
{
list-style: none;
}

body {
	background-image:url(/wp-content/themes/zapfire/images/background.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	font:12px arial, helvetica, sans-serif;
	color:#000;
	margin:0 auto;
	margin-top:3px;
	}
	

/****** TEXT ******/
	
H1 {
	font:bold 18px arial, helvetica, sans-serif;
	color:#ee2329;
	text-align:left;
	}
	
H2 {
	font:bold 15px arial, helvetica, san-serif;
	color:#000;
	text-align:left;
	}
	
H3 {
	font:bold 13px arial, helvetica, san-serif;
	color:#000;
	text-align:left;
	}
	
H4 {
	font:bold 12px/18px arial, helvetica, san-serif;
	color:#000;
	text-align:left;
	}
	
P, TD	{
	font:12px arial, helvetica, sans-serif;
	color:#000;
	text-align:left;
	line-height:15px;
	}


A:link, A:active {
	font:12px arial, helvetica, sans-serif;
	color:#ee2329;
	text-align:left;
	}
	
A:visited {
	color:#999;
	}

A:hover {
	color:#666;
	}
	
	

                         /***************************************************
                         ******************** Header Container **************
                         *****************************************************/


#contentBoxOne {
	width:780px;
	padding:0px;
	font: bold 20px arial;
	color:#900;
	margin:0 auto;
	}
	
#contentBoxTwo {
	width:780px;
	margin:0p auto;
	padding:0px;
	font: bold 20px arial;
	color:#900;
	}
	
#logoBox {
	float:left;
	height:70px;
	width:200px;
	margin:0px;
	padding:0 40px 0 0;
	}
	
	
#navBox {
	height:70px;
	float:right;
	text-align:right;
	width:420px;
	margin:0;
	padding:0;
	}
	
#scontentBox {
	width:778px;
	margin:0;
	padding:0;
	border-left: solid 1px;
  border-right: solid 1px;
	border-color:#999;
	border-bottom:0;
	text-align:left;
	clear:both;
	}
	

	
#servicesBox {
	font: 11px arial, helvetica, sans-serif;
	line-height:22px;
	color:#fff;
	text-align:left;
	text-decoration:none;
	width:570px;
	height:22px;
	float:left;
	margin:0;
	padding:0;
	background-color:#ee2329;
	}
	
#workBox {
	width:210px;
	height:22px;
	float:right;
	verticle-align:bottom;
	margin:0px;
	padding:0px;
	}

#wrapper {
	clear:both;
	display:table;
	height:100%;
	width:780px;
	margin:0px;
	padding:0px;
	}	

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



                         /***************************************************
                         *********************** Navigation **************
                         *****************************************************/

/*** TOP NAV ***/

UL#top {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}

#top a {
	display: block;
	text-decoration:none;
	font:bold 11px arial, helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}
	
#top li{ /* all list items */
	float: left;
	font:bold 11px arial, helvetica, sans-serif;
	padding:0;
	margin:0;
}

#top li ul { /* second-level lists */
	position: absolute;
	background: #f2f2f2;
	margin:0;
	padding:0;
	list-style: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#top li ul li {
	float:none;
	text-align:left;
	margin-left:0;
	border-bottom: solid 1px #ddd;
	width:100px;
}

#top li ul li A { 
	font:bold 11px arial, helvetica, sans-serif;
	line-height:20px;
	color:#666;
	text-decoration:none;
	padding: 0 10px;
	}

	
#top li ul li ul li {
	float:none;
	text-align:left;
	border-bottom:solid 1px;
	border-color:#ccc;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:5px;
}


#top li:hover ul li:hover  {
		background-color:#ddd;
}

#top li:hover ul, #top li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/**** MID NAV ****/
	
UL#mid {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}

#mid a {
	display: block;
	text-decoration:none;
	font:bold 11px arial, helvetica, sans-serif;
	color:#fff;
	line-height:22px;	
}
	
#mid li{ /* all list items */
	float: left;
	font:bold 11px arial, helvetica, sans-serif;
	padding:0;
}

#mid li ul { /* second-level lists */
	position: absolute;
	background: #ee2329;
	margin:0;
	padding:0;
	list-style: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mid li ul li {
	float:none;
	text-align:left;
	margin-left:0;
	border-bottom: solid 1px #ddd;
	width:160px;
}

#mid li ul li A { 
	font:bold 11px arial, helvetica, sans-serif;
	line-height:20px;
	color:#fff;
	text-decoration:none;
	padding: 0 10px;
	}

	
#mid li:hover ul li:hover  {
		background-color:#f98b21;
}

#mid li:hover ul, #mid li.sfhover2 ul { /* lists nested under hovered list items */
	left: auto;
}
	



                         /***************************************************
                         *********************** Left Sidebar Container *******
		                      *****************************************************/
													

#leftnav
{
	float: left;
	width:127px;
	text-align:center;
	margin:20px 0 0 5px;
}




                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/

#rightnav
{
float: right;
width: 150px;
margin: 20px 0 0 0;
padding:0;
text-align: left;
}

                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
float:right;
width:436px;
margin: 0;
padding: 20px 30px;
text-align: left;
background-color:#fff;
}


#content ul
{
padding-left: 15px;
}

#content ul li{
margin-left: 15px;
list-style-type: square;
}

#content ul ul li{
padding-left: 3px;;
}


#content ol{
list-style-position: inside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px;
}

#content p
{
padding: 10px;
}

.content {
	width:900px;
	background-color:#fff;
	}
	
	                         /***************************************************
                         *********************** Widgets **************
                         *****************************************************/
li#archives h2.widgetitle {
	font: bold 12px arial, helvetica, sans-serif;
	color: #000;
	
	}								



                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/
												 
#redbar {
	background-color:#ee2329;
	font: 11px arial, helvetica, sans-serif;
	line-height:20px;
	color:#fff;
	width:780px;
	height:20px;
	clear:both;
	text-align:center;
	}


A.copy:link, A.copy:visited, A.copy:active {
	font: 10px arial, helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	line-height:22px;
	}
	
A.copy:hover {
	font: 10px arial, helvetica, sans-serif;
	color: #666;
}	

#footwrap
{
clear:both;
width:890px;
background-color:#ddd;
color: #000;
padding:5px;
margin:0;
}

#footwrap p
{
display: block;
font: 11px arial, helvetica, sans-serif;
color:#000;
margin-top: 5px;
margin-bottom: 5px;
text-align:center;
}

#footwrap a:link {
color: #000;
font: 11px arial, helvetica, sans-serif;
text-decoration: none;
border: none;

}
#footwrap a:hover {
color: #666;
text-decoration: underline;
}

#footwrap a:visited:hover {
color: #666;
text-decoration: underline;
}

#footwrap a:visited {
color: #666;
text-decoration: none;
border: none;
font-weight: bold;
}

#footwrap img {
padding: 0px 5px 0px 5px;
}


                         /***************************************************
                         *********************** Left Sidebar **************
                         *****************************************************/
#sidebarleft
{
margin: 5px 0 10px 0;
background: none;
padding:0 0 10px 0;
text-align:left;
}

#sidebarleft ul
{
list-type:none;
margin:0;
padding:0;
}


#sidebarleft ul li
{
padding: 0;
margin: 0;
list-style-type:none;
text-align:left;
}

#sidebarleft ul li ul li
{
margin:0;
padding: 0;
list-style-type:circle;
}

#sidebarleft a {
	font: 11px arial, helvetica, sans-serif;
	color:#999;
	}

#sidebarleft a:link {
color: #999;
text-decoration: none;
}

#sidebarleft a:hover {
color: #ee2329;
text-decoration: underline;
}

#sidebarleft a:visited:hover {
color: #ee2329;
text-decoration: underline;
}

#sidebarleft a:visited {
color: #666;
text-decoration: none;
}

#sidebarleft h2 {
font: bold 12px arial, helvetica, sans-serif;
color:#333;
padding:0;
margin: 0;
text-transform:uppercase;
}

#sidebarleft p
{
padding: 0;
}

#sidebarleft img {
margin:0;
padding:0;
border:0;
}


                         /***************************************************
                         *********************** Right Sidebar **************
                         *****************************************************/

#sidebarright
{
color: #999;
margin: 0 0 10px 0;
background: none;
padding:0 5px 0 0;

}

#sidebarright ul
{
list-type:none;
border: solid 1px #000;
}

#sidebarright li
{
background: #fff;
padding-bottom: 8px;
}

#sidebarright ul li
{
padding-left: 0;
margin-left: 5px;
margin-right: 4px;
padding-bottom: 2px;
list-style-position:inside;
}

#sidebarright ul li li
{
padding-left: 0;
margin-left: 8px;
margin-right: 3px;
padding: 2px 0;
list-style-type:circle;
}


#sidebarright a:link {
font: 12px arial, helvetica, sans-serif;
color: #999;
text-decoration: none;
}

#sidebarright a:hover {
font: 12px arial, helvetica, sans-serif;
color: #ee2329;
text-decoration: underline;
}

#sidebarright a:visited:hover {
font: 12px arial, helvetica, sans-serif;
color: #ee2329;
text-decoration: underline;
}

#sidebarright a:visited {
font: 12px arial, helvetica, sans-serif;
color: #666;
text-decoration: none;
}

#sidebarright h2 {
font-family: bold 14px verdana, arial, helvetica, sans-serif; 
color: #000;
padding: 2px 8px 2px 8px;
background:#f59422;
border-bottom: 1px solid #000;
margin:0;
}

#sidebarleft p
{
padding: 3px;
}




 
                         /***************************************************
                         *********************** Blockquote ********************
                         *****************************************************/

blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #999;
border-left: 4px solid #480000;
}


                         /***************************************************
                         *********************** Post Metadata ****************
                         *****************************************************/

.postmetadata
{
display:block;
margin: 10px auto 10px auto;
padding: 5px;
text-align: left;
color:#333;
background: #f2f2f2;
}

#content .postmetadata
{
padding-left: 10px;
}

.postmetadata a:link
{
font: 10px arial, helvetica, sans-serif;
border: none;
color: #ee2329;
}

.postmetadata a:hover
{
border: none;
color: #666;
text-decoration: none;
}

.postmetadata a:visited:hover
{
border: none;
color: #666;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #333;
font-weight: normal;
}

                         /***************************************************
                         *********************** Links ********************
                         *****************************************************/

a img 
{
border:none;
background:none;
padding:0;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


                         /***************************************************
                         *********************** Comments ********************
                         *****************************************************/
												 
												
ol.commentlist {
width:400px;
}

h4#comments {
font:bold 12px arial, helvetica, sans-serif;
color:#666;
border-bottom: solid 1px #666;
}

.commentlist{
color: #333;
margin:0;
padding:0;
}

.commentlist li{
margin: 0;
padding: 5px;
list-style: none;

}

.commentlist li ul li{
border: none;
}

.commentform {
margin:10px 0;
}

/*li.alt
{
border-bottom: 2px solid #D8A860;
}*/

.commentlist cite
{
font-size:11px;
padding: 2px 3px 1px 3px;
}

.commentlist p
{
font-size:12px;
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentlist a:link
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #ddd;
}

.commentlist a:visited
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #666;
}

.commentlist a:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #666;
}

.commentlist a:visited:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #666;
}


.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-size:11px;
text-decoration: none;
color: #ee2329;
}

.commentnumber {
font: 11px arial, helvetica, sans-serif;
margin-top: 2px;
float:right;
color: #000;
}

#comment
{
width:80%;
}

small.commentmetadata {
font-size:10px;
}


			/*************** POST HEADINGS ***********/

h3, h3.posttitle  {
	font:bold 18px arial, helvetica, sans-serif;
	color:#ee2329;
	text-align:left;
	margin:10px 5px;
}

h3.posttitle A {
	font:bold 18px arial, helvetica, sans-serif;
	text-align:left;
	margin:10px 5px;
	color:#ee2329;
}


h3.posttitle a:visited{
font:bold 18px arial, helvetica, sans-serif;
	text-align:left;
	margin:10px 5px;
	color:#999;
}

h3.posttitle a:hover{
font:bold 18px arial, helvetica, sans-serif;
	text-align:left;
	margin:10px 5px;
	color:#666;
}

.posttitle a:visited:hover{
text-decoration: none;
color:#666;
}




                          /*Miscellaneous*/
.date
{
font-size: 12px;
float: right;
text-transform: uppercase;
padding: 0 5px;
margin-top: 12px;
text-align: center;
color: #000;
border: 1px groove #000;
background: #B1CCDC url(../Copy%20of%20accurate/images/date.png) no-repeat;
}

.entry {
margin: 10px 0;
}

div.entry p {
margin:20px 0;
}
                         /*Contained Floats Fix*/
.post
{
display: block;
overflow:hidden;
}
                     /*Code*/
code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 4px solid #333;
color: #FFFFE8;
background: #480000;
}

#searchform {
margin-left: 5px;
text-align:center;
border: solid 1px #767676;
padding: 5px 0;
	}
	
#searchform input{
	margin:3px 0;
	}
	

*/
/******************Calendar**************/
#wp-calendar 
{
empty-cells: show;
margin: 10px auto 0;
width: 160px;
}

#wp-calendar #next a 
{
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a 
{
padding-left: 10px;
text-align: left;
}

#wp-calendar td 
{
padding: 2px 0;
text-align: center;
}

#wp-calendar th 
{
/*padding: 3px 0;*/
text-align: center;
}

#wp-calendar caption 
{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold;
}


.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 0;
}

.wp-smiley
{
padding: 0;
}

.textwidget
{
font-size:12px;
margin: 2px 5px 2px 5px;
}

.widget {
font-size:12px;
}


	 