.clearfix:after { /* FF, O, etc. */
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

.clearfix {
	display:inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display:block;
}

* html .clearfix {
	height:1%; /* IE5-6 */
}

body {
	background-color:#ffffff;
	width:960px;
	margin:0 auto;
	font:normal 14px Arial,Verdana,Tahoma;
	color:#000000;
	padding:25px 0;
}

a {	color: #705893;
	text-decoration:none;
}
a:hover {background-color:#705893; color: #fff;}

/* header */
#branding {
	float:left;
	width:690px;
	padding-left:17px;
	margin-bottom:23px;
}

#blog-title {
	background:#ffffff url(images/logo.png) no-repeat 0 1px;
	display:block;
	width:167px;
	height:40px;
	text-indent:-9999px;
	float:left;
	padding-right:26px;
	border-right:1px solid #9f85bd;
}

#blog-title a {
	display:block;
	height:38px;
}

#blog-description {
	float:left;
	line-height:40px;
	padding-left:27px;
	font-weight:normal;
	color:#746876;
}

#top-search-wrap {
	background:transparent url(images/search-bg.png) no-repeat 0 0;
	float:right;
	width:248px;
	margin-top:9px;
	position:relative;
	height:41px;
}

#top-s, #top-search-submit {
	background:none;
	border:none;
	padding:0;
}

#top-s {
	font:normal 12px Arial, Verdana, Tahoma;
	color:#a17fd5;
	margin:0 10px;
	width:150px;
	padding-top:12px;
}

#top-search-submit {
	width:62px;
	cursor:pointer;
}

#navigation-wrapper {
	clear:both;
	position:relative;
	margin-bottom:9px;
}

#navigation-wrapper .left, #navigation-wrapper .right {
	background:transparent url(images/page-menu-bg.png) no-repeat;
	height:44px;
	width:3px;
	position:absolute;
	top:0;
} 

#navigation-wrapper .left {
	background-position:0 -44px;
	left:0;
	z-index:501;
}

#navigation-wrapper .right {
	background-position:0 -88px;
	right:0;
	z-index:502;
}

/* container */

.top, .bottom {
	float:left;
}

#featured-wrap {
	background:#f4f0f9 url(images/featured-bg.gif) repeat-y 0 0;
	float:left;
	width:960px;
	margin-bottom:13px;
}

#featured-wrap .top, #featured-wrap .bottom {
	background:transparent url(images/featured-bg.gif) no-repeat 0 0;
}

#featured-wrap .top {
	background-position:-960px 0;
	padding-top:6px;
	width:960px;
}

#featured-wrap .bottom {
	background-position:100% 100%;
	padding:0 6px 6px;
	width:948px;
	position:relative;
