body {
	margin: 0;
	padding: 0;
	background: #333;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding:0;
	background: #fff;
}

#header {
	height: 125px;
	background: #fff url(/images/header_bg.png) repeat-x;
}

	#gentooLogo {
		background: url(/images/gentoo_logo.jpg) no-repeat;
		width: 200px;
		height: 125px;
		float: right;
	}

	#logo {
		background: url(/images/logo.png) no-repeat;
		height: 100px;
		width: 350px;
		position: relative;
		float: left;
	}
	
		#logo p {
			position: absolute;
			color: #7da5d7;
			float: left;
			top: 60px;
			left: 100px;
		}

#main {
	width: 760px;
	float: left;
}

	.day {
		padding-bottom: 20px;
	}
	
		.dayHeader {
			background: #ccc;
			width: 720px;
			height: 30px;
		}
		
		.dayHeader p {
			line-height: 30px;
			padding-left: 30px;
		}

	.post {
		width: 690px;
		margin-left: 30px;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	
		.postHeader {
			height: 50px;
		}
		
		.postMeta {
			margin-left: 70px;
			border-bottom: 1px solid #ececec;
			height: 20px;
		}
		
			.postMeta h3, .postMeta h3 a, .postMeta p {
				display: inline;
				vertical-align: bottom;
			}

			.postMeta h3 {
				float: left;
			}
			
			.postMeta p {
				font-size: 11px;
				color: #666;
				float: right;
			}
		
		.postBody {
			width: 600px;
			margin-left: 70px;
		}
		

#sidebar {
	width: 200px;
	float: right;
	background: #f4f1e9;
}

	.search {
		margin-top: 10px;
		padding-bottom: 10px;
	}

		.searchForm {
			padding-left: 15px;
			padding-top: 5px;
			padding-bottom: 0;
			margin: 0;
		}
	
	.subscribe {
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
	}
	
	.getAdded {
		margin: 0;
		padding: 10px 0;
	}
		.getAdded p {
			padding: 0 20px;
		}
	
	.meta {
		margin: 0;
		padding: 10px 0;
		padding-left: 20px;
	}
	

#footer {
	clear: both;
}


/* Links and Navigation */

.mainNav {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	padding-left: 15px;
}

	ul.mainNav a {
		display: block;
		height: 25px;
		width: 170px;
		line-height: 25px;
		color: #333;
		text-decoration: none;
		text-indent: 20px;
		background: url(/images/nav_bg.png) no-repeat left top;	
		border:none;
	}
	
	ul.mainNav a:hover {
		background: url(/images/nav_bg.png) no-repeat right top;	
		border:none;
	}
	
	ul.mainNav li {
		/* fixes IE */
		display: inline;
	}
	
	
/* Set active nav */
#home ul.mainNav .home a,
#universe ul.mainNav .universe a,
#archives ul.mainNav .archives a {
		background: url(/images/nav_bg.png) no-repeat right top;	
}


/* Typography */
h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 10px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

code {
	font-family:Courier;
	margin: 0;
	color: #666;
	display: block;
	font-size: 12px;
	line-height: 14px;
	padding: 0 20px 12px 20px;
}

.copyright {
	font-size: 9px;
	line-height: 11px;
	color: #666;
}

/* Utilities */
.clear {
	clear: both;
}

input, form {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

hr {
	border: 0;
	height: 1px;
	background: #000 url(/images/hr.png) repeat-x;
	width: 85%;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #bc3510;
	text-decoration: underline;
}

h3 a:link, h3 a:visited {
	color: #bc3510;
	text-decoration: none;
	border:0;
}

h3 a:hover {
	text-decoration: underline;
}

h2 a:link, h2 a:visited {
	color: #44347a;
	text-decoration: none;
	border: 0;
}

h2 a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 32px;
	padding: 0;
	list-style-image: url(/images/bullet.png);
}

img, a {
	text-decoration: none;
	border: 0;
}

form, input {
	margin: 0;
	padding: 0;
}
