* {
	margin: 0;
	padding: 0; 
}
 
html, body {
	height:100%;
	text-align:left;
	margin: 0;
	padding: 0; 
}
 
body {
	background-color: #ccc;
	background:url(/images/bgMain.jpg) top center no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:18px;
}

/*--------------------------------------------------------------------------------------------------------*/

/**********************************************************************************************************/
/* LAYOUT																																																	*/
/**********************************************************************************************************/

.container {
	margin:0 auto;
	width:894px;
	min-height: 100%;
	height: 100%;
	background-color:#fff;
}

.inner {
	margin: 20px 0px 20px 18px;
	width: 873px;
}

.main-content {
	width: 873px;
	float: left;
	margin: 30px 0;
}

br .clear {
	height: 1px;
	clear: both;
}

/*--------------------------------------------------------------------------------------------------------*/

/**********************************************************************************************************/
/* HEADER																																																	*/
/**********************************************************************************************************/

.header, .socialites {
	width: 873px;
	float: left;
	padding: 0 0 20px 0;
}

.header .logo {
	float: left;
	width: 175px;
}

.header .right {
	width: 698px;
	float: right;
}

.header .pizazz {
	width: 698px;
	height: 75px;
	float: left;
	background: url(/images/pizazz.jpg) top right no-repeat;
}

.header .menu {
	width: 698px;
	text-align: right;
}

.header .menu ul.nav-items {
	float: right;
	list-style: none;
	padding-top: 5px;
}

.header .menu ul.nav-items li {
	display: inline;
/*	font-weight: bold;*/
	float: left;
	margin: 0px;
	padding: 0px;
	height: 26px;
}

.header .menu ul.nav-items li a {
	float: left;
	padding: 4px 18px;
  color: #c64f27;
  text-decoration: none;
	margin: 0px;
	border-right: 1px solid #dddddd;
	cursor: pointer;
}

.header .menu ul.nav-items li a.first {
	border-left: 1px solid #dddddd;
}

.header .menu ul.nav-items li a:hover {
	background-color: #f6f6f6;
	border-right: 1px solid #dddddd;
}

.header .menu ul.nav-items li a.active {
	color: #fff;
	background-color: #9fa615;
	border-right: 1px solid #9fa615;
	border-left: 1px solid #9fa615;
	cursor: pointer;
}

.header .menu ul.nav-items li a.active:hover {
	color: #fff;
	background-color: #9fa615;
	border-right: 1px solid #9fa615;
	border-left: 1px solid #9fa615;
	cursor: pointer;
}

/*--------------------------------------------------------------------------------------------------------*/


/**********************************************************************************************************/
/* TWO COLUMN LAYOUT																																											*/
/**********************************************************************************************************/

