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

UNIVERSAL MIND - Master Styles

DEVELOPED BY: MIGHTY // MIGHTYINTHEMIDWEST.COM
DESIGN BY: VISUALHERO // VISUALHERO.COM

Author:			Chris Chiles
Author:			Andrew Philpott
Date Created:	08/24/2009
Last Modified:	09/29/2009

Copyright 2009, All Rights Reserved.

----------------------------------------------------------------------*/
@import url('http://www.universalmind.com/assets/css/reset.css');
@import url('http://www.universalmind.com/assets/css/sifr.css');

html {
	height: 100%;
}
body {
	background: url(http://www.universalmind.com/assets/images/bg-body.jpg) repeat-x left top;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	height: 100%;
}
#outer-wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 0 278px 0;
	width: 970px;
	min-height: 420px;
}
#wrapper:after, #header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* HEADER
----------------------------------------------------------------------*/
#header {
	position: relative;
	font-size: 1.1em;
}
#header h1 {
	position: absolute;
	z-index: 0;
	top: -3px;
	left: -158px;
	float: left;
	width: 483px;
	height: 191px;
	background: url(http://www.universalmind.com/assets/images/logo.png) no-repeat;
}
#header h1 a {
	margin: 20px 0 0 200px;
	float: left;
	display: block;
	width: 250px;
	height: 57px;
	text-indent: -9999px;
}
#header ul {
	clear: right;
	float: right;
}
#header ul li {
	float: left;
}
#header #corp-nav {
	margin-right: 3px;
}
#header #corp-nav li {
	margin: 15px 18px 0;
}
#header #corp-nav li a {
	font-weight: bold;
	color: #353535;
	text-decoration: none;
}
	#header #corp-nav li a:hover {
		text-decoration: underline;
	}
#header #main-nav {
	margin-right: 3px;
}
#header #main-nav > li {
	margin: 22px 1px 0;
	padding-bottom: 8px;
	position: relative;
}
#header #main-nav > li.dd {
	background: url(http://www.universalmind.com/assets/images/nav-arrow.png) no-repeat center bottom;
}
#header #main-nav > li > a {
	display: block;
	height: 29px;
	background: url(http://www.universalmind.com/assets/images/nav-bg.png) no-repeat top;
	text-indent: -9999px;
}
#header #main-nav > li#user-experience-design a {width: 206px; background-position: 0px 0px;}
	#header #main-nav > li#user-experience-design a:hover {background-position: 0px -29px;}
#header #main-nav > li#technology a {width: 124px; background-position: -206px 0px;}
	#header #main-nav > li#technology a:hover {background-position: -206px -29px;}
#header #main-nav > li#approach a {width: 112px; background-position: -330px 0px;}
	#header #main-nav > li#approach a:hover {background-position: -330px -29px;}
#header #main-nav > li#portfolio a {width: 112px; background-position: -442px 0px;}
	#header #main-nav > li#portfolio a:hover {background-position: -442px -29px;}
#header #main-nav li .dropdown {
	position: absolute;
	z-index: 100;
	top: 28px;
	padding: 11px 0;
}
#header #main-nav li ul {
	padding: 0 0 0 11px;
	clear: left;
	float: left;
	z-index: 10000;
	background: transparent url(http://www.universalmind.com/assets/images/subnav-left.png) repeat-y left;
}
#header #main-nav li ul li {
	clear: left;
	background: url(http://www.universalmind.com/assets/images/subnav-a-right.png) repeat-y right top !important;
}
#header #main-nav li ul li.first {
	padding-top: 5px;
}
#header #main-nav li ul li a {
	display: block;
	padding: 7px 0;
	border-top: 1px solid #d8d8d8;
	font-weight: bold;
	color: #88ac1c;
	clear: left;
}
#header #main-nav li ul li.last a {
	padding-bottom: 0;
}
#header #main-nav li ul li a:hover {
	background: url(http://www.universalmind.com/assets/images/subnav-arrow.png) no-repeat right 7px !important;
	color: #71882c;
}
.top, .bot {
	position: absolute;
}
.top {
	width: 100%;
	top: 0;
	left: 0;
	height: 11px;
	background: url(http://www.universalmind.com/assets/images/subnav-corners.png) no-repeat 0px 0px;
}
.top .right {
	margin-left: 11px;
	height: 11px;
	background: url(http://www.universalmind.com/assets/images/subnav-right.png) no-repeat right top;
}
.top span {
	margin-left: -3px;
	position: absolute;
	top: 5px;
	left: 50%;
	display: block;
	width: 7px;
	height: 4px;
	background: url(http://www.universalmind.com/assets/images/subnav-arrow-hover.png) no-repeat;
}
.bot {
	width: 100%;
	bottom: 0;
	left: 0;
	height: 11px;
	background: url(http://www.universalmind.com/assets/images/subnav-corners.png) no-repeat 0px -11px;
}
.bot .right {
	margin-left: 11px;
	height: 11px;
	background: url(http://www.universalmind.com/assets/images/subnav-right.png) no-repeat right bottom;
}


/* CONTENT
----------------------------------------------------------------------*/
#main {
	position: relative;
	margin-top: 28px;
	padding: 30px 30px 30px 25px;
	width: 915px;
	min-height: 475px;
	background: url(http://www.universalmind.com/assets/images/matte-bg.png) no-repeat right top;
}
.copy {
	font-size: 1.2em;
	color: #6d6d6d;
	line-height: 1.6em;
}
.copy p, .copy ul {
	clear: left;
	margin: 1.2em 0;
}
.copy h2 + p, .copy h3 + p {
	margin: 0 0 1.2em 0;
}
.copy .hr {
	clear: left;
	margin: 20px 0;
	height: 1px;
	background: url(http://www.universalmind.com/assets/images/dashed-line.png) repeat-x;
}
.copy .hr hr {
	display: none;
}
.copy ul li {
	margin-left: 10px;
	padding-left: 10px;
	background: url(http://www.universalmind.com/assets/images/bullet.png) no-repeat left 6px;
}
#user-experience-design .copy img, #technology .copy img, .two-col .copy img,
#event-detail .event-pic, .project-screenshot {
	padding: 4px;
	border: 1px solid #e1e1e1;
}
a:link, a:visited, a:active {
	color: #1f6d9a;
	text-decoration: none;
}
a:hover {
	color: #749510;
}
.view {
	font-weight: bold;
	font-size: .95em;
	padding-right: 17px;
	margin-left: 5px;
	background: url(http://www.universalmind.com/assets/images/link_arrow.png) no-repeat right center;
}
.meet {
	float: left;
	margin: -10px 0 20px 0;
}
.expand {
	font-weight: bold;
	font-size: .95em;
	padding-right: 17px;
	margin-left: 5px;
	background: url(http://www.universalmind.com/assets/images/link_plus.png) no-repeat right center;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: .5em;
	color: #000;
}
.copy h3 {
	font-size: 1em;
}
.events .copy h3 {
	clear: both;
}
#sidebar #thought-wall h3.heading {
	font-size: 1em;
	font-weight: normal;
	color: #999999;
	margin-left: 2px;
	float: left;
}

/* INSIDE PAGES
----------------------------------------------------------------------*/
#primary {
	float: left;
}
#main.col-3 #primary {
	width: 393px;	
}
#main.col-2 #primary {
	width: 663px;	
}
#team-img {
	margin-top: 10px;
}
#secondary {
	float: left;
	width: 260px;
	padding: 0 10px;
	margin: 10px 0 0 20px;
}
.col {
	float: left;
	width: 47%;
	margin: 1.2em 30px 2.4em 0;
}
.col + .col {
	margin-right: 0;
}
.col .view {
	clear: left;
	float: left;
	margin: -.8em 0 .8em 0;
}

/* Event List */
#secondary #events {
	float: left;
	width: 280px;
	margin: 0 -10px 10px -12px;
	background: #eeeeee url(http://www.universalmind.com/assets/images/events-top.png) no-repeat top;
}
#secondary #events ul {
	margin: 0;
	float: left;
	min-height: 200px;
	padding: 0 0 11px 0;
	background: url(http://www.universalmind.com/assets/images/events-bot.png) no-repeat bottom;
	font-size: .9em;
}
#secondary #events li {
	margin: 0;
	float: left;
	clear: left;
	padding: 11px 11px;
	background: url(http://www.universalmind.com/assets/images/event_divider.png) no-repeat bottom;	
}
#secondary #events li.last {
	background: none;
	padding-bottom: 0;
}
#secondary #events li a {
	color: #749510;
}
#secondary #events li a:hover {
	color: #1f6d9a;
}
#secondary #events ul strong {
	float: left;
	display: block;
	margin: 3px 0 0 10px;
	width: 200px;
}
#secondary #events ul em {
	float: left;
	display: block;
	margin: 0 0 0 10px;
}
#secondary #events ul div {
	float: left;
	width: 44px;
	height: 38px;
	padding: 3px 0;
	background: url(http://www.universalmind.com/assets/images/event-date-bg.png) no-repeat;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #bbbbbb;
	text-align: center;
}
#secondary #events ul div span {
	display: block;
	font-size: 1.9em;
	color: #888888;
	margin-top: -4px;
}
#secondary .view.events {
	float: right;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 190px;
	font-size: 1.2em;
	color: #6d6d6d;
	line-height: 1.6em;
	margin-top: 10px;
}
#sidebar ul {
	margin: -6px 0 25px 10px;
}
#sidebar ul li {
	border-bottom: 1px solid #eeeeee;
}
#sidebar ul li a {
	display: block;
	padding: 3px 0;
	color: #88ac1c;
	font-size: .95em;
	font-weight: bold;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color:#71882c;
	background: url(http://www.universalmind.com/assets/images/subnav-arrow.png) no-repeat 165px center;
}

