/*==================================================

	General

==================================================*/
	
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 67.5%;
}

body {
	background: #012;
	font: 1.25em "arial", sans-serif;
}

a img {
	border: 0;
}

a {
	color: #6AC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background: #012;
}

b, .clear {
	clear: both;
	display: block;
	height: 0;
}

p, ul, dl, ol {
	margin: 1em 0 0;
	line-height: 1.5em;
	list-style: none;
}

ul ul, ul ol, ol ol, ol ul {
	margin: 0;
}

.list li {
	text-indent: -30px;
	padding: 0 0 0 30px;
}

address {
	margin: 1em 0 0 30px;
}

hr {
	display: none;
}

em, i {
	font: 1em "georgia", times, serif;
	color: #FFF;
}

/*==================================================

	Tables

==================================================*/

table {
	font-size: .9em;
	border-left: 1px #220 solid;
	border-top: 1px #220 solid;
	margin: 1em 0 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	line-height: 1.33em;
}

th {
	background: #110;
}

td, th {
	vertical-align: top;
	padding: 5px;
	border-right: 1px #220 solid;
	border-bottom: 1px #220 solid;
}

.nowrap {
	white-space: nowrap;
}

/*==================================================

	Special

==================================================*/

div.wrapper {
	margin: auto;
	width: 940px;
}

div.container {
	padding: 0 15px 1em;
}

p.more {
	text-align: right !important;
}

.right {
	margin: 0 0 0 10px;
	float: right;
}

.center {
	text-align: center;
}

/*==================================================

	Header

==================================================*/

div#header {
	width: 100%;
	background: #FFF url("/img/bg-header.jpg") repeat-x 0 100%;
	padding: 0 0 40px 0;
	font: 1.5em "bookman old style", "georgia", times, serif;
}

div#header div.wrapper {
	position: relative;
	height: 120px;
}

body#home div#header div.wrapper {
	height: 320px;
	background: url("/img/bg-header-headphones.gif") no-repeat 100% 100%;
}

div#header a {
	color: #000;
}

h1 {
	position: absolute;
	left: 15px; top: 30px;
	font-size: 6em;
	line-height: .67em;
}

h1 img {
	display: block;
	border: 0;
}

ul#nav {
	margin: 0;
	position: absolute;
	right: 15px;
	top: 25px;
	list-style: none;
}

ul#nav li {
	float: left;
	padding: 0 0 0 7px;
	border-left: 1px #DDD solid;
	margin: 0 0 0 7px;
}

ul#nav li.first {
	border: 0;
	margin: 0;
}

ul#nav li a {
	float: left;
	padding: 0 7px;
}

ul#nav li a:hover {
	border: 0;
	background: #F6F6F6;
}

body#home li#link-home a,
body#work li#link-work a,
body#about li#link-about a {
	color: #D40;
}

/*==================================================

	Main

==================================================*/

div#main {
	width: 100%;
	background: #000;
	padding: 0 0 40px 0;
}

/*==================================================

	Content

==================================================*/

div#content {
	float: left;
	display: inline;
	width: 580px;
	font-size: 1.25em;
	color: #AA8;
}

body#work div#content {
	width: 100%;
}

body#work div#content div.col-left {
	float: left;
	width: 445px;
}

body#work div#content div.col-right {
	float: right;
	width: 445px;
}

div#content h2 {
	margin: .5em 0;
	font: bold 3em "bookman old style", "georgia", times, serif;
	color: #D40;
	letter-spacing: -.05em;
}

div#content h2 a {
	color: #D40;
}

div#content h2 a:hover {
	color: #E60;
	border: 0;
}

div#content h3 {
	margin: 1em 0 0;
	color: #FFF;
	font: bold 1.33em/1.5em "bookman old style", "georgia", times, serif;
}

div#content h4 {
	margin: 1em 0 0;
	background: url("/img/icons/icon-folder.gif") no-repeat 0 50%;
	padding: 0 0 0 25px;
	color: #48A;
	font: 1em "courier new", monospace;
}