.two-column { /*used frequently*/
	width: 678px;
}
.left-content {
	width: 458px;
	float: left;
	margin: 0 20px 0 0;
}
.sidebar-content {
	width: 200px;
	float: right;
}
.latest-case-study {
	width: 198px;
	float: left;
	border: 1px solid #ddd;
	background: #f6f6f6;
}
.sidebar-content h2  {
	font-size: 12px;
	font-weight:normal;
	color: #6e5c54;
	background: #ede5ca;
	padding:5px;
	margin: 20px 0 2px 0;
}
p.summary {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
.view-detailed-case-study-btn {
	text-align: center; margin: 10px 0;
}
.blog-post {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px dashed #ddd;
}
.blog-post p img {
	display: none;
}
.blog-post h2 {
	margin: 0;
	padding: 0 0 2px 0;
	font-weight: bold;
}
.blog-post h2 a {
	text-decoration: underline;
}
.read-more-btn {
	width: 458px;
}
/*--------------------------------------------------------------------------------------------------------*/

/**********************************************************************************************************/
/* COMMON LAYOUT																																													*/
/**********************************************************************************************************/

.right {
	float: right;
}

.wrap-margin {
	margin: 20px 0;
}

p.hero-copy {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	line-height:21px;
	color: #656565;
}

.three-full {
	width: 269px;
	padding: 7px;
	float: left;
	background: #f6f6f6;
	text-align: center;
	border: 1px solid #e9e9e9;
}

.column-margin {
	margin: 0 8px 8px 0;
}

/* give firefox and safari users something special */
.rounded {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-bottom-left-radius: 4px;
	-webkit-border-top-bottom-right-radius: 4px;
}

.highlight {
	padding: 2px;
	color: #222;
	background: #ede5ca;
}

.two-full-element {
	width: 423px;
	height: 300px;
	float: left;
}

.two-full-element-shaded {
	width: 440px;
	height: 298px;
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
	float: right;
}

a.four-full-element {
	width: 210px;
	float: left;
	background: #f6f6f6;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #e9e9e9;
	color:#bb5a2d;
	text-decoration: none;
}

a.four-full-element:hover {
	background: #e9e9e9;
}

.read-more {
	margin: 10px 0;
	text-align: right;
}

/*--------------------------------------------------------------------------------------------------------*/

/**********************************************************************************************************/
/* COMMON ELEMENTS																																												*/
/**********************************************************************************************************/

ul.actions {
	float: left;
	width: 873px;
	background: #f6f6f6;
}
ul.actions li {
	list-style: none;
	float: right;
	padding: 0;
	background: #fff;
}
ul.actions li a {
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
	padding: 7px;
	color: #b84f20;
	text-decoration: none;
	margin: 0;
	text-align: center;
}
ul.actions li.disabled {
	padding: 7px;
	color: #999;
	padding: 7px;
	text-decoration: none;
	margin: 0;
	text-align: center;
}
ul.actions li a:hover {
	background: #e9e9e9;
}
ul.actions li.mar-left {
	border-left: 5px solid #fff;
	padding: 7px 0 7px 0px;
	margin: 0;
}

.two-full-element-shaded h2 {
	margin: 0;
	padding: 0;
}

.position {
	font-size: 10px;
}

.two-full-element li {
	margin-left: 10px;
	list-style-position: inside;
	list-style-type: disc;
}

.margin-eight {
	margin: 8px;
}

.margin-twenty-zero {
	margin: 20px 0;
}

p.page-intro {
	font-size: 12px;
	margin: 0 0 20px 0;
	line-height:18px;
	color: #656565;
}

a.global {
	float:right;
	margin:0 7px 0 10px;
	font-size:12px;
	text-decoration:none;
	color:#990000;
}
 
a.main {
	font-size:12px;
	text-decoration:none;
	color:#bb5a2d;
}
 
 
a.studyLink {
	font-size:10px;
	text-decoration:none;
	color:#990000;
}
 
h1 {
	color: #6e5e54;
	font-size: 22px;
	padding: 5px 0 0 0;
	margin: 0 0 20px 0;
}

p.intro {
	font-size: 13px;
	line-height: 18px;
}

h2 {
	font-size:16px;
	font-weight: bold;
	margin: 20px 0;
	color: #6e5e54;
}
h2.normal { /*on homepage*/
	font-weight: normal;
}
 
h3 {
	color: #5a4942;
	font-size:11px;
	margin: 0 0 5px 0;
}
 
h4 {
	font-size:11px;
}
 
h5 {
	font-size:11px;
	font-weight:normal;
}

li {
	margin:0 0 15px 10px;
	list-style-position: inside;
	list-style-type: disc;
} 
p {
	margin: 10px 0;
}

a {
	text-decoration: none;
	color: #b84f20;
}

/*--------------------------------------------------------------------------------------------------------*/

/**********************************************************************************************************/
/* HOMEPAGE 873																																														*/
/**********************************************************************************************************/

table.panel {
	float: left;
	width: 873px;
	height: 101%;
/*	border-collapse:collapse;*/
}
table.panel tr {
	background: #fff;
}
table.panel td {
	background: #fff;
	height: 360px;
}
td.left-panel {
	float:left;
	width: 300px;
	padding-right: 10px;
	height: 101%;
	border-right: 1px solid #ccc;
}
td.middle-panel {
	float:left;
	width: 300px;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
td.right-panel {
	float:left;
	padding: 0 0 0 8px;
}
/*--------------------------------------------------------------------------------------------------------*/


/**********************************************************************************************************/
/* ABOUT																																																	*/
/**********************************************************************************************************/

.person {
	width: 130px;
	height:193px;
	background: #ddd;
	float:left;
}
p.about-page img {
	float: right;
	padding: 15px; 
	background: #ddd; 
	margin: 0 0 5px 10px;
}
p.h2  {
	float: left;
}
.person-margin {
	margin: 0 7px 0 0;
}
.capiton-wrap {
	vertical-align:baseline;
	position:relative;
	overflow: hidden;
	cursor: pointer;
	width: 130px;
}
.caption {
    position:absolute;    
    opacity:0.85;   
		color: #fff;
		font-size: 11px;
		line-height: 14px;
    overflow:hidden;
		cursor: pointer;
    margin:0px;
    padding:3px;
    left:0px;
		width: 130px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
}
.caption a {
	color: #fff;
	text-decoration: none;
}
.caption a:hover {
	text-decoration: underline;
	background: none;
}
.caption-text{
	font-weight: normal;
	margin:0;
	width: 125px;
	font-size:10px;
	padding: 0;
}

/*--------------------------------------------------------------------------------------------------------*/

/**********************************************************************************************************/
/* WORK																																																		*/
/**********************************************************************************************************/
.case-study {
	font-size: 11px;
}

.case-study .thumb-footer {
	float: left; 
	width: 165px; 
	vertical-align: middle; 
	background: #ddd; 
	padding: 3px 5px; 
	margin: 0 0 15px 0; 
	line-height: 13px
}

.caption ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 15px;
	width: 122px;
}
.caption ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

.two-column .case-study img {
	width: 200px;
}

.two-column .case-study .thumb-footer {
	width: 190px; 
}

.case-study img {
	width: 175px;
	float: left;
	border-top: 5px solid #fff;
}
.case-study img.current {
	border-top: 5px solid #9fa615;
}
img.thumb-hover {
	border-top: 5px solid #ddd;
}
h3 a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------------*/

/**********************************************************************************************************/
/* PROCESS																																																*/
/**********************************************************************************************************/

.engaged-summary {
	height: 106px;
}
a.view-case-study {
	float: left;
	color: #bb5a2d;
	background: #e9e9e9;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 258px;
}
a.view-case-study:hover {
	background: #dbdbdb;
}

/*--------------------------------------------------------------------------------------------------------*/

/**********************************************************************************************************/
/* CONTACT																																																*/
/**********************************************************************************************************/

.contact-wrap {
	float: left;
	width: 873px;
	background: #ddd;
}

.contact-wrap .inner-wrap {
	width: 843px;
	float: left;
	margin: 15px;
}

.contact-wrap .content {
	width: 220px;
	margin: 0 20px 0 0;
	float: left;
	padding: 0;
}

.map {
	width: 515px;
	height: 375px;
	padding: 0;
	margin: 0;
	float: right;
	border: 1px solid #ccc;
}

#contact .left-content {
	width: 653px;
	float: left;
	clear: none;
}

