/*
		See My Vest
		Version: 2.0
		Styles: General
		Copyright 2007

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html { font-size: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 90%;
	line-height: 1.5em;
	color: #000;
	text-align: center;
	background: #fff;
}

/* @group Clearing floats */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block }
.clearfix { display:block }
* html .clearfix { height: 1px; }

/* @end */

/* @group Accessibility & SEO */

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

/* @end */

/* @group Elements */

table, td, form, input, textarea, select {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	color: #000;
}
table, img, form, input, textarea, select, radio {
	margin: 0;
}
img {
	display: block;
	border: 0;
}
object {}

dl {
	margin: 0 0 20px 0;
	}
	dl dt {
		margin: 0 0 3px 0;
		padding: 1px 0 0 22px;
		background: url('../gfx/bullet-star-inv.gif') no-repeat 6px 8px;
	}
	dl dd {
		margin: 0 0 3px 22px;
	}

ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	list-style-type: square;
	}
	ul ul ul {
		margin: 0;
	}
	
	ul.paging {
		margin-top: 30px;
		padding: 0 0 0 22px;
		list-style-type: none;
		}
		ul.paging li {
			display: inline;
			margin-right: 20px;
		}
ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}

table {
	margin: 0;
	padding: 0;
	border: 0;
	}
	table td { vertical-align: top; }

blockquote {
	margin: 0;
	font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, Georgia, serif;
	font-size: 1.4em;
	line-height: 1.7em;
	color: #b3b3b3;
}

q {
	/*
	font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, Georgia, serif;
	font-size: 1.1em;
	color: #b3b3b3;
	*/
	quotes: "\201C" "\201D" "\2018" "\2019";
	}
	q:before { content: open-quote; }
	q:after { content: close-quote; }

pre {
	clear: both;
	position: relative;
	width: 720px;
	margin: 0 -140px 20px 0;
	overflow: auto;
	}
	pre code {
		display: block;
		font-size: 1em;
		line-height: 1.4em;
		color: #000;
		font-family: Monaco, Andale Mono, Monospace;
	}

del {
}
ins {
	background-color: #ddd;
	text-decoration: none;
}

abbr {
	cursor: help;
}

/* @end */

/* @group Typography */

