body, dl, dt, dd, h1, h2, h3, h4, h5, h6, html, img, li, ol, ul {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0; }
	
body {
	color: #666;
	font: 12px/1.5 "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding-bottom: 5em; }
	
a {
	color: #3091f2;
	font-weight: bold;
	text-decoration: none; }
	
a em {
	color: #ff8126;
	font-style: normal;
	margin-left: 0.25em; }
	
h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1;
	margin: -0.15em 0 10px;
	min-height: 38px;
	padding: 0 0 0.1em;
	/* Prevent IE from cutting off content in the negative margin. */
	position: relative; }
	
h2 {
	color: #666;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	margin-top: -0.15em; }
	
h2 {
	font-size: 2em;
	margin-bottom: 10px;
	min-height: 38px;
	padding: 0 0 0.1em; }
	
h2 .admin {
	font-size: 0.5em; }
	
h2 a {
	font-weight: normal; }
	
h3 {
	font-weight: normal;
	font-size: 1.5em; }
	
h3 a {
	font-weight: normal; }
		
		
/* -------------------------------------------------------------------------------- */

#wrapper {
	width: 1000px; }

#wrapper:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden; }
	
#wrapper {
	/* Enclose floats in IE6-IE7 */
	zoom: 1; }
	
* html #wrapper {
	/* Enclose floats in IE5-IE6 */
	height: 1px;
	zoom: normal; }
	
#sidebar {
	/*background: url(/images/doodle.gif) no-repeat left bottom;*/
	float: left;
	margin: 0 -200px 0 0;
	padding: 0;
	/*padding: 0 0 300px;*/
	position: relative;
	width: 200px; }
	
#content {
	float: left;
	margin: 0 0 0 200px;
	padding: 180px 0 0 0;
	position: relative;
	width: 800px; }
	
* html #sidebar,
* html #content {
	/* Fix IE5-IE6 doubled float margin bug. */
	display: inline; }
	
* html #sidebar {
	/* Make sure the sidebar doesn't cause the content 
	to wrap under it if the content is too wide. */
	overflow: hidden; }
		
		
/* -------------------------------------------------------------------------------- */


#logo {
	background: url(http://c0000794.cdn2.cloudfiles.rackspacecloud.com/images/logo.gif) no-repeat left top;
	display: block;
	height: 170px;
	margin: 0;
	text-indent: -1000em;
	width: 160px; }
		
		
/* -------------------------------------------------------------------------------- */


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

#nav li {
	list-style: none;
	margin: 10px 0;
	padding: 0; }
	
#nav li:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden; }
	
#nav li {
	/* Enclose floats in IE6-IE7 */
	zoom: 1; }
	
* html #nav li {
	/* Enclose floats in IE5-IE6 */
	height: 1px;
	zoom: normal; }
	
#nav li a {
	/* don't float <a> elements, they disappear in 
	Safari (and IE?) when animated via javascript. */
	background: #3091f2 no-repeat right top;
	color: #FFF;
	display: block;
	font-size: 1.2em;
	height: 15px;
	margin: 0;
	/* overflow hidden fixes a rendering bug in
	Safari that leaves an artifact in the top, right
	corner of the <a> when animated via javascript. */
	overflow: hidden;
	padding: 0 2px;
	text-indent: -1000em;
	text-decoration: none; }
		
#nav li a:hover {
	background-color: #999;
	background-position: right -45px; }
	
#nav li a:active {
	background-color: #999;
	background-position: right -45px; }
	
#nav li.expanded a {
	background-color: #ff8126;
	background-position: right -90px;
	padding-left: 20px; }
	
li#nav-home a {
	background-image: url(/images/nav/home.gif);
	width: 33px; }
	
li#nav-projects a {
	background-image: url(/images/nav/work.gif);
	width: 32px; }
	
li#nav-news a {
	background-image: url(/images/nav/news.gif);
	width: 32px; }
	
li#nav-blog a {
	background-image: url(/images/nav/blog.gif);
	width: 29px; }
	
li#nav-people a {
	background-image: url(/images/nav/us.gif);
	width: 16px; }
	
