/* =hax */
.sideitem:after, .intro:after, .solution:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sideitem, .intro, .solution {
  zoom: 1;
}

/* =general styling */
body {
  background-color: #d0dfcc;
  color: #3b3b3b;
  font: normal 62.5%/1.3 Arial, Helvetica, sans-serif;
}
html>body {
  font-size: 10px;
}

a {
  color: #343434;	
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* =trebuchet */
#content h2, 
.text h4, 
#sidebar h4,
#home h2,
#home h4,
.trebuchet {
  font-family: "Trebuchet MS", Monaco, Myriad, sans-serif;
}
/* =layout */
#wrapper {
  position: relative;
  width: 918px;
  margin: 0 auto;
  margin-bottom: -2em;
  padding: 0 35px 2em 23px;
  background-color: #fff;
}

/* =header */
#header {
  position: relative;
}
#header h1 {
  position: absolute;
  left: -33px; 
  top: 13px;
}
#header h1 a {
  display: block;
  width: 399px;
  height: 80px;
  background: url(/images/engageweblogo.png) left top no-repeat;
}
#header h1 a * {
  display: none;
}

/* =menu */
#menu {
  position: relative;
  float: right;
  display: inline;
  margin-right: -20px;
  padding-top: 19px;
  padding-bottom: 11px;
  background: url(../images/menu_border.gif) right bottom no-repeat;
}
#menu li {
  float: left;
  display: inline;
  padding-left: 1px;
  background: url(../images/sepv.gif) left top repeat-y;
}
#menu li.first {
  background: none;
}
#menu a {
  position: relative;
  display: block;
  padding: 2px 18px 0 18px;
  background-color: #fff;
  color: #464646;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.8;
  text-decoration: none;
}
#menu li.selected {
  background: none;
}
#menu li.selected a {
  margin-right: -1px;
  padding-left: 19px;
  background-color: #4a4848;
  color: #fff;
}

/* =home */
#flash {
  zoom: 1;
  position: relative;
  padding-top: 48px;
  margin: 0 -35px 0 -23px;
}
#flash img {
  display: block;
}
#tophome {
  position: relative;
  overflow: hidden;
  margin: 0 -35px 0 -23px;
  padding: 0 23px 0 19px;
  border-top: solid 30px #ffffff;
  background: #e2e2e2 url(../images/tophome_bg.gif) left top repeat-x;
}
#topdots {
  position: absolute;
  top: 0;
  left: 0;
  height: 85%;
  width: 100%;
  background: url(../images/tophomedots.gif) 317px 1em repeat-y;
}
#tophome .topitem {
  position: relative;
  float: left;
  display: inline;
  width: 280px;
  padding-bottom: 30px;
}
.topitem {
}
.topitem h4 {
  font-size: 1.45em;
}
.topitem .meta {
  float: right;
  display: inline;
  width: 96px;
  padding-right: 6px;
  color: #090909;
}
.topitem .more {
  margin-top: 1em;
}
.topitem .more a {
/*  padding: 2px 3px; */
  padding: 0px 0px; 
  background-color: #a8f1ef;
  color: #6b6b6b;
  font-weight: bold;
  font-size: 1.1em;
}
.topitem .more a:hover {
  background-color: #97e0ef;
}
#tophome #strategy {
  margin-left: 35px;
  margin-right: 39px;
  width: 300px;
}

	#tophome #strategy p{
		}