h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: normal;
	color: #000;
	}
	h1 a, h1 a:visited { color: #000; }
	h1 a:active, h1 a:focus { color: #fff; }
h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	color: #b3b3b3;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
}
p {
	margin: 0 0 20px 0;
	padding: 0;
}
em.moderation {
	color: #c82525;
}
em.error { display: block; margin:  0 0 20px 0; color: #c82525; }

a, a:visited {
	color: #c82525;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	border-bottom-style: solid;
}
a:focus, a:active {
	color: #fff;
	background: #000;
}

/* @end */

/* @group Forms */

form {
	font-size: .9em;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: none;
}

input.formfield {
	width: 290px;
	margin-top: 2px;
	padding: 2px;
	font-size: 1.3em;
	line-height: 1.3em;
}
textarea.formarea {
	width: 480px;
	height: 185px;
	margin-top: 2px;
	padding: 2px;
	font-size: 1.3em;
	line-height: 1.3em;
}
form em { color: #b3b3b3; }
form p { margin: 0 0 10px 0; }
/* @end */

/* @group Buttons (Links and Forms) */
/* Form-button */
span.button {
	padding: 4px;
	background: url('../gfx/background-button-left.png') no-repeat 0 50%;
	}
	span.button input {
		padding: 4px 15px 4px 10px;
		width: auto;
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
		overflow: visible;
		border: 0;
		background: url('../gfx/background-button.png') no-repeat 100% 50%;
		cursor: pointer;
	}
	span.button:hover input {
		text-decoration: underline;
	}
/* @end */

/* @group Main containers */

#container {
	width: 100%;
	background: #fff;
	}
	div.centered {
		width: 900px;
		margin: 0 auto;
		text-align: left;
	}

#top-container {
	width: 100%;
	background: #414141 url('../gfx/background-top.jpg') repeat-x left bottom;
	}
	#top {
		position: relative;
		min-height: 260px;
		background: url('../gfx/background-vest.jpg') no-repeat 60% 0;
	}
	body.naked #top {
		background: url('../gfx/background-vest-naked.jpg') no-repeat 60% 0;
	}
	
	#logo {
		position: absolute;
		top: 110px;
		left: 0;
		width: 340px;
		height: 55px;
		background: url('../gfx/logo.gif') no-repeat;
		cursor: pointer;
	}
	body.naked #logo {
		top: 95px;
		height: 70px;
		background: url('../gfx/logo-naked.gif') no-repeat;
	}
	
	#topnav {
		position: absolute;
		bottom: 0;
		left: 0;
		}
		#topnav ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		#topnav ul li {
			display: inline;
		}
		#topnav ul li a {
			float: left;
			margin-right: 2px;
			margin-bottom: 2px;
			padding: 3px 15px;
			font-size: .8em;
			color: #fff;
			text-transform: uppercase;
			background: #3b3c3b;
			border: 0;
		}
		#topnav ul li a:hover, #topnav ul li a:focus, #topnav ul li a:active, #topnav ul li a.selected {
			color: #000;
			background: #fff;
		}
		#topnav ul li a.selected {
			margin-bottom: 0;
			padding-bottom: 5px;
		}
	
	/*
		Positioned at the end of 'main' markup-wise due to z-indexes and 
		loads of relative positioned elements
	*/
	#search {
		position: absolute;
		top: -29px;
		right: 0;
		width: 370px;
		z-index: 1000;
		font-size: .9em;
		}
		#search form { font-size: 1em; }
		#search input.formfield {
			float: right;
			width: 160px;
			margin: 0;
			padding: 3px 20px 3px 20px;
			border: 0;
			font-size: 1em;
			line-height: normal;
			font-weight: bold;
			background: #fff url('../gfx/background-search-magnifier.png') no-repeat 4px 50%;
		}

