body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { margin:0; padding:0; }

body {
	background: #eee;
	/* background: #eee url('images/graphpaper.png') repeat top left; */
	color: #555;
	font-family: "museo-sans-1","museo-sans-2", helvetica, arial, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
}

html>body {
	font-size: 18px;
}

a {
	border-bottom: 1px dotted #555;
	color: #555;
	text-decoration: none;
}
	
	a:hover {
		border-bottom: 1px solid #000;
		color: #000;
	}

p {
	line-height 1.5em;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

h1 {
	font-size: 1em;
	font-weight: normal;
	line-height: 0.667em;
	margin-bottom: 0.667em;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.0em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#header {
	background: #555;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
	
	#header #info {
		margin: 0 auto;
		padding: 0;
		width: 800px;
	}
	
	#header h1 {
		display: inline;
		float: left;
		font-weight: 700;
		margin-bottom: 0;
		padding-bottom: 0;
		width: 198px;
	}
	
		#header h1 a {
	 		border: none;
			color: #eee;
	 		display: block;
	 		margin: 0 54px 0 0;
	 		padding: 36px 0 2px 0;
			text-shadow: 0 0 2px #555;
		}
		
			#header h1 a:hover {
				color: #fff;
				padding-top: 35px;
				text-shadow: 0 0 2px #555;
			}
		
	#header p {
		display: none;
	}
		
	#tabs {
		display: inline;
		float: right;
		font-weight: bold;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 600px;
	}
	
		#tabs li {
			display: inline;
			float: left;
			font-size: 0.667em;
			margin: 0;
			padding: 0;
			width: 120px;
	
		}
		
			#tabs li a {	
		 		border: none;
		 		color: #eee;
				display: block;
				font-weight: 700;
	 			margin-top: 0;
	 			padding: 36px 0 0 0;
	 			text-align: center;
				text-transform: uppercase;
			}
			
			#tabs li a:visited { }
			
			#tabs li a:hover { 
				background: #e5e5e5;
		 		color: #555;
		 		font-weight: 900;
			}
			
	 	body.design #tabs li.design a,
	 	body.iphone #tabs li.iphone a,
	 	body.programming #tabs li.programming a,
	 	body.photography #tabs li.photography a,
	 	body.web #tabs li.web a {
	 		background: #eee;
		 	color: #555;
	 	}
	 	
	 	body.design #tabs li.design a:hover,
	 	body.iphone #tabs li.iphone a:hover,
	 	body.programming #tabs li.programming a:hover,
	 	body.photography #tabs li.photography a:hover,
	 	body.web #tabs li.web a:hover {
	 		cursor: default;
	 		font-weight: 700;
			text-decoration: none;
		}
	
#content {
	clear: both;
	margin: 1em 0 0 0;
}
		
	.post {
		clear: both;
		padding-top: 2em;
	}
		
		.post h2 {
			border-top: 6px solid #555;
			font-weight: 900;
			margin-left: 198px;
			padding-top: 12px;
		}
		
			.post h2 a {
				border-bottom: none;
			}
			
				.post h2 a:hover {
					color: #000;
					text-decoration: underline;
				}
		
		.post img {
			border: 1px solid #555;
		}
	
	.labels {
		background: #e5e5e5; /* url('images/arrow-right.png') no-repeat center right; */
		border-radius: 32px 0 0 32px;
		display: inline;
		float: left;
		font-size: 0.778em;	
		font-weight: 900;
		height: 34px;
		line-height: 1.286em;
		margin-left: -36px;
		overflow: hidden;
		padding: 18px 18px 18px 72px;
		position: relative;
		width: 126px;
	}
	
		.labels .slant {
			border: 36px solid #eee;
			border-left: 36px solid #e5e5e5;;
			position: absolute;
			height: 0;
			right: -36px;
			top: 0;
			width: 0;
		}
		
		.labels p { }
		
		.labels a {
			font-style: italic;
			font-weight: 100;
			text-shadow: none;
		}
			
			.labels a:hover { }
		
	.post-content {
		border-top: 3px double #555;
		color: #555;
		display: inline;
		float: left;
		margin-left: 18px;
		padding-top: 15px;
		width: 602px;
	}
		
	.post-content a {
		font-weight: bold;
	}
	
	.post-content p {
		font-size: 0.889em;
		line-height: 1.125em;
		margin-bottom: 1.125em;
	}
	
	.post-content p code, 
	.post-content pre {
		background: #f7f7f7;
		font-size: 0.667em;
		line-height: 1.5em;
		margin-bottom: 1.5em;
		overflow-x: scroll;
	}
		
	div.post blockquote {
		border-left: 6px solid #555;
		font-size: 0.889em;
		font-weight: 100;
		line-height: 1.125em;
		font-style: italic;
		margin: 0 0 1.125em 15px;
		padding: 0 0 0 15px;
	}
	
	.post .caption { }
	
	.post .caption p {
		font-style: italic;
		margin-top: 1.125em;
	}
	
	
	ul#nav {
		list-style: none;
		margin: 3.0em 0 3.0em 198px;
		padding: 0;
	}
	
		ul#nav li {
			display: inline;
			font-size: 1em;
		}
			
			ul#nav li a {
				border: none;
				display: block;
				font-weight: 100;
				line-height: 72px;
				height: 72px;
				text-decoration: none;
				width: 144px;
			}
				
				ul#nav li a:hover {
					border: none;
					color: #eee;
				}
				
				ul#nav li a span {
					border-bottom: 1px dotted #555;
				}
			
		
		ul#nav li.previous-page a {
			background: #e5e5e5 url('images/arrow-left.png') no-repeat center left;
			float: left;
			padding: 0 0 0 36px;
			text-align: left;
		}
			
			ul#nav li.previous-page a:hover {
				background: #555 url('images/arrow-left.png') no-repeat center left;
			}
		
		ul#nav li.next-page a {
			background: #e5e5e5 url('images/arrow-right.png') no-repeat center right;
			float: right;
			margin-right: 18px;
			padding: 0 36px 0 0;
			text-align: right;
		}
			
			ul#nav li.next-page a:hover {
				background: #555 url('images/arrow-right.png') no-repeat center right;
			}
		
#footer {
	clear: both;
	margin: 0 0 0 198px;
	padding: 3.0em 0;
}

.archive {
	display: inline;
	float: left;
	margin: 0 18px 0 0;
	padding: 0;
	text-align: left;
	width: 182px;
}

	.archive li {
		font-size: 0.75em;
		line-height: 1.5em;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		.archive li.title {
			border-bottom: 3px solid #555;
			font-size: 0.875em;
			font-style: italic;
			font-weight: 900;
			line-height: 1.286em;
			list-style: none;
			margin: 1.286em 0 1.286em 0;
			padding: 0;
			text-transform: uppercase;
		}
							
		.archive li a {
			font-weight: 100;
		}
			.archive li a:visited {}								
			.archive li a:hover {}

.audio .labels { background: #e5e5e5 url('images/post-audio.png') no-repeat 6px 7px; }
.chat .labels { background: #e5e5e5 url('images/post-chat.png') no-repeat 6px 7px; }
.link .labels { background: #e5e5e5 url('images/post-link.png') no-repeat 6px 7px; }
.photo .labels { background: #e5e5e5 url('images/post-photo.png') no-repeat 6px 7px; }
.quote .labels { background: #e5e5e5 url('images/post-quote.png') no-repeat 6px 7px; }
.text .labels { background: #e5e5e5 url('images/post-text.png') no-repeat 6px 7px; }
.video .labels { background: #e5e5e5 url('images/post-video.png') no-repeat 6px 7px; }
