/**
 * Theme Name: KCTesting
 * Theme URI: http://kctesting.com
 * Description: Custom child theme for Kansas City Testing & Engineering, LLC
 * Version: 0.1
 * Author: Norberg A.D. Inc. - Jason Norberg
 * Author URI: http://norberg-ad.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width
 * Template: hybrid
 */



@import url("../hybrid/style.css");

/* Make sure theme clears WP.org theme repository checklist */
.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}



/* HTML Tags */
h2 {
	color:#5F6062;
	font-family: Arial, Helvetica, sans-serif;
}
h3, h4, h5, h6 {
	color:#5F6062;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color:#005944;
}
a:hover, a:active {
	color:#005944;
	text-decoration: underline;
}
a:visited {
	color:#005944;
}

/* Body */
#body-container {
	margin:0 auto 21px;
	}
body {
	font: normal normal normal 15px/21px Arial, Helvetica, sans-serif;
	color: #000;
	background: url(images/header-bg.png) top repeat-x #fff;
	}
	
/* Header */
#header {
	margin:10px 0 30px;
	}
#header-container {
	background: url(images/header-container-bg.png) top no-repeat;
	padding: 10px 0;
	}
#navigation {
	float:right;
	margin: -50px 0;
}
#page-nav {
	
}
#page-nav ul {
line-height:1.2;
}
#page-nav li {
	margin-right: 0;
	text-transform:uppercase;
	font-weight:700;
}
#page-nav li a {
	background: none;
	border:none;
	color:#005944;
	font-size:0.8em;
}
#page-nav #current_page_item a {
	color:#fff;
}
#page-nav a:hover, a:active {
	color:#fff;
	text-decoration:none;
}

/* Container */
#container {
	background:url(images/bg-whitefill-greyborder.png) repeat-y top;
	margin-bottom:0;
}
#content {
	padding:30px 0;
}

/* Footer */
#footer-container {
	border-top: 1px solid #5F6062;
	padding:10px 0 0;
}
#subsidiary {
	margin:0;
}
#footer {
	background:url(images/bg-whitefill-greyborder-bottom.gif) no-repeat bottom #fff;
	font-size:0.75em;
	font-style:normal;
	padding: 0;
}
.credit {
	float:right;
}
.credit a {
	color: #005944;
	text-decoration:none;
	font-style: normal;
}
.credit a:hover {
	text-decoration:underline;
}
.credit a:visited {
	color:#005944;
}

/* OVER-RIDES */
.entry-title  {
	font-style:normal;
}
.page-19 .entry-title  {
	display:none;
}
.breadcrumb  {
	display:none;
}
.contactCTA {
	background-color:#D6CEC3;
	border-top:#5F6062 solid 1px;
	border-bottom:#5F6062 solid 1px;
	float:right;
	padding:20px 20px 0;
	width: 520px;
}
.threeColumn {
	margin-bottom: 10px;
}
.contentColumn {
	float: right;
	padding-left: 20px;
	width: 305px;
}
.threeColumn h3 {
	margin: 0 0 10px;
}

.page-24 h2{
	margin: 0;
}

.cform legend {
	margin: 50px;
}
