/*
Theme Name: Goodman Corporation
Theme URI: http://wwww.thegoodmancorp.com
Description: Custom Built Goodman Theme.
Version: 1.0
Author: Chris ledesma
Author URI: http://www.chrisledesmmakes.com
Tags: 

	Goodman

*/



/* Begin Typography & Colors */
html {
	margin: 0;
	padding: 0;
	width: 100%;
 	overflow-y: scroll !important;
	font-family:'Trebuchet MS', Verdana, Arial
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(images/BG/bodyBG.png) 0 bottom repeat-x fixed;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #3366ff;
}

img {
	border: none;
}

img.alignright {
	float: right;
}

#container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

#header {
	float: left;
	height: 52px;
	width: 1000px;
	background: url(images/BG/headerBG.png) 0 0 no-repeat;
}

/* Main Navigation */

#nav {
	background: white;
	padding-top: 0px;
	width: 998px;
	float: left;
	clear: both;
	position: relative;
	z-index: 2000;
}

#nav ul {
	float: left;
	width: 998px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #3366ff;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	background: white;
	font-size: 12px;
	position: absolute;
	z-index: 2000;
}

#nav ul li {
	padding: 5px 0;
	float: left;
	display: inline;
	list-style: none;
	width: auto;
}

#nav ul li a {
	height: 40px;
	text-decoration: none;
	color: #333333;
	width: auto;
	padding: 5px 20px;
}

#nav ul li#navHome.current_page_item > a, #nav ul li.page-item-2.current_page_item > a, #nav ul li.page-item-4.current_page_item > a, #nav ul li.page-item-6.current_page_item > a, #nav ul li.page-item-7.current_page_item > a, #nav ul li.page-item-2.current_page_ancestor > a, #nav ul li.page-item-4.current_page_ancestor > a, #nav ul li.page-item-6.current_page_ancestor > a, #nav ul li.page-item-7.current_page_ancestor > a {
	background: #3366FF;
	color: white;
}

#nav ul li.nav-contact {
	border-right: none;
}

#nav ul li ul {
	position: absolute;
	clear: both;
	display: inline;
	top: 26px;
	border-top: 1px solid #3366ff;
	background: white;
	padding: 0;
	left: -999em;
	width: 900px;
	border: none;
}

#nav ul li.page-item-4:hover ul {
	left: 0px;
}

#nav ul li.page-item-4:hover ul {
	left: 0px;
}

#nav ul li.page-item-2:hover ul {
	padding-left: 70px;
}

#nav ul li.page-item-6:hover ul {
	padding-left: 240px;
	width: 560px;
}

#nav ul li:hover ul, #nav li.sfhover ul {
	left: 0px;
}

#nav ul li ul li {
	padding: 0;
	float: left;
	margin: 0;
	background: none;
	font-size: 11px;
	height: auto;
	margin-bottom: 10px;
	padding-top: 11px;
	list-style: none;
}

#nav ul li ul li a {
	float: none;
	color: #3366FF;
	padding: 11px 0;
	margin-left: 20px;
}

#nav ul li a:hover {
	background: #036;
	color: white;
}

#nav ul li ul a:hover {
	background: none;
	color: #3366ff;
}

ul#subNav {
	float: left;
	position: relative;
	top: 25px;
	z-index: 1000;
	margin: 0;
	margin-left: 1px;
	padding: 0;
	padding-left: 20px;
	font-size: 11px;
	background: white;
	padding-top: 12px;
}

ul#subNav.subProjects {
	padding-left: 90px;
	border-right: none;
}


ul#subNav.subCompany {
	padding-left: 260px;
	border-right: none;
}

ul#subNav li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 20px;
	}
	
ul#subNav li a {
	text-decoration: none;
	color: #3366FF;		
}

/* end nav */

#content {
	background: url(images/BG/contentLightGreyBG.png) repeat-x 0 0 #ececec;
	float: left;
	width: 998px;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	padding: 50px 0;
	display: inline;
}

#mainContent {
	width: 955px;
	background: white;
	border: 1px solid #dce6ef;
	border-top: none;
	float: left;
	margin: 0px 20px;
	display: inline;
}