#tophome h4 {
  margin-bottom: .33em;
  color: #000000;
}
#tophome h4, #tophome p {
  margin-right: 105px;
}
#tophome .meta p {
  margin: 10px -5px 0 7px;
}
#home {
  position: relative;
  overflow: hidden;
  margin: 0 -35px 0 -23px;
  padding: 0 23px 0 19px;
  border-top: solid 18px #f3f3f3;
  background: url(../images/home_bg.gif) left top repeat-x;
}
#dots {
  isplay: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/homedots.gif) 439px 1em repeat-y;
}
#blog, #feed, #booksnphotos {
  position: relative;
  float: left;
  display: inline;
  margin-left: -1px;
}
#blog {
  width: 360px;
  margin-right: 40px;
}
#feed {
  width: 265px;
  margin-right: 39px;
}
#booksnphotos {
  width: 180px;
  background-position: left top;
}
#home h2 {
  margin-bottom: .75em;
}
#home h2 {
  font-size: 1.8em;
  color: #000000;
}
#home .viewall {
  margin-top: -2.75em;
}
#blog {
  padding-left: 40px;
}
#blog h2 {
  position: relative;
  margin-left: -40px;
}
#blog h3 {
  font-weight: bold;
  font-size: 1.4em;
}
#blog .meta {
  margin-bottom: 5px;
  border-bottom: solid 1px #d8dadd;
  font-size: .9em;
  line-height: 3;
}
#blog .meta a {
  background-color: transparent;
  color: #6b6b6b;
  font-weight: bold;
  text-decoration: none;
}
#blog .meta a:hover {
  background-color: transparent;
}
#blog .date {
  position: relative;
  float: left;
  display: inline;
  width: 27px;
  margin-left: -40px;
}
#blog .date span {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#blog .date span.month {
  font-size: 1.4em;
}
#blog .date span.day {
  margin-bottom: 3px;
  border-bottom: dashed 1px #9a9c9f;
  font-size: 2.5em;
}
#blog .date span.year {
  font-size: 1.1em;
}
#blog .meta2 {
  argin-top: -1em;
  padding-top: 2em;
  border-top: solid 1px #d8dadd;
}
#blog .meta2 p {
  float: left;
  display: inline;
  width: 180px;
}
#blog .meta2 .more a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#blog .meta2 .comments {
  text-align: right;
}
#blog .meta2 .comments a {
  color: #6b6b6b;
}
#blog .meta2 .comments a strong {
  font-weight: bold;
}
#blog .meta2 .sphereshare {
  padding-top: 2em;
}
#blog .meta2 .subscribe {
  padding-top: 2em;
}
#blog .meta2 .subscribe a {
  float: right;
  display: inline;
  width: 170px;
  height: 30px;
  background: url(../images/sub.gif) left top no-repeat;
}
#blog .meta2 .subscribe span {
  display: none;
}
#feed li {
  margin-bottom: 2em;
  padding-left: 15px;
  background: url(../images/bullet.gif) 0 .25em no-repeat;
}
#feed li a {
/*  padding: 2px 3px; */
  background-color: #fbeb62;
  color: #6b6b6b;
  font-weight: bold;
  font-size: 1.1em;
}
#feed li a:hover {
  background-color: #fbc962;
}
#feed li p.meta {
  margin-top: .5em;
  font-size: .9em;
}
#feed li p.meta a {
  padding: 0;
  background-color: transparent;
}
#feed li p.meta a:hover {
  background-color: transparent;
}
#booksnphotos #ourbooks li p a{
  background-color: #fbeb62;
}
/* =main */
#main {
  padding-top: 27px;
  padding-bottom: 3em;
}

/* =content */
#content {
  float: left;
  display: inline;
  width: 593px;
  padding-right: 33px;
  padding-top: 25px;
  background: url(../images/sepv.gif) right top repeat-y;
}
#content h2 {
  margin-bottom: .33em;
  padding-bottom: .1em;
  border-bottom: solid 1px #d8dadd;
  color: #343434;
  font-size: 4.6em;
  text-align: right;
}
#content h3 {
  color: #343434;
  font-size: 2.4em;
}
#content p {
}
#content a {
/*  padding: 2px 3px; */
  background-color: #ffe400;
}
#content a:hover {
  background-color: #ffb100;
}
#content h2 a, 
#content h3 a, 
#content h4 a,
#content h2 a:hover, 
#content h3 a:hover, 
#content h4 a:hover {
  padding: 0;
  background-color: transparent;
}

#content ul, ol {
  margin-left: 18px;
  margin-bottom: 12px; 
}
#widecontent {
  float: left;
  display: inline;
  width: 932px;
  padding-top: 25px;
}

.intro {
}
.intro .body {
  float: left;
  display: inline;
  width: 390px;
  padding-right: 17px;
  background: url(../images/sepv.gif) right top repeat-y;
  font-size: 1.8em;
}
.intro .meta {
  position: relative;
  float: right;
  display: inline;
  width: 146px;
  margin-left: -1px;
  padding-right: 10px;
  padding-left: 31px;
  background: url(../images/sepv.gif) left top repeat-y;
}

#controls {
  float: right;
  display: inline;
}
#controls a {
  float: left;
  display: inline;
  width: 37px;
  height: 36px;
  margin-right: 2px;
  background: transparent url(../images/previous.gif) left top no-repeat;
}
#controls a.next {
  background-image: url(../images/next.gif);
}
#controls a span {
  display: none;
}

.post{
	margin: 0 0 30px;}
