/* @override http://www.samcritchlow.co.uk/css/style.css */

/* @group tags */

* {
	border: none;
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 100%;
	height: 100%;
	width: 100%;
}

body {
	background: url('../images/bg.jpg') top left repeat;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida-Sans', Sucida, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	overflow: hidden;
}

a {
	color: #697178;
	text-decoration: underline;
}

h2 {
	color: #697178;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
}

h2 a {
	text-decoration: none;
}

h2 p {
	margin: 0;
}

h3 {
	color: #aaa;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 200;
	margin-bottom: 32px;
}

img {
	border: none;
	display: block;
}

p, ul {
	margin-bottom: 2em;
}

table.about {
	line-height: 1em;
	width: 100%;
}

table.about tr td {
	padding: 8px;
	padding-left: 0;
}

table.about tr td a {
	color: #000;
	text-decoration: none;
}

ul {
	color: #aaa;
	list-style: square;
	padding-left: 1em;
}

ul li p {
	color: #000;
	margin: 0;
}

/*

 @end */

/* @group structural id's */

#goodies {
	background: url('../images/goodies.png') no-repeat;
	background-position: right bottom;
	height: 39px;
	overflow: hidden;
	position: absolute;
		bottom: 0;
		right: 32px;
	width: 23px;
	z-index: 99;
}

#goodies:hover {
	width: 100px;
}

#goodies:hover div{
	visibility: visible;
}

#goodies div {
	background: url('../images/goodies-badge.png');
	background-position: 0 1px;
	visibility: hidden;
}

#goodies div img {
	display: block;
	height: 39px;
	width: 100px;
}

#goodies-nav {
	background: url('../images/goodies-nav.png') no-repeat;
	height: 27px;
	position: absolute;
		left: 110px;
		top: 288px;
	width: 100px;
}

.goodies-img {
	border: 1px solid black;
	margin-bottom: 8px;
}

#nav-background {
	background: url('../images/nav-background.png') no-repeat;
	height: 552px;
	position: absolute;
		left: 70px;
		top: 28px;
	width: 180px;
	z-index: 3;
}

#intro-overlay {
	background: url(../images/intro.png) no-repeat;
	height: 403px;
	position: absolute;
	left: 284px;
	top: 0;
	width: 672px;
	z-index: 4;
}

#intro-overlay div {
	color: #ddd;
	font-family: Helvetica;
	font-size: 1.6em;
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 1.25em;
	position: relative;
	left: 68px;
	top: 64px;
	text-transform: uppercase;
	width: 536px;
}

#top {
	background: url('../images/top.png') center no-repeat;
	height: 40px;
	position: absolute;
	left: 284px;
	top: 0px;
	width: 672px;
	z-index: 3;
}

#bottom {
	background: url('../images/bottom.png') center no-repeat;
	height: 40px;
	position: absolute;
	bottom: 0px;
	left: 284px;
	width: 672px;
	z-index: 3;
}

#logo {
	background: url('../images/logo.png') center no-repeat;
	height: 146px;
	position: absolute;
	left: 86px;
	top: 64px;
	width: 148px;
	z-index: 5;
}

#nav {
	height: 58px!important;
	position: absolute;
	left: 110px;
	top: 256px;
	width: 100px;
	z-index: 5;
}

#nav:hover .current .tag {
	visibility: hidden;
}

#more {
	position: absolute;
	left: 110px;
	top: 378px;
	width: 100px;
	z-index: 5;
}

#more img {
	border: 0;
	float: left;
	margin: 0;
	padding: 0;
}

#home {
	display: block;
	float: left;
	height: 17px;
	overflow: visible;
	width: 24px;
	z-index: 5;
}

#home .tag {
	
}

#home:hover .tag {
	visibility: visible!important;
}

#portfolio {
	display: block;
	float: left;
	height: 17px;
	overflow: visible;
	width: 26px;
	z-index: 5;
}

#portfolio .tag {
	position: relative;
	left: -24px;
}

#portfolio:hover .tag {
	visibility: visible!important;
}

#weblog {
	display: block;
	float: left;
	height: 17px;
	overflow: visible;
	width: 26px;
	z-index: 5;
}

#weblog .tag {
	position: relative;
	left: -50px;
}

#weblog:hover .tag {
	visibility: visible!important;
}

#about {
	display: block;
	float: left;
	height: 17px;
	overflow: visible;
	width: 24px;
	z-index: 5;
}

#about .tag {
	position: relative;
	left: -76px;
}

#about:hover .tag {
	visibility: visible!important;
}

#container {
	height: 100%;
	min-width: 836px;
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}

#content {
	background: url('../images/repeat.png') center repeat-y;
	margin-left: 314px;
	min-height: 100%;
	padding: 64px 38px;
	width: 538px;
	z-index: 2;
}