#mainContent h1 {
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Projects Page */
#mainProject {
		height: 280px;
		float: left;
		display: inline;
		position: relative;
}

#ourProjects {
	background: url(images/BG/ourProjectsBG.png) 0 0 no-repeat;
	position: absolute;
	z-index: 10;
	padding: 10px;
	padding-right: 25px;
	padding-bottom: 0;
	width: 180px;
	height: 275px;
	left: 40px;
	top: -5px;
	font-size: 12px;
	color: white;
	line-height: 18px;
}

#ourProjects h1 {
	font-size: 22px;
	letter-spacing: 2px;
	margin: 0;
	margin-bottom: 5px;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
}


#ourProjects p {
	margin-top: 5px;
	font-size: 12px;
}

#ourProjectsTab {
	background: url(images/projectsTab.png) 0 0 no-repeat;
	position: relative;
	z-index: 10;
	width: 230px;
	height: 45px;
	padding: 5px;
	padding-left: 15px;
	left: 705px;
	top: -58px;
	color: white;
	font-size: 10px;
}

#ourProjectsTab p {
	margin: 0;
}

#ourProjectsTab h2 {
	margin: 0;
	font-size: 11px;
}

#ourProjectsTab a {
	text-decoration: underline;
	color: white;
}

#ourProjectsTab a:hover {
	color: #B5F4D4;
}

#projectContent {
	float: left;
	width: 650px;
}

.projectModule {
	float: left;
	width: 277px;
	height: 300px;
	padding: 10px;
	background: url(images/BG/projectModuleBG.jpg) 0 bottom repeat-x;
	font-size: 12px;
	margin: 10px;
}

.projectModule h1 {
	font-size: 20px;
	font-weight: normal;
	color: #3366FF;
	font-variant: small-caps;
	margin: 0;
}

.projectModule h2 {
	font-size: 14px;
	font-style: italic;
	color: #009900;
	margin: 0;
}

.projectModule:hover {
	background: url(images/BG/projectModuleBGover.jpg) 0 bottom repeat-x;
}

#singleProjectTop {
	float: left;
	width: 913px;
	margin: 1px;
	padding: 20px;
	padding-top: 0;
	background: url(images/BG/projectModuleBG.jpg)  0 bottom repeat-x;
}

#singleProjectTop img {
	border: 1px solid #66CC99;
	float: right;
}

#singleProjectTop hr {
	border: none; 
	border-bottom: 1px solid #66CC99;
	background: none;
	height: 1px;
	width: 100%;
}

#singleProjectTop h1 {
	font-size: 20px;
	font-weight: normal;
	color: #3366FF;
	font-variant: small-caps;
	margin: 0;
}

#singleProjectTop p.summary {
		width: 250px;
		float: left;
		margin-left: 20px;
		line-height: 18px;
}

#projectInfo {
	float: left;
	width: 200px;
}

#projectInfo strong {
	font-family: "tahoma", arial, sans serif;
}


p.summary strong {
	font-family: Tahoma, Geneva, sans-serif;
}

#singleProjectTop h2 {
	font-size: 14px;
	font-weight: normal;
	color: #009900;
	text-transform: uppercase;
	margin: 0;
}

#singleProjectTop h3 {
		margin-top: 0;
		color: #333;
}

#singleProjectTop ul.servicesProvided {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

 #singleProjectTop ul.servicesProvided li {
	margin-bottom: 7px;
	padding-left: 15px;
	background: url(images/blkArrow.png) 0 2px no-repeat;
}

 #singleProjectTop ul.servicesProvided li:hover {
	background: url(images/grnArrow.png) 0 2px no-repeat;
}

.post-meta-key {
	font-weight: bold;
}


#ourProjects ul.servicesList {
	font-size: 13px;
	list-style: none;
	font-family:'Trebuchet MS', Verdana, Arial;
	margin: 0;
	padding: 0;
}

