/*
Theme Name: Cat5
Theme URI: http://astraightline.com/
Description: Designed and Coded for CAT5 Technology by ASTRAIGHTLINE.
Version: 1
Author: Thom Henkel
Author URI: http://astraightline.com/
*/


body {
	background-color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#3b2f23;
	}
	
h1 {
	font-size:22px;
	color:#1a160e;
	padding-bottom:15px;
	font-weight:400;
	line-height:1.2em;
	}
	
h1 a{
	color:#1a160e;
	text-decoration:none;
	}
	
h1 a:hover{
	color:#1b3957;
	text-decoration:none;
	}
	
	
h2 {
	font-size:19px;
	color:#1b3957;
	font-weight:400;
	line-height:1.2em;
	}
	
h2 a{
	color:#1b3957;
	text-decoration:none;
	}
	
h2 a:hover{
	color:#1a160e;
	text-decoration:none;
	}
	
h3	{
	font-size:15px;
	color:#1b3957;
	font-weight:400;
	line-height:1.5em;
	padding-top:.8em;
	}

a{
	color:#1b3957;
	}
	
a:hover{
	color:#1a160e;
	}
	
.ender {
	clear:both;
	padding-bottom:40px;
	}
	
.hidden {
	display:none;
}
	
/* header */	
	
#header{
	background-image:url(images/bg-header.jpg);
	background-repeat:no-repeat;
	width:860px;
	min-height:325px;
	margin:0 auto;
	padding:40px 30px 0 70px;
	font-size:15px;
	line-height:1.3em;
	color:#FFF;
	}
	
#header-interior {
	background-image:url(images/bg-interior.jpg);
	background-repeat:no-repeat;
	width:860px;
	min-height:110px;
	margin:0 auto;
	padding:40px 30px 0 70px;
	font-size:15px;
	line-height:1.3em;
	color:#FFF;
	}
	
	
#header .copy{
	width:460px;
	padding-top:35px;
	}
	
.tagline {
	font-size:22px;
	/*color:#c7b299;*/
	color:#ffff00;
	padding-bottom:.7em;
	}
	
.tagline-interior {
	font-size:22px;
	color:#FFF;
	padding-top:1em;
	}
	
#header .links {
	width:460px;
	font-size:15px;
	color:#FFF;
	padding-top:1em;
	}

#header .links a{
	font-style:italic;
	/*color:#c7b299;*/
	color:#bee8ed;
	padding-right:15px;
	}
	
#header .links a:hover{
	font-style:italic;
	color:#FFF;
	padding-right:15px;
	}	
	
.linkslast {
	padding-left:15px;
	}
	
#header-left {
	width:460px;
	float:left;
	display:inline;
	}
	
#header-right {
	width:373px;
	float:right;
	display:inline;
	}	
	
/* navigation */

#navigation-container {
	width:100%;
	min-height:72px;
	background-color:#1a2d3d;
	color:#65a0aa;
	font-size:14px;
	font-weight:bold;
	}
	
#navigation-nested {
	width:873px;
	padding:30px 13px 0 0;
	margin:0 auto;
	}
	
#navigation-nested a{
	color:#fff;
	padding:0 13px 0 13px;
	text-decoration:none;
	}
	
#navigation-nested a:hover{
	color:#65a0aa;
	padding:0 13px 0 13px;
	text-decoration:none;
	}	
	
.phone-number {
	float:right;
	display:inline;
	color:#bee8ed;
	font-size:15px;
	}
	
/* content */

#content {
	width:100%;
	background-color:#FFF;
	background-image:url(images/bg-content.gif);
	background-repeat:repeat-x;
	background-position:top;
	min-height:290px;
	padding-top:45px;
	line-height:1.6em;
	}
	
#container {
	width:820px;
	margin:0 auto;
	}
	
#container p{
	padding-bottom:1.2em;
	}
	
#content-left {
	width:540px;
	float:left;
	display:inline;
	}

#content-right {
	width:220px;
	float:right;
	display:inline;
	}
	
.post {
	width:100%;
	margin-bottom:35px;
	padding-bottom:35px;
	background-image:url(images/h-rule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
.sidebar-nav {
	width:100%;
	margin-bottom:15px;
	padding-bottom:5px;
	background-image:url(images/h-rule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:11px;
	line-height:1.2em;
	}
	
/* footer */

#footer-container {
	background-color:#000;
	background-image:url(images/bg-footer.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	min-height:115px;
	padding-top:35px;
	color:#bee8ed;
	line-height:1.3em;
	}
	
#footer-container a{
	color:#bee8ed;
	}
	
#footer-container a:hover{
	color:#FFF;
	}
	
#footer-container img{
	float:right;
	}
	
#footer-content {
	width:830px;
	margin:0 auto;
	}
	
.footer-float {
	width:600px;
	float:left;
	display:inline;
	}

.textaddress {
	text-decoration:none !important;
	}
	
.cities {
	padding-top:10px;
	clear:both;
	font-size:12px;
	text-align:center;
	}
	
.copyright {
	padding-top:10px;
	clear:both;
	font-size:11px;
	}