li#nav-contact a {
	background-image: url(/images/nav/contact.gif);
	width: 48px; }
	
li#nav-client-login a {
	background-image: url(/images/nav/client-login.gif);
	width: 68px; }
	
li#nav-admin a {
	background-image: url(/images/nav/admin.gif);
	width: 35px; }
	
		
/* -------------------------------------------------------------------------------- */


#nav li ul {
	clear: left;
	margin: 0 0 0 2em;
	padding: 0.5em 0; }
	
#nav #nav-projects ul {
	border-bottom: 1px solid #3091f2;
	float: left; }
	
* html #nav #nav-projects ul {
	/* IE renders the lists too wide, and wraps them at the same time!? */
	white-space: nowrap;
	width: 1px; }
	
#nav #nav-projects ul.last {
	border: 0; }
	
#nav li li {
	margin: 0;
	padding: 0; }
	
#nav li li a,
#nav li.expanded li a {
	background: none;
	color: #3091f2;
	display: inline;
	float: none;
	font-weight: bold;
	font-size: 12px;
	height: auto;
	padding: 2px 2px 1px;
	text-indent: 0;
	text-decoration: none; }
	
#nav li li a:hover {
	background: #999;
	color: #FFF; }
	
#nav li li a:active,	
#nav li.expanded li.expanded a {
	background: none;
	color: #ff8126; }
	
		
/* -------------------------------------------------------------------------------- */

	
#search {
	display: none;
	margin: 2.5em 0; }
	
#search input {
	display: block;
	font: bold 11px/1.5 "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0.5em 0; }
	
#search input.text {
	/*background: #CCC;*/
	border: 1px inset #999;
	border-left: 0;
	color: #FFF;
	padding: 0.3em 0 0.1em 2px; }
	
#search input.text:focus {
	background: #3091f2;
	border-color: #EEE; }

#search input.submit {
	border: 0;
	background: #3091f2 url(/images/nav/search.gif) no-repeat right top;
	color: #FFF;
	margin: 0;
	min-height: 15px;
	min-width: 47px;
	padding: 0;
	text-indent: -1000em;
	text-transform: uppercase; }
	
#search input.submit:hover {
	background-color: #999;
	background-position: right -45px; }	
	
#search input.submit:active,	
#search input.submit:focus {
	background-color: #ff8126;
	background-position: right -90px; }
	
#search input.hidden {
	border: 0;
	margin: 0;
	padding: 0; }
	
	
/* -------------------------------------------------------------------------------- */
	
	
#admin-links {
	font-size: 0.92em;
	margin: 1em 0;
	position: absolute;
	top: 1em;
	z-index: 2; }
	
#admin-links a {
	margin: 0 0.5em; }
	
#admin-links a:first-child {
	margin-left: 0; }
	
.admin {
	color: #999;
	font-weight: normal; }
	
.admin a {
	font-size: 0.92em;
	color: #ff8126;
	text-decoration: underline; }
	
.flash {
	color: #090;
	position: absolute;
	top: 3em; }
	
	
/* -------------------------------------------------------------------------------- */


#content .doodle-right {
	height: 300px;
	right: 0;
	position: absolute;
	top: 0;
	width: 180px;
	z-index: 1; }
	
	
/* -------------------------------------------------------------------------------- */

	
form .form-item {
	margin: 1em 0; }
	
form .form-item label {
	display: block; }
	
form input,
form select,
form textarea {
	margin: 0; }
	
form .form-item select {
	margin-right: 0.5em; }
	