#contact .sidebar-content {
	float: right;
}

#contact .blog-post .read-more-btn {
	width: 200px;
	clear: both;
}

#contact .blog-post p {
	width: 650px;
	clear: none;
}

#contact .latest-case-study {
	width: 198px;
	position: relative;
	float: right;
	border: 1px solid #ddd;
	background: #f6f6f6;
}


/*--------------------------------------------------------------------------------------------------------*/


/**********************************************************************************************************/
/* TAB INTERFACE																																													*/
/**********************************************************************************************************/
ul.tab-interface {
	list-style: none;
	float: left;
	margin: 0 0 8px 0;
}
ul.tab-interface li {
	display: inline;
/*	font-weight: bold;*/
	float: left;
	margin: 0px 5px 0 0;
	padding: 0px;
	height: 26px;
}

ul.tab-interface li a {
	padding: 3px 5px;
  color: #c64f27;
  text-decoration: none;
	margin: 0px;
	cursor: pointer;
}

ul.tab-interface li a:hover {
	background-color: #f6f6f6;
}

ul.tab-interface li a.active {
	color: #fff;
	background-color: #9fa615;
	cursor: default;
}

.tabs {
	margin: 20px 0;
}
/*--------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------*/
 
/* global styles */
	
 
.accordionWrap {
	float:left;
	width:900px;
	height:250px;
	margin:20px 0 20px 0;
}
 
.clientOther {
	width:100%;
	float:left;
	display:block;
	text-align:center;
	margin:0 0 5px 0;
	background-color:#ccc;
}
 
.clientOther p {
	margin:3px;
}
 
.contactWrap {
	float:left;
	width:240px;
	height: 340px;
	background: #fff;
	margin: 0 0 0 10px;
}

.contentLeft {
	float:left;
	width:200px;
	margin:0 20px 0 0;
}
 
.contentLeftThink {
	float:left;
	width:640px;
	margin:0 20px 0 0;
}

