/*
Theme Name: EnhancedAutomation2.0
Theme URI: http://www.enhancedautomation.com/
Description:
Version: 1.0
Author: Boone Sesvold
*/


/* ---------------------- Reset Everything -- */
* {
	margin: 0px;
	padding: 0px;
	}


/* ---------------------- Default Styles -- */

body {
	background: #414141 url(images/background_NCmain.gif) repeat-y center;
	font: small Arial, sans-serif;
	color: #333;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}


#homebody {
	font: small Arial, sans-serif;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border: 1px solid #959596;
	background: #414141 url(images/background_NCmain.gif) repeat-y center;
	}


p, h1, h2, h3, h4, h5, h6 {
	margin: 0.9em 0;
	}


p, li, blockquote, dd, dt, td, h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
	}


a:link {
	color: #325787;
	}


a:visited {
	color: #4C5B6F;
	}


a:hover {
	color: #8a2f2c;
	}


a:active {
	color: #325787;
	}


a img {
	border: 0;
        padding: 0 42px 0 10px;
	}



#notable img {
	border: 0;
	padding: 0 20px 0 10px;
	}


h1 {
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	}


h2 {
	color: #525051;
	font-size: 1.4em;
	font-weight: normal;
	}


h2 a {
	text-decoration: none;
	}


h2 a:hover {
	text-decoration: underline;
	}


h3 {
	color: #E45E36;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: -0.7em;
	}


ul, ol {
	margin: 0.9em 0 0.9em 2.5em;
	}

blockquote {
	padding: 0 2.5em;
	background: url(images/quote.png) no-repeat -8px -10px;
	font-style: italic;
	}








/* --------------------- Classes -- */

.floatRight {
	float: right;
	}


.floatLeft {
	float: left;
	}


.grey {
	color: #aaa !important;
	}


.cloud {
	color: #333;
	}


.cloud a {
	color: #325787;
	text-decoration: none !important;
	}







/* ------------------------- The Look and Feel -- */

#contain {
	width: 100%;
	border: none;
	}





/* ------------------------- Header - Logo & Search --*/

#header {
	width: 1000px;
	height: 76px;
	float: left;
	padding-top: 20px;
	background: #fff url(images/EnhancedAutomation-Logo.jpg) no-repeat 0 50%;
	}


#logo {
	float: left;
	width: 250px;
	height: 76px;
	margin: 0px 0px 0px 20px;
	text-indent: -999em;
	}


#phone {
	float: right;
	margin: 0px 20px 0px 0px;
	}


#header form {
	float: right;
	margin-top: 20px;
	margin-left: 125px;
	margin-right: 20px;
	}
	

#header form input {
	float: left;
	width: 175px;
	height: 17px;
	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #7C7C7C;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	}
		

#header form .button {
	border: 0;
	float: left;
	width: 50px;
	margin-left: 14px;
	height: 19px;
	}


#topimage {
	float: left;
	margin: 0px 0px 0px -2px;
	*margin: 0px 0px 0px 2px;
	}


#PageTop {
	background: #FFFFFF url(images/PageTop.gif) no-repeat top left;
	float: left;
	width: 100%;
	height: 20px;
	margin: 0px; 
	}



/* ---------------------------- Page Title - h1 and little blub --*/

#page-title {
	float: left;
	width: 100%;
	height: 97px;
	background: #ffffff url(images/PageHeader-Bg.gif) repeat-x; 
	border-top: 1px solid #fff;
	border-bottom: 5px solid #999999;
	}


#page-title .background { /* the little section off to the right */
	float: left;
	width: 100%;
	height: 97px;
	}


#page-title h1 {
	margin: 0 0 0 225px;
	padding: 20px 0 0 10px;
	border-left: none;
	border-bottom: 1px solid #ffffff;
	border-right: none;
	background: none;
	height: 36px;
	width: 700px;
	}


#page-title h1.wrapped {
	font-size: 1.3em;
	}


#page-title p {
	background: none;
	width: 505px;
	margin: 0px 0px 0px 45px;
	padding: 12px 0px 0px 10px;
	border-left: 1px solid #99BAD8;
	border-right: 1px solid #99BAD8;
	height: 28px;
	}


#page-title p a {
	color: #fff;
	}


#page-navi {
	background: none;
	color: #ffffff;
	width: 700px;
	height: 28px;
	*height: 24px;
	margin: 0px 0px 0px 225px;
	padding: 12px 0px 0px 10px;
	*padding: 12px 0px 4px 10px;
	border-left: none;
	border-right: none;
	}

