/*  
Theme Name: Encompass 2
Theme URI: 
Description: 
Author: Encompass Marketing
Author URI: http://www.encompassmarketing.com

	Encompass 2

*/

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words
:link,:visited { text-decoration:none } */

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; font-weight:normal; }

/* whoever thought blue  linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

html, body {
  font-size:100%;
  font-family: Arial, Verdana, sans-serif;
  padding: 0;
  margin:0;
  color:#3E3514;
  line-height:1.1em;
}

body {
  padding-left:11px;  
  background:#FFF url(im/main-bkg.gif) repeat-y;
}

body#home {
  padding:0;
  margin:0;
  background-color:#ECE5C9;
  background-image:none;
  text-align:center;
}

/* HEADER */

#header {
  background:#ffefbb url(im/header.jpg) no-repeat;
  height:101px;
}

#home #header {
  background:#ffefbb url(im/home-head.gif) repeat-x center top;
  border-top:4px solid #A99348;
  border-bottom:4px solid #A99348;
  height:222px;
}

#home #wrapper {
  width:750px;
  margin:0 auto;
  text-align:left;
  border-bottom:2px solid #625431;
  margin-bottom:20px;
}

#header a#title {
  display:block;
  position:relative;
  width:185px;
  height:101px;
  top:0;
  left:0;
}

#home a#title {
  display:none;
}

ul#home-menu {
  list-style-type:none;
  margin:0;
  padding:0;
  text-align:center;
}

ul#home-menu li {
  display:inline;
}

ul#home-menu li a:link, ul#home-menu li a:visited {
  padding:2px 4px;
  margin-right:5px;
  font-weight:bold;
  color:#FFF;
  font-size:.8em;
  text-decoration:none;
  line-height:1.6em;
}

ul#home-menu li.aqua a:link, ul#home-menu li.aqua a:visited {
  background-color:#81ABAA;
}

ul#home-menu li.aqua a:hover{
  background-color:#A7CCCB;
}

ul#home-menu li.blue a:link, ul#home-menu li.blue a:visited {
  background-color:#8896B0;
}

ul#home-menu li.blue a:hover {
  background-color:#9DAAC1;
}

ul#home-menu li.orange a:link, ul#home-menu li.orange a:visited {
  background-color:#E98104;
}

ul#home-menu li.orange a:hover {
  background-color:#FBA339;
}

ul#home-menu li.red a:link, ul#home-menu li.red a:visited {
  background-color:#B03526;
}

ul#home-menu li.red a:hover {
  background-color:#C74839;
}

ul#home-menu li.green a:link, ul#home-menu li.green a:visited {
  background-color:#02A964;
}

ul#home-menu li.green a:hover {
  background-color:#06C274;
}

#header a#title span {
  position:absolute;
  left:-2000px;
}

#home h1#title {
  margin:30px 0;
  padding:0;
  height:61px;
  background:transparent url(im/home-logo.gif) no-repeat center top;
}

#home h1#title span {
  position:absolute;
  left:-2000px;
}

#dashes {
  height:12px;
  background:transparent url(im/dashes.gif) repeat-x;
}

#home #dashes{
  display:none;
}

#page-4 #header{
  background-image:url(im/header-non-profit.jpg);
}

#page-4 #dashes {
  background-image:url(im/dashes-non-profit.gif);
}

#page-5 #header{
  background-image:url(im/header-business.jpg);
}

#page-5 #dashes {
  background-image:url(im/dashes-business.gif);
}

#page-6 #header{
  background-image:url(im/header-portfolio.jpg);
}

#page-6 #dashes {
  background-image:url(im/dashes-portfolio.gif);
}

#page-7 #header{
  background-image:url(im/header-about.jpg);
}

#page-7 #dashes{
  background-image:url(im/dashes-about.gif);
}

#page-6 #dashes{
  background-image:url(im/dashes-portfolio.gif);
}

/*

#page-7 #dashes {
  background-image:url(im/dashes-about.gif);
}

*/

#page-8 #header{
  background-image:url(im/header-contact.jpg);
}

#page-8 #dashes {
  background-image:url(im/dashes-contact.gif);
}

.top h2 a:link, .top h2 a:visited {
  color:#FFF;
  text-decoration:none;
}

/* SIDEBAR */

#sidebar {
  width:190px;
  position:absolute;
  top:108px;
  left:11px;
  margin:0;
  padding:15px 0 0 0;
}

ul#nav {
  list-style-type:none;
  padding:0;
  margin:0;
  border-bottom:none;
}

ul#nav li {
  position:relative;
}

