/*
Theme Name: Emerge Design Group
Description: A WordPress theme developed for Emerge Design Group
Version: 1.0
Author: Jeff McNeil, New Spin Design
Author URI: http://www.newspindesign.com
*/


/*Color Chart: 

dark red: #333
purple: #444
green: #555
cream: #eee
orange: aaa
txt over red: #fff

*/

@import '_reset.css'; 

body {
	background: #fff;
	color: #2a2a2a;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0 0 36px 0;
	font-size: 80%;
	line-height: 1.35;
}

#pagewrapper {
	width: 950px;
	margin: 0 auto;
}

#page {

	background: #fff;
}

a {
	color: #555;
	outline: 0;
	text-decoration: none;
}

#main .entry p a:visited, #main .entry ul a:visited, #main .entry ol a:visited, #main ul.insight li a:visited {
	color: #916e86;
}

a:hover,
#main .entry p a:hover, #main .entry ul a:hover, #main .entry ol a:hover, #main ul.insight li a:hover {
	color: #c42c0b;
}

.col1 {
	width: 179px;
	padding: 0 0 0 26px;
	float: left;
	line-height: 1.2;
	clear: left;
}

.col2 {
	padding: 0 26px 112px;
	width: 485px;
	float: left;	
}

.col2a { /* an equal splitting of col 2 into 2 columns for Clients page */
	padding: 0 13px 112px 26px;
	width: 231px;
	float: left;	
}

.col2b { /* an equal splitting of col 2 into 2 columns for Clients page */
	padding: 0 26px 112px 13px;
	width: 231px;
	float: left;	
}

.col3 {
	width: 153px;
	padding: 0 26px;
	/*position: absolute;
	z-index: 1;
	top: 0;
	right: 0;*/
	float: right;
}

/* page with additional divider line b/w col 1 and 2 */

.alt1 .col1 {
	width: 153px;
	padding: 0 26px;
}

/* contact page layout */

.alt2 .col1 {
	width: 428px;
	padding: 0 0 0 26px;
	line-height: inherit;
}


.alt2 .col2 {
	/*position: absolute;
	z-index: 1;
	top: 0;*/
	float: left;
	right: 206px;
	width: 237px;
	margin-top: -33px;
}

.alt2 .col3 {
	margin-top: -38px;

}

/* end contact page layout */



.clearfix {
	clear: both;
	
}


h1 {
	color: #a08958;
	font-size: 170%;
	margin-bottom: .4em;
	font-weight: normal;
}

#mainwrapper h1 {
	padding-left: 25px;
	background: #fff;
	margin: 0 0 14px 1px;
	width: 716px;	
	clear:both;
}

#mainwrapper .col2 h1 {
	padding-left: 0;
}

h2 {
	font-size: 130%;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.3;
}

p.intro {
	font-size: 110%;
	color: #444;
	font-weight: bold;
	line-height: 1.25;
}

.downplay {
	font-size: 85%;
}

h3 {
	font-weight: normal;
	margin: .7em 0 0 0;
}

/*#mainwrapper .col2 h3:first-child {
	margin-top: 0;
}*/

#mainwrapper h3 {
	/*margin: 1.4em 0 0 0;*/
	margin: 0;
}

#sidebar h3 {
	color: #b69d68;
	text-transform: uppercase;
	font-size: 110%;
}

h4 {
	color: #A08958;
	margin: .2em 0 0 0;
	font-size: 100%;
}

h4.primary {
	color: #ec008c;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 1px;
	padding-left: 25px;
	background: #fff;
	float: left;
	width: 718px;
	display: none;
}

h4 a {
	color: #776a41;
}

h4 a:hover {
	color: #7b6729;
}	

h5 {
	margin: 1em 0 0 0;
	font-size: 100%;
}

#main h3 a {
	border: 0;
	color: #776a41;
}

abbr, acronym {
	border: 0; outline: 0;
}

p {
	/*margin: .6em 0 .8em 0;*/
	margin: 0 0 1.2em 0;

}

/* &&&&&&&&&&&&&&&&&&& - HEADER - &&&&&&&&&&&&&&&&&&& */

#headerwrappershell {
	width: 815px;
	margin: 0 auto;
}

#headerwrapper {
	position: relative;
	z-index: 9999;
}

#header {
	height: 116px;
	position: relative;
	margin-bottom: 24px;
	z-index: 9999;
}

#header h3 { /* slogan */
	float: right;
	margin: 46px 0 0 0;
	text-align: right;
	width: 500px;
	text-transform: uppercase;
	font-size: .9em;
	color: #b69d68;
}

a#logo {
	float: left;
	margin: 24px 0 0 54px;
}

#navwrapper {
	z-index: 9999;
	position: absolute;
bottom: 0;
right: 0;
}

#header ul {
	clear: both;
	background: #cccccc;
	position: absolute;
	z-index: 9999;
	bottom: 0;
	right: 0;
	text-align: right;
	width: 950px;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

#header ul li {
	float: right;
	text-align: center;
	line-height: .5;
	border-right: 1px solid #eee;
	position: relative;
	z-index: 9999;
}

#header ul li.first {
	border-right: 0;
}

