/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global */

body {
	background: #fff;
	font-family: helvetica, arial, sans-serif;
	color: #333;
	text-align: left;
	font-size: 100%;
	}

a, a:visited {
	color: #37ab00;
	text-decoration: none;
	}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
	}

input, textarea {
	padding: 5px;
	font-family: 'arial';
	font-size: 0.9em;
	}

input {
	}

textarea {
	}

strong {
	font-weight: bold;
	}

i, em {
	font-style: italic;
	}

hr {
	border: 1px dotted #DADADA;
	height: 1px;
	clear: both;
	margin: 10px 0px;
	}

code {
	color: green;
	background: #FAFAFA;
	padding: 0 3px;
	border: 1px solid #EAEAEA;
	}

/* Site Specific */

#container {
	background: #fff;
	font-size: 0.875em;
	}

#container, #header, #body, #footer {
	clear: both;
	float: left;
	position: relative;
	width: 840px;
	}

#header {
	padding: 20px 0;
	}

	#header .feedcountdiv, #header .subscribe {
		font-size: 0.8em;
		float: right;
		line-height: 1.3em;
		padding: 8px 0px;
		text-align: left;
		width: 100px;
		}

		#header .feedcountdiv .rss, #header .subscribe .rss {
			background: url('i/feed-icon-14x14.png') 0 0 no-repeat;
			padding-left: 20px;
			}

		#header .subscribe .email {
			color: #888;
			display: block;
			font-size: 0.9em;
			line-height: 1.2em;
			padding-top: 5px;
			}

		#header .subscribe a:hover.email {
			color: #000;
			}
	
	#header #title {
		display: block;
		color: #000;
		font-weight: bold;
		font-size: 0.8em;
		padding: 8px 0px;
		text-transform: uppercase;
		}

		#header #title a {
			color: #000;
			}

		#header #title span {
			color: #888;
			font-weight: normal;
			margin-left: 20px;
			text-transform: none;
			}
	
	#header #stripe {
		background: #37ab00;
		color: #fff;
		font-weight: bold;
		font-size: 0.8em;
		float: left;
		margin-right: 20px;
		padding: 8px 10px;
		text-align: right;
		width: 180px;
		}

	#header #nav {
		font-size: 0.8em;
		font-weight: bold;
		margin: 20px 0 20px 220px;
		padding-bottom: 10px;
		text-transform: uppercase;
		}

		#header #nav .current_page_item a {
			color: #888;
			}
		
		#header #nav li {
			float: left;
			display: inline;
			margin: 0 10px 0 0;
			width: auto;
			}

#sidebar {
	float: left;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: right;
	width: 200px;
	}

	#sidebar li {
		margin-bottom: 20px;
		}

		#sidebar li p {
			margin-bottom: 10px;
			}
		
		#sidebar li img {
			border-bottom: 1px solid #000;
			}

		#sidebar li h2 {
			border-bottom: 1px solid #ddd;
			color: #000;
			font-weight: bold;
			margin-bottom: 10px;
			padding: 4px 0 10px;
			text-transform: uppercase;
			}
		
		#sidebar li li {
			margin: 0;
			padding: 5px 0;
			}
			
			#sidebar li .current-cat a {
				color: #000;
				font-weight: bold;
				}

#content {
	font-size: 0.85em;
	float: right;
	line-height: 1.5em;
	width: 620px;
	}

	#content h2 {
		border-bottom: 1px solid #ddd;
		font-size: 1.3em;
		font-weight: bold;
		margin-bottom: 10px;
		padding-bottom: 10px;
		width: 100%;
		}
	
	#content h3 {
		border-bottom: 1px dotted #ddd;
		clear: both;
		font-size: 1.2em;
		font-weight: bold;
		padding-bottom: 5px;
		margin: 5px 0 15px;
		}
	
	#content h4 {
		font-size: 1.1em;
		font-weight: bold;
		margin: 5px 0 15px;
		}
	
	#content p {
		margin-bottom: 15px;
		}
	
	#content ul, #content ol {
		margin-bottom: 15px;
		margin-left: 25px;
		}
	
	#content ul {
		list-style-type: square;
		}
	
	#content ol {
		list-style-type: decimal;
		}
	
	#content blockquote {
		border-left: 5px solid #eee;
		font-family: georgia, serif;
		font-style: italic;
		margin: 15px;
		padding-left: 15px;
		}
	
	#content .post {
		clear: both;
		float: left;
		margin-bottom: 20px;
		width: 100%;
		}
	
	#content .entry, #content .commentlist .commententry {
		float: left;
		margin: 0 0 10px;
		width: 500px;
		}
	
	#content .entry p {
		text-align: justify;
		}
	
	#content .postmetadata, #content .commentlist .commentmetadata {
		font-size: 0.8em;
		float: right;
		margin-left: 20px;
		text-transform: uppercase;
		width: 100px;
		}
	
	#content .navigation {
		clear: both;
		}
	
	#content .commentlink {
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
		}
	
	#content #comments, #content #respond {
		font-size: 1.3em;
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
		margin-bottom: 15px;
		}
	
	#content .commentlist {
		float: left;
		list-style-type: none;
		margin: 0 0 20px;
		}
	
		#content .commentlist li {
			border-bottom: 1px dotted #ddd;
			clear: both;
			float: left;
			margin: 0 0 15px;
			}
	
	#content #commentform input, #content #commentform textarea {
		background: #eee;
		border-width: 1px 0 0;
		border-top: 1px solid #ddd;
		}

	#content #commentform input {
		width: 200px;
		}
		
		#content #commentform #submit {
			background: #37ab00;
			border: 0;
			color: #fff;
			font-size: 0.8em;
			font-weight: bold;
			text-transform: uppercase;
			width: auto;
			}
		
		#content #commentform input:hover#submit {
			background: #888;
			}
	
	#content #commentform textarea {
		width: 610px;
		}
	
	#content #commentform p label {
		color: #000;
		font-size: 0.9em;
		margin-left: 10px;
		text-transform: uppercase;
		}

#footer p {
	color: #000;
	font-size: 0.8em;
	padding: 20px 0 20px 220px;
	}

.alignleft {
	float: left;
	margin-right: 20px;
	}

.alignright {
	float: right;
	margin-left: 20px;
	}