@charset "UTF-8";
/* CSS Document */

/*
reset.css -- Reset default browser stylings.
Based on Eric Meyer's "reset.css"
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

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, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	}
	
body {
	text-align: center;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
blockquote, .leftblock {
	padding: 0 30px;
	}
hr {
	color: #cccccc;
	background-color: #cccccc;
	border: 0;
	height: 1px;
	margin-top: 10px;
	}
	
#header-outer {
	padding: 14px 0;
	}
#header-inner {
	width: 600px;
	margin: 0 auto;
	}
	#header-inner a {
		color:#ffffff;
		}
	#header-inner a:hover {
		text-decoration: underline;
		}
#header-left {
	float: left;
	text-align: left;
	font-size: 18px;
	}
#header-right {
	float: right;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	color: #aaaaaa;
	}
	
#content-outer {
	background:#ffffff;
	}
#content-inner {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	background:#ffffff;
	}
	
	#blogger {
		height: 100%;
	}
	#blogger h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #666666;
		line-height: 24px;
		font-size: 24px;
		font-weight: 100;
		padding-top: 30px;
		}
	#blogger h2 a {
		color: #666666;
		}
	#blogger h2 a:hover {
		color: #992b1c;
		}
	#blogger h3 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: #444444;
		font-weight: 200;
		margin: 36px 0 12px 0;
		}
	#blogger h4 {
		font-family:Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 30px;
		font-weight: 100;
		color: #777777;
		padding-bottom: 10px;
		}
	#blogger h4 a {
		color: #992b1c;
		}
	#blogger h4 a:hover {
		text-decoration: underline;
		}
	#blogger h5 {
		font-size: 14px;
		text-align: center;
		color: #888888;
		margin-top: 12px;
		}

	#blogger p {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #444444;
		font-size: 13px;
		line-height: 24px;
		margin: 12px 0;
		font-weight: 100;
		}
	#blogger p a, #blogger li a, #blogger table a {
		color: #992b1c;
		}
	#blogger p a:hover, #blogger li a:hover, #blogger table a:hover {
		text-decoration: underline;
		}
	#blogger ul {
		list-style-type: square;
		margin-left: 15px;
		}
	#blogger ol {
		margin-left: 15px;
		}
	#blogger li {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #444444;
		font-size: 13px;
		line-height: 24px;
		margin-left: 15px;
		}
	#blogger table {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #444444;
		font-size: 13px;
		line-height: 24px;
		font-weight: 100;
		}
	#blogger td {
		padding: 0 5px;
		}
		
	/* COMMENTS */
	#comments {
		padding-bottom: 30px;
		}
	#comments h4 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 20px;
		color: #444444;
		font-weight: 200;
		}
	#comments p {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 20px;
		margin: 10px 0;
		color: #444444;
		}
	#comments a {
		color: #992b1c;
		}
	#comments a:hover {
		text-decoration: underline;
		}
		
/* FOOTER */
#footer-outer {
	padding: 15px 0;
	}
#footer-inner {
	width: 600px;
	margin: 0 auto;
	color: #ffffff;
	}
#footer-left {
	width: 290px;
	float: left;
	text-align:left;
	}
#footer-right {
	width: 290px;
	float: right;
	text-align:right;
	}
		
/* CLASSES */
.border-twenty-grey {
	border: 10px solid #eeeeee
	}
.comment-poster {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #444444;
	padding-top: 30px;
	}
.comment-timestamp {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	}
.img-border-right {
	float: right;
	margin: 0 0 20px 20px;
	}