#page-navi a {
	color: #ffffff;
	}








/* ------------------------------ Page-Wrap - keep the floats in line! --*/

#page-wrap {
	float: right;
	width: 1000px;
	background: url(images/bg-all.png) repeat-y;
	}



/* ------------------------------ Main Content --*/

#page-text {
	float: right;
	padding-left: 50px;
	width: 730px;
	}



/* ------------------------------ Content Layout Customization */

.post { 
	width: 95%;
	}


#page-text.search {
	padding-bottom: 3em; /* Add a little space at the bottom of the results */
	}


#page-text.search h2 {
	/* For result headings on search results page */
	margin-bottom: -0.5em;
	line-height: 1.2em;
	}


#page-text.search div.post {
	border-bottom: 1px solid #ccc; /* to define separate entries */
	}


form.form-basic, form.form-basic table { 
	margin: 0;
	padding: 10px 0;
	}


form.form-basic table {
	border-bottom: 1px solid #777;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background: #ccc;
	}


form.form-basic table td {
	padding: 5px 10px;
	}


form.form-basic table tr.button td {
	padding: 5px 10px 0 10px;
	}


div.breadcrumb {
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	font-size: 0.85em;
	color: #000000;
	background: #E7E7E7;
	}
	

div.breadcrumb p {
	padding: 5px 10px 5px 55px;
	margin: 0;
	}


div.breadcrumb a {
	color: #000000;
	}


div.breadcrumb a:hover {
	color: #8a2f2c;
	}



img.portfolio-image {
	background: #fff;
	padding: 5px;
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 7px;
	border: 1px solid #ccc;
	}


div.group .intro, div.group .portfolio {
	border-bottom: 1px solid #ccc;
	}


div.group .portfolio {
	position: relative;
	}


div.group .portfolio .post-header-meta {
	/*position: absolute;
	top: -2.8em;
	right: 0;*/
	color: #666;
	margin-top: -1.5em;
	}
	

div.group .portfolio .author {
	display: none;
	}


ul.author-posts {
	list-style: none;
	margin: 2em 0;
	}
	

ul.author-posts li {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 15px;
	background: url(images/topnav-bullet.png) no-repeat 0 6px;
	}
	

#page-text ul.author-posts li h3,  
#page-text ul.author-posts li p {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	}
	

#page-text ul.author-posts li h3 {
	font-size: 1.1em;
	font-weight: bold;
	}
	

#page-text.author .intro { 
	border-bottom: 1px solid #ccc;
	}






/* ---------------------------------- Sidebar - Left Content --*/

#subContent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.85em;
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-left: 20px;
	background: #FFFFFF url(images/bodyBg.png) repeat;
	}




/* ---------------------------------- Sidebar - Left Content: main header --*/

#subContent p object {
	text-algin: left;
	clear: both;
	}


#subContent h2 {
	border-top: 1px solid #AAB2BC;
	border-bottom: 1px solid #AAB2BC;
	font-size: 1em;
	font-weight: bold;
	color: #666879;
	text-transform: uppercase;
	padding-bottom: 2px;
	list-style: none;
	}



/* ---------------------------------- Left Content: sub header --*/

#subContent h3 {
	margin-bottom: -10px;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.1em;
	border-bottom: none;
	}



/* --------------------------------- Sub Navigation --*/

#subContent ul, #subContent ol {
	margin: 0 0 20px 0;
	list-style: none;
	}

#subContent ul li ul li {
	margin: 0.3em 0;
	background: url(images/topnav-bullet.png) no-repeat 0px 6px;
	padding: 0 0 0 15px;
	}

#subContent img {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	}

#subContent li {
	margin: 0px 0px 20px 0px;
	list-style: none;
	}









/* ---------------------------------- Sidebar - Right Content --*/

#subContentRight {

	font-family: Verdana, Arial, sans-serif;

	font-size: 0.85em;

	float: right;

	margin-right: 25px;

	width: 180px;

	}





/* ---------------------------------- Sidebar - Right Content: main header --*/

#subContentRight h2 {

	border-top: 1px solid #AAB2BC;

	border-bottom: 1px solid #AAB2BC;

	font-size: 1em;

	font-weight: bold;

	color: #666879;

	text-transform: uppercase;

	padding-bottom: 2px;

	}





/* ---------------------------------- Right Content: sub header --*/