div#content .link_list {
	border-top: 1px #330 solid;
}

div#content .link_list a {
	color: #CCA;
}

div#content .link_list a:hover {
	background: #220;
}

div#content .link_list li {
	border-bottom: 1px #220 solid;
}

div#content .thumb_list li {
	line-height: 1em;
	float: left;
	width: 140px;
	margin: 0 0 14px 14px;
}

div#content .thumb_list li.first {
	margin-left: 0;
}

div#content .thumb_list a img {
	border: 10px #012 solid;
}

div#content .thumb_list a:hover img {
	border-color: #046;
}

.legend img {
	position: relative;
	top: 3px;
}

.legend li {
	display: inline;
	padding: 0 10px;
	border-left: 1px #554 solid;
	white-space: nowrap;
}

.legend li.first {
	padding-left: 0;
	border: 0;
}


/*==================================================

	Sidebar

==================================================*/

div#sidebar {
	margin: 10px 15px 0 0;
	float: right;
	height: auto;
	width: 340px;
	background: #EED url("/img/bg-sidebar.jpg") 0 0;
	color: #442;
}

div#sidebar div.container {
	padding-bottom: 2em;
}

body#work div#sidebar {
	display: none;
}

div#sidebar a {
	color: #860;
}

div#sidebar a:hover {
	background: #DDB;
}

div#sidebar h2 {
	margin: 1em 0 0;
	border-top: 1px #CCA dashed;
	padding: 1em 0 0;
	font: bold 1.5em "bookman old style", "georgia", times, serif;
	color: #000;
	letter-spacing: -.05em;
	
}

div#sidebar h2.first {
	margin: 30px 0 0;
	border: 0;
	line-height: 1em;
}

div#sidebar h2 a {
	color: #000;
}


ul#featured_work {
	list-style: none;
}

ul#featured_work a {
	color: #664 !important;
	font-weight: normal;
}

ul#featured_work a:hover {
	color: #442 !important;
}

ul#featured_work img {
	float: left;
	margin: 0 10px 0 0;
	display: block;
	width: 60px; height: 60px;
}

ul#featured_work a img {
	border: 10px #CCA solid;
}

ul#featured_work a:hover img {
	border-color: #AA8;
}

ul#featured_work li {
	margin: 0 0 1em;
	min-height: 80px;
}

* html ul#featured_work li {
	height: 80px;
}

ul#externals li {
	text-align: center;
	margin: 1em 0 0;
}

ul#externals li a:hover {
	background: 0;
}

/*==================================================

	Footer

==================================================*/

div#footer {
	float: left;
	width: 100%;
	background: #012 url("/img/bg-footer.jpg") repeat-x 0 0;
	color: #79A;
}

div#footer div.container {
	padding-bottom: 40px;
}

div#footer a {
	color: #ACD;
}

div#footer a:hover {
	background: #134;
	color: #FFF;
}

div#footer p {
	margin: 0;
}

div#footer ul {
	margin: 50px 0 0;
	list-style: none;
}

div#footer ul li {
	display: inline;
	margin: 0 15px 0 0;
}

/*========================================
	Feedburner
========================================*/

div.feedburnerFeedBlock div {
	margin: 1em 0 2em 0;
}

div.feedburnerFeedBlock ul {
	margin: 0;
	list-style: none;
}

div.feedburnerFeedBlock ul ul {
	margin: 1em 0 0 20px;
	list-style: disc;
}

div.feedburnerFeedBlock p {
	clear: both;
}

span.headline {
	font: 1.33em/1em "bookman old style", "georgia", times, serif;
}

span.headline a {
	font-weight: bold;
	color: #FFF;
}

span.headline a:hover {
	color: #FFF;
}

p.date {
	margin: 0;
	background: url("/img/icons/icon-date.gif") no-repeat 0 50%;
	padding: 0 0 0 25px;
	color: #48A;
	font: 1em "courier new", monospace;
}

div#creditfooter {
	width: 88px;
}