form .disabled {
	color: #CCC; }
	
form .required label:after,
form .required label .after {
	color: #C00;
	content: ' *';
	font-weight: bold; }
	
form .required label {
	/*bottom: expression();*/ }

form .error {
	border-left: 5px solid #C00;
	margin-left: -15px;
	padding-left: 10px; }
	
form .error label {
	font-weight: bold; }

form .error * {
	color: #C00; }

form .error-explanation {
	border: 1px solid #EEE;
	border-width: 1px 0;
	font-size: 1.1em;
	margin: 1.5em 0;
	padding: 1.5em 0; }

form .error-explanation h2 {
	color: #C00;
	font-weight: normal;
	margin: 0; }

form .error-explanation p {
	margin: 0.5em 0; }

form .error-explanation ul {
	margin-left: 1.5em; }
	
form .error-explanation li {
	font-weight: bold; }
	
form .error-explanation li:before {
	color: #C00;
	content: 'X';
	font-weight: bold;
	margin-right: 1em; }
	
form .buttons {
	border-top: 1px solid #EEE;
	margin-top: 1.5em;
	padding-top: 1.5em; }
	
form .buttons input {
	margin-right: 1em; }	
	
form .checklist ul,
form .radiolist ul {
	margin-left: 2.5em; }
	
form .checklist {
	background: #F0F0F0;
	border: 10px solid #F0F0F0;
	color: #666;
	font-size: 0.92em; }
	
form .checklist:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden; }
	
form .checklist {
	/* Enclose floats in IE6-IE7 */
	zoom: 1; }
	
* html form .checklist {
	/* Enclose floats in IE5-IE6 */
	height: 1px;
	zoom: normal; }
	
form .checklist li {
	float: left;
	width: 33%; }
	
form .checklist li input {
	margin-right: 0.5em; }
	
form img.picture {
	display: block;
	margin: 0 0 1em; }
	
	
/* -------------------------------------------------------------------------------- */


.thumbnails {
	width: 600px; }
	
.thumbnails {
	/* Enclose floats in IE6-IE7 */
	zoom: 1; }
	
* html .thumbnails {
	/* Enclose floats in IE5-IE6 */
	height: 1px;
	zoom: normal; }

.thumbnails:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden; }

.thumbnails li {
	border-top: 5px solid #ff8126;
	float: left;
	margin: 0 20px 20px 0;
	width: 180px; }
	
* html .thumbnails li {
	/* Fix IE5-IE6 doubled float margin bug. */
	display: inline;
	height: 200px; }
	
.thumbnails li.wrap {
	clear: left; }
	
.thumbnails img {
	/*border: 2px solid #eee;
	border-top: 0;*/
	display: block;
	margin: 0 0 0.5em;
	padding: 0;
	position: relative; }
	
.thumbnails input {
	float: right; }
	
.thumbnails dl {
	margin: 0;
	padding: 0; }
	
.thumbnails dt {
	display: none; }

.thumbnails dd {
	color: #999;
	font-size: 0.92em;
	font-weight: bold; }
	
.thumbnails li span.admin {
	color: #999;
	font-size: 0.83em;
	font-weight: normal;
	margin: 0 0 0 0.5em; }
	
	
/* -------------------------------------------------------------------------------- */

			
#sound embed {
	height: 1px;
	left: 0;				
	position: absolute;
	top: 0;
	width: 1px; }
	
	
/* -------------------------------------------------------------------------------- */


.file {
	background: #999;
	display: block;
	margin: 0 0 20px;
	padding: 25px;
	width: 530px; }
	
.file img,
.file embed,
.file object {
	background: #999;
	border: 5px solid #FFF;
	display: block;
	margin: 0;
	padding: 0; }
	
	
/* -------------------------------------------------------------------------------- */


.related {
	font-size: 0.92em;
	margin-bottom: 1em; }
	
.related dt {
	color: #999;
	font-size: 0.83em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 0em;
	text-transform: uppercase; }

.related.categories dd {
	display: inline; }
	
.related.news dd {
	margin-bottom: 1em; }
	
	
/* -------------------------------------------------------------------------------- */


.credits dd {
	font-weight: bold; }

.credits dd strong {
	color: #999; }
	
.credits dd .admin {
	font-size: 0.92em; }
	
.credits dd.space {
	margin-top: 1.5em; }
	
	
/* -------------------------------------------------------------------------------- */
	
.post:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden; }
	
.post {
	/* Enclose floats in IE6-IE7 */
	zoom: 1; }
	
* html .post {
	height: 1px;
	/* Enclose floats in IE5-IE6 */
	zoom: normal; }
	
.post .body {
	float: left;
	margin-right: -380px;
	width: 380px; }
	
