/*
Theme Name: Emphatic
Theme URI: http://emphaticinc.com/
Description: The WordPress theme based on the look and feel of the Emphatic Communications Web Site. &iexcl;Viva Los Emphaticos!
Version: 1.0
Author: Jeff van Loben Sels / Pivot Lab
Author URI: http://www.pivotlab.com/
Tags: 

*/




/* ------------------------------------------------------------------------------------------------------*/
/* ZERO OUT ALL BROWSER PRE-SET VALUES  -----------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}



/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/

body {
	background: #9DAD56; 
}

/* Typically, we'd set this element up as an ID, but we'll be applying page-specific IDs to this element for 
/* specificity purposes (like setting the "highlight state" for subnav buttons, etc.) */

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/page-background.gif) repeat-y;
}

#header {
	width: 960px;
	height: 64px;
	background: url(images/header-background.gif) repeat-x;
}

#pageContent { 
	min-height: 450px;
	padding: 50px 0 0 0;
}

#footer {
	width: 860px;
	margin: 0 -10px;
	padding: 20px 60px 5px 60px;
	background: #9DAD56 url(images/footer-background.gif) no-repeat;
}

.clear {
	clear: both;
}



/* ------------------------------------------------------------------------------------------------------*/
/* HEADER BLOCK  ----------------------------------------------------------------------------------------*/

div#logo {
	float: left;
	display: inline;
	margin: 7px 0 0 36px;
}

div#logo a {
	display: block;
	width: 258px;
	height: 39px;
	text-indent: -5000px;
	background: url(images/emphatic-blog-logo.gif) no-repeat;
}

div#logo a:focus { outline: 0; } /* Gets rid of outlines in FF */


/* HEADER BLOCK / SECONDARY NAV  --------------------------------------------*/

ul#secondaryNav {
	width: 301px;
	float: right;
	padding: 22px 0 0 0;
	list-style: none;
}
	
#secondaryNav li {
	margin: 0 0 0 16px;
	float: left;
	display: inline;  /* Counters double-margin float bug in IE 6 */
}

#secondaryNav li a {
	display: block;
	text-indent: -5000px;
	height: 18px;
	border: none;
}

#secondaryNav a:focus	{ outline: 0; } /* Gets rid of outlines in FF */

/* Main Nav Rollovers */

#secondaryNav .crossLink a				{ width: 233px; background: url(images/secondaryNav_crossLink.gif) no-repeat; }
#secondaryNav .crossLink a:hover	{ background-position: -233px 0; }
#secondaryNav .crossLink a:focus	{ outline: 0; } /* Gets rid of outlines in FF */



/* -------------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK / CONTENT  -------------------------------------------------------*/

#content {
	float: left;
	width: 600px;
	margin: 0 50px 0 50px;
	padding: 0;
	display: inline;  /* Counters double-margin float bug in IE 6 */
}

 

/* ------------------------------------------------*/
/* All text styles for Main Text Block area -------*/


#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #7E8d44;
	line-height: 36px;
	margin: 0 0 13px 0;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #BA5D33;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 26px;
	margin: 21px 0 5px 0;
}

#content h2.xsa {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #BA5D33;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 26px;
	margin: 39px 0 5px 0;
}

/* Body head 3 (bold, 16:21) */
#content h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	margin: 20px 0 1px 0;
	color: #555555;
}

/* Body head 3.0 (bold, 16:21, less space above); ex: used after h2 head on whatWeDo overview */
#content h3.lsa {
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	line-height: 21px;
 	letter-spacing: 0.0em;
	margin: 10px 0 1px 0;
}

/* Body head 3.0+ (bold, 16:21, extra space below); ex: used as needed when head precedes bullet list */
#content h3.xsb {
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	line-height: 21px;
	margin: 20px 0 5px 0;
}

/* Body head 3.0++ (bold, 16:21, more space above); ex: used after h2 head on whatWeDo overview */
#content h3.xsa {
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	line-height: 21px;
 	letter-spacing: 0.0em;
	margin: 39px 0 1px 0;
}

/* Body head 3.0+++ (bold, 16:21, half space above); ex: used after h2 head on whatWeDo overview */
#content h3.hsa {
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	line-height: 21px;
 	letter-spacing: 0.0em;
	margin: 26px 0 1px 0;
}
#content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	line-height: 20px;
  letter-spacing: 0.0em;
	margin: 10px 0 1px 0;
}

/* text style for article subtitle -------*/
#content h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #656565;
	line-height: 27px;
	margin: 0px 0 50px 0;
}

/* body-sized head on separate line from rest of pgraph -------*/
#content h6 {
	font-size: 14px;
	font-weight: bold;
	color: #BA5D33;
	line-height: 20px;
  letter-spacing: 0.0em;
	margin: 10px 0 1px 0;
}



#content p {
	margin: 0 0 17px 0;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
}

#content p.introText {
	margin: 0 0 19px 0;
	font-size: 19px;
	line-height: 27px;
	color: #555555;
}