.post h3 {
  margin: .5em 0;	
  font-weight: bold;
}
.post .tags {
}
.post .tags * {
  display: inline;
}
#content .post .tags a {
  padding: 3px; 
  background-color: #ccc;
  color: #606060;
}
#content .post .tags a:hover {
  background-color: #aaa;
}
#content .post .tags UL { 
  padding: 0px; 
  margin: 0px; 
  } 
.post .excerpt {
  margin: 1em 0;
  font: italic bold 1.6em Georgia, sans-serif;
}
#aboutlead {
  line-height: 1.1em; 
  font-size: 19px; 
  margin-bottom: 12px; 
}
#socbox { 
  width: 200px; 
  float: right; 
  padding-left: 13px;
  margin-left: 13px;   
  border-left: 1px #ccc solid; 
  font-size: 1em; 
}
#socbox A {
  font-weight: bold; 
  } 
#socbox strong {  
  font-weight: bold; 
  }
#teamboxheading {
  font-size: 16px; 
  font-weight: bold;
  background-color: #6F6F6F;
  color: #ffffff;
  padding: 8px; 
  line-height: 1em; 
  }
  
#teamboxphoto {
  width: 90px; 
  float: left; 
  }
#teamboxphoto img { 
  display: block;
  position: relative;
  width: 71px;
  height: 71px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px; 
  background-color: transparent;
  background-image: url(../images/img4_shadow.gif); 
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
}
#teamboxdesc { 
  width: 110px; 
  float: right; 
  }
#teamboxdesc h4 {
  font-size: 14px; 
  font-weight: bold; 
  } 
#teamboxtitle {
  font-size: 11px; 
  font-style: italic; 
  } 
#teamboxwrapper { 
  height: 90px;
  padding-top: 9px; 
  }

/* =text */
.text {
  font-size: 1.2em;
  line-height: 1.8;
}
.text p {
  margin-bottom: 1.5em;
}
.text h4 {
  margin-top: 1em;
  margin-bottom: .5em;
  color: #343434;
  font-size: 1.3em;
}
.author { 
  font-size: 15px; 
  } 
.author A { 
  background-color: #97E0EF; 
  } 

/* =sidebar */
#sidebar {
  position: relative;
  float: right;
  display: inline;
  width: 268px;
  margin-left: -1px;
  padding-left: 25px;
  background: url(../images/sepv.gif) left top repeat-y;
  color: #464646;
  font-size: 1.1em;
}
#sidebar li { 
  list-style: none;
  margin: 0;
  padding: 0;	
}
#sidebar h4 {
  margin-bottom: .5em;
  color: #000;
  font-size: 1.63em;
}
#sidebar .more a,
#community li .img3 strong,
#ourblog h5 a, 
#ourbooks li p a,
#hotconversations h5 a {
  padding: 2px 3px;
  background-color: #a8f1ef;
}
#sidebar .more a:hover,
#ourblog h5 a:hover, 
#ourbooks li p a:hover,
#hotconversations h5 a:hover {
  background-color: #97e0ef;
}
.sideitem {
  margin-bottom: 1em;
  padding-bottom: 2em;
  border-bottom: solid 1px #d8dadd;
}
.viewall {
  position: relative;
  margin-bottom: .9em;
  margin-top: -2.5em;
  text-align: right;
}
.viewall a {
  color: #6b6b6b;
}

.service {
  padding-right: 106px;
}
.service h4 {
  font-size: 1.45em;
}
.service .meta {
  position: relative;
  margin-right: -106px;
  float: right;
  display: inline;
  width: 96px;
  padding-right: 6px;
  color: #090909;
}
.service .more {
  margin-top: 1em;
}
.service .more a {
  color: #6b6b6b;
}

#ourblog {
}
#ourblog li {
  margin-bottom: 1em;
}
#ourblog h5 {
  margin-bottom: .75em;
}
#ourblog h5 a {
  font-size: 1.45em;
  color: #6b6b6b;
}
#ourblog .meta {
  margin-top: .5em;
  padding-top: .5em;
  border-top: solid 1px #d8dadd;
  order-bottom: solid 1px #f3f3f3;
}
#ourblog .meta a {
  color: #000;
  text-decoration: underline;
}
#community {
}
#community ul {
  position: relative;
  width: 280px;
  margin-right: -12px;
}
#community li {
 float: left;
 display: inline;
 width: 140px;
}
#community li a {
  color: #6b6b6b;
}
#community li .img3 * {
  vertical-align: middle;
}
#community li .img3 strong {
  margin-left: 8px;
}
#hotconversations  {
  
}
#hotconversations h5 {
  margin-bottom: .25em;
}
#hotconversations h5 a {
  font-size: 1.45em;
  color: #6b6b6b;
}
#hotconversations .author {
  margin-bottom: 1em;
  padding-bottom: .5em;
  order-bottom: solid 1px #d8dadd;
}