.employee {
	width: 196px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
	float: left;
}
 
.contentRight {
	float:left;
	width:200;
}
 
.contentSplit {
	float:left;
	margin:20px 0;
	width:872px;
}
 
.creative {
	background:#c1ba96;
	border-bottom: 4px solid #fff;
}
 
.innerTube14 {
	margin: 20px 20px 30px 14px;
}
 
.mainNavWrap {
	float:left;
	width:350px;
	text-align:right;
	margin: 80px 0 20px 360px;
}
 
.relBlog {
	display:block;
	width:100%;
	height:200px;
	float:left;
	margin:0 0 14px 0;
	background-color:#ccc;
}
 
.relTweets {
	display:block;
	width:100%;
	height:300px;
	float:left;
	margin:0 0 14px 0;
	background-color:#ccc;
}
 
.study {
	float:left;
	width:31%;
	margin:0 14px 14px 0;
}
	
.studyBuckets {
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
	
.studyCopy {
	font-size:10px;
	line-height:12px;
	color:#666666;
}
 
.studyFeature {
	display:block;
	background-color:#ccc;
	height:300px;
	width:644px;
	float:left;
	margin-bottom: 20px;
}
 
.studyPic {
	float:left;
	margin:0 10px 0 0;
}
 
.team {
	background:#b0b579;
	border-bottom: 4px solid #fff;
}
 
.thinking {
	background:#a8c5cd;
	border-bottom: 4px solid #fff;
}
 
.who {
	background:#dc9f11;
	border-bottom: 4px solid #fff;
}
 
.whoAmI {
	width:100%;
	float:left;
	margin: 0 0 15px 0;
}
 
.whoBodyCopy {
	padding: 0 0 0 10px;
	font-weight: normal;
}
 
.whoMargin {
	margin: 0 5px 0 0;
}
 
.whoFeature {
	background-color:#ccc;
	width:168px;
	height:250px;
	float:left;
}

.split-content {
	height: 300px;
	float: left;
	background: #f2f2f2;
	margin-bottom: 20px;
}
.split-content-left {
	width: 423px;
	height: 300px;
	float: left;
}

.split-content-right {
	width: 420px;
	float: left;
	padding: 10px;
}

.split-content-right p {
	margin: 10px 0;
}

.split-content-right li {
	margin-left: 10px;
	list-style-position: inside;
	list-style-type: disc;
}
.split-content-right .read-more {
	margin: 10px 0;
	text-align: right;
}

.split-content h2 {
	margin: 0;
	padding: 0;
}

.split-content .position {
	font-size: 10px;
	margin: 0 0 10px 0;
}

.find-employee {
	font-size: 10px;
	margin: 10px 0 0 0;
	font-weight: bold;
	position: bottom;
}
.full-wrap {
	margin: 0 0 20px 0;
	float: left;
}

.half-wrap {
	width: 433px;
	margin: 0 0 20px 0;
	float: left;
}

.full-item-no-link {
	width: 199px;
	padding: 5px;
	margin: 0 5px 5px 0;
	float: left;
	background: #f6f6f6;
	text-align: center;
	border: 1px solid #e9e9e9;
}

.full-item-link {
	width: 209px;
	margin: 0 5px 5px 0;
	float: left;
	background: #f6f6f6;
	text-align: center;
	border: 1px solid #e9e9e9;
}

a.full-item {
	float: left;
	width: 200px;
	padding: 5px;
	text-decoration:none;
	color:#bb5a2d;
}
.full-item-link a:hover {
	background: #e9e9e9;
}
a.less-item {
	float: left;
	width: 180px;
	padding: 5px;
	text-decoration:none;
	color:#bb5a2d;
}
.less-item-link a:hover {
	background: #e9e9e9;
}

.study-images {
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
	padding: 0px;
}

.study-image {
	width: 423px;
	float: left;
	margin: 0 17px 0 0;
}
.heroWide {
	margin: 0 0 20px 0;
}


.placeholder {
	width: 306px;
	border: 1px solid #b2afaa;
	padding: 5px;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.dropdown {
	color: #bd6d08;
}

.sidebar-tweet {
	width: 200px;
	font-size: 11px;
	height: 115px;
}
.sidebar-tweet a {
	font-size:11px;
	text-decoration:none;
	color:#bb5a2d;
}
.sidebar-icon {
	width: 20px;
	float: left;
	margin: 0 5px 0 0;	
}
.sidebar-body {
	width: 170px;
	float: left;
}

.footer {
	margin: 20px 0;
	font-weight: bold;
	font-size: 10px;
}
.footer a {
	font-size: 10px;
}
.footer span.right {
	margin: 0;
	float: right;
}

.bottom-wrap {
	width: 864px;
	float: left;
	background: #ccc;
	
}

small {
	font-size: 10px;
}

a.top-nav {
	padding: 3px 5px;
	text-decoration: none;
	color: #b84f20;
	background-color: #f6f6f6;
	border: 1px solid #e9e9e9;
}
a.top-nav:hover, a.selected {
	color: #fff;
	background-color: #d26432;
	border: 1px solid #d26432;
}

a.main-nav {
	padding: 3px 5px;
	font-size:12px;
	text-decoration:none;
	color:#bb5a2d;
}
a.main-nav:hover, a.main-selected {
	color: #fff;
	background-color: #d26432;
}

.tri-full {
	width: 267px;
	padding: 7px;
	margin: 0 5px 5px 0;
	float: left;
	background: #f6f6f6;
	text-align: center;
	border: 1px solid #e9e9e9;
}

.latest {
  display: none;
}

/**********************************************************************************************************/
/* SIDEBARS																																																*/
/**********************************************************************************************************/

.sidebar h2  {
	float: left;
	width:165px;
	font-size: 12px;
	font-weight:normal;
	color:#6e5c54;
	background:#ede5ca;
	padding:5px;
	margin: 20px 0 2px 0;
}
.sidebar ul {
	list-style: none;
	float: left;
	width: 175px;
	padding: 0;
	margin: 0 0 0 20px 0;
}
.sidebar li {
	display: inline;
	margin: 0;
	padding:0;
}
.sidebar li a {
	float: left;
	padding: 3px 5px;
	margin: 0 0 2px 0;
	text-decoration: none;
	color: #b84f20;
}
.sidebar li a.active {
	border-right: 5px solid #9fa615;
	padding-right: 0px;
}
.sidebar li a:hover {
	background:#f6f6f6;
}

.left-sidebar {
	float: left;
	width:	175px;
	margin-right: 20px;
}
.left-sidebar li a {
	width: 165px;
}
.left-sidebar li.no-follow {
	width: 165px;
	float: left;
	padding: 3px 5px;
	margin: 0 0 2px 0;
}
.right-sidebar li a {
	width: 195px;
}

.right-sidebar {
	width:	195px;
	float: left;
}

/*--------------------------------------------------------------------------------------------------------*/

/**********************************************************************************************************/
/* BLOG																																																		*/
/**********************************************************************************************************/
.entry-wrap {
	width: 453px;
	float: left;
	margin-right: 20px;
}

.entry-wrap h2 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 13px;color:#5a4942;margin:0 0 2px 0;padding:0;line-height:auto;font-weight:bold;}
.entry-wrap h2 a {text-decoration:none; background: none;}
.entry-wrap h2 a:hover{text-decoration:underline;}
/*.entry-wrap h2 a:visited {color:#5a4942;;font-weight:bold;}*/
.entry-wrap h3 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;color:#424141;margin:0px;padding:0;font-weight:bold;}
.entry-wrap h4 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color:#424141;text-align:left;line-height:36px;}
.entry-wrap h4 a {text-decoration:none;color:#BB5A2D;font-weight:normal;margin:0;}
.entry-wrap h4 a:hover {text-decoration:underline;}
.entry-wrap p {margin:0px;padding-bottom:15px;}
.entry-wrap p a {text-decoration:none;color:#BB5A2D;font-weight:normal;margin:0;}
.entry-wrap p a:hover {text-decoration:underline;}
.entry-wrap a:link, a:visited, a:active{color:#BB5A2D;text-decoration:none;}
.entry-wrap a:hover{text-decoration:underline;}
.entry-wrap input {border:1px solid #303030;vertical-align: middle;}
.readmore {width:83px; height:16px; background: url('/images/btns/read-more.jpg') no-repeat;}
.readmore a:hover {text-decoration:none;}

ul.item-footer {
	list-style: none;
	float: none;
	position: relative;
	width: 440px;
	padding: 0;
	margin: 20px 0;
}
ul.item-footer li {
	display: block;
	margin: 0;
	padding: 0;
}
#previous {
	float:left;
}
#next {
	float:right;
}
a.a2a_dd addtoany_share_save {
	float: left;
}

ol.commentlist li {
	display: inline;
}
ol.commentlist li span.says {
	display: none;
}

.comments-wrap h3 {
	color: #6e5e54;
	padding: 0 0 5px 0;
	margin: 20px 0;
	border-bottom: 1px solid #ddd;
	font-size:16px;
	font-weight: bold;
}

.comment-author .fn {
	font-style: normal;
	font-weight: bold;
}

.comment-meta {
	font-size: 10px;
	margin-bottom: 10px;
}
input#submit {
	background: url('/images/btns/post-comment.jpg');
	width: 109px;
	height: 15px;
	float: right;
	border: none;
	cursor: pointer;
}

.comments-wrap input {
	border: 1px solid #ddd;
	padding: 5px;
}

.comments-wrap label {
	float: left;
	font-weight: bold;
	width: 443px;
}

textarea#comment {
	padding: 5px;
	width: 443px;
	border: 1px solid #ddd;
}

.comments-wrap {
	width: 453px;
}
.comment-body {
	margin: 0 0 20px 0;
}

#blog .latest-case-study {
	width: 203px;
}

#blog .right-sidebar h2 {
	width: 193px;
}

