/*   
Theme Name: Capitol Fire and Backflow
Theme URI: http://www.capitolfireandbackflow.com
Description: The custom-made theme used for Capitol Fire and Backflow
Author: John Crean
Author URI: http://www.creanium.net
Version: 1.0
*/

/* === [ Main Structure ] === */

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #f1f1f1 url('img/bg-body.png') repeat-x;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

div#page {
	background: white url('img/bg-container.png') repeat-y;
	width: 968px;
	margin: 0 auto 24px;
}

div#container {
	background: url('img/bg-container-top.png') no-repeat;
	padding: 12px 4px;
}

.clear {
	clear: both;
}

hr {
	border: none;
	border-top: 1px dotted #aaa;
	background: white;
	color: white;
	margin: 12px 0px;
}

/* === [ Header ] === */

div#header {
	height: 147px;
	position: relative;
	background: url('img/bg-header.jpg') 100% 100% no-repeat;
}

div#info-block {
	position: absolute;
	top: 12px;
	left: 310px;
	width: 374px;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.65em;
}

div#info-block h1 {
	display: none;
}

div#info-block h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

span.contact-phone {
	font-size: 1.3em;
	color: #800;
}

/* === [ Navbar and Tabs ] === */

div#navbar {
	background: #2668a5 url('img/bg-tab-well.png') no-repeat;
	height: 46px;
	margin: 0;
	padding: 6px 0px 0px;
	width: 960px;
}

ul#navlinks {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	list-style: none;
	height: 42px;
	width: 936px;
}

ul#navlinks li {
	float: left;
	height: 42px;
	background: #eee url('img/tab-sprites.png') 0px -42px repeat-x;
	margin: 0px 4px;
	padding: 0px;
}

ul#navlinks li a {
	display: block;
	float: left;
	background: url('img/tab-sprites.png') 0px 0px no-repeat;
	height: 42px;
	color: #777;
	text-decoration: none;
	font-size: 13px;
}

ul#navlinks li a:hover {
	color: #234f79;
}

ul#navlinks li a strong {
	background: url('img/tab-sprites.png') 100% -84px no-repeat;
	height: 24px;
	display: block;
	float: left;
	width: auto;
	padding: 16px 24px 2px;
	font-weight: normal;
	cursor: pointer;
}

ul#navlinks li.current_page_item {
	background: #ddd url('img/tab-sprites.png') 0px -168px;
}

ul#navlinks li.current_page_item a {
	background: url('img/tab-sprites.png') 0px -126px no-repeat;
	color: #333;
}

ul#navlinks li.current_page_item a strong {
	background: url('img/tab-sprites.png') 100% -210px no-repeat;
	padding: 14px 24px 4px;
	font-weight: bold;
}

/* === [ Content ] === */

div#content {
	padding: 24px;
	position: relative;
}

div#content h2 {
	margin: 0px;
	font-size: 2em;
	color: #843;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}

div#content h3 {
	font-size: 1.6em;
	color: #026;
	font-weight: normal;
}

div#content h4 {
	font-size: 1.4em;
}

div#content p {
	line-height: 1.65em;
	font-size: 1.2em;
	color: #333;
	padding: 0px;
}

img.alignleft {
	float: left;
	margin: 0px 12px 12px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 12px 12px;
}

table {
	border-collapse:separate;
	border-spacing:2px;
	margin-bottom:1.4em;
	width:100%;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
	font-size: 1.2em;
	line-height: 1.65em;
}

table, td, th {
	vertical-align:middle;
}

th {
	font-weight:bold;background:#C3D9FF;
}

th, td {
	padding: 4px 10px 4px 5px;
}

/* === [ Footer ] === */

div#footer-endcap {
	background: url('img/bg-endcap.png') no-repeat;
	height: 7px;
	width: 968px;
}
