html {
	height: 100%;
}

body {
	margin: 0px 0 0 16px;
	padding: 0 0 64px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #FFF;
	background: #000;
	/*background: url(images/grid.png) #000;*/
	height: 100%;
}

#wrapper {
	height: 100%;
	width: 856px;
}

h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd, ol, input, textarea {
	margin: 0;
	padding: 0;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	border: 0;
	margin: 0;
}

h1 {
	font-size: 40px;
	line-height: 40px;
}

h2 {
	font-size: 15px;
	background: #000;
}

h3 {
	letter-spacing: -.2pt;
	font-size: 12px;
	background: #000;
}

h4 {
	color: #000;
}

h5 {
	font-size: 10px;
}

a {
	color: #0CF;
	text-decoration: none;
	outline: none;
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active, a.activeLink {
	
}

a.selected {
	color: #FFF;
}

blockquote {
	border: 1px dotted #0CF;
	padding: 8px 8px;
	margin: 8px 0;
	font-size: 11px;	
}

cite {
	font-size: 12px;
}

#header {
	height: 80px;
	width: 856px;
	position: relative;
}

	#logo {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 16px 0 0 0;
		background: url(/images/site/bg-logo.gif) no-repeat;		
	}
		#logoLink {
			display: block;
			width: 207px;
			height: 41px;
			text-indent: -9999px;
			background: url(/images/site/bg-logo-a.gif) no-repeat;		
		}
		
		#logoLink:hover {
			background: url(/images/site/bg-logo-a.gif) no-repeat 0px -41px;		
		}
	
	#partners {
		position: absolute;
		top: 0px;
		left: 576px;
		padding: 20px 0 0 0;
		background: url(/images/site/bg-partners.gif) no-repeat;
	}
	
	#navBar {
		position: absolute;
		top: 0px;
		left: 288px;
		background: url(/images/site/bg-navigation.gif) no-repeat;
		padding: 18px 0 0 0;
	}
	
	#navBar li {
		display: block;
		float: left;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: -.02em;
	}
	
	#navBar li:hover {
		cursor: pointer;
	}
		
		#navBar li a.active {
			color: #FFF;
		}
		
		#navBar li a.active:hover {
			background: #000;
		}
	
	#partners {
		position: absolute;
		top: 0px;
		left: 576px;
		padding: 20px 0 0 0;
		background: url(/images/site/bg-partners.gif) no-repeat;
	}
	
	#email{
		position: absolute;
		top: 0px;
		left: 720px;
		padding: 20px 0 0 0;
		background: url(/images/site/bg-email.gif) no-repeat;
	}
	
#controls {
	width: 288px;
	height: 247px;
	border-bottom: dotted 1px #FFF;
	float: left;
}
	
	
div.navigation {
	width: 856px;
	float: left;
	background: url(images/site/bg-navigation.gif) no-repeat;
	padding: 20px 0 11px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	border-top: dotted 1px #FFF;
}

	
	.alignleft {
		float: left;
	}
	
		.alignleft a:hover {
			background:transparent url(images/prevlabel-hover.gif) no-repeat scroll left center;
		}
		.alignleft a {
			background:transparent url(images/prevlabel.gif) no-repeat scroll left center;
			display:block;
			float:left;
			padding:0 0 0 16px;
		
		}
	
	.alignright {
		float: right;
		text-align: right;
	}
		
		.alignright a {
			background:transparent url(images/nextlabel.gif) no-repeat scroll right center;
			display:block;
			float:right;
			text-align: right;
			padding:0 16px 0 0;
			width: 280px;
		}
		
		.alignright a:hover {
			background:transparent url(images/nextlabel-hover.gif) no-repeat scroll right center;
		}


#search {
	width: 208px;
	/*background: url(images/bg-search.png) no-repeat;*/
	padding: 18px 0 21px;
	border-top: 1px dotted #FFF;
}
	#search h2 {
		padding-bottom: 17px;
		background: transparent;
	}

	#searchform {
		margin: 11px 0;
	}
	
	#searchform label.hidden {
		display: none;
	}
	
	#searchform input[type=text] {
		background:#000;
		color: #FFF;
		border: 1px dashed #FFF;
		width: 136px;
		margin: 0 8px 0 0;
		padding: 1px;
	}
	
	#searchform input[type=submit] {
		background:#000;
		color: #0CF;
		border: 1px dashed #0CF;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px;
	}
	
	#searchform input[type=submit]:hover {
		background:#0CF;
		color: #000;
		border: 1px dashed #000;
	}