#portfolio-container {
	height: 100%;
	overflow: auto;
	position: absolute;
		left: 0px;
		top: 0;
	width: 100%;
	z-index: 1;
}

#portfolio-content {
	background: white;
	height: 480px;
	margin-top: 64px;
	width: 12280px;
	z-index: 2;
}

#portfolio-content img {
	display: inline;
}

#incomplete {
	display: block;
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 16px;
	position: absolute;
		left: 93px;
		top: 329px;
	width: 100px;
	z-index: 99;
}


/* @end */

/* @group other id's */

/* @group additional elements */

#rss {
	position: absolute;
	left: 952px;
	top: 64px;
	z-index: 5;
}

/* @end */

/* @group last.fm */

#listening-to {
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
}

#last-left {
	background: url('../images/now-playing.png') center no-repeat;
	float: left;
	height: 64px;
	width: 64px;
}

#last-right {
	float: right;
	width: 440px;
}

#last-right p, #last-right a, #last-right b {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#last-right p {
	margin: 0;
}

#last-plays {
	background: url(../images/flip.jpg) 0px 50% repeat-x;
	color: #fff;
	display: block;
	float: left;
	font-family: courier;
	font-size: 14px;
	font-weight: 100;
	height: 17px;
	letter-spacing: 5px;
	line-height: 15px;
	overflow: hidden;
	padding-left: 2px;
	vertical-align: middle;
	width: 76px;
}

#last-plays-p {
	clear: both;
	overflow: hidden;
}

#last-plays-text {
	display: block;
	line-height: 1em;
	float: left;
	margin-left: 0.8em;
}

/* @end */

/* @group recent writing */

.quote {
	background: #f4f4f4;
	border: 1px solid #d9d9d9;
	clear: both;
	display: block;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 16px;
}

.quote p {
	margin: 0;
}

.quote-left {
	background: url('../images/66.png') top left no-repeat;
	float: left;
	height: 32px;
	width: 32px;
}

.quote-middle {
	margin-right: 32px;
}

.quote-middle a {
	color: #000;
	text-decoration: none;
}

.quote-right {
	float: right;
	width: 470px;
}

.quote-right span {
	background: url('../images/99.png') bottom right no-repeat;
	display: block;
	float: right;
	height: 32px;
	margin-top: -32px;
	width: 32px;
}

/* @end */

/* @group twitter */

#twitter {
	clear: both;
	overflow: hidden;
}

#twitter_div {
	float: right;
	height: auto!important;
	min-height: 64px;
	width: 440px;
}

#twitter_update_list {
	margin: 0;
	padding-left: 0!important;
}

#twitter_update_list li {
	clear: both;
	color: #000;
	display: block;
	list-style: none;
	overflow: hidden;
}

#twitter-left {
	background: url('../images/twitter.png') center no-repeat;
	float: left;
	height: 64px;
	width: 64px;
}

/* @end */

/* @end */

/* @group classes */

.bump {
	margin-top: -17px;
}

.center {
	text-align: center;
}

.center-content {
	margin: 0 auto;
}

.content-width {
	width: 536px!important;
}

.copyright {
	display: inline;
}

.current .tag {
	visibility: visible;
}

.download {
	background: #f4f4f4;
	border: 1px solid #d9d9d9;
	margin: 0 auto 2em auto;
}

.download p {
	display: block;
	margin: 0;
	padding: 0.5em;
}

.footnote {
	color: #aaa;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 200;
}

.left {
	display: block;
	float: left;
}

.margin-bottom {
	margin-bottom: 2em;
}

.middle {
	display: block;
	text-align: center;
}

.middle img {
	display: block;
	margin: 0 auto;
}

.middle p {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.middle div {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.portfolio img {
	margin-bottom: 2em;
}

.portfolio img.copyright {
	margin: 0;
}

.preview {
	float: left;
	height: 192px;
	margin-right: 2em;
	width: 192px;
}

.project {
	margin-bottom: 2em;
	overflow: hidden;
}

.project p {
	margin: 0;
}

.right {
	display: block;
	float: right;
}

.tag {
	margin-bottom: 2em;
	padding-top: 9px;
	visibility: hidden;
	z-index: 6;
}

.weblog img {
	margin-bottom: 2em;
}

.weblog img.copyright {
	margin: 0;
}

/* @end */

/* @group weblog styling */

#page-navigation {
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
}

#newer-posts {
	float: right;
	text-align: right;
}

#older-posts {
	float: left;
	text-align: left;
}

#newer-posts a, #older-posts a {
	background: #f4f4f4;
	border: 1px solid #d9d9d9;
	display: block;
	padding: 2px 6px;
	text-decoration: none;
}

#newer-posts a img, #older-posts a img {
	display: inline;
	margin: 0 0 -1px 0;
}