#subContentRight h3 {

	margin-bottom: -10px;

	font-weight: bold;

	font-size: 0.9em;

	text-transform: uppercase;

	color: #000;

	letter-spacing: 0.1em;

	border-bottom: none;

	}





/* --------------------------------- Sub Navigation --*/

#subContentRight ul, #subContentRight ol {

	margin: 0 0 20px 0;

	list-style: none;

	}



#subContentRight li {

	margin: 0.3em 0;

	background: url(images/topnav-bullet.png) no-repeat 0px 6px;

	padding: 0 0 0 15px;

	}



#subContentRight li a {

	font-weight: bold;

	}



#subContentRight img {

	padding: 0px 5px 0px 5px;

	margin: 0px;

	}









/* --------------------------------- Footer --*/

#footer {
	width: 100%;
	float: left;
	height: 40px;
	background-color: #999999;
	font-size: x-small;
	padding: 0px;
	margin: 0px auto;
	}

#footer p {
	color: #ffffff;
	padding-left: 220px;
	padding-top: 6px;
	margin: 0px auto;
	font-size: 1.1em;
	}

#footer a {
	color: #ffffff;
	padding-left: 3px;
	margin: 0px auto;
	}

#footer a:hover{
	color: #8a2f2c;
	padding-left: 3px;
	margin: 0px auto;
	}

#FooterTop {
	background: #7B7B7B url(images/FooterTop.gif) no-repeat top left;
	float: left;
	width: 100%;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
	}

#footerhome {
	width: 100%;
	float: left;
	height: 40px;
	background: #999999;
	font-size: x-small;
	padding: 0px;
	}

#footerhome p {
	color: #ffffff;
	padding-left: 40px;
	padding-top: 6px;
	margin: 0px auto;
	font-size: 1.1em;
	}

#footerhome a {
	color: #ffffff;
	padding-left: 3px;
	margin: 0px auto;
	}

#footerhome a:hover{
	color: #e67756;
	padding-left: 3px;
	margin: 0px auto;
	}

/* --------------------------------- Footer: bottom navigation --*/

#bottomLinks {
	width: 100%;
	height: 160px;
	float: left;
	background-color: #e7e7e7;
	border-top: 1px solid #fff;
	font-size: 8px;
	}

#bottomLinks ul {
	padding-bottom: 15px;
	margin-right: 60px;
	}

#bottomLinks li {
	float: right;
	list-style: none;
	font-size: 1.1em;
	}

#bottomLinks li a {
	font-weight: bold;
	}

#bottomLinks li ul {
	margin: 2px 40px 0px 0px;
	}

#bottomLinks li li {
	float: none;
	font-size: x-small;
	}

#bottomLinks li li a {
	font-weight: normal;
	}







/* ------------------------------ Site Navigation */

#siteNav {
	float: left;
	width: 1000px;
	height: 25px;
	background: #000000;
	}


#nav ul { /* all lists */
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;
	list-style: none;
	line-height: 1;
	height: 25px;
	}


#nav { 
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	list-style: none;
	line-height: 1;
	height: 25px;
	background: #000000;
	}


#nav a {
	display: block;
	background: #000000 url(images/topnav-bullet.png) no-repeat 9px 9px;
	height: 25px;
	color: white;
	text-transform: lowercase;
	padding: 0px 0px 0px 25px;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	line-height: 25px;
	width: 240px;
	z-index: 2;
	}


#nav a:hover {
	background: #888 url(images/topnav-bullet.png) no-repeat 9px 9px;
	}


#nav li { /* all list items */
	float: left;
	width: 125px; /* width needed or else Opera goes nuts */
	}


#nav #nav-who-we-are {
	padding-left: 45px;
	width: 100px;
	}


#nav #nav-services {
	width: 100px;
	}


#nav #nav-tools {
	width: 100px;
	}

#nav #nav-projects {
	width: 100px;
	}


#nav #nav-case-studies {
	width: 125px;
	}


#nav #nav-partners {
	width: 165px;
	}


#nav #nav-contact { 
	width: 60px;
	}



#nav li ul { /* second-level lists */
	position: absolute;
	top: 121px;
	background: #cccccc;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 1;
	}


#nav li ul li {
	background: #eee;
	width: 200px; 
	border-bottom: 1px solid #757786;
	border-left: 1px solid #757786;
	border-right: 1px solid #757786;
	}