.sidebar-badge {
	display: block;
	margin: 25px 0 25px 9px;
}

/* Sidebar Thought Wall */
#main #sidebar #thought-wall {
	position: relative;
	float: left;
	padding: 0 0 10px 8px;
	width: 180px;
	font-size: 1em;
	background: url(http://www.universalmind.com/assets/images/thought-wall-bg.png) repeat-y;
}
#sidebar #thought-wall #t, #sidebar #thought-wall #b {
	margin: 0 0 0 -8px;
	width: 186px;
	height: 10px;
	background: url(http://www.universalmind.com/assets/images/thought-wall-corner.png) no-repeat left top;
}
#sidebar #thought-wall #b {
	position: absolute;
	bottom: 0;
	background-position: left bottom;
}
#sidebar #thought-wall .view {
	float: right;
	margin-top: 10px;
}
#sidebar #thought-wall .thought.last {
	margin-bottom: 17px;
}
#sidebar blockquote {
	margin-left: 10px;
}
#sidebar blockquote p {
	font-size: 16px;
	line-height: 24px;
}
#sidebar cite, #our-approach cite, #portfolio .headline-quote cite {
	color: #a8a8a8;
	line-height: 24px;
}
#sidebar cite span, #our-approach cite span, #portfolio .headline-quote cite span {
	display: block;
}
#our-approach blockquote p, #portfolio .headline-quote p {
	margin: 1.2em 0 3px 0;
}
#our-approach cite, #portfolio .headline-quote cite {
	float: left;
}