#content p.nospace {
	margin: 0 0 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
}

#content p.smallspace {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
}

#content p.xsa {
	margin: 17px 0 14px 0;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
}


#content ul {
 	list-style-type: none;
	margin: 0 0 18px 0;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
}

#content li {
	margin: 2px 0 4px 2px;
	background: url(images/listBullet.gif) no-repeat 0 .45em;
	padding-left: 12px;
}

#content li.xsa {
	margin: 10px 0 4px 2px;
	background: url(images/listBullet.gif) no-repeat 0 .45em;
	padding-left: 12px;
}



#content a:link			{ color: #555555; text-decoration: underline; }
#content a:visited	{ color: #999999; text-decoration: underline; }
#content a:hover		{ color: #BA5D33; text-decoration: underline; }
#content a:active		{ color: #BA5D33; text-decoration: underline; }
#content a:focus		{ outline: 0; } /* Gets rid of outlines in FF */

#content img.wrapLeft {
	float: left;
	margin: 5px 10px 5px 0;
}

/* INSERTED BASED ON WP CODEX info (codex.wordpress.org/Wrapping_Text_Around_Images) -------*/

#content img.alignright {float:right; margin:0 0 1em 1em}
#content img.alignleft {float:left; margin:0 1em 1em 0} 
#content img.aligncenter {display: block; margin-left: auto; margin-right: auto} 
#content a img.alignright {float:right; margin:0 0 1em 1em} 
#content a img.alignleft {float:left; margin:0 1em 1em 0} 
#content a img.aligncenter {display: block; margin-left: auto; margin-right: auto}



#sharingWidget {
	margin: 5px 0 20px 0;
}



/* -------------------------------------------------------------------------------*/
/* CONTENT / BLOG ELEMENTS  ------------------------------------------------------*/

div.post { padding: 0 0 18px 0; margin: 0 0 35px 0; border-bottom: 1px solid #d7be8d; }

#content div.navigation 					{ font-size: 13px; margin: 3px 0 15px 0; height: 25px }
#content div.navigation a:link 		{ color: #c49e56; }
#content div.navigation a:visited	{ color: #c49e56; }
#content div.navigation a:hover 	{ color: #c49e56; text-decoration: underline; }
#content div.navigation a:active 	{ color: #c49e56; }
#content div.navigation a:focus		{ outline: 0; } /* Gets rid of outlines in FF */
#content div.navigation div.prevPostBtn	{ float: left; }
#content div.navigation div.nextPostBtn	{ float: right; }
#content div.navigation div.prevPostBtn	a { display: block; padding: 0 0 0 9px; background: url(images/leftArrow.gif) no-repeat left center; }
#content div.navigation div.nextPostBtn	a { display: block; padding: 0 9px 0 0; background: url(images/rightArrow.gif) no-repeat right center; }

#content p.postCredits 						{ clear:both; font-size: 12px; color: #666666; margin: 0 0 5px 0; }
#content p.postCredits a:link 		{ color: #666666; text-decoration: none; }
#content p.postCredits a:visited	{ color: #666666; text-decoration: none }
#content p.postCredits a:hover 		{ color: #666666; text-decoration: underline; }
#content p.postCredits a:active 	{ color: #666666; text-decoration: none }
#content p.postCredits a:focus		{ outline: 0; } /* Gets rid of outlines in FF */

#content h1.postTitle	a					{ font-family: Georgia, "Times New Roman", Times, serif; }
#content h1.postTitle a:link 		{ color: #7E8d44; text-decoration: none; }
#content h1.postTitle a:visited	{ color: #7E8d44; text-decoration: none }
#content h1.postTitle a:hover 	{ color: #7E8d44; text-decoration: underline; }
#content h1.postTitle a:active 	{ color: #7E8d44; text-decoration: none }
#content h1.postTitle a:focus		{ outline: 0; } /* Gets rid of outlines in FF */

#content p.postmetadata 					{ font-size: 12px; color: #b2b2b2; }
#content p.postmetadata a:link 		{ color: #b2b2b2; text-decoration: none; }
#content p.postmetadata a:visited	{ color: #b2b2b2; text-decoration: none }
#content p.postmetadata a:hover 	{ color: #b2b2b2; text-decoration: underline; }
#content p.postmetadata a:active 	{ color: #b2b2b2; text-decoration: none }
#content p.postmetadata a:focus		{ outline: 0; } /* Gets rid of outlines in FF */

.screen-reader-text{display:none;}  /* Added Dec 15 per Josh to fix Search text problem. */


/* -------------------------------------------------------------------------------------------------------*/
/* COMMENTS  ----------------------------------------------------------------------------------------*/


ol.commentlist { margin: 0 0 35px 0; padding: 0; list-style: none; }
#content ol.commentlist li {
	width: 560px;
	margin: 15px 0;
	padding: 15px 20px;  
	background-image: none; /* counter the background image applied to the <li> item */
	background: #f2f2f2;
}