* html .post .body {	
	/* Fix IE5-IE6 doubled float margin bug. */
	display: inline; }
	
.post .body .thumbnail {
	border-top: 5px solid #ff8126;
	display: block;
	margin: 0.25em 1.5em 1em 0;
	width: 180px; }
	
.post .body .thumbnail img {
	/*border: 2px solid #eee;
	border-top: 0;*/
	display: block;
	height: 135px;
	width: 180px; }
	
.post .body ul,
.post .body ol { }
	
.post .body li { 
	list-style-position: inside; }
	
.post .body ul li {
	list-style-type: disc; }
	
.post .body ol li {
	list-style-type: decimal; }
	
.post .body dl {
	margin: 1.5em 0; }
	
.post .body dt {
	font-weight: bold; }
	
.post .body dd {
	margin-left: 2.5em; }
	
.post .body blockquote {
	color: #333;
	border: 1px solid #EEE;
	border-width: 1px 0;
	margin: 1.5em;
	padding: 1.5em 0 0 0; }
	
.post .body p {
	margin: 0 0 1.5em; }
	
.post .info {
	float: left;
	margin-left: 450px;
	width: 330px;  }
	
.post .info .categories {
	width: 165px; }	

* html .post .info {
	/* Fix IE5-IE6 doubled float margin bug. */
	display: inline; }
	
li.post {
	border-top: 1px solid #EEE;
	margin-bottom: 2em;
	padding-top: 2em;
	width: 580px; }
	
li.post:first-child {
	border-top: 0;
	padding-top: 0; }
	
	
/* -------------------------------------------------------------------------------- */


html#admin-index .group {
	border-top: 1px solid #EEE;
	margin: 1.5em 0 0;
	padding: 1.5em 0 0; }
	
html#admin-index .group#projects {
	border: 0;
	margin-top: 0;
	padding-top: 0; }

html#admin-index .group h2 {
	font-size: 1.5em;
	height: auto;
	line-height: auto;
	margin: 0;
	min-height: auto;
	padding: 0; }
	
	
/* -------------------------------------------------------------------------------- */


html#assets-list .thumbnails p {
	color: #999;
	font-size: 0.83em;
	margin: 0; }
	
html#assets-list .thumbnails p.project a {
	color: #999; }
	
	
/* -------------------------------------------------------------------------------- */

	
html#assets-show #media {
	float: left;
	width: 600px; }
	
html#assets-show #info {
	float: left;
	width: 200px; }
	
* html#assets-show #media,
* html#assets-show #info {	
	/* Fix IE5-IE6 doubled float margin bug. */
	display: inline; }
	
html#assets-show .title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em; }
	
html#assets-show .title dt {
	display: none; }
	
html#assets-show .project *,	
html#assets-show .project {
	color: #999;
	font-weight: normal; }
	
html#assets-show .video {
	color: #ff8126; }
	
	
/* -------------------------------------------------------------------------------- */


html#categories-list #content ul ul {
	margin-left: 2.5em; }
	
		
/* -------------------------------------------------------------------------------- */


html#pages-contact #map {
	border: 5px solid #999;
	float: left;
	height: 380px;
	margin: 0 20px 20px 0;
	width: 480px; }
	
	
/* -------------------------------------------------------------------------------- */


html#credits-list th,
html#credits-list td {
	padding: 0 2em 0 0; }
	
html#credits-list th {
	padding-top: 2em;
	text-align: left; }
	
	
/* -------------------------------------------------------------------------------- */


html#pages-home #splash {
	height: 180px;
	line-height: 180px;
	margin: -180px 0 0;
	text-align: center;
	width: 580px; }
	
* html#pages-home #splash {
	line-height: 0; }
	
html#pages-home h1 {
	display: none; }

html#pages-home .group {
	border-top: 1px solid #EEE;
	color: #666;
	margin: 0.5em 0;
	padding-top: 0.5em;
	width: 580px; }
	
html#pages-home .group#projects {
	border: 0;
	margin: 0;
	padding: 0 0 1em; }
	
html#pages-home .group#projects p {
	margin: 0; }
	