#feed, #cats {
	width: 208px;
	/*background: url(images/bg-feeds.png) no-repeat;*/
	padding: 18px 0 21px 0;
	border-top: 1px dotted #FFF;
}
	#feed h2, #cats h2 {
		padding: 0 0 16px 0;
	}
	
		#feed ul {
			padding: 16px 0 0 0;
		}

#copy {
	border-top: 1px dotted #FFF;
	padding: 18px 0 21px 0;
}
	
	#navigation li {
		display: block;
		float: left;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: -.02em;
	}
	
	#navigation li:hover {
		cursor: pointer;
	}
		
		#navigation li a.active {
			color: #FFF;
		}
		
		#navigation li a.active:hover {
			background: #000;
		}
	
	
#content {
	width: 864px;
	overflow: auto;
}
	
		
#posts, #post {
	float: left;
	background: url(images/bg-posts.png) no-repeat 0 1px;
	padding: 0;
	margin: 0;
	min-height: 8px;
	clear: left;
	width: 648px;
	
}	
	
	#posts.archive {
		border-top: 1px dotted #FFF;
		padding: 16px 0 0;
		background: url(images/bg-posts.png) no-repeat 0 0px;
	}
	
	h2.archive {
		padding-top: 2px;
		padding-bottom: 13px;
		margin-right: 8px;
	}

.post {
	margin: 0 8px 0 0;	
	padding: 18px 0px 20px 0;	
	overflow: hidden;
	clear: left;
	border-top: 1px dotted #FFF;
	position: relative;
}

	.post.first {
		margin: 0;	
		padding: 18px 8px 20px 0;
	}	
	
	#posts.archive .post{
		padding-right: 0px;
		margin-right: 8px;
	}

	.post .postData {
		width: 144px;
		top: 19px;
		position: absolute;
	}
		span.time {
			font-size:12px;
			letter-spacing:-0.2pt;
			font-weight: bold;
			display: block;
		}
		
		span.tags {
			text-transform: uppercase;
			font-weight: bold;
			font-size: 11px;
		}
		
		a.twitlink {
			background: url(images/tweetar.gif) no-repeat;
			padding-left: 20px;
			display: block;
		}
		
		a.twitlink:hover {
			background: url(images/tweethov.gif) no-repeat;
		}
	
	.post .entry {
		width: 424px;
		float: right;
		padding: 1px 0 0 0;	
		margin: 0 72px 0 0;	
	}
	
		.entry p, .entry object {
			padding: 0 0 16px 0;
		}
		
		.post img {
			margin: 8px 0;
		}
		
		.post img.alignright {
			margin: 8px -72px 24px 0;
		}
		
		.post img.alignleft {
			margin: 8px 0 0 -72px;
		}	

	.post h2 {
		padding: 0 0 16px 144px;
	}
	
#tools {
	width: 208px;
	padding: 0 8px 0 0;
	float: right;
	background: url(/images/site/bg-stuff.gif) no-repeat;
}

	#subscribeform input[type=text] {
		background:#000;
		color: #FFF;
		border: 1px dashed #FFF;
		width: 136px;
		margin: 4px 8px 4px 0;
		padding: 1px;
	}
	
	#subscribeform input[type=submit] {
		background:#000;
		color: #0CF;
		border: 1px dashed #0CF;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px;
		margin: 4px 8px 0 0
	}
	
	#subscribeform input[type=submit]:hover {
		background:#0CF;
		color: #000;
		border: 1px dashed #000;
	}
		
	#eof {
		height: 44px;
		width: 128px;
		float: left;
		clear:left;
		background: url(/images/site/bg-eof.gif) no-repeat;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		padding: 20px 0 0 16px;
		display: block;
	}
	
		#eof:hover {
			background: url(/images/site/bg-eof.gif) no-repeat 0px -64px;
		}
		
	#bti {
		height: 44px;
		width: 200px;
		float: left;
		background: transparent url(images/prevlabel.gif) no-repeat 0px 24px;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		padding: 20px 0 0 16px;
		display: block;
	}
	
		#bti:hover {
			background:transparent url(images/prevlabel-hover.gif) no-repeat 0px 24px;
		}
		
		


#commentBox {
	clear: left;
}	
	
#footer {
	border-top: dotted 1px #FFF;
	width: 856px;
	float: left;
	clear: left;
}