#search {
	background: url('../images/search.png') top left no-repeat;
	display: block;
	height: 26px;
	position: absolute;
	left: 94px;
	top: 378px;
	width: 132px;
	z-index: 10;
}

#search input {
	background: transparent;
	color: #697178;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 26px;
	padding-left: 26px;
	width: 106px;
}

input#button {
	display: none;
}

#search-results span, #no-results span {
	color: #cc0000;
	font-weight: 900;
}

#fade {
	background: url('../images/fade.png') no-repeat;
	height: 64px;
	position: absolute;
	bottom: 0;
	left: 94px;
	width: 132px;
	z-index: 12;
}

#tag-cloud {
	position: absolute;
	left: 94px;
	top: 420px;
	width: 132px;
	z-index: 10;
}

#tag-cloud p {
	margin: 0;
}

#tag_cloud, #tag_list, ul#tag_list li, ul#tag_list li a {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

ul#tag_list li a {
	background-color: #d6d7d8;
	border-radius: 4px;
	display: block;
	float: left;
	line-height: 1em;
	margin: 2px;
	overflow: visible;
	padding: 2px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.tags {
	clear: both;
	overflow: hidden;
}

.tags ul {
	clear: both;
	overflow: hidden;
	padding: 0;
}

.tags ul li {
	background: #ddd url('../images/tag.jpg') no-repeat 0 50%;
	border-radius: 3px;
	display: block;
	float: left;
	height: 18px;
	margin-right: 8px;
	overflow: visible;
	padding: 0px 8px 0px 18px;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tags ul li a {
	display: block;
	float: left;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	overflow: visible;
	text-decoration: none;
	vertical-align: center;
}

.seperator {
	background: url('../images/seperator.jpg') center no-repeat;
	display: block;
	height: 64px;
	margin: 2em 0;
}

/* div.audio_player {
	margin-bottom: 2em;
	overflow: hidden;
}

div.audio_player embed {
	float: right;
} */

div.audio_player {
	margin-bottom: 32px;
	overflow: hidden;
	width: 376px;
}

.audio-post {
	display: block;
	overflow: hidden;
}

.audio-post img {
	display: block;
	float: left;
	height: 128px;
	width: 128px;
}

.audio-post ul {
	display: block;
	float: right;
	width: 376px;
}

.audio-post ul li {
	color: black;
	list-style: none;
}

div.photo {
	display: block;
	margin: 0 0 32px 0;
}

div.photo img.zoom {
	display: block;
	height: 25px;
	margin: -28px 0 0 462px;
	padding: 0;
	width: 71px;
	visibility: hidden;
	z-index: 21;
}

div.photo:hover img.zoom {
	visibility: visible;
}

div.photo img.content-width {
	display: block;
	margin: 0;
	padding: 0;
	z-index: 20;
}

div.video {
	margin-bottom: 32px;
}

/* @group comment system */

.dsq-by, #dsq-login, .dsq-mod-star, .dsq-rate, .dsq-post-report, #dsq-options, .dsq-h3-commentcount, .dsq-comment-footer {
	display: none!important;
}

.dsq-comment-header {
	background-color: #f4f4f4!important;
	background-image: none!important;
	border: 1px solid #d9d9d9!important;
	display: block!important;
	height: auto!important;
	overflow: hidden!important;
}

.dsq-comment-cite {
	color: #000!important;
	display: block!important;
	float: left!important;
	font-size: 13px!important;
	font-weight: 900!important;
	line-height: 32px!important;
	margin: 0 0 0 8px!important;
	padding: 0!important;
}

.dsq-header-time {
	color: #aaa!important;
	display: block!important;
	float: right!important;
	font-size: 13px!important;
	line-height: 32px!important;
	margin: 0 8px 0 0!important;
	padding: 0!important;
}

.dsq-comment-body {
	border: 1px solid #d9d9d9!important;
	border-top: none!important;
	color: #000!important;
	font-size: 13px!important;
	margin: 0!important;
	padding: 8px!important;
}

.dsq-even, .dsq-odd {
	margin: 0!important;
}

.dsq-comment {
	margin: 0 0 16px 0!important;
}

#dsq-comments {
	background: url('../images/seperator.jpg') center bottom no-repeat!important;
	padding: 0 0 53px 0!important;
	margin: 0 0 53px 0!important;
}

.dsq-h3-addcomment {
	color: #aaa!important;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif!important;
	font-size: 16px!important;
	font-weight: 100!important;
	margin: 0 0 32px 0!important;
}

#dsq-content {
	margin: 0!important;
}

/* @end */

/* @end */
#update {
	background: #f9f7b6;
	borde

r-bottom: 1px solid #f6e800;
	display: block;
	opacity: 0.8;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 10;
}

#update p {
	display: block;
	margin: 0;
	padding: 0.5em;
}

#update {
	display: none;
}