/* THOUGHT WALL
----------------------------------------------------------------------*/
.thought {
	float: left;
	margin: 0 4px 4px 1px;
	width: 178px;
	height: 159px;
}
.thought a {
	display: block;
	position: relative;
	padding: 11px 11px;
	background: url(http://www.universalmind.com/assets/images/thought-bg.png) no-repeat;
	width: 156px;
	height: 137px;
	color: #FFF;
	font-size: 11px;
	line-height: 1.15em;
	text-decoration: none;
}
.thought.highlight a {background-position: 0 0;}
.thought.blog a {background-position: -178px 0;}
.thought.event a {background-position: -356px 0;}
.thought.news a {background-position: 0 -159px;}
.thought.twitter a {background-position: -178px -159px;}
.thought.testimonial a {background-position: -356px -159px;}

.thought.highlight span {color: #c4c4c4;}
.thought.blog span {color: #b2d589;}
.thought.event span {color: #feedb3;}
.thought.news span {color: #afcee0;}
.thought.twitter span {color: #9db5ba;}
.thought.testimonial span {color: #b2d589;}

.thought.event p {
	width: 178px;
	height: 132px;
	margin: -11px 0 0 -11px;
	text-indent: -9999px;
	position: relative;
	z-index: 1;
}
.thought.event p.noimage {
	text-indent: 0;	
	padding: 11px 11px;
	width: 156px;
	height: 110px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.thought.event .event-overlay {
	position: absolute;
	top: 0;
	left: 11px;
}
.thought.event span {
	padding: 11px 0 0 22px;
	margin-left: -11px;
	position: relative;
	top: -4px;
	z-index: 100;
	text-indent: -11px;
	background: url(http://www.universalmind.com/assets/images/thought-event-shadow.png) 0 1px no-repeat;
}
.thought.event span span {
	background: none;
	padding: 0;
}
.thought.event a:hover span span {
	position: absolute;
	top: 9px;
	right: 10px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(http://www.universalmind.com/assets/images/thought-bg.png) no-repeat;
}
.thought.twitter img {
	margin: 5px 11px 0 0;
	position: absolute;
	bottom: 34px;
	height: 26px;
	width: 26px;
}
.thought.twitter em {
	position: absolute;
	bottom: 42px;
	left: 50px;
}
.thought h3 {
	color: #fff;
	font-size: 11px;
	white-space: nowrap;
}
.thought.news h3 {
	margin-top: 2px;
	white-space: normal;
	line-height: 1.2em;
}
.thought.blog h3 {
	white-space: normal;
	line-height: 1.3em;
}
.thought p {
	line-height: 17px;
	clear: both;
	margin: 0;
}
.thought img {
	float: left;
	margin: 0 -11px;
	position: absolute;
	bottom: 27px;
}
.thought.highlight img {
	margin: 0 auto;
	bottom: 41px;
}

.thought a:hover span span {
	position: absolute;
	bottom: 2px;
	right: 20px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(http://www.universalmind.com/assets/images/thought-bg.png) no-repeat;
}
.thought.highlight a:hover span span {background-position: -534px 0;}
.thought.blog a:hover span span {background-position: -549px 0;}
.thought.event a:hover span span {background-position: -564px 0;}
.thought.news a:hover span span {background-position: -534px -15px;}
.thought.twitter a:hover span span {background-position: -549px -15px;}
.thought.testimonial a:hover span span {background-position: -564px -15px;}
.thought span {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 5px;
	font-size: .9em;
	text-transform: uppercase;
	background: none;
}
#main #thoughts {
	font-size: 1.2em;
	clear: both;
	position: relative;
	overflow:hidden;
	width: 922px;
	height: 495px;
	margin-left: -8px;
	padding-bottom: 13px;
	border-bottom: 1px dashed #c5c5c5;
}
#main #thoughts .thought, #main #thoughts-mini .thought {
	margin: 0 8px 8px 0;
}
#filter {
	float: right;
	margin: 0px 40px 20px 0;
}
#filter li {
	display: block;
	float: left;
	margin-left: 2px;
}
#filter li a {
	display: block;
	float: left;
	font-size: .95em;
	font-weight: bold;
	text-transform: uppercase;
	height: 10px;
	padding: 4px 5px;
	color: #8c8c8c;
}
#filter li.selected, #filter li:hover {
	background: url(http://www.universalmind.com/assets/images/btn-publicity.png) no-repeat top left;
}
#filter li.selected a, #filter li:hover a {
	color: #3f610b;
	background: url(http://www.universalmind.com/assets/images/btn-publicity-right.png) no-repeat bottom right;
}
.next, #disabled.next {
	margin-top: -2px;
	float: right;
	display: block;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	background: url(http://www.universalmind.com/assets/images/thought-wall-nav.png) no-repeat -20px 0px;
}
.previous, #disabled.previous {
	margin-top: -2px;
	float: right;
	display: block;
	width: 20px;
	height: 21px;
	text-indent: -9999px;
	background: url(http://www.universalmind.com/assets/images/thought-wall-nav.png) no-repeat 0px 0px;
}
.previous:hover {
	background-position: 0px -21px;
	cursor: pointer;
}
.next:hover {
	background-position: -20px -21px;
	cursor: pointer;
}
.previous:active {
	background-position: 0px -42px;
	cursor: pointer;
}
.next:active {
	background-position: -20px -42px;
	cursor: pointer;
}
#thought-wall .next, #thought-wall .previous {
	position: relative;
	top: 0px;

}
#sidebar #thought-wall .next, #sidebar #thought-wall .previous {
	position: absolute;
	top: 10px;
	right: 0px;
	left: auto;
}
#sidebar #thought-wall .previous {
	right: 21px;
}
.panelContainer {
	float: left;
	position: absolute;
}
#thoughts .panel {
	width: 930px;
	height: 495px;
	float: left;
}
#thoughts-mini .panel {
	width: 184px;
	height: 495px;
	float: left;
}
#thoughts-mini {
	position: relative;
	overflow:hidden;
	width: 179px;
	height: 495px;
}
#thought-wall .copy {
	border-bottom: 1px dashed #c5c5c5;
	margin-bottom: 20px;
}

/* APPROACH
----------------------------------------------------------------------*/
#our-approach h2 {
	color: #181818;
	font-size: 18px;
}
#our-approach p,
#team p,
#portfolio .copy p {
	width: 610px;
}
#our-approach .col,
#team .col {
	width: 271px;
	margin-right: 0;
	padding: 0 20px 0 0;
}
#our-approach .col + .col,
#team .col + .col {
	padding-left: 20px;
	background: url(http://www.universalmind.com/assets/images/approach-col.png) no-repeat;
}
.fourth {
	clear: left;
	margin-left: -20px;
	background: none!important;
}
#our-approach .col img,
#team .col img {
	margin-right: 15px;
	float: left;
}
#our-approach .col p,
#team .col p {
	width: auto;
}
#our-approach blockquote {
	margin-top: -205px;
	width: 275px !important;
	float: right;
	display: block;
}
#our-approach blockquote p {
	width: auto;
}
#process-wrapper {
	display: none;
	float: left;
}
#process {
	width: 910px;
	padding-top: 26px;
	margin-bottom: 40px;
	float: left;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px #ddd;
	-moz-box-shadow: 0 0 3px #ddd;
}
#process img {
	margin: 0 30px 18px 18px;
	float: left;
}
#process div {
	width: 561px;
	padding: 0 24px;
	float: left;
	background: url(http://www.universalmind.com/assets/images/process-col.png) no-repeat;
}
#process h3 + p {
	width: auto;
	margin-top: -5px;
}
#process .view {
	position: relative;
	top: -12px;
	left: -5px;
}
#process #four-d {
	width: 870px;
	padding: 0 20px 40px;
	clear: left;
	border-top: 1px solid #d4d4d4;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-radius: 0 5px 5px 0;
	background: url(http://www.universalmind.com/assets/images/four-d.png) #f4f4f4 repeat-x;
}
#process #four-d h4 {
	color: #181818;
	font-weight: bold;
}
#process #four-d div {
	width: 312px;
	padding-left: 91px;
	margin: 25px 0 -18px 0;
	float: left;
	background: url(http://www.universalmind.com/assets/images/bg-discover.png) no-repeat 0 8px;
}
#process #four-d div + div {
	margin-left: 16px;
	background: url(http://www.universalmind.com/assets/images/bg-develop.png) no-repeat 0 8px;
}
#process #four-d div + div + div {
	clear: left;
	margin-left: 0;
	background: url(http://www.universalmind.com/assets/images/bg-design.png) no-repeat 0 8px;
}
#process #four-d div + div + div + div {
	clear: none;
	margin-left: 16px;
	background: url(http://www.universalmind.com/assets/images/bg-deploy.png) no-repeat 0 8px;
}
#process #four-d div p {
	width: auto;
	margin-top: 0;
}
#view-process {
	width: auto;
	padding-right: 15px;
	margin-top: 34px;
	float: left;
	font-weight: bold;
	color: #88ac1c;
	background: url(http://www.universalmind.com/assets/images/bg-expand-process.png) no-repeat 78px center;
	display: block;
}
a#view-process:hover {
	color: #71882c;;
	text-decoration: underline;
}
#view-process.process-expanded {
	background: url(http://www.universalmind.com/assets/images/bg-collapse.png) no-repeat 78px center;
}
#process-head {
	width: 162px;
	height: 43px;
	margin: 19px 0 10px 12px;
	float: left;
	text-indent: -9999px;
	background: url(http://www.universalmind.com/assets/images/bg-process-head.png) no-repeat;
	cursor: pointer;
}
#our-approach hr {
	margin: 0 0 20px -7px;
	clear: left;
	border-width: 0 0 1px;
	border-bottom: 1px dashed #c5c5c5;
}