#ourProjects ul.servicesList li {
	background: none;
	padding-left: 0;
	margin-bottom: 15px;
	padding-left: 15px;
	background: url(images/blkGrnArrow.png) 0 -10px no-repeat;
}

#ourProjects ul.servicesList li a {
	color: white;
}

#ourProjects ul.servicesList li a:hover {
	color: #B5F4D4;
}


 #singleProjectTop p.pageDescription {
 	font-size: 12px;
	line-height: 18px;
	width: 300px;
	float: left;
	padding: 0;
	margin: 0;
}

#singleProjectBottom {
	float: left;
	clear: left;
	padding: 20px;
	padding-top: 0;
	width: 600px;
	min-height: 500px;
	line-height: 18px;
}


#singleProjectBottom h1 {
	font-size: 24px;
	margin-top: 4px;
	margin-bottom: 5px;
	color: #333;
}

#singleProjectBottom h2 {
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: normal;
	font-weight: normal;
	clear: both;
	color: #333;
}

#singleProjectBottom h2.key strong {
	color: #063;
	font-size: 20px;
	font-weight: normal;
}

#singleProjectBottom p + h2 {
	margin-top: 30px;
}

#singleProjectBottom h2 + p {
	margin-top: 0;
}

#singleProjectBottom h3 {
	margin: 0;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #009933;
}

#singleProjectBottom h3 + p {
	margin-top: 0;
}

#singleProjectBottom p img[align="right"] {
	margin-left: 15px;
	margin-bottom: 15px;
}

/* Projects List */
table#projectsList {
	border-collapse: collapse;
	width: 920px;
	border: none;
}

table#projectsList td {
	padding: 5px;
	padding-bottom: 12px;
}

table#projectsList tr.cityShade {
	background: #f1f9fd;
}


/* End Projects */

/* News Page */
#newsContent {
	float: left;
	clear: left;
	padding: 20px;
	padding-top: 0;
	width: 600px;
	height: 600px;
	line-height: 18px;
}


#newsContent ul {
	padding-left: 5px;
}

#newsContent ul li {
	list-style: none;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#newsContent ul li a {
	font-size: 16px;
}

#newsContent h1 {
	font-size: 24px;
	margin-top: 4px;
	margin-bottom: 5px;
}

#newsContent h2 {
	border-bottom: 1px solid #66CC99;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 16px;
	clear: both;
}

#newsContent p + h2 {
	margin-top: 30px;
}

#newsContent h2 + p {
	margin-top: 0;
}

#newsContent h3 {
	margin: 0;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #009933;
}

#newsContent h3 + p {
	margin-top: 0;
}

#newsContent p img[align="right"] {
	margin-left: 15px;
	margin-bottom: 15px;
}

/* Start front page Feature */

#featureContainer {
	float: left;
	margin-left: 20px;
	display: inline;
	}

#featureFront {
	float: left;
	padding: 5px;
	width: 264px;
	height: 588px;
	background: white;
	position: relative; 
	z-index: 1;
}

#featureOverlay {
	background: url(images/BG/highlightOverlay.png)  0 0 no-repeat;
	position: relative;
	z-index: 10;
	width: 274px;
	height: 598px;
	float: left;
	margin-left: -274px;
	color: white;
}

#featureOverlay h1 {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 28px;
	margin-left: 20px;
}

#featureOverlay p.description {
	font-size: 12px;
	padding: 20px;
	line-height: 18px;
	margin-top: 360px;
	margin-bottom: 0;
}

#featureOverlay p.viewProject {
	text-align: center;
}

.slideInfoZone a {
	margin-left: 20px;
	position: relative;
	top: 15px;
	display: block;
	Background: url(images/viewProjectButton.png) 0 0 no-repeat;
	width: 202px;
	height: 33px;
	text-indent: -9999px;
}

a.viewProjectList {
	position: relative;
	top: 10px;
	display: block;
	Background: url(images/viewProjectList.png) 0 0 no-repeat;
	width: 180px;
	height: 32px;
	text-indent: -9999px;
}

.siteShowcaseContainer {
	width: 681px;
	float: right;
	display: block;
}