/* =solutions */
#solutions {
}
.solution {
  margin-bottom: 1em;
}
.solution .img5 {
  float: left;
  display: inline;
}
.solution h3 {
  font-weight: bold;
}
.solution h3, .solution .text {
  margin-left: 225px;
}
.solution img {
}
#ourbooks {
  position: relative;
  margin-right: -20px;
}
#ourbooks .viewall {
  margin-right: 20px;
}

#ourbooks ul{
	margin-right: -10px;}

#ourbooks li {
  float: left;
  display: inline;
  margin-right: 20px;
/*  margin-bottom: 2em; */
}
#ourbooks li .img6 {
  background-image: url(../images/img6_shadow_books.gif);
  text-align: center;
  width: 72px;
  w\idth: 62px;
}

#ourbooks li p {
  margin: 1em -20px 0 -5px;
  text-align: left;
}
#ourbooks li p a {
  padding: 2px 3px;
  color: #6b6b6b;
	line-height: 1.6em;
}
#ourphotos {
  position: relative;
  margin-right: -11px;
}
#ourphotos .viewall {
  margin-right: 11px;
}
#ourphotos li {
  float: left;
  display: inline;
  width: 81px;
  margin-right: 11px;
}

#tag-cloud h4{
	background: transparent url(../images/expand.gif) no-repeat left center;
	cursor: pointer;
	margin-bottom: 0;
	padding-left: 15px;}

#tag-cloud ul {
	display: none;
	margin-top: .5em;
	text-align: center; }
	
#tag-cloud li{
	display: inline;}
	
#tag-cloud li a{
	color: #444;}
	
	#tag-cloud.expanded ul{
		display: block;}
	


/* =image shadows */
.img1 {
  position: relative;
  width: 146px;
  height: 92px;
  margin: -5px -5px 7px -7px;
  padding: 6px 4px 4px 6px;
  background: url(../images/img1_shadow.gif) left top no-repeat;
}
.img2 {
  position: relative;
  width: 96px;
  height: 88px;
  margin: -5px -5px 0px -5px;
  padding: 6px 4px 4px 6px;
  background: url(../images/img2_shadow.gif) left top no-repeat;
}
.img2bis {
  position: relative;
  width: 96px;
  height: 88px;
  margin: 0px -5px 0px 0px;
  padding: 6px 4px 4px 6px;
  background: url(../images/img2bis_shadow.png) left top no-repeat;
}
.img2bis .reflection {
  margin-top: 8px;
}
* html .img2bis {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/img2bis_shadow.png", sizingMethod="crop");
}

.img3 {
  position: relative;
  width: 124px;
  height: 54px;
  padding: 5px 4px 4px 5px;
  background: url(../images/img3_shadow.gif) left top no-repeat;
}
.img4 {
  position: relative;
  width: 71px;
  height: 71px;
  padding: 5px;
  background: url(../images/img4_shadow.gif) left top no-repeat;
}
.img5 {
  position: relative;
  width: 206px;
  height: 144px;
  padding: 5px;
  background: url(../images/img5_shadow.gif) left top no-repeat;
}
.img6 {
  position: relative;
  width: 66px;
/*  height: 96px; */
  padding: 5px;
  background: url(../images/img6_shadow.gif) left top no-repeat;
}

/* =comments */
#commentswrapper {
  position: relative;
  border-top: solid 1px #bec2c7;
  font-size: 1.6em;
}
#commentswrapper .meta li a, #content .post .meta li a,
#comments li h4 a {
  color: #4a4a4a;
}
#commentsinnerwrapper {
  float: left;
  display: inline;
  width: 615px;
}
#commentswrapper .meta, #content .post .meta{
  padding: 1em 0;
  border-bottom: solid 1px #bec2c7;
}
	#content .post .meta{
		border-top: solid 1px #bec2c7;}
		
#commentswrapper .meta li, #content .post .meta li{
  display: inline;
  margin-left: 8px;
  padding-left: 10px;
  border-left: solid 1px #dee0e0;
  font-size: .625em;}

	#content .post .meta li{
		font-size: 12px;}
	