#header ul li a {
	display: block;
	position: relative;
	z-index: 9999;
	padding: 6px 7px 4px 7px;
}

#header ul li.current_page_parent a,
#header ul li.current_page_item a,
#header ul li.current_page_ancestor a
{
	
	background: #dfdfdf;
}

#header ul li a:hover {
	color: #000;
}

.home #header ul li.frontpage { /* hide home link on homepage */
	display: none;
}

.home #mainshell object {
	background: url(imgs/loading.gif) no-repeat 50% 50%;
}


/* &&&&&&&&&&&&&&&&&&& - HOME - &&&&&&&&&&&&&&&&&&& */

.home #flash {
	width: 692px;
	padding-bottom: 80px;
	margin-left: 26px;
	float: left;
	height: 440px;
}

* html .home #flash {
	margin-left: 13px;
}

/* &&&&&&&&&&&&&&&&&&& - SUBNAV (LEVEL 2) - &&&&&&&&&&&&&&&&&&& */

#header ul li ul {
	position: absolute;
	z-index: 9999;
	right: 0;
	top: 100%;
	background: none;
	font-size: 90%;
	margin: 0;
	display: none;
	width: 100%;
}

#header ul li:hover ul {
	display: block;
	z-index: 1;
}

#header ul li ul li {
	float: none !important;
	position: relative;
	z-index: 9999;
	text-align: left;
	margin: 0;
	border: 0;
	line-height: 1;
}

#header ul li ul li a:hover {
	background: #e5dcca;
}

#header ul li ul li.last a {
	border-bottom: 1px solid #bbae91;
}

/* level 1 highlighting */

#header ul li.current_page_parent ul li.active a, 
#header ul li.current ul li a:hover
{
	color: #d1a438;
}

/* our value prop dropdown */
#header ul li.page-item-6 ul li a {
	width: 90%;
}

/* our value prop dropdown */
* html #header ul li.page-item-6 ul li a {
	width: 133px;
	left: 511px;
}

#header ul li ul li a {
	width: 89%;
}

* html #header ul li ul li a {
	width: 110px;
	left: 658px;
}

/* cases + clients dropdown */
#header ul li.page-item-14 ul li a {
	width: 87.5%;
}

* html #header ul li.page-item-14 ul li a {
	width: 90px;
	left: 783px;
}


/* level 2 highlighting */
#header ul li:hover a,
#header ul li ul li a,
#header ul li ul li a 
{
	background: #ddd2bb;
}

/* &&&&&&&&&&&&&&&&&&& - BODY - &&&&&&&&&&&&&&&&&&& */

#mainshell .postwrapper {
	background: url(imgs/bg_lines2.gif) repeat-y;
	min-height: 460px;
}

#mainshell .postwrapper.alt2 { /* contact page, etc. */

}

#mainshell .postwrapper.alt1 { /* 4 column lines */
	background: url(imgs/bg_lines.gif) repeat-y;
}

#mainwrapper {
	background: url(imgs/watermark.gif) no-repeat 560px 100%;
	position: relative;
	padding: 0;
	z-index: 0;
}

* html #mainwrapper {
	height: 460px;
}

#main {
	padding: 14px 12px 16px 12px;
}

#mainshell a {
	color: #1a68a5;
	text-decoration: underline;
}

#mainshell ul li a:hover {
	/*0order-bottom: 1px solid #c19991;
	margin: 0 0 1px 0;
	padding: 0;*/
}

#mainshell ul {
	list-style: square;
	/*margin: .4em 0 0 15px;*/
	margin: -.8em 0 1.2em 15px;
}


#mainshell ul li {
	margin: .2em 0 .1em;
	line-height: 1.2;
}


span.meta {
	white-space: nowrap;
}

p.admin { font-size: 90%; color: #000; font-weight: bold; position: absolute; bottom: -10px; left: 5px; background: yellow; z-index: 9999;}
#main p.admin a { color: #a09575; border: 0; background: url(imgs/icon-pencil.gif) no-repeat; padding-left: 20px; }
#main p.admin a:hover { color: #6f5e30; }

#main p.more {
	margin: 0 0 1.3em 0;
}

#main p.more a {
	border: 0;
	color: #93886a;
	font-weight: bold;
}

.divider {
	background: url() no-repeat;
	height: 10px;
	margin: 20px 0 14px 0;
}

ol {
	margin: .4em 0 0 0;
	list-style: decimal;
	margin-left: 1.7em;
}

/*.col1 p:first-child, .col2 p:first-child {
	margin-top: 0;
}*/

/*#mainshell .col1 a {
	color: #ec008c;
}*/

.col3 h2 {
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
}

.col3 {
	font-size: 95%;
}


.col3 h3 {
	color: #a08958;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0em !important;
	line-height: 1.2;
}

blockquote {
	font-style: italic;
	font-size: 85%;
	margin-top: 18px;
}

#mainshell .col1 ul.child-pages {
	list-style: none;
	
}

#mainshell .col1 ul.child-pages li a {
	color: #444;
	text-decoration: none;
}

/* &&&&&&&&&&&&&&&&&&& - BRANDING PAGE - &&&&&&&&&&&&&&&&&&& */