ul#nav li a:link, ul#nav li a:visited {
  display:block;
  color:#403517;
  padding:10px 15px 0 15px;
  font-size:.8em;
  font-weight:bold;
  text-decoration:none;
}

ul#nav li a:hover {
  color:#B33527;
}

ul#nav li.current_page_item a:link, ul#nav li.current_page_item a:visited {
  color:#B33527;
}

ul#nav li ul {
  display:none;
  list-style-type:none;
  margin:0;
  padding:0;
}

ul#nav li.current_page_parent ul, ul#nav li.current_page_item ul, body.blog ul#nav li.page-item-7 ul {
  display:block;
}

ul#nav li ul li {
  margin:0;
  padding:0;
}

ul#nav li ul li a:link, ul#nav li ul li a:visited, ul#nav li.current_page_item ul li a:link, ul#nav li.current_page_item ul li a:visited {
  font-size:.7em;
  padding:0 0 0 25px;
  color:#3E3516;
  background:transparent url(im/menu-dot.gif) no-repeat 15px 7px;
}

ul#nav li.current_page_item ul li a:hover, ul#nav li.current_page_item ul li.current_page_item a:visited, ul#nav li.current_page_item ul li.current_page_item a:link, body#page-7 ul#nav li.page-item-7 ul li a:hover, body.blog ul#nav li.page-item-7 ul li.page-item-221 a:link, body.blog ul#nav li.page-item-7 ul li.page-item-221 a:visited {
  color:#B33527;
  background:transparent url(im/menu-dot-rlvr.gif) no-repeat 15px 7px;
}

#sidebar address {
  display:block;
  padding:15px 0;
  margin:15px;
  border-top:1px solid;
  border-bottom:1px solid;
  font-size:.9em;
}

#subscribe {
  padding:0 10px;
}

#copy {
  margin-left:190px;
  padding:0 15px 10px 15px;
  max-width:750px;
}

#home #copy {
  margin:0;
  width:460px;
  float:left;
}

#home #boxes {
  float:left;
  width:255px;
}

#home #boxes .box {
  border:1px solid #000;
  margin-bottom:20px;
  margin-top:20px;
  
}

#home #boxes .box h2 {
  margin:0;
  padding:5px;
  font-size:.9em;
  font-weight:bold;
  text-transform:uppercase;
}

#home #boxes #non h2 {
  background-color:#779A9C;
}

#home #boxes #news h2 {
  background-color:#9A85AD;
}

#home #boxes .box h2 a:link, #home #boxes .box h2 a:visited {
  color:#eae6c1;
  text-decoration:none;
}

#home #boxes .box ul {
  margin:7px 7px 7px 23px;
  padding:0;
  color:#503A0B;
}

#home #boxes .box ul li a:link, #home #boxes .box ul li a:visited {
  color:#503A0B;
  font-size:.8em;
}

#home #boxes .box ul li.page-item-302 a:link, #home #boxes .box ul li.page-item-302 a:visited, #home #boxes .box ul li.page-item-310 a:link, #home #boxes .box ul li.page-item-310 a:visited {
  color:#A02D21;
}

#home #non {
  background:#DAC582;
}

#home #boxes #non ul {
  padding-right:20px;
}

#home #business {
  background-color:#DAC582;
}

#home #boxes #business ul {
  padding-right:60px;
  background:transparent url(im/business-bkg.gif) no-repeat 160px 8px;
}

#home #news {
  background-color:#DAC582;
}

#copy ul {
 margin:0 0 0 20px;
 padding:0;
}

#copy ul li {
  margin:3px 0;
  padding:0;
}

/* MISC */   
           
#breadcrumbs {
  padding:5px 0;
  color:#2F6085;
  font-size:.8em;
}

div.clearer {
  clear: both; 
  line-height: 0px; 
  height: 0px;
  overflow:hidden;
}

*html div.clearer {
  margin-top:-24px;
}

a:link {
  color:#000;
  text-decoration:underline;
}

a:visited {
  color:#000;
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

p {
  margin:0 0 15px 0;
  line-height:1.4em;
  font-size:.8em;
}

h1 {
  margin:15px 0 10px 0;
  padding:0;
  font-weight:bold;
  color:#B33527;
  font-size:1.3em;
}

h2 {
  clear:both;
  margin:15px 0 10px 0;
  color:#403515;
  font-size:1em;
  font-weight:bold;
}

#home h2 {
  margin:15px 0 10px 0;
}

h3 {
  margin:15px 0 10px 0;
  color:#B33527;
  font-size:1em;
  font-weight:bold;
  font-style:italic;
}

