/*
Labs
2010-05
*/

/* General
---------------------------------------- */
html {
	/* background: #f9fbf4 url(/labs/media/img/rulx.gif) 0 0 repeat-x; */
	background-color: #f9fbf4;
	border-top: 6px solid #ded9ce;
}

body {
	text-align: center;
	color: #3e2f2f;
	position: relative;
	font-family: "droid serif",georgia,serif;
}

a:link {
	color: #a34103;
}

a:visited {
	color: #604848;
}

a:hover {
	color: #c9662a;
}

code {
	display: block;
	margin-bottom: .5em;
}

h1, h2, h3 {
	font-weight: normal;
	font-family: "Lobster";
	letter-spacing: 1px;
}

/* Brand
---------------------------------------- */
.brand {
	font-size: 1em;
	margin: 0;
}

	.brand a {
		width: 24px;
		height: 24px;
		display: block;
		background: url(/labs/media/img/logo.gif) 0 0 no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		position: absolute;
		top: 3em;
		right: 3em;
	}

	.brand a:hover {
		background-position: 0 -24px;
	}

/* Reset
---------------------------------------- */
.reset {
	width: 900px;
	margin: 0 auto;
	padding: 2em 0 0;
	text-align: left;
}
	
	.reset h2 {
		float: left;
		line-height: 3.5;
		font-size: 3em;
		margin: 0 .5em 0 0;
	}
	
	.reset h3 {
		color: #604848;
		font-size: 1.286em;
	}
		
		.reset h3 em {
			color: #3e2f2f;
			font-style: normal;
		}
	
	.reset .main {
		clear: left;
		padding: 1em 0 1em 8em;
		position: relative;
		top: -2em;
	}
		
		.reset .intro {
			padding-right: 5em;
		}
		
		.reset .file {
			margin-bottom: .25em;
		}
		
		.reset .open,
		.reset .close {
			font-size: 8em;
			line-height: 1.25;
			display: block;
			margin: 0;
		}
		
		.reset .close {
			margin: -1em 0 .5em .25em;
			
		}
		
		.reset small {
			font-style: italic;
		}
	
		.reset code {
			font-size: 14px;
		}

/* WP theme
---------------------------------------- */
.theme {
	width: 800px;
	margin: 0 auto;
}

/* Addthis
---------------------------------------- */
.addthis_button {
	cursor: pointer;
	left: 8em;
	position: relative;
	top: -8em;
}