#main {
	position: relative;
	padding: 30px 0;
	}
	
	#content {
		position: relative;
		}
		#frontpage #content,
		#section #content {
			float: left;
			width: 680px;
		}
		#single #content {
			padding-top: 1.5em;
		}
		
		div.content {
			position: relative;
			width: 580px;
			margin: 0 140px 0 180px;
			}
			#frontpage div.content,
			#section div.content { margin: 0 60px 0 40px; }
			
			div.image {
				clear: both;
				width: 900px;
				margin: 0 -140px 20px -180px;
				text-align: center;
				}
				div.image.left {
					float: left;
					display: inline;
					width: auto;
					margin: 4px 20px 15px -180px;
					text-align: left;
				}
				div.image.right {
					float: right;
					display: inline;
					width: auto;
					margin: 4px -140px 15px 20px;
					text-align: left;
				}
				div.image img { display: inline; }
				div.image a { border: 0; }
				
				#frontpage div.image, #section div.image {
					width: 680px;
					margin: 0 -60px 20px -40px;
					overflow: hidden;
					}
					#frontpage div.image.left, #section div.image.left { width: auto; margin: 4px 20px 15px -40px; }
					#frontpage div.image.right, #section div.image.right { width: auto; margin: 4px -60px 15px 20px; }
			
			div.movie {
				clear: both;
				/*
				width: 900px;
				margin: 0 -140px 15px -180px;
				text-align: center;
				*/
				margin: 0 0 20px 0;
				padding: 15px 0 8px 70px;
				border: 1px solid #eee;
				background: url('../gfx/background-code.png');
				}
				/*
				#frontpage div.movie, #section div.movie {
					width: 680px;
					margin: 0 -60px 15px -40px;
					overflow: hidden;
				}
				*/
			
			/* Beatport Player */
			div.beatport {
				clear: both;
				margin: 0 0 20px 0;
				}
				/*
				div.beatport .player {
					margin: 0;
					padding: 55px 0 15px 65px;
					border: 1px solid #000;
					background: #000 url('../gfx/background-vest-naked.jpg') repeat-x 50% -20px;
				}
				*/
				div.beatport .player {
					padding: 15px 0 8px 65px;
					border: 1px solid #eee;
					background: url('../gfx/background-code.png');
				}
				div.beatport ul {
					margin: 0 0 5px 0;
					padding: 0;
					list-style-type: none;
					}
					div.beatport ul li {
						display: inline;
						padding: 0 20px 0 0;
						font-size: .95em;
						background: url(../gfx/icn-beatport.gif) no-repeat 100% 50%;
					}
					div.beatport ul li a { color: #000; }
					div.beatport ul li a:focus, div.beatport ul li a:active { color: #fff; }
						
			div.separator {
				clear: both;
				width: 900px;
				margin: 0 -140px 20px -180px;
				border-top: 1px solid #ccc;
				}
				div.separator hr { display: none; }

			div.quote {
				clear: both;
				width: 800px;
				margin: 0 -40px 0 -80px;
				}
				div.quote.left {
					float: left;
					display: inline;
					width: 340px;
					margin-right: 20px;
				}
				div.quote.right {
					float: right;
					display: inline;
					width: 340px;
					margin-left: 20px;
				}
				
				#frontpage div.quote.left, #section div.quote.left { margin-left: -40px; }
				#frontpage div.quote.right, #section div.quote.right { margin-right: -60px; }
			
			div.related {
				margin: 0 0 25px 0;
				padding: 15px 140px 1px 180px;
				background: #f8f8f8;
			}

		div.update {
			margin: 0 0 25px 0;
			padding: 10px 0;
			border-top: 1px dotted #999;
			border-bottom: 1px dotted #999;
			}
			div.update h3 { display: inline; }
			div.update p { display: inline; margin: 0; }
		
		ul.meta {
			width: 720px;
			margin: 0 0 25px 180px;
			padding: 0;
			color: #b3b3b3;
			list-style-type: none;
			}
			ul.meta li {
				display: inline;
			}
			ul.meta li.date {
				position: absolute;
				top: 0;
				left: 0;
				font-size: .9em;
				color: #000;
			}
			ul.meta li.comments {
				padding: 0 0 0 23px;
				background: url('../gfx/icn-comments.gif') no-repeat 0 50%;
			}
			ul.meta li.post {
				margin-right: 12px;
				padding-right: 15px;
				border-right: 1px solid #d4d4d4;
			}
			ul.meta li.category {
				padding: 0 0 0 23px;
				background: url('../gfx/icn-category.gif') no-repeat 0 50%;
			}
			ul.meta li.tags {
				display: block;
				margin: 5px 0 0 0;
				padding: 0 0 0 23px;
				font-size: .9em;
				}
				ul.meta li.tags a { color: #666; }
				ul.meta li.tags a:active, ul.meta li.tags a:focus { color: #fff; }
			ul.meta li.edit a {
				margin-left: 12px;
				padding: 2px;
				font-size: .9em;
				font-weight: bold;
				color: #000;
				border: 0;
			}
			ul.meta li.edit a:hover { color: #fff; background: #000; }
			ul.meta li.edit a:focus, ul.meta li.edit a:active { color: #fff; }
			
			#frontpage ul.meta {
				width: auto;
				margin: 0 0 25px 0;
				}
				#frontpage ul.meta li.more {
					display: block;
					margin: 0;
					padding: 0 0 10px 0;
					font-weight: bold;
					text-align: left;
				}
				#frontpage ul.meta li.date {
					position: static;
					margin-right: 12px;
					padding-right: 15px;
					border-right: 1px solid #d4d4d4;
					font-size: 1em;
					color: #b3b3b3;
				}
				#frontpage ul.meta li.comments {
					margin-right: 12px;
					padding-right: 15px;
					border-right: 1px solid #d4d4d4;
				}
	
	#right {
		float: right;
		width: 200px;
		}
		#right h2, #right p {
			margin: 0 0 10px 0;	
		}
		#right ul {
			margin: 0 0 15px 0;
			}
			#right ul li {
				margin: 0 0 5px 0;
				line-height: 1.3em;
				list-style-type: square;
			}
			#right ul li a {
				font-size: .9em;
				color: #666;
			}
			#right ul li p {
				margin: 0;
				font-size: .9em;
				line-height: 1.3em;
				color: #888;
			}
		
		#right div.box {
			margin: 0 0 5px 0;
			padding: 10px 10px 1px 10px;
			background: url('../gfx/background-code.png');
			}