h4 {
  margin:15px 0 0 0;
  color:#B33527;
  font-size:.9em;
  font-weight:bold;
}

h5 {
  margin:15px 0 10px 0;
  color:#2F6085;
  font-size:1.2em;
  font-weight:bold;
}

h6 {
  margin:15px 0 10px 0;
  color:#2F6085;
  font-size:1.1em;
  font-weight:bold;
}

em {
  color:#B33527;
  font-weight:bold;
  font-style:normal;
}

#copy ul {
  font-size:.8em;
  margin:0 0 15px 27px;
  list-style-image:url(im/list-img.gif);
}

img.left {
  margin:0 20px 10px 0;
}

img.right {
  margin:0 0 10px 10px;
}

img.alignleft {
	margin: 0 20px 10px 0;
}

img.alignright {
	margin:0 0 10px 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
  margin:0 auto;
}

.wp-caption {
  margin-top:20px;
  margin-bottom:20px;
  text-align:center;
}

.wp-caption p {
  font-weight:bold;
  color:#8B8B8D;
}

.posts {
  text-align:center;
  padding:35px 0;
}

.posts h2 {
  color:#8B8B8D;
}

#copy .box ul {
  list-style-image:none;
  padding:0;
  margin:0;
  font-size:.8em;
  color:#FFF;
  height:154px;
  padding:7px 12px 7px 25px;
}

.bottom {
  margin:0;  
  padding-left: 154px;
}

#copy .box ul a:link, #copy .box ul a:visited {
  color:#FFF;
}

.left-box {
  background:#99AB9F url(im/corner-bottom-left-green.gif) no-repeat 0 100%;
}

.right-box {
  background:#8491B3 url(im/corner-bottom-left-blue.gif) no-repeat 0 100%;
}

.left-box ul {
  background:transparent url(im/corner-bottom-right-green.gif) no-repeat 100% 100%;
}

.left-box .bottom {
  background:transparent url(im/sandals.jpg) no-repeat 5% 12px;
}

.right-box .bottom {
  background:transparent url(im/shoes.jpg) no-repeat 5% 12px;
}

.right-box ul {
  background:transparent url(im/corner-bottom-right-blue.gif) no-repeat 100% 100%;
}

.box .top {
  background:#A99347 url(im/corner-top-left.gif) no-repeat;
}

#home .box .top h2 {
  padding:10px 7px 7px 7px;
  margin:0;
  color:#FFF;
  background:transparent url(im/corner-top-right.gif) no-repeat 100% 0;
}

/* LIGHTBOX */

a.imagelink img{
  margin:10px;
  border:5px solid #FFF;
}

a.imagelink img.left {
  margin:5px 15px 10px 0;
  border:5px solid #FFF;
}

a.imagelink img.right {
  margin:5px 0 10px 15px;
  border:5px solid #FFF;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(im/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(im/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(im/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* FOOTER */

#footer {
  margin-left:190px;
  max-width:750px;
  color:#8B8A8F;
}

#footer p {
  text-align:center;
  font-size:.8em;
  padding:15px 0;
  margin:0;
}

#footer p a:link, #footer p a:visited {
  text-decoration:underline;
  color:#8B8A8F;
}

#footer p a:hover {
  text-decoration:none;
}

ul#footer_nav {
  font-size:.8em;
  list-style-type:none;
  margin:0;
  padding:0 0 0 15px;
  color:#8B8A8F;
}

ul#footer_nav li {
  float:left;
  padding:0 6px;
  border-right:1px solid #8B8A8F;
}

ul#footer_nav li.last {
  border-right:none;
}

ul#footer_nav li a:link, ul#footer_nav li a:visited {
  color:#8B8A8F;
  text-decoration:underline;
}

ul#footer_nav li a:hover {
  text-decoration:none;
  color:#B33527;
}

ul#footer_nav li ul {
  display:none;
}

div.team {
}

.avatar {
  display:none;
}

.comment-author  {
  font-size:.8em;
  font-weight:bold;
  padding-bottom:10px;
}

.comment-meta {
  display:none;
}

ol.commentlist {
  list-style-type:none;
  margin:5px 5px 5px 10px;
  padding:0;
}

ol.commentlist li {
  padding:10px;
}

ol.commentlist li.even {
  background-color:#EEE;
}

.navigation {
  padding:10px 0 40px 0;
  font-size:.8em;
  font-weight:bold;
  width:35%;
}

hr {
  margin: 35px 0;
}

.sociable_tagline {
  font-weight:bold;
  font-size:.9em;
  margin-bottom:15px;
}