/* TEAM
----------------------------------------------------------------------*/
#team {
	clear: both;
}
#team h4 {
	margin-top: 20px;
	color: #000;
	font-weight: bold;
}
#team .col {
	margin-bottom: 12px;
	line-height: 18px;
}
#team .col + .col {
	background: url(http://www.universalmind.com/assets/images/team-col.png) no-repeat left center;
}
#team .col .inner-col {
	margin: 2px 0 0 -10px;
	float: left;
	position: relative;
	color: #6d6d6d;
	padding: 10px;
	width: 270px;
}
#team .col a,
#team #colorbox a {
	color: #89a536;
	display: block;
	float: left;
	clear: left;
}
#team .col a:hover,
#team #colorbox a:hover {
	color: #71882c;
	text-decoration: underline;
}
#team .col h4 + a {
	margin: -2px 0 5px 0;
	position: relative;
	z-index: 6;
	font-style: italic;
	display: block;
}
#team .col h4 {
	margin: 10px 0 0 0;
	padding-right: 13px;
	color: #181818;
	font-weight: bold;
	display: block;
	float: left;
}
#team .col h4 a, #team .col h4 a:hover {
	color: #000;
}
#team .inner-col p {
	clear: none;
	float: left;
	width: 175px;
	margin: 0 0 0 92px;
	line-height: 17.5px;
}
#team .inner-col img {
	position: absolute;
	left: 10px;
	top: 10px;
	float: left;
}
#team .inner-col a {
	clear: none;
	float: left;
	margin: 1px 0 0 92px;
	color: #1f6d9a;
	text-decoration: none;
}
#team .inner-col a:hover {
	color: #71882c;
	text-decoration: none;
}
#team #colorbox a {
	font-weight: normal;
	display: inline !important;
	float: none;
}
#colorbox-content h3 + p {
	width: auto;
	margin: -9px 0 10px;
	position: relative;
	z-index: 2;
	font-style: italic;
	display: block;
}
#colorbox-content .date {
	width: auto;
	margin: -9px 0 0 0;
	position: relative;
	z-index: 2;
	font-style: italic;
	display: block;
}
#colorbox-content a {
	color: #89a536;
	font-weight: normal !important;
}
#colorbox-content a:hover {
	color: #71882c;
	text-decoration: underline;
}
#cBox-primary {
	width: 374px;
	margin-right: 20px;
	float: left;
}
#cBox-primary.copy {
	border: 0;
}
#cBox-primary p {
	clear: none;
	width: auto;
}
#cBox-primary img {
	margin-right: 8px;
	float: left;
}
#cBox-primary p a {
	color: #89a536;
	font-weight: normal;
}
#cBox-primary p a:hover {
	color: #71882c;
	text-decoration: underline;
}
#cBox-primary .view {
	font-weight: bold !important;
	margin-left: 0;
}
#colorbox-content .copy {
	width: 750px;
	font-size: 1em;
}
#colorbox-content.thoughts .copy {
	width: 550px;
	font-size: 1em;
}
#cBox-secondary {
	width: 310px;
	padding-left: 25px;
	margin-top: -20px;
	float: left;
	font-size: 11px;
	background: url(http://www.universalmind.com/assets/images/approach-col.png) no-repeat 0 15px;
}
#cBox-secondary p {
	width: auto;
	line-height: 15px;
}
#cBox-secondary p a {
	font-weight: bold!important;
}
#cBox-secondary ul {
	line-height: 18px;
}
#cBox-secondary ul a {
	padding-left: 20px;
	background: url(http://www.universalmind.com/assets/images/external.gif) no-repeat left center;
}
#cBox-secondary ul#badges {
	margin-top: 20px;
}
#cBox-secondary ul#badges li {
	float: left;
	margin-right: 10px;
}
#cBox-secondary ul#badges li a {
	padding: 0;
	background: none;
}


/* ASSOCIATIONS
----------------------------------------------------------------------*/
#associations-partnerships #primary {
	margin-top: 11px;
}
.association dl {
	margin-bottom: 57px;
	float: left;
	border-top: 1px dashed #cbcbcb;
	background: url(http://www.universalmind.com/assets/images/bg-association.png) no-repeat center bottom;
}
.association dl dt {
	clear: left;
	width: 215px;
	padding: 24px 0 13px 0;
	float: left;
	line-height: 15px;
}
#publicity dl dt {
	max-height: 70px;
	overflow: hidden;
}
.association dl dd + dt {
	position: relative;
	top: -1px;
	background: url(http://www.universalmind.com/assets/images/bg-association.png) no-repeat 25px top;
}
.association dl dt strong,
.association dl dt strong + a,
.association dl dt em + a {
	width: 128px;
	float: left;
	display: block;
}
.association dl dt strong {
	color: #181818;
	font-size: 12px;
}
.association dl dt strong + a {
	width: 115px;
	height: 16px;
	margin-top: 3px;
	white-space: nowrap;
	overflow: hidden;
	font-size: .9em;
	color: #89a536;
	font-style: italic;
}
.association dl dt a:hover {
	color: #71882c;
	text-decoration: underline;
}
.association dl dt img {
	border: 1px solid #cbcbcb;
}
.association dl dd {
	width: 432px;
	padding: 22px 0 0 16px;
	min-height: 105px;
	float: left;
	background: url(http://www.universalmind.com/assets/images/bg-association.png) no-repeat right bottom;
}
.association dl dd:after {
	content: ".";
	clear: both;
	text-indent: -9999px;
	display: block;
}
.association h3 + p {
	margin-top: -5px;
}


/* PUBLICITY
----------------------------------------------------------------------*/
#publicity .articles {
	clear: left;
	margin: 4em 0 0 0;
}
#publicity .articles h3,
#jobs .articles h3 {
	float: left;
}
#publicity #pub-select {
	margin: -24px 0 9px 0;
	float: right;
}
#publicity #pub-select li {
	padding-right: 5px;
	padding-left: 0;
	margin-left: 0;
	float: left;
	background: none;
}
#publicity #pub-select li:hover,
#publicity #pub-select li.active {
	background: url(http://www.universalmind.com/assets/images/btn-publicity-right.png) no-repeat right top;
}
#publicity #pub-select li a {
	height: 18px;
	padding: 0 1px 0 6px;
	margin-left: 2px;
	color: #8c8c8c;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
