/*
Theme Name: musl.org
Theme URI: http://musl.org/
Description: A theme for musl.org.
Version: 1.0
Author: Michael Hix
Author URI: http://musl.org/
Tags:
*/

/*
 * override defaults
 */

*, html {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 11pt;
	background: #000000;
	color: #d0d0d0;
	text-align: center; /* for older IE */
}

p {
	margin-bottom: 26px;
}

td, th {
	font-family: sans-serif;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, h7 {
	clear: both;
	font-weight: bold;
	margin-bottom: 26px;
	color: #ffffff;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 110%;
}

h3, h4, h5, h6, h7 {
	font-size: 100%;
}

img {
	border: 0px;
}

ul, ol {
	margin-left: 26px;
}

li {
	margin-left: 26px;
}

li img {
	vertical-align: middle;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #d0d0d0;
	text-decoration: none;
}

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

a:active {
	color: #e0ffe0;
	text-decoration: none;
}

input {
	border: 1px #a0a0a0 solid;
	padding: 2px;
	margin: 4px 0;
	background: #f0f0f0;
	color: #000000;
}

textarea {
	width: 30em;
	border: 1px #d0d0d0 solid;
	padding: 2px;
	background: #FFFFFF;
	color: #000000;
}

br.clear {
	clear: both;
	height: 1%;
}

img.alignleft {
	float: left;
	display: block;
	padding-right: 26px;
}

img.alignright {
	float: right;
	margin-left: 26px;
}

/*
 * Heirarchical Site Styling
 */

#column {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

	#primer {
		margin: 52px 0 0 0;
		background: #303030 url('images/gradient1.jpg') top left repeat-x;
	}

	#head {
		height: 256px;
		position: relative;
	}
	
		#head_name {
			position: absolute;
			right: 26px;
			bottom: 0px;
			width: 256px;
			height: 256px;
			background: transparent url('images/name.jpg') top left no-repeat;	
		}
	
	#sidebar {
		margin-top: 26px;
		float: left;
		width: 200px;
		text-align: left;
	}
		
		#sidebar * {
			list-style: none;
			margin: 0 0 13px 0;
		}
		
		#sidebar ul li ul li {
			margin: 0 0 13px 13px;
		}
		
		#sidebar h2 {
			color: #70A060;
			border-bottom: 2px #505050 solid;
			padding-bottom: 7px;
		}
	
	#content-page {
		float: left;
		width: 748px;
		min-height: 400px;
		text-align: justify;
		padding: 26px 26px 0 26px;
	}
		
		#resume {
			position: relative;
			width: 642px;
			min-height: 500px;	
			border: 1px #606060 solid;
			padding: 78px 52px;
			text-align: left;
			background: #ffffff url('images/resume_gradient.jpg') top left repeat-x;
			color: #000000; 
		}
		
		#resume * {
			color: #000000;
		}
		
			#resume a.download_link {
				position: absolute;
				display: block;
				width: 68px;
				height: 68px;
				top: 26px;
				right: 26px;
				background: transparent url('images/download.png') top left no-repeat;
			}
	
	#content-post-list {
		float: left;
		width: 774px;
		min-height: 500px;
		text-align: justify;
		padding: 26px 26px 0 0;
	}	
		
		.pagetitle {
			margin: 0 26px 26px 26px;
		}
		
		.post {
			float: left;
		}
		
		#content-post-list .post img {
			border: 1px #000000 solid;
			margin: 0 0 0 26px;
		}
	
		.navigation {
			clear: both;
			padding: 0 26px;
			overflow: hidden;
		}
		
			.alignright {
				text-align: right;
			}
			
			.alignleft {
				text-align: left;
			}

	#foot {
		position: relative;
		clear: both;
		height: 26px;
		margin-bottom: 2px;
	}
	
#closing_statements {
	font-size: 75%;
	border-top: 1px #272727 solid;
	border-left: 1px #1a1a1a solid;
	border-right: 1px #1a1a1a solid;
	border-bottom: 1px #1a1a1a solid;
	color: #202020;
	background: #171717;
	margin-bottom: 56px;
	padding: 26px;
}
	
	#closing_statements a {
		color: #404040;
	}