ol.commentlist div.comment-author { color: #666666; font-size: 14px; font-weight: bold; font-style: normal; margin: 0 0 2px 0; }
#content ol.commentlist div.comment-author a:link 		{ color: #c49e56; text-decoration: none; font-style: normal;}
#content ol.commentlist div.comment-author a:visited	{ color: #c49e56; text-decoration: none; font-style: normal; }
#content ol.commentlist div.comment-author a:hover 	{ color: #c49e56; text-decoration: underline; font-style: normal; }
#content ol.commentlist div.comment-author a:active 	{ color: #c49e56; text-decoration: none; font-style: normal; }
#content ol.commentlist div.comment-author a:focus		{ outline: 0; } /* Gets rid of outlines in FF */

ol.commentlist div.commentmetadata {font-size: 11px; color: #999999 ; margin: 0 0 15px 0}
#content ol.commentlist div.commentmetadata a:link 		{ color: #999999; text-decoration: none; font-style: normal;}
#content ol.commentlist div.commentmetadata a:visited	{ color: #999999; text-decoration: none; font-style: normal; }
#content ol.commentlist div.commentmetadata a:hover 	{ color: #999999; text-decoration: underline; font-style: normal; }
#content ol.commentlist div.commentmetadata a:active 	{ color: #999999; text-decoration: none; font-style: normal; }
#content ol.commentlist div.commentmetadata a:focus		{ outline: 0; } /* Gets rid of outlines in FF */


/* -------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS  ----------------------------------------------------------------------------------------*/


#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	border: 1px solid #d1d1d1;
	font-size: 12px;
}

#content #searchform #s {
	width: 300px;
	padding: 2px;
	border: 1px solid #d1d1d1;
	font-size: 12px;
}

#searchsubmit {
	padding: 1px;
	color: #BA5D33;
	background: #ffffff;
}

#sidebar #searchsubmit:hover { text-decoration: underline; }

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #d1d1d1;
	font-size: 12px;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #d1d1d1;
	font-size: 12px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	padding: 1px;
	color: #BA5D33;
	background: #ffffff;
	border: none;
	width: auto;
}

#commentform #submit:hover { text-decoration: underline; }

#commentform label { display: block; margin: 0; }

p#commentform_authorCol { width: 195px; float: left; }
p#commentform_emailCol { width: 195px; float: left;}
p#commentform_urlCol { width: 195px; float: left; }

#commentform input#author { }
#commentform input#email { }
#commentform input#left { }

label.hidden { display: none; }



/* -------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK /  SIDEBAR  ------------------------------------------------*/

#sidebar {
	width: 170px;
	margin: 0 40px 50px 0;
	padding: 0 0 0 0;
	float: right;
}

#sidebar h2 {
	font-size: 13px;
	color: #c49e56;
	letter-spacing: .03em; 
	line-height: 15px;
	margin: 0 0 3px 0;
}

#sidebar p {
	margin: 0 0 14px 0;
	font-size: 13px;
	line-height: 18px;
	color: #7f7f7f;
}

#sidebar a:link 		{ color: #7f7f7f; text-decoration: none; }
#sidebar a:visited	{ color: #7f7f7f; text-decoration: none }
#sidebar a:hover 		{ color: #7f7f7f; text-decoration: underline; }
#sidebar a:active 	{ color: #7f7f7f; text-decoration: none }
#sidebar a:focus		{ outline: 0; } /* Gets rid of outlines in FF */

#sidebar ul { list-style: none; margin: 0; padding: 0}
#sidebar li { 
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 13px;
	line-height: 18px;
	color: #7f7f7f;
 }
 
 #sidebar li ul li { 
	padding: 0;
	margin: 0 0 2px 0;
 }
 
#sidebar li#rssLinks { padding: 0 0 0 32px; background: url(images/rss-icon.gif) no-repeat left center; margin: 0 0 10px 0}
#sidebar li#rssLinks a:link 		{ color: #c49e56; text-decoration: none; }
#sidebar li#rssLinks a:visited	{ color: #c49e56; text-decoration: none }
#sidebar li#rssLinks a:hover 		{ color: #c49e56; text-decoration: underline; }
#sidebar li#rssLinks a:active 	{ color: #c49e56; text-decoration: none }
#sidebar li#rssLinks a:focus		{ outline: 0; } /* Gets rid of outlines in FF */

#sidebar #searchform input#s { width: 92px; float: left; margin: 0 3px 0 0; }




/* -------------------------------------------------------------------------------------------------------*/
/* FOOTER BLOCK  -----------------------------------------------------------------------------------------*/

#footer p {
	color: #E2E7CD;
	font-size: 9px;
	line-height: 10px;
}

#footer a:link { color: #E2E7CD; text-decoration: none; }
#footer a:visited { color: #E2E7CD; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: underline; }
#footer a:active { color: #FFFFFF; text-decoration: none; }