#commentswrapper .meta li.first, #content .post .meta li.first{
  margin-left: 0;
  padding-left: 0;
  border-left-style: none;
}
#commentswrapper .meta li strong, #content .post .meta li strong{
  font-weight: bold;
}
#commentswrapper .meta li a.share-sphere{
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left middle;
  text-decoration: none;
}
#comments {
  width: 585px;
  padding-bottom: 6em;
}
#comments li {
  position: relative;
  margin-top: 2em;
  padding-bottom: 9px;
  background: #fff url(../images/comment_bottom.gif) left bottom no-repeat;
}
#comments li h4 {
  padding-left: 10px;
  padding-bottom: 25px;
  background: url(../images/comment_top.gif) left bottom no-repeat;
}
#comments li h4 a {
  text-decoration: underline;
}
#comments li strong {
  position: absolute;
  left: 12px;
  top: 50px;
  font-size: 2em;
}
#comments li .entry-content {
  padding: 10px 10px 10px 70px;
  background: url(../images/comment_middle.gif) left top repeat-y;
}

	#comments li .reply {
		font-size: .687em;
		margin: 10px 0;
		text-align: right;}
		
	#comments li .reply a {
		color: #000;}
		
	#comments li .comment-childs{
		background: #f7f7f7;
		border: 1px solid #c3c3c3;
		color: #666;
		margin: 10px 0;}
		
		
		
		#comments li .comment-childs h5{
			color: #444;}
		
		#comments li .comment-childs h5 a{
			color: #444;
			font-weight: bold;}
			
	#comments li .comment-childs .entry-content{
		background: none;
		border: 0;
		padding: 0;
		margin: 10px 0;}

	#comments li .comment-childs .comment-childs{
		border-width: 1px 0 0;
		margin: 10px 0 10px 10px;
		padding: 10px 0;}

#commentsform {
  float: right;
  display: inline;
  width: 265px;
  padding: 1em 0;
}
	
	#commentsform p.message {
		padding: 0;}	
	
	#commentsform a {
		color: #444;}
	
	
	#commentform input{
		font-weight: bold;}
				
#commentsform h3 {
  margin-bottom: 1em;
  color: #4c4c4c;
  font-size: 1.5em;
}
#commentsform dt {
  display: none;
}
#commentsform dd {
  margin-bottom: 1em;
  padding: 2px;
}
#commentsform textarea {
  height: 10em;
  width: 100%;;
}

	#commentform p.actions{
		display: inline;
		padding: 0;}
		
	#commentform p#reroot{
		color: #999;
		font-size: .687em;
		line-height: 1.6em;
		margin: 0 0 10px;
		padding: 0;}
		

/* =footers */
#footer {
  clear: both;
  float: left;
  display: inline;
  margin-bottom: -2em;
  padding-bottom: 2em;
  background: url(../images/footer_left.gif) left top no-repeat;
  color: #4a4a4a;
}
#footer a {
  color: #6b6b6b;
  text-decoration: underline;
}
#copy {
  float: left;
  display: inline;

  padding: 15px;
  margin-bottom: -2em;
  padding-bottom: 2em;
  background: url(../images/footer_right.gif) right top no-repeat;
}
#copy #by {
}
#hiring {
  position: absolute;
  right: 0;
  float: right;
  display: inline;
  width: 300px;
  color: #130d0d; 
  font-size: 1.6em;
}
#hiring a {
  padding: 1px 2px;
  background-color: #ff0606; 
  color: #fff;
  text-decoration: none;
}
#hiring a:hover {
/*  background-color: #cc0606; */
}

/* =contact form */
form {
}
form p {
  padding-left: 1em;
}
form li {
  zoom: 1;
  position: relative;
  margin-bottom: .25em;
  padding: .5em .5em 1em 1em;
}
form li.notes {
  padding-bottom: 2em;
}
form li.error {
  background-color: #fff7c0;
}
form label {
  display: block;
  color: #343434;
  font-size: 1.2em;
}
form span {
  position: absolute;
  bottom: .5em;
}
form li select {
  width: 200px;
  font-size: 1.4em;
}
form li input {
  width: 300px;
  font-size: 1.4em;
}
form li textarea {
  width: 550px;
  height: 100px;
  font-size: 1.4em;
}
form li#c_name input {
  width: 100px;
}
form li#c_phone input {
  width: 40px;
}

blockquote
{
background-color:#C2DFEF;
display:block;
margin:15px;
padding:10px;
}

div#content ul
{
list-style:inside square;
}