#publicity #pub-select li a:hover,
#publicity #pub-select li.active a {
	color: #3f610b;
	background: url(http://www.universalmind.com/assets/images/btn-publicity.png) no-repeat;
}
#publicity dl dt strong,
#jobs dl dt strong {
	width: 100%;
}
#publicity dl dt em {
	color: #6d6d6d;
	font-size: 11px;
	line-height: 20px;
	display: block;
}
#publicity dl dt em + a {
	color: #89a536;
	font-style: italic;
	font-size: .9em;
}
#publicity dl dt a:hover {
	color: #71882c;
	text-decoration: underline;
}
#publicity dl dd h3 {
	color: #6d6d6d;
}
#publicity dl dd p {
	margin-bottom: 0;
}


/* JOBS
----------------------------------------------------------------------*/

#jobs dt a {
	width: auto;
	font-size: 11px;
}
#jobs .learn,
#publicity .learn {
	clear: left;
	float: left;
	padding-right: 17px;
	font-size: 11px;
	font-weight: bold;
	background: url(http://www.universalmind.com/assets/images/link_arrow.png) no-repeat right center;
	display: block;
}
#jobs .learn {
	margin-top: -12px;
}
#jobs #sidebar h4,
#contact #sidebar h4 {
	color: #a0be52;
	font-size: 11px;
	font-weight: bold;
}
#jobs #sidebar p.sbody,
#contact #sidebar p {
	font-size: 11px;
}
#jobs #sidebar a,
#contact #sidebar a {
	padding-right: 20px;
	color: #a0be52;
	background: url(http://www.universalmind.com/assets/images/sidebar-nav-arrow.png) no-repeat right center;
}
#jobs #sidebar a:hover,
#contact #sidebar a:hover {
	color: #71882c;
	text-decoration: underline;
}
#jobs #sidebar blockquote {
	margin-left: 0;
	margin-top: 30px;
}
#jobs #colorbox {
	max-height: 500px!important;
}
#jobs #colorbox-content {
	padding-right: 10px;
	max-height: 489px;
	overflow: auto;
}


/* CONTACT
----------------------------------------------------------------------*/

#contact form {
	padding-top: 26px;
	margin-top: 11px;
	border: 1px dashed #c5c5c5;
	border-width: 1px 0;
}
#contact form h3 {
	margin: 0;
}
#contact fieldset {
	padding-top: 9px;
	background: url(http://www.universalmind.com/assets/images/bg-mail.png) no-repeat 539px top;
}
#contact fieldset p {
	margin: 8px 0;
}
#contact label {
	width: 61px;
	margin-top: 6px;
	float: left;
	display: block;
}
#contact form input,
#contact form textarea {
	padding: 5px;
	border: 1px solid #b9b9b9;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	-webkit-transition-property: -webkit-box-shadow, border-color;
	-webkit-transition-duration: 0.5s;
}
#contact form input:focus,
#contact form textarea:focus {
	border-color: #a0be52;
	-webkit-box-shadow: 0 0 3px #a0be52;
	-moz-box-shadow: 0 0 3px #a0be52;
}
#contact form input {
	width: 449px;
	height: 16px;
}
#contact form textarea {
	width: 571px;
	height: 207px;
	padding: 5px;
}
#contact form button {
	padding-right: 20px;
	position: relative;
	top: -5px;
	left: -26px;
	float: right;
	border: none;
	color: #1f6d9a;
	font: 12px Arial;
	font-weight: bold;
	background: url(http://www.universalmind.com/assets/images/link_arrow.png) no-repeat right 3px;
}
#contact form button:hover {
	color: #a0be52;
	cursor: pointer;
}
#contact form + p {
	margin-top: 25px;
	font-size: 11px;
}
#sidebar .vcard h4 span {
	display: none;
}
#sidebar .vcard {
	margin-bottom: 21px;
}


/* EVENTS
----------------------------------------------------------------------*/

h2.event-detail {
	width: 640px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #cbcbcb;
}
.events #primary p + h3 {
	margin-top: 24px;
	display: inline-block;
}
.events #primary {
	margin-top: 20px;
}
.events dl dt.date,
.events p.date,
.thought .date {
	width: 44px;
	height: 39px;
	padding-top: 4px;
	margin-top: 24px;
	text-align: center;
	background: url(http://www.universalmind.com/assets/images/bg-date.png) no-repeat;
}
.thought .date {
	margin: 0 7px 4px 0;
	float: left;
}
.events dl dt.date strong,
.events p.date strong,
.thought .date strong {
	margin-top: -2px;
	color: #6e6e6e;
	font-size: 18px;
	display: block;
}
.events p.date strong {
	margin-top: -7px;
}
.events dl dt.date span,
.events p.date span,
.thought .date em {
	color: #bbb;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
.thought .date em {
	font-style: normal;
}
.events p.date span,
.thought .date em {
	display: block;
}
.events dt.date + dd,
#event-detail {
	width: 594px;
	margin-left: -3px;
}
#publicity dt.date + dd h3,
#event-detail h3, #publicity h3 a {
	color: #749510;
}
.event-detail #event-detail h3.title {
	color: #749510;
}
.event-detail #event-detail h3 {
	color: #000;
}
#publicity h3 a:hover {
	color: #71882c;
	text-decoration: underline;
}
.events dd {
	min-height: 1px !important;
}
.events dd h4,
#event-detail h4 {
	margin-top: -5px;
}
.events dd p {
	margin: 0;
}
#sub-page-title {
	margin-top: 16px;
}
.events #sidebar h4 {
	padding-bottom: 9px;
	margin-left: 10px;
	border-bottom: 1px solid #eeeeee;
	color: #181818;
	font-size: 11px;
	font-weight: bold;
}
.events #sidebar .back {
	width: 162px;
	padding-bottom: 10px;
	margin-top: 9px;
	margin-bottom: 0;
	border-bottom: 1px solid #e6e6e6;
}
.events #sidebar ul {
	clear: left;
}
.events #sidebar li {
	padding-bottom: 3px;
}
.events #sidebar li a {
	width: 160px;