#siteShowcase {
	float: right;
	width: 661px;
	height: 620px;
	background: white;
	margin-top: 20p;
	margin-right: 20px;
	border: 1px solid #dce6ef;
	border-bottom: none;
	border-top: none;
	display: inline;
}

.showcaseModule {
	background: url(images/BG/showcaseBG.jpg) 0 bottom no-repeat;
	float: left;
	margin: 0 10px;
	height: 206px;
	width: 641px;
	text-align: left;	
}

.showcaseModule img {
	float: left;
}

.showcaseModule h1 {
	float: right; 
	width: 300px;
	margin: 0;
	margin-top: 10px;
	margin-right: 15px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #333333;
	font-weight: normal;
}

.showcaseModule p {
	color:#333333;
	float: right;
	font-size:12px;
	line-height:20px;
	margin-right: 15px;
	margin-top:0;
	width:300px;
}

.showcaseModule p.text {
	margin-left: 20px;
}

.linkContainer {
	float: left;
	height: 20px;
	width: auto;
	width: 600px;
}

.showcaseModule a.showcaseLink {
	float: left;
	height: 20px;
	position: relative; 
	z-index: 10;
	padding: 25px 0;
	background: url(images/showcaseArrow.png) 0 0 no-repeat;
	width: auto;
	color: #0066FF;
	text-decoration: none;
	font-size: 16px;
	margin-top: -85px;
	display: inline;
}


.showcaseModule a.showcaseLink strong {
	color: #336699;
	font-weight: normal;
	font-size: 14px;
	float: left;
	text-align: right;
	width: 285px;
	margin-right: 40px;
	display: inline;
}

.showcaseModule a.showcaseLink:hover {
	background-position: 0 -70px;
}


.showcaseModule a.showcaseLink:hover strong {
	color: white;
}

#bottomRunner {
	width: 955px;
	height: 170px;
	background: white;
	border: 1px solid #dce6ef;
	border-top: none;
	float: left;
	margin: 0 20px;
	display: inline;
}

#bottomRunner ul {
	margin: 0;
	padding-left: 20px;
	font-size: 10px;
}

#bottomRunner ul li {
	list-style: none;
	float: left;
	width: 150px;
	margin-right: 60px;
}


#bottomRunner ul a {	
	font-size: 12px;
}

#bottomRunner h2 {
	margin-left: 20px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	letter-spacing: 1px;
}

#bottomRunner a {
		text-decoration: none;
		color: #3366ff;
}

/* Footer */

#footer {
	float: left;
	position: bottom;
	font-size: 11px;
	margin: 10px 20px;
	margin-top: 0;
	width: 956px;
	color: #333;
	display: inline;
}

#footerInfo {
	display: inline; 
	width: 400px;
	float: right;
}

#footer #footerSiteMap {
	font-size: 11px;
	background: url(images/BG/contentLightGreyBG.png) repeat-x 0 -200px #ececec;
	float: left;
	width: 956px;
	clear: right;
	padding: 10px 0;
	display: inline;
}

#footer #footerSiteMap a {
	color: #666;
	text-decoration: none;
}

#footer #footerSiteMap p a {
	color: #3366ff;
	text-decoration: none;
}

#footer #footerSiteMap a:hover {
	color:#06f;
}

#footer #footerSiteMap .siteMapSection {
	float: left;
	margin-left: 20px;
	border-right: 1px solid #CCC;
	display: inline;
	width: 150px;
}

.siteMapSection h1 {
	margin-top: 0;
}

.siteMapSection ul {
	padding: 0;
	margin: 0;
	margin-top: 0px;
	padding-right: 20px;
	height: 155px;
	width: auto;
}

.siteMapSection ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	width: auto;
}

.siteMapSection h1 {
		font-size: 12px;
		margin-bottom: 8px;
}

img.watermark {
	float: right;
	margin-right: -350px;
	position: relative;
}

.watermarkProject {
		background: url(images/metroFade.jpg) 0 0 no-repeat;
		width: 464px; 
		height: 167px;
		position: relative;
		float: right;
}

/* Contact Form */
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 30px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