#post-94 .col2 .post {
	border-bottom: 1px solid #ccc;
}

#post-94 .col2 h4 {
	float: right;
	width: 298px;
	padding-top: 42px;
	color: #2A2A2A;
}

#post-94 .col2 p {
	margin-top: 0;
	padding: 0 0 0 187px;
}

#post-94 .col2 img {
	float: left;
	margin-left: -187px;
}


/* &&&&&&&&&&&&&&&&&&& - COL3 HEADING REFORMATTING - &&&&&&&&&&&&&&&&&&& */

#mainwrapper #post-27 .col3 h3, #mainwrapper #post-24 .col3 h3, #mainwrapper #post-19 .col3 h3, #mainwrapper #post-6 .col3 h3, .single #mainwrapper .col3 h3 {
	padding: 0 0 .8em;
}

/* &&&&&&&&&&&&&&&&&&& - CASE STUDIES INDEX - &&&&&&&&&&&&&&&&&&& */

.case-study-index table td {
	line-height: 1.2;
	vertical-align: top;
	font-size: 95%;
	padding: 12px 0 18px 0;
	color: #666;
}

/*.case-study-index table td img {
	width: 145px;
	height: 97px;
}*/

.case-study-index table td.middle {
	padding-right: 24px;
	padding-left: 24px;
}

#mainshell .case-study-index table h3 {
	margin: .7em 0 0 0;
}

#mainshell .case-study-index table h3 a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.case-study-index table td p {
	margin: .1em 0 0 0;
	font-size: .9em;
}

.col2 object {
	margin-bottom: 18px;
}

.casestudy #mainshell object {
	background: url(imgs/loading.gif) no-repeat 50% 50%;
}


/* &&&&&&&&&&&&&&&&&&& - CASE STUDY PAGES - &&&&&&&&&&&&&&&&&&& */

#mainshell ul.secondarynav {
	list-style: none;
	margin: .4em 0 1.4em 0;
	line-height: 1.1;
}

#mainshell ul.secondarynav li {
	background: url(imgs/bg_left-nav.gif) no-repeat 0 0;
	margin-bottom: .3em;
}

#mainshell ul.secondarynav li.first {
	background: none;
}

#mainshell ul.secondarynav li a {
	text-decoration: none;
	color: #000;
	padding: .7em 0 .1em 0;
	display: block;
	width: 100%;
}

#mainshell ul.secondarynav li a:hover {
	color: #7a6e52;
}


/* &&&&&&&&&&&&&&&&&&& - TABLES - &&&&&&&&&&&&&&&&&&& */

table {
	margin-bottom: 1.6em;
}

table th {
	color: #a08958;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
	line-height: 1.2;
	text-align: right;
	padding: 0 .2em .2em .2em;
	vertical-align: middle;
}

table td {
	padding: 0 .2em .2em .2em;
	font-size: 1em;
}


/* &&&&&&&&&&&&&&&&&&& - SEARCH FORM - &&&&&&&&&&&&&&&&&&& */

form#searchform {
	text-align: right;
	margin: 0;
	padding: 0;
	height: 20px;
}

form#searchform div {
	width: 184px;
	height: 20px;
	float: right;
	margin-right: -1px;
}

form#searchform input#s {
	border: 1px solid #444;
	height: 16px;
	padding-top: 2px;
	width: 139px;
	margin: 0;
	float: left;
	border-right: 0;
	padding-left: 22px;
	background: #fff url() no-repeat;
	color: #444;
	font-family: Georgia, Arial
}

form#searchform input#searchsubmit {
	margin: 0;
	height: 20px;
	width: 22px;
	padding: 0;
	float: left;
}


/* &&&&&&&&&&&&&&&&&&& - CONTACT FORM - &&&&&&&&&&&&&&&&&&& */

form.wpcf7-form {
	margin: 1.5em 0;
	width: 320px;
}

form.wpcf7-form label {
	width: 80px;
	float: left;
	
}

form.wpcf7-form p {
	text-align: left;
}

form.wpcf7-form span input, form.wpcf7-form span textarea {
	width: 220px;
	font-size: 120%;
	padding: 3px;
	border: 1px solid #ddd2b2;
	color: #444;
}

form.wpcf7-form span textarea {
	height: 88px;
	font-family: 'Georgia', Verdana;
}
/* &&&&&&&&&&&&&&&&&&& - SIDEBAR - &&&&&&&&&&&&&&&&&&& */

#sidebar {
	width: 260px;
	height: 200px;
	float: left;
	display: none;
}


/* &&&&&&&&&&&&&&&&&&& - FOOTER - &&&&&&&&&&&&&&&&&&& */

#footerwrapper {
	margin-top: -14px;
	float: left;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

#footer p {
	font-size: .8em;
	margin: 0;
	padding: 0;
}


#footer p.tagline {
	float: left;
	padding-left: 252px;
	text-align: right;
	width: 300px;
}

#footer p.contact {
	float: left;
	margin-left: 216px;
}


#footer {
	width: 950px;
	margin: 0 auto;
	color: #777;
}

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

#footer a:hover {
	color: #fff;
}