//	padding-right: 25px;
	height: 16px;
	overflow: hidden;
}
.events #sidebar li p {
	margin-bottom: 16px;
	font-size: 11px;
}
.events p.date {
	margin-right: 15px;
	float: left;
}
.event-detail p.date {
	margin-top: 4px;
}
#event-detail {
	margin-top: 4px;
	float: left;
}
#event-detail h5 {
	font-size: 11px;
	font-style: italic;
}
#event-detail .event-pic {
	margin: 20px 0 3px;
}
#event-detail dl {
	padding-bottom: 67px;
	margin-top: 9px;
}
#event-detail dl,
#event-detail dl dt,
#event-detail dl dd {
	width: auto;
	font-size: 11px;
	border: none;
}
#event-detail dl dt,
#event-detail dl dd {
	background: none;
	min-height: 0px;
}
#event-detail dl dt {
	width: 100px;
	padding: 0;
	font-weight: bold;
}
#event-detail dl dd {
	width: 450px;
	padding: 0;
	margin-left: 16px;
	margin-bottom: -10px;
	position: relative;
	top: -3px;
}
#event-detail dl dd span {
	display: block;
}
#event-detail dl dd a {
	color: #88ac1c;
}
#event-detail dl dd a:hover {
	color: #71882c;
	text-decoration: underline;
}
#event-detail .view {
	margin-left: 0px;
	position: relative;
	top: 30px;
	font-size: 11px;
}
#follow {
	position: relative;
	top: -45px;
	left: -10px;
}
#follow li {
	padding: 0;
	background: none;
	margin-right: 48px;
	float: left;
}
#follow li a {
	height: 17px;
	padding-left: 21px;
	clear: left;
	color: #6d6d6d;
	font-size: 11px;
	line-height: 19px;
	display: block;
}
#follow li a:hover {
	text-decoration: underline;
}
#follow li a#twitter {
	background: url(http://www.universalmind.com/assets/images/twitter.png) no-repeat;
}
#follow li a#facebook {
	background: url(http://www.universalmind.com/assets/images/facebook.png) no-repeat;
}
#follow li a#rss {
	background: url(http://www.universalmind.com/assets/images/rss.png) no-repeat;
}
.events .sidebar-event {
	position: relative;
	top: -54px;
}
.back {
	padding-left: 17px;
	margin: 0 0 20px 10px;
	color: #7d9c20;
	font-size: .95em;
	background: url(http://www.universalmind.com/assets/images/link_arrow2.png) no-repeat left center;
	display: block;
	float: left;
}


/* PORTFOLIO
----------------------------------------------------------------------*/
#project-detail #primary,
#project-detail #secondary {
	margin-top: 11px;
}
#project-detail h2,
#case h2 {
	width:  650px;
}
a.back {
	padding-left: 18px;
	color: #88ac1c;
	background: url(http://www.universalmind.com/assets/images/bg-back-link.png) no-repeat left 4px;
}
a.back:hover {
	color: #71882c;
}
#project-detail #sidebar .back,
#case #sidebar .back {
	margin: 5px 0 10px 7px;
}
.copy ul#project-more {
	margin-top: 20px;
}
.copy ul#project-more li {
	margin: 0;
	padding: 0;
	background: none;
}
ul#project-more li .view {
	margin-left: 0;
}
div.project-extras {
	position: relative;
	min-height: 250px;
	left: 5px;
	background: url(http://www.universalmind.com/assets/images/bg-project-thumbs.png) no-repeat;
}
ul#project-thumbs {
	width: 262px;
	padding: 12px 0 2px;
	margin: 0 0 10px 0;
	float: left;
}
ul#project-thumbs li,
ul#project-vids li {
	margin: 0 4px 3px;
	float: left;
	padding-left: 0;
	background: none;
	position:  relative;
}
/*ul#project-thumbs li {
	position: relative;
	z-index: 100;
	background: url(http://www.universalmind.com/assets/images/video-thumb-overlay.png) no-repeat;
}*/
ul#project-thumbs img,
ul#project-vids img {
	padding: 2px;
	border: 1px solid #dde2e4;
}
ul#project-thumbs a:hover img,
ul#project-vids a:hover img {
	border-color: #7d9c20;
}
ul#project-vids .overlay {
	padding: 0;
	border: 0;
	position: absolute;
	left: 3px;
	top: 3px;
}
#project-vids {
	width: 100%;
}
#project-thumbs + #project-vids {
	padding-top: 10px;
	margin-top: -10px;
	float: left;
	background: url(http://www.universalmind.com/assets/images/bg-project-thumb-line.png) 0 top no-repeat;
}
ul#project-vids img {
	display: block;
}
ul#project-vids .view {
	background: url(http://www.universalmind.com/assets/images/link_plus.png) no-repeat right center;
}
#project-detail #sidebar,
#case #sidebar {
	margin-top: -23px;
}
#project-detail #sidebar .previous,
#case #sidebar .previous,
#project-detail #sidebar .next,
#case #sidebar .next {
	height: 21px;
	padding: 0;
	margin-top: 3px;
}
#disabled.next {
	background-position: -20px 0 !important;
	cursor: default;
}
#disabled.previous {
	background-position: 0 0 !important;
	cursor: default;
}
#disabled {
	cursor: default;
}
#project-detail #sidebar .client-logo,
#case #sidebar .client-logo {
	clear:left;
	width: 182px;
	padding-top: 7px;
	margin: 8px 0 0 8px;
	border-top: 1px solid #e6e6e6;
}
#project-detail #sidebar img,
#case #sidebar img {
	margin: 11px auto 18px;
	display: block;
}
#project-detail #sidebar blockquote,
#case #sidebar blockquote {
	clear: both;
	padding-top: 12px;
	border-top: 1px solid #e6e6e6;
}

#case #primary {
	border-bottom: 1px dashed #c5c5c5;
}
.banner {
	margin: 12px 0 18px;
	display: block;
}
#case #primary h3 {
	margin: 30px 0 0 0;
}
#case #primary .view {
	position: relative;
	top: 30px;
	left: -5px;
}
#portfolio blockquote.headline-quote {
	position: absolute;
	top: 45px;
	right: 30px;
	width: 275px !important;
	float: right;
	display: block;
}
#portfolio blockquote.headline-quote p,
#home blockquote p {
	width: auto;
}
#portfolio blockquote.portfolio-quote,
#home blockquote {
	min-height: 56px;
	margin: 15px 0 12px 13px;
	width: 472px;
	float: left;
	background: #b5e6f2 url(http://www.universalmind.com/assets/images/bg-portfolio-quote.png) no-repeat;
}
#portfolio blockquote.portfolio-quote > div,
#home blockquote > div {
	float: left;
	width: 100%;
	min-height: 56px;
	background: url(http://www.universalmind.com/assets/images/bg-portfolio-quote-btm.png) no-repeat left bottom;
}
#portfolio blockquote.portfolio-quote .img,
#home blockquote .img {
	padding: 10px 12px 10px 16px;
	float: left;
}
#portfolio blockquote.portfolio-quote .img img,
#home blockquote .img img {
	float: left;
}
#portfolio .copy blockquote .quote,
#home .copy blockquote .quote {
	float: left;
	margin: 0;
	padding: 8px 16px 8px 0;
}
#portfolio blockquote.portfolio-quote cite,
#home cite {
	font-weight: bold;
	font-style: italic;
}
#portfolio .copy ul li {
	background: none;
}
#portfolio hr {
	width: 905px;
	position: relative;
	clear: left;
	border-width: 0 0 1px 0;
	border-bottom:  1px dashed #c5c5c5;
	margin: 0;
}
#portfolio-projects {
	float: left;
	clear: left;
	padding-top: 15px;
	position: relative;
	width: 912px;
}
#portfolio-projects .next {
	margin-right: 8px;
}
#portfolio-projects #examples {
	float: left;
	width: 912px;
	height: 360px;
	overflow: hidden;
	position: relative;
}
#portfolio-projects #examples .panel {
	width: 912px;
	height: 360px;
	float: left;
}
#portfolio-projects .item {
	width: 215px;
	height: 165px;
	padding: 0;
	margin: 11px 11px 0 0;
	float: left;
	border: 1px solid #e4e3e3;
	text-indent: 15px;
	font-size: 1.1em;
}
#portfolio-projects .item.first {
	clear: left;
}
#portfolio-projects .item:hover {
	border-color: #7d9c20;
}
#portfolio-projects .item a {
	width: 100%;
	height: 100%;
	display: block;
}
#portfolio-projects .item a span {
	color: #666666;
	margin: 3px 0 1px 0;
	display: block;
}
#portfolio-projects .item img {
	margin: 0 auto;
	display: block;
}
a#view-clients {
	height: 17px;
	padding-right: 11px;
	margin-top: 34px;
	float: left;
	font-weight: bold;
	border-right: 1px solid #9fbf5b;
	color: #88ac1c;
	display: inline-block;
}
a.clients-expanded {
	border: none!important;
	padding-right: 16px!important;
	margin-right: -4px;
	background: url(http://www.universalmind.com/assets/images/bg-collapse.png) no-repeat right center;
}
a#view-clients:hover {
	color: #71882c;
	text-decoration: underline;
}