#blog .right-sidebar {
	width: 205px;
}

/*--------------------------------------------------------------------------------------------------------*/

.preview {
	cursor: pointer;
}

.media-wrapper {
	float: left;
	width: 678px;
	height: 435px;
	clear: both;
	position: relative; 
	margin: 0;
}
.media-items {
	float: left;
	width: 678px;
	height: 435px;
	position: relative; 
}
.media-item {
	float: left;
	margin: 0;
	width: 678px;
	height: 435px;
	overflow: hidden;
	position: absolute;
}

#media-nav {
	margin: 30px 0 0 0;
	height: 20px;
	float: left;
	width: 678px;
	background: #ddd;
}
.brightslide ul#media-nav-items ul { 
	width: 668px; 
	margin: 0;
	padding: 0;
	background: #ddd;
	list-style: none; 
}
.brightslide ul#media-nav-items li { 
	display: block; 
	font-size: 18px;
	float: left; 
	height: 20px;
	padding: 0;  
	margin: 0px 0 0 0; 
	color: #fff;
}

.brightslide ul#media-nav-items li span {
	background: url('/images/btns/portfolio_link.jpg');
	float: left;
	width: 30px;
	height: 20px;
}

.brightslide ul#media-nav-items li span.active {
	background: url('/images/btns/portfolio_active.jpg');
	cursor: default;
}