#work {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	}
	#work div.case {
		margin: 0 0 20px 0;
		background: #eee;
	}
	#work div.case h2, 
	#work div.case p {
		margin: 0 0 10px 0;
	}
	#work div.case div.case-left {
		float: left;
		width: 400px;
		margin: 15px 20px 0 0;
		padding: 10px 20px;
	}
	#work div.case div.case-right {
		float: left;
		width: 400px;
		margin: 15px 0 0 0;
		padding: 10px 20px;
	}


#index-container {
	width: 100%;
	background: #000 url('../gfx/background-content-index.jpg') repeat-x left top;
	}
	#index {
		min-height: 250px;
		padding: 20px 0;
		}
		#index, #index h1, #index h2, #index h3, 
		#index p, #index a {
			color: #fff;
		}
		#index a { color: #b3b3b3; }
		#index a:hover { color: #fff; }
		
		#index div.header {
			margin: 0 0 15px 0;
			padding: 0 30px 10px 0;
			background: url('../gfx/background-index-separator.gif') repeat-x 0 100%;
			}
			#index div.header h2 { margin: 0; float: left; }
			#index div.header a {
				float: left;
				margin: 5px 0 0 10px;
				font-size: .9em;
				line-height: 1.1em;
			}
			#index div.header span { display: none; }
		
		#index div.subheader {
			}
			#index div.subheader h3 { float: left; }
			#index div.subheader a {
				float: left;
				margin: 4px 0 0 10px;
				font-size: .9em;
				line-height: 1.1em;
			}
			#index div.subheader span { display: none; }
		
		#index div.latest {
			float: left;
			width: 400px;
		}
		#index div.inspiration {
			float: left;
			width: 300px;
		}
		#index div.personal {
			float: left;
			width: 200px;
		}
		#index div.rss {
			clear: both;
			padding: 20px 0 0 22px;
		}
		
		#index ul {
			margin: 0 30px 20px 0;
			padding: 0;
			list-style-type: none;
			}
			#index ul li {
				margin: 0 0 3px 0;
				padding: 1px 0 1px 22px;
				background: url('../gfx/bullet-star.gif') no-repeat 6px 8px;
			}
			#index ul li a {
			}
			#index ul li p {
				margin: 3px 0 0 0;
				padding: 0;
				font-size: .9em;
				line-height: 1.3em;
			}
			
		#index ul.rss {
			margin-bottom: 10px;
			}
			#index ul.rss li {
				display: inline;
				margin: 0 15px 0 0;
				padding: 1px 0 1px 25px;
				background: url('../gfx/bullet-rss.png') no-repeat 0 50%;
			}
			
		#index dl {
			margin: 0 30px 0 0;
			}
			#index dl dt {
				margin: 0 0 3px 0;
				padding: 1px 0 0 22px;
				background: url('../gfx/bullet-star.gif') no-repeat 6px 8px;
			}
			#index dl dd {
				margin: 0 0 6px 22px;
				font-size: .9em;
				line-height: 1.5em;
			}
		
		#index div.images {
			position: relative;
			margin-left: -10px;
			padding: 5px 0;
			}
			#index div.images div {
				float: left;
				margin: 0 0 0 10px;
			}
			#index div.images div a {
				display: block;
				padding: 2px;
				border: 1px solid #333;
			}
			#index div.images div a:hover { border-color: #999; }

#footer {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	background: url('../gfx/background-footer.png') no-repeat left top;
	}
	#footer p { margin: 0; }

/* @end */

/* @group Content elements */