#portfolio-clients {
	width: 905px;
	clear: left;
	float: left;
	display: none;
}
#portfolio-clients ul {
	margin: 20px 0 2px 0;
	padding-bottom: 20px;
	float: left;
	width: 100%;
	border-bottom: 1px dashed #c5c5c5;
}
#portfolio-clients ul li {
	margin: 0 0 10px;
	width: 20%;
	height: 45px;
	padding: 5px 0;
	float: left;
	background-repeat: no-repeat !important;
	background-position: center !important;
	text-indent: -9999px;
}
#portfolio-clients ul li img {
	margin: 0 auto;
	display: block;
}


/* FOOTER
----------------------------------------------------------------------*/
#footer-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height:160px;
	background: #d4d4d4 url(http://www.universalmind.com/assets/images/footer-bg.png) repeat-x top;
	border-bottom: 18px solid #000;
}
#footer {
	margin: 0 auto;
	padding: 35px 21px 10px 21px;
	width: 928px;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #6b6b6b;
	overflow: auto;
}
#footer p {
	clear: left;
	float: left;
	margin: -17px 125px 5px 0;
	color: #999;
	width: 50%;
}
#footer #logo {
	background: url(http://www.universalmind.com/assets/images/footer-logo.png) no-repeat;
	height: 11px;
	width: 310px;
	clear: left;
	float: left;
	margin: 0 0 5px 0;
	color: #000;
	font-weight: bold;
	padding: 9px 0 0 116px;
	line-height: 11px;
}
#footer ul {
	float: left;
	margin: 7px 20px 0 15px;
}
#footer li {
	padding: 0;
	margin-bottom: 2px;
	clear: left;
	float: left;
	white-space: nowrap;
}
	#footer li:hover {
		background: url(http://www.universalmind.com/assets/images/footer-hover-left.png) no-repeat left;
	}
#footer ul li a {
	float: left;
	padding: 0px 27px 3px 7px;
	color: #999999;
	height: 14px;
	display: block;
	text-decoration: none;
}
	#footer ul li a:hover {
		color: #89a536;
		background: url(http://www.universalmind.com/assets/images/footer-hover-right.png) no-repeat right;
	}


/* HOME
----------------------------------------------------------------------*/

#home #gradient {
	width: 958px;
	height: 300px;
	position: absolute;
	left: 0px;
	top: 286px;
	z-index: 1;
	background: url(http://www.universalmind.com/assets/images/bg-home.png) repeat-x;
}
#home #intro,
#home #thought-nav {
	position: relative;
	z-index: 2;
}
#home #intro p {
	margin-top: .5em;
}
#home #intro p + p, #home #intro h2 + p {
	margin-top: 1.2em;
}
#home #banner {
	margin: -18px 0 25px -25px;
	width: 958px;
	height: 275px;
	position:relative;
	overflow:hidden;
}
#home #banner .counter {
	float: left;
	position: absolute;
	z-index: 100;
	width: 958px;
	padding: 5px 0 0 24px;
	margin: 0;
	bottom: 0;
	background: #000;
	background: rgba(0,0,0,.7);
}
#home #banner .counter ul {
	margin: 0 0 5px 0;
	float: left;
}
#home #banner .counter ul li {
	float: left;
	padding: 0;
	margin: 0 3px 0 0;
	background: none;
}
#home #banner .counter ul li a {
	font-size: 11px;
	border: 1px solid #81868c;
	color: #FFF;
	font-weight: normal;
	padding: 1px 4px;
}
#home #banner .counter ul li a.activeSlide { 
	border: 1px solid #066a84;
	color: #00a6c9;
}
#home #banner .counter ul li a:focus { 
	border: 1px solid #00a6c9;
	color: #00a6c9;
}
#home #banner .counter #caption {
	color: #FFF;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 1px;F
}
#home #intro {
	width: 472px;
	float: left;
}
#home hr {
	margin: 21px 0 16px;
	border-width: 0 0 1px 0;
	border-bottom: 1px dashed #c5c5c5;
}
#home #intro h3 {
	margin: 0px;
}
#home blockquote {
	margin: 10px 0 0 0;
}
#home #intro #clients {
	clear: left;
	position: relative;
	top: 17px;
	left: -5px;
	width: 470px;
}
#home #intro #clients td {
	margin: 0;
	height: 45px;
	padding: 0 5px;
	vertical-align: middle;
	text-align: center;
}
#home #thought-nav {
	width: 390px;
	padding: 8px 0 0 20px;
	margin: -7px 0 0 20px;
	position: relative;
	left: 26px;
	float: left;
	background: url(http://www.universalmind.com/assets/images/bg-home-thoughts.png) no-repeat;
}
#home .next,
#home .previous {
	position: relative;
	top: -19px;
	left: -20px;
}
#home #thoughts {
	clear: both;
	position: relative;
	overflow:hidden;
	width: 368px;
	height: 501px;
	font-size: 1em;
	margin-left: 0;
	padding-bottom: 13px;
	border-bottom: 1px dashed #c5c5c5;
}
#home #thoughts .panel {
	width: 380px;
	height: 501px;
	float: left;
}
#home #thoughts .panel .thought {
	margin-right: 12px;
	margin-bottom: 12px;
	clear: right;
}
.view-all {
	width: 54px;
	height: 21px;
	margin-top: -25px;
	text-indent: -9999px;
	background: url(http://www.universalmind.com/assets/images/btn-view-all.png) no-repeat;
	display: block;
}
#intro .view-all {
	position: relative;
	float: right;
}
#thought-nav .view-all {
	position: relative;
	left: 267px;
}
.view-all:hover {
	background-position: 0 -21px;
}
.view-all:active {
	background-position: 0 -42px;
}
#intro object {
	width: 410px;	
}
#intro .home-headline {
	margin-bottom: 10px;
}
#thought-nav object {
	width: 250px;
}
#home #follow, #thought-wall #follow {
	position: relative;
	top: 0px;
	left: -5px;
}
 #thought-wall #follow {
	top: 15px;
}
#home #follow li, #thought-wall #follow li {
	padding: 0;
	background: none;
	margin-right: 28px;
	float: left;
}
#home #follow li a, #thought-wall #follow li a {
	height: 17px;
	padding-left: 21px;
	clear: left;
	color: #1f6d9a;
	font-size: 11px;
	display: block;
	font-weight: bold;
}
#home #follow li a:hover, #thought-wall #follow li a:hover {
	text-decoration: underline;
}