html#pages-home .group#projects li {
	margin-bottom: -1em;
	/* Prevent IE from cutting off content in the negative margin. */
	position: relative; }
	
html#pages-home .group#news li {
	margin: 0 0 0.75em 0; }
	
html#pages-home .group#news li * {
	display: inline; }
	
html#pages-home .group#news li h3 {
	display: block;
	margin: 0 0.5em 0 0; }
	
html#pages-home .group#news li dl.related {
	margin-left: 1em; }
	
	
/* -------------------------------------------------------------------------------- */


html#people-index #profile {
	width: 430px; }
	
html#people-index #profile img {
	background: #EEE;
	border-top: 5px solid #ff8126;
	padding: 0 2px 2px; }
	

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


html#people-team #content ul {
	width: 600px; }
	
html#people-team #content ul:after,
html#people-team .person:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden; }

html#people-team #content ul,	
html#people-team .person {
	zoom: 1; }
	
* html#people-team #content ul,
* html#people-team .person {
	height: 1px;
	zoom: normal; }

html#people-team .person {
	float: left;
	margin-bottom: 1.5em;
	width: 200px; }
	
html#people-team .person .name {
	display: block;
	margin-top: 35px; }
	
html#people-team .person .picture {
	color: #FFF;
	display: block;
	float: left;
	height: 100px;
	width: 100px; }

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


html#people-show .body {
	float: left;
	margin-right: -380px;
	width: 380px; }
	
* html#people-show .body {		
	/* Fix IE5-IE6 doubled float margin bug. */
	display: inline; }
	
html#people-show .body p {
	margin: 0 0 1.5em; }
	
html#people-show .body .picture {
	float: right;
	margin: 0 0 1.5em 1.5em; }

html#people-show .info {
	margin-left: 450px;
	width: 330px; }
	
html#people-show .info dd,
html#people-show .info dd * {
	font-style: normal;
	font-weight: bold; }

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

	
html#projects-show #media {
	float: left;
	width: 600px; }
	
html#projects-show #info {
	float: left;
	width: 200px; }
	
* html#projects-show #media,
* html#projects-show #info {	
	/* Fix IE5-IE6 doubled float margin bug. */
	display: inline; }
	
html#projects-show .title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em; }
	
html#projects-show .title dt {
	display: none; }
	
html#projects-show .project {
	color: #999;
	font-weight: normal; }
	
html#projects-show .video {
	color: #ff8126; }
	
html#projects-show .buttons {
	text-align: center; }

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

/* -------------------------------------------------------------------------------- */
html#projects-asset #media {
	float: left;
	width: 600px; }
	
html#projects-asset .title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em; }
	
html#projects-asset .title dt {
	display: none; }
	
html#projects-asset .project {
	color: #999;
	font-weight: normal; }
	
html#projects-asset .video {
	color: #ff8126; }
	
html#projects-asset .buttons {
	text-align: center; }



	
* html#projects-asset #media,
* html#projects-asset #info {	
	/* Fix IE5-IE6 doubled float margin bug. */
	display: inline; }
	
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

	
html#projects-index #media {
	float: left;
	width: 600px; }
	
html#projects-index #info {
	float: left;
	width: 200px; }
	
* html#projects-index #media,
* html#projects-index #info {	
	/* Fix IE5-IE6 doubled float margin bug. */
	display: inline; }
	
html#projects-index .title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em; }
	
html#projects-index .title dt {
	display: none; }
	
html#projects-index .project {
	color: #999;
	font-weight: normal; }
	
html#projects-index .video {
	color: #ff8126; }
	
html#projects-index .buttons {
	text-align: center; }

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

html#users-login #content form {
	background: #3091f2;
	border: 1px solid #2e8ae5;
	color: #FFF;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 1.5em; }
	
html#users-login #content input {
	border: 2px solid #2e8ae5;
	padding: 0.2em; }
	
html#users-login #content input.form-submit {
	background: #ff8126;
	border: 1px solid #2e8ae5;
	color: #FFF;
	font-weight: bold;
	padding: 0.2em 3em; }