div.list {
	}
	div.list dl {
		margin: 0 20px 0 0;
		}
		div.list dl dt {
			width: 520px;
			margin: 15px 0 5px 0;
			padding: 1px 0 0 22px;
			font-size: 1.4em;
			line-height: 1.3em;
			background: url('../gfx/bullet-star-inv.gif') no-repeat 6px 10px;
		}
		div.list dl dt.first { margin-top: 0; }
		div.list dl dt span.edit a {
			margin-left: 10px;
			padding: 2px;
			font-size: .6em;
			font-weight: bold;
			color: #000;
			border: 0;
		}
		div.list dl dt span.edit a:hover { color: #fff; background: #000; }
		div.list dl dd {
			display: inline;
			margin: 0;
			color: #b3b3b3;
			line-height: 1.4em;
		}
		div.list dl dd p { margin: 0; }
		div.list dl dd.excerpt {
			float: left;
			width: 440px;
			min-height: 45px;
			margin: 0 0 5px 22px;
			color: #000;
		}
		div.list dl dd.date {
			float: right;
			width: 190px;
		}
		div.list dl dd.comments {
			float: right;
			width: 167px;
			padding: 0 0 0 23px;
			background: url('../gfx/icn-comments.gif') no-repeat 0 50%;
		}
		div.list dl dd.category {
			clear: both;
			display: block;
			width: 420px;
			margin: 0 0 0 22px;
			padding: 0 0 0 23px;
			background: url('../gfx/icn-category.gif') no-repeat 0 50%;
		}

#recent {
	padding: 20px 0 0 0;
	border-top: 1px solid #d4d4d4;
	}
	#recent dl {
		}
		#recent dl dt a, #recent dl dt a:visited { color: #000; }
		#recent dl dt a:active, #recent dl dt a:focus { color: #fff; }
		#recent dl dt span.edit a:hover { color: #fff; }

#archive {
}

#comments {
	position: relative;
	width: 900px;
	padding: 20px 0 0 0;
	border-top: 1px solid #d4d4d4;
	overflow: hidden;
	}
	#comments div.header {
		position: absolute;
		left: 0;
		top: 20px;
		width: 170px;
		}
		#comments div.header h2 { margin: 0; }
		#comments div.header a { font-size: 1em; color: #000; }
	
	#comments dl {
		margin: 0;
		}
		#comments dl dt {
			position: relative;
			margin: 0;
			padding: 0;
			color: #b3b3b3;
			background: none;
		}
		#comments dl dt em {
			position: absolute;
			left: -60px;
			width: 50px;
			color: #000;
			text-align: right;
		}
		#comments dl dt em a {
			color: #000;
			font-weight: bold;
		}
		#comments dl dt em a:active, #comments dl dt em a:focus { color: #fff; background: #000; }
		#comments dl dt span.edit a {
			margin-left: 10px;
			padding: 2px;
			font-size: .9em;
			font-weight: bold;
			color: #000;
			border: 0;
		}
		#comments dl dt span.edit a:hover { color: #fff; background: #000; }
		#comments dl dt span.edit a:focus, #comments dl dt span.edit a:active { color: #fff; }
		#comments dd {
			position: relative;
			margin: 5px 0 40px 0px;
			padding: 10px 20px 0 20px;
			border: 1px dotted #d4d4d4;
		}
		#comments dd:hover { border: 1px solid #ccc; }
		#comments dd.author { border: 1px dotted #c82525; }
		#comments dd.author:hover { border: 1px solid #c82525; }
		#comments dd p, #comments dd ul { margin: 0 0 10px 0; }
		#comments dd blockquote {
			padding: 2px 0 0 30px;
			font-size: 1.2em;
			line-height: 1.3em;
			color: #666;
			background: url('../gfx/icn-quote.gif') no-repeat;
		}
		#comments dd pre { margin-bottom: 10px; }

#comment-form {
	position: relative;
	width: 900px;
	padding: 20px 0 0 0;
	border-top: 1px solid #d4d4d4;
	}
	#comment-form div.header {
		position: absolute;
		left: 0;
		top: 20px;
		width: 170px;
		}
		#comment-form div.header h2 { font-size: 1.2em; }
		#comment-form span.help { color: #b3b3b3; }
		#comment-form span.help a { color: #000; }
		#comment-form span.help a:focus, #comment-form span.help a:active { color: #fff; }

/* @end */