#primary blockquote {
	margin-top: 8px;
}
#primary blockquote p {
	display: inline;
}


/* SITE MAP
----------------------------------------------------------------------*/
#site-map ul {
	width: 35%;
	float: left;
	clear: none;
	margin: 0 30px 0 0;
	padding-bottom: 10px;
}
#site-map ul li {
	width: 100%;
	background: none;
	font-size: .95em;
	padding-left: 0;
	margin: 0;
	font-weight: bold;
}
#site-map ul li a {
	color: #88ac1c;
	padding-right: 17px;
}
#site-map ul li.drop {
	border: 0;
}
#site-map ul li.drop a {
	background: url(http://www.universalmind.com/assets/images/subnav-arrow-hover.png) no-repeat right 4px;
}
#site-map ul li a:hover {
	color: #71882c;
}
#site-map ul li ul {
	width: 100%;
	margin: 0 0 10px 0;
}
#site-map ul li ul li {
	width: 100%;
	margin-left: 20px;
	border: 0;
	padding: 0;
}
#site-map ul li ul li a {
	color: #808080;
	background: none !important;
}
#site-map .home {
	margin: 1.2em 0 0 0;
}


/* MODAL WINDOW / COLORBOX
----------------------------------------------------------------------*/

#colorbox-content {
	font-size: 1.2em;
	color: #6d6d6d;
	line-height: 1.6em;
}
#colorbox-content .object {
	margin-right: 14px;
	float: left;
}
#colorbox-content h3 {
	font-size: 12px;
}
#colorbox-content p {
	margin-bottom: 12px;
}
#colorbox-content a {
	font-weight: bold;
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;overflow:hidden;}
#cboxOverlay{position:fixed; width:100%;height: 100%; background: #000; opacity: 0.1}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; background: #FFF;}
#cboxLoadedContent{background:#FFF;padding: 20px 20px 10px 10px;}
#cboxLoadedContent iframe{display:block; width:100%; height: 100%; border:0; position: relative; left: 0px}
#cboxTitle{margin-top: 1px;z-index: 100; text-align:center; width:100%; color:#949494; font-size: 12px}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxTopLeft{width: 23px;height: 12px;}
#cboxTopCenter{height: 12px;background: url(http://www.universalmind.com/assets/images/cboxTopCenter.png) repeat-x bottom;}
#cboxTopRight{width: 10px;height: 12px;background: url(http://www.universalmind.com/assets/images/cboxTopRight.png) no-repeat bottom;right: 0}
#cboxMiddleRight{width:10px; padding-top: 10px; background:url(http://www.universalmind.com/assets/images/cboxMiddleRight.png) repeat-y;}
#cboxMiddleLeft{width:23px; background:url(http://www.universalmind.com/assets/images/cboxMiddleLeft.png) repeat-y;}
#cboxBottomLeft{margin-top: -10px;width:23px; height: 27px; background:url(http://www.universalmind.com/assets/images/cboxMiddleLeft.png) repeat-y;}
#cboxBottomCenter {margin-top: -10px;height: 27px;background: #fff}
#cboxBottomRight {width: 10px; height: 17px; right: 0px; background: url(http://www.universalmind.com/assets/images/cboxBottomRight.png) no-repeat top}
#cboxLoadingOverlay{background:url(http://www.universalmind.com/assets/images/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url(http://www.universalmind.com/assets/images/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:-12px; left:-23px; background:url(http://www.universalmind.com/assets/images/btn-close.png) no-repeat top; width:23px; height:23px; text-indent:-9999px;}
#cboxClose:hover {background-position: bottom;}
#cboxCurrent{position:absolute; bottom: -14px; left:58px; z-index: 100; color:#949494;}
#cboxPrevious{position:absolute; bottom:-18px; left:10px;z-index: 100; 	background: url(http://www.universalmind.com/assets/images/thought-wall-nav.png) no-repeat; width:21px; height:21px; text-indent:-9999px;}
#cboxPrevious:hover{background-position: 0 -21px}
#cboxPrevious:active{background-position: 0 -42px}
#cboxNext{position:absolute; bottom:-18px; left:30px;z-index: 100; 	background: url(http://www.universalmind.com/assets/images/thought-wall-nav.png) no-repeat -20px 0px; width:21px; height:21px; text-indent:-9999px;}
#cboxNext:hover{background-position: -20px -21px}
#cboxNext:active{background-position: -20px -42px}


/* ERROR PAGE
----------------------------------------------------------------------*/
#error #wrapper {
	min-height: 475px;
}
#error #main {
	min-height: 200px;
}
#error #bottom {
	position: relative;
	height: 17px;
	padding: 0 0 0 0;
	width: 958px;
	background: #FFF;
}
#error #right {
	position: absolute;
	width: 12px;
	height: 17px;
	right: -12px;
	background: url(http://www.universalmind.com/assets/images/errorBottomRight.png) no-repeat top;
}
#error .copy a:link {
	font-weight: bold !important;
	padding-left: 20px;
	margin: 0 0 20px 0;
	color: #1f6d9a;
	font-size: .95em;
	background: url(http://www.universalmind.com/assets/images/link_arrow2.png) no-repeat left center;
	display: block;
}
#error .copy a:hover {
	text-decoration: underline;
}

/* IE6 PAGE
----------------------------------------------------------------------*/

#ie6 #main {
	position: relative;
	top: 80px;
	height: 190px;
	padding-top: 50px;
}
#header h1 {
	text-indent: -9999px;
}
#ie6 h2,
#ie6 p {
	position: relative;
	top: 10px;
	left: 10px;
}
#ie6 h2 {
	font-size: 24px;
}
#ie6 p {
	width: 550px;
	float: left;
	font-size: 14px;
	line-height: 20px;
}
#ie6 ul {
	width: 300px;
	position: absolute;
	top: 30px;
	right: 60px;
}
#firefox, #ie8 {
	float: left;
	background: none;
}
#firefox a, #ie8 a {
	width: 125px;
	height: 200px;
	text-indent: -9999px;
	background: url(/assets/images/browsers.jpg) no-repeat;
	background-color: transparent;
	display: block;
}
#ie8 a {
	background-position: -125px 0;
}
#firefox a:hover {
	background-position: 0 -220px;
}
#ie8 a:hover {
	background-position: -125px -220px;
}