.brightslide ul#items {
	list-style: none;
	float: left;
	width: 676px;
	position: relative;
	height: 435px;
	top: 0;
	left: 0;
	overflow: hidden;
}
.brightslide ul#items li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: absolute;
	float: left;
	width: 656px;
	height: 413px;
	top: 0;
	left: 0;
	overflow: hidden;
}


.thumbnail { font-size: 10px; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
.thumbnail-inner { padding: 3px;background-color: #fff; color: black; max-width: 200px; text-align: center; border: 1px solid #ddd; }
.thumbnail-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.thumbnail-inner img { width: 100px; height: 60px; }
.thumbnail-north { background-position: top center; }
.thumbnail-south { background-position: bottom center; }
.thumbnail-east { background-position: right center; }
.thumbnail-west { background-position: left center; }

#blog .right-sidebar h2 {
	width: 193px;
	margin-right: 0;
	float: left;
}

#blog .right-sidebar .latest-case-study {
	margin-right: 0;
}

body#blog .tweet {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 193px;
	float: right;
}

body#blog .tweet .body {
	width: 145px;
}

.tweet {
	width: 300px;
	overflow-x: hidden;
	overflow-y: hidden;
	font-size: 11px;
	float: left;
	margin: 0 0 8px 0;
}
.tweet a {
	font-size:11px;
	text-decoration:none;
	color:#bb5a2d;
}
.tweet .icon {
	width: 40px;
	float: left;
	margin: 0 5px 0 0;
	
}
.tweet .body {
	width: 255px;
	float: left;
}

textarea#comment {
	width: 440px;
	float: left;
	margin: 0;
}
h1 span { }

#rss_icon {
	float:right;
	padding:5px 0 0 0;
}
#clear {
	clear:both;
	margin:0 0 20px 0;
}