`}

#featured-wrap .inner {
	background:#eee8f2 url(images/featured-image.jpg) no-repeat 0 0;
	width:948px;
	height:232px;
	padding-top:95px;
}

#featured-wrap .inner h2 {
	float:left;
	width:500px;
	margin-bottom:15px ;
	font-size:20px;
	color:#ffffff;
	text-align:center;
}

#featured-wrap .inner .entry {
	background:transparent url(images/featured-text-bg.png) no-repeat 0 0;
	padding:20px 25px;
	width:450px;
	float:left;
	color:#ffffff;
	margin-bottom:10px;
}

#see-how {
	background:transparent url(images/see-how-bg.png) no-repeat 0 0;
	clear:left;
	display:block;
	height:43px;
	line-height:43px;
	font-size:25px;
	color:#ffffff;
	text-align:right;
	padding-right:45px;
	cursor:pointer;
}

#featured img {
	position:relative;
	z-index:1;
}

#featured h2 {
	position:absolute;
	top:100px;
	width:450px;
	text-align:center;
	font-size:20px;
	margin-bottom:15px;
	z-index:2;
	color:#ffffff;
}

#featured .entry {
	background:transparent url(images/featured-text-bg.png) no-repeat 0 0;
	position:absolute;
	top:130px;
	color:#ffffff;
	width:450px;
	margin-bottom:10px;
	padding:20px 25px;
	z-index:3;
}

.see-how {
	background:transparent url(images/see-how-bg.png) no-repeat 0 0;
	display:block;
	height:42px;
	line-height:42px;
	width:100px;
	position:absolute;
	top:267px;
	right:0;
	z-index:100;
	color:#ffffff;
	font-size:20px;
	cursor:pointer;
	padding:0 45px 0 11px;
}

#white-line {
	background:transparent url(images/see-how-bg.png) no-repeat 0 0;
	height:42px;
	width:792px;
	position:absolute;
	top:267px;
	z-index:4;
}

.box {
	background:#ffffff url(images/container-bg.gif) repeat-y 0 0;
	float:left;
	width:960px;
	margin-bottom:13px;
}

.box .top, .box .bottom {
	background:transparent url(images/container-bg.gif) no-repeat 0 0;
}

.box .top {
	background-position:-960px 0;
	padding-top:6px;
	width:960px;
}

.box .bottom {
	background-position:100% 100%;
	padding:25px 35px 35px;
	width:890px;
}

.block {
	display:inline;
	float:left;
	width:277px;
	margin-right:29px;
}

.block.last { margin:0; }

.block h3 {
	font-size:22px;
	margin-bottom:15px;
}

.entry { line-height:18px; }

.entry p { margin-bottom:6px; }

.block .entry ul li {
	background:#ffffff url(images/icon-service.gif) no-repeat;
	padding-left:20px;
	line-height:21px;
}

#reputation { background-position:0 3px; }

#engagement { background-position:0 -28px; }

#venture { background-position:0 -59px; }

#brand { background-position:0 -90px; }

#leadership { background-position:0 -121px; }

.purple, .purple a { color:#705893; }

.purple a:hover { color:#fff; }


.purple h3 { color:#a17fd5; }

.clients {
	background-color:#eee8f2;
	color:#524354;
}

.clients img { margin:0 2px; }

.box .title {
	font-size:22px;
	float:left;
	display:inline;
	margin-right:35px;
}

.box .detail { margin-top:9px; }

#clients {
	clear:both;
	margin-top:20px;
	overflow:hidden;
}

#clients .full-list {
	display:block;
	float:left;
	margin:16px 139px 0 0;
}

#clients img {
	overflow:hidden;
	float:left;
}

.inner-box .bottom {
	padding:12px 18px 18px;
	width:924px
}

/* content */
#content {
	float:right;
	width:616px;
}

#top-image {
	background:#ffffff url(images/top-images-bg.gif) repeat-y 0 0;
	float:left;
	width:616px;
	margin-bottom:30px;
}

#top-image .top, #top-image .bottom {
	background:transparent url(images/top-images-bg.gif) no-repeat 0 0;
}

#top-image .top {
	background-position:-616px 0;
	padding-top:6px;
	width:616px;
}

#top-image .bottom {
	background-position:100% 100%;
	padding:0 6px 6px;
	width:604px;
	overflow:hidden;
}

.quote {
	color:#a17fd5;
}

#content .entry p { margin-bottom:20px; }

#content .entry h1, #content .entry h2, #content .entry h3, #content .entry h4, #content .entry h5 {
	margin-bottom:20px;
	color:#a17fd5;
}

#content .entry h2 { font-size:17px; }

/* sidebar */
#sidebar {
	float:left;
	width:300px;
}

#about {
	background-color:#f3f0f6;
	float:left;
	width:300px;
	margin-bottom:30px;
	color:#695c6a;
}

#about .top, #about .bottom {
	background:transparent url(images/about-bg.gif) no-repeat 0 0;
}

#about .top {
	padding-top:6px;
	width:300px;
}

#about .bottom {
	background-position:100% 100%;
	padding:16px 6px 22px;
	width:288px;
	overflow:hidden;
}

#about h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 22px 16px;
}

#about ul li {
	line-height:22px;
	padding:0 22px;
}

#about ul li a {
	background:transparent url(images/icon-about.gif) no-repeat;
	display:block;
	height:22px;
	padding-left:29px;
	color:#524354;
}

#about #reputation a { background-position:0 3px; }

#about #monitoring a { background-position:0 -28px; }

#about #employee a { background-position:0 -59px; }

#about #strategy a { background-position:0 -90px; }

#about ul li.hover {
	background:#58358d url(images/about-hover-bg.png) repeat-x 0 0;
}

#about ul li.hover a { color:#ffffff; }

#contact-person {
	color:#695c6a;
	clear:left;
	border-bottom:1px solid #6f4ca3;
	padding-bottom:45px;
	margin:0 22px 16px;
}

#contact-photo {
	background:#e6e0ee url(images/photo-bg.png) no-repeat 0 0;
	float:left;
	width:60px;
	margin-right:10px;
}

#contact-photo .top, #contact-photo .bottom {
	background:transparent url(images/photo-bg.png) no-repeat;
}

#contact-photo .top {
	background-position:-60px 0;
	padding-top:6px;
	width:60px;
}

#contact-photo .bottom {
	background-position:100% 100%;
	padding:0 6px 6px;
	width:48px;
	overflow:hidden;
}

#contact-person h3 {
	color:#a17fd5;
	font-size:22px;
	font-weight:normal;
	margin-bottom:16px;
}

#contact-person p { margin-bottom:10px; }

#contact-person a { color:#ffffff; }

#news-feed {
	margin:0 22px 35px;
	color:#524354;
}

#news-feed h3 {
	font-size:22px;
	font-weight:normal;
	margin-bottom:16px;
}

#news-feed .feed { margin-bottom:16px; }

#news-feed .feed .title {
	font-weight:bold;
	font-size:14px;
	display:block;
	margin:0 0 12px !important;
}

#news-feed .feed .entry {
	clear:left;
	color:#746876;
}

#news-feed .feed a.read-more, a#see-all { color:#524354; }

#news-feed .feed a.read-more:hover, a#see-all:hover { color:#000000; }

a#see-all { font-weight:bold; }

/* footer */
#footer {
	clear:both;
	color:#524354;
}

#copy {
	vertical-align:top;
	font-size:11px;
}

#connect {
	float:right;
	line-height:14px;
}

#connect strong { margin-left:10px; }

.bookmark {
	background:#ffffff url(images/icon-bookmarking.gif) no-repeat;
	display:block;
	float:left;
	width:14px;
	height:14px;
	text-indent:-9999px;
	margin:0 1px;
	cursor:pointer;
}

#rss { background-position:0 0; }

#print { background-position:0 -19px; }

#email { background-position:0 -38px; }

#di { background-position:0 -57px; }

#facebook { background-position:0 -76px; }

#twitter { background-position:0 -95px; }

#delicious { background-position:0 -114px; }

#linkedin { background-position:0 -133px; }

table { margin:10px 5px; }
td, th { padding: 10px; height:auto; vertical-align:middle; text-align:left;}
table {
    border-spacing: 10px;
    width:auto;
}