#nav li ul li a {
	background: none;
	font-weight: normal;
	color: #333;
	padding: 0px;
	width: 200px !important;
	text-indent: 5px;
	}


#nav li ul li a:hover {
	background: #ccc;
	}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}



#nav li ul li ul { /* thrid-level lists */
	position: absolute;
	background: #cccccc;
	width: 200px;
	left: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top: -999px;	
	z-index: 1;
	}


#nav li ul li ul li {
	background: #eee;
	width: 200px; 
	border-bottom: 1px solid #757786;
	border-left: 1px solid #757786;
	border-right: 1px solid #757786;
	}


#nav li ul li ul li a {
	background: none;
	font-weight: normal;
	color: #333;
	padding: 0px;
	width: 200px !important;
	text-indent: 5px;
	}


#nav li ul li ul li a:hover {
	background: #ccc;
	}


#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: 200px;
	top: auto;
	margin-top: -25px;
	}






/* home page */

#homePage {
	background: url(images/bg-home.jpg) repeat-x;
	width: 1000px;
	float: center;
	clear: left;
	}



#homePage #header {
	width: 767px;
	height: 76px;
	float: left;
	background: transparent url(images/header.png) no-repeat 0 50%;
	}



#homePage #logo {
	float: left;
	width: 180px;
	height: 48px;
	margin: 15px 0px 0px 40px;
	text-indent: -999em;
	}

	

#homePage #header form {
	width: 241px;
	float: right;
	margin: 28px 0px 0px 0px;
	padding: 0px;
	}		
		

#homePage #header form input {
	float: left;
	width: 175px;
	height: 17px;
	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #7C7C7C;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	}
			

#homePage #header form .button {
	border: 0;
	float: left;
	width: 50px;
	margin-left: 14px;
	height: 19px;
	}





/*-- Three Column Area on Home Page --*/

#threeCols {
	float: left;
	width: 100%;
	background: #FFFFFF url(images/bodyBg.png) repeat;
	}


#threeCols h2 {
	color: #333;
	margin-bottom: 0px;
	}
	

#threeCols h2 span {
	display: block;
	margin: -12px 0 -10px 0;
	font-size: 0.7em;
	}
		

#threeCols .first, #threeCols .second, #threeCols .third {
	float: left; 
	width: 275px;
	font-size: 0.9em;
	margin-left: 45px;
	color: #696767;
	}

	

#threeCols .first label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	}


#threeCols #FourtoSix {
	background: url(images/RoundRect.gif) no-repeat 0px 0px;
	height: 250px;
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	padding: 0px 0px 40px 0px;
	}

#threeCols #FourtoSix ul li {
	padding: 0px 0px 10px 0px;
	}

#threeCols #Newsletter {
	background: none;
	height: 235px;
	margin-left: 0px;
	padding: 0px 25px 40px 10px;
	}
	

#threeCols #Newsletter h2 {
	background: #010163;
	padding: 0px 5px 0px 5px;
	text-align: left; 
	font-weight: bold;
	color: #FFFFFF;
	}


#threeCols #Memberships {
	background: none;
	height: 235px;
	margin-left: 10px;
	padding: 0px 25px 40px 10px;
	}
	

#threeCols #Memberships h2 {
	background: #01009a;
	padding: 0px 5px 0px 5px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	}

#threeCols #Memberships img {
	padding: 0px 0px 0px 10px;
	}


#threeCols #LatestNews {
	background: none;
	height: 235px;
	margin-left: 10px;
	padding: 0px 25px 40px 10px;
	}


#threeCols #LatestNews h2 {
	background: #3737a0;
	padding: 0px 5px 0px 5px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	}



	#threeCols #LatestNews h4 {
		color: #E45E36;
		font-size: 13pt;
		font-weight: bold;
		margin-bottom: -5px;
		margin-top: 0px;
		line-height: 120%;
		}


#threeCols .first input {
	margin-bottom: 5px;
	width: 90%;
	height: 17px;
	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #7C7C7C;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #fff;
	}
	

#threeCols .first .button {
	background: none;
	width: 61px;
	height: 19px;
	}







#bodyText {
	float: left;
	width: 100%;
	padding-left: 50px;
	clear: both;
	}


#bodyText h2 {
	color: #333;
	margin-bottom: -10px;
	}






/* ----------------------------- Accessibility goodies -- */

#accessibility, .hidden {
	position: absolute; 
	left: -9999px; 
	font-size: small;
	}


.hide {
	display: none;
	}




