/* This stylesheet was originally designed for the post "Article - Variation Within Constraints", posted to My Life on the NET (mylifeonthenet.com) on the 14th February 2010. */

body {
	background: url('images/mainbg.png') repeat-y #df0000;
}

div#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

div#container {
	margin-top: 32px;
}

div#header {
	background: #000;
	border-bottom: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

div#container {
	padding: 65px 0 0 170px;
	position: relative;
	
	font-family: Georgia, Times, serif;
	font-size: 14px;
	
	
	line-height: 22px;
	color: #252525;
	
	background: url('images/mag_bg.png') repeat-y;
}

	div#container p {
		padding-bottom: 18px;
	}
	
	div#container h4 {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 125%;
		padding: 5px 0 8px 0;
	}
	
	div.content a {
		color: inherit;
		text-decoration: none;
		border-bottom: #252525 1px dotted;
	}
	
		div.content a:hover {
			border-bottom: 1px solid #000;
		}

h2 {
	background: url('images/title.png') no-repeat;
	
	text-indent: -500000em;
	display: block;
	width: 581px;
	height: 195px;
	margin-bottom: 30px;
}

	p.metadata {
		
		position: relative;
		top: -255px;
		
		color: #0096ff;
		text-transform: uppercase;
		
		font-size: 70%;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	p.intro {
		float: left;
		width: 220px;
		height: 139px;
		text-indent: -500000em;
		background: url('images/intro.png') no-repeat;
		margin-right: 30px;
	}
	
	div.mainpost {
		width: 435px;
		float: left;
		
		padding-bottom: 50px;
	}
	
	div#aside {
		width: 200px;
		height: 700px;
		position: absolute;
		top: 50px;
		left: 950px;
		
		clear: left;
		color: #fff;
		
		font-family: Helvetica, Arial, sans-serif;
		
	}
	
		div#aside h4 {
			color: #000;
		}
		
		div#aside h5, div#aside p {
			/* text-shadow: #000 1px 1px 1px; */
		}
		
		div#aside h5 {
			font-size: 110%;
			font-weight: bold;
			padding-top: 25px;
		}
		
		div#aside p {
			font-size: 89%;
		}
		
		div#aside a {
			color: #fff;
			text-decoration: none;
			border-bottom: 1px dotted #fff;
		}
		
			div#aside a:hover {
				border-bottom: 1px solid #fff;
			}
	
	.clear {
		clear: both;
	}
	
	.amp {
		font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
		font-style: italic;
		font-size: 127%;
	}