* {
	margin: 0;
	padding: 0;
	}
body {
	background: #333 url(images/bg.jpg) repeat-x top center;
	font: 14px/20px "Helvetica Neue", Helvetica, sans-serif;
	color: #222;
	}
a {
	color: #06c;
	text-decoration: none;
	}
	a:hover {
	text-decoration: underline;
	}
br.clear, div.clear {
	clear: both;
	}
#container {
	width: 960px;
	margin: 0 auto;
	background: #fff url(images/sidebg.png) repeat-y top right;
	}
blockquote {
	margin: 0 20px;
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia, serif;
	}
	
/* =the header
----------------------------------------------------------------------*/
#header {
	height: 115px;
	background: #fff url(images/header.jpg) no-repeat;
	}
	#header h1 {
	height: 0;
	overflow: hidden;
	visibility: hidden;
	}
	#header ul {
	list-style: none;
	margin: 0 10px;
	}
	#header ul li {
	float: left;
	margin: 6px 10px 0 0;
	}
	#header ul li:hover {
	margin-top: 0;
	padding-top: 1px;
	border-top: 5px solid #000;
	}
	#header ul li#selectedPage {
	padding: 0 0 5px;
	background: url(images/selectionarrow.png) no-repeat bottom center;
	}
	#header ul li#selectedPage:hover {
	margin: 6px 10px 0 0;
	padding: 0 0 5px;
	border: none;
	}
	#header ul li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
	
/* =the page
----------------------------------------------------------------------*/
#page {
	padding: 0 0 20px;
	background: url(images/footer.jpg) no-repeat bottom center;
	}
#content {
	float: left;
	width: 640px;
	}
	#content h2 {
	margin: 0 0 10px;
	font: 26px/30px Georgia, serif;
	text-align: center;
	color: #06c;
	}
	#content h3 {
	margin: 0 0 10px;
	font: 20px/24px Georgia, serif;
	}
	#content h5 {
	font: 18px/22px "Helvetica Neue", Helvetica, sans-serif;
	}
	#content p {
	margin: 0 0 10px 10px;
	text-align: justify;
	}
	#content img#gfx {
	display: block;
	margin: 0 0 0 15px;
	}
	#content hr {
	width: 595px;
	height: 1px;
	margin: 10px 25px;
	background: #828282;
	border: 0;
	color: #828282;
	}
	#content #aboutPage {
	margin: 0 25px;
	}
	#content #aboutPage h2 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	}
/*#sidebar {
	float: left;
	width: 300px;
	height: 570px;
	background: #fafafa url(images/sidebg.png) no-repeat;
	}
	#sidebar div h2 {
	padding: 3px 0 1px;
	background: #d5d5d5;
	border-bottom: 1px solid #b5b5b5;
	font: bold 16px/20px Georgia, serif;
	text-align: center;
	}
	#sidebar div h3 {
	margin: 0 10px;
	font: bold 14px/18px Georgia, serif;
	}
	#sidebar div p {
	margin: 0 10px 10px;
	font: 12px/16px "Helvetica Neue", Helvetica, sans-serif;
	}
	#sidebar ul {
	list-style: none;
	margin: 10px;
	font-size: 12px;
	line-height: 16px;
	}
	#sidebar ul li {
	padding: 3px 5px 3px;
	border-bottom: 1px dashed #ccc;
	}
	#sidebar ul li:hover {
	padding: 3px 0px 3px;
	background: rgba(255,255,255,.75);
	font-weight: bold;
	}
	#sidebar #links ul {
	text-align: justify;
	}
	#sidebar #links ul li:hover {
	font-weight: normal;
	}
	#sidebar #links ul li:hover a {
	font-weight: bold;
	}
	#sidebar #previousHell img {
	display: block;
	width: 200px;
	margin: 0 auto;
	}*/
#sidebar {
	float: left;
	width: 320px;
	height: 570px;
	min-height: 100%;
	}
	#sidebar a {
	color: #ccc;
	font-weight: bold;
	text-shadow: 2px 2px 3px #333;
	}
	#sidebar a:hover {
	color: #fff;
	}
	#sidebar h2 {
	margin: 0 0 10px;
	font: 26px/30px Georgia, serif;
	text-align: center;
	color: #fff;
	}
	#sidebar div h2 {
	padding: 3px 0 1px;
	text-align: center;
	}
	#sidebar div h3 {
	margin: 0 10px;
	font: bold 14px/18px Georgia, serif;
	}
	#sidebar div p {
	margin: 0 10px 10px;
	font: 12px/16px "Helvetica Neue", Helvetica, sans-serif;
	}
	#sidebar #links ul {
	list-style: none;
	margin-left: 20px;
	color: #888;
	}
	#sidebar #links ul p {
	margin-right: 20px;
	text-align: justify;
	}
	#sidebar #recentArticles ul {
	list-style: none;
	margin-left: 20px;
	color: #888;
	}
	
/* =tumblelog styles
----------------------------------------------------------------------*/
.tumble {
	margin: 10px;
	overflow: hidden;
	font: 12px/16px "Helvetica Neue", Helvetica, sans-serif;
	}
	.tumble span.date {
	font: bold 14px/18px Georgia, serif;
	}
	.tumble span.body {
	display: block;
	margin: 0 5px;
	}
	.tumble span.link {
	margin: 0 5px;
	font-weight: bold;
	}
	.tumble span.link a {
	font-weight: normal;
	}
	.tumble span.permalink {
	display: block;
	text-align: right;
	}
	
/* =tumblelog styles
----------------------------------------------------------------------*/
#content .tumble {
	margin: 0 10px 0;
	padding: 10px 20px;
	background: #f9f9f9;
	border-left: 3px solid #777;
	border-right: 3px solid #777;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}
	#content .tumble h2 {
	margin: 0;
	font: 18px/22px Georgia, serif !important;
	text-align: left;
	color: #222;
	}
	#content .tumble p {
	margin: 0;
	padding: 0 0 0 10px;
	}
	#content .tumble blockquote p {
	padding: 0;
	}
	#content .tumble.quote blockquote {
	margin: 0;
	font: 18px/26px Georgia, serif;
	}
	#content .tumble.quote p {
	margin: 0;
	padding: 0;
	}
	#content .tumble.quote cite {
	display: block;
	margin-top: 10px;
	text-align: right;
	}
	#content .tumble .tumbleFooter {
	margin: 10px 0 0;
	font: 12px/16px "Helvetica Neue", Helvetica, sans-serif;
	color: #999;
	text-align: right;
	}

/* =article styles
----------------------------------------------------------------------*/
.homepageArticle, .blogArticle {
	margin: 0 20px 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
	}
	.blogArticle {
	border-bottom: none;
	}
	#content .homepageArticle h2, #content .blogArticle h2 {
	margin: 0 0 5px;
	font: 22px/26px Georgia, serif;
	color: #000;
	text-align: left;
	}
	.homepageArticle h3, .blogArticle h3 {
	margin: 0 0 10px;
	font: 18px/22px Georgia, serif;
	text-align: center;
	}
	.homepageArticle .date, .blogArticle .date {
	display: block;
	margin: 0 0 6px;
	font: 20px/24px Georgia, serif;
	color: #06c;
	}
	.homepageArticle .tags, .blogArticle .tags {
	display: block;
	margin: 6px 0 0 20px;
	font-size: 12px;
	line-height: 20px;
	}
	.homepageArticle .articleBody, .blogArticle .articleBody {
	padding: 0 0 10px;
	}
	.homepageArticle .articleBody p, .blogArticle .articleBody p {
	margin: 0 0 10px;
	text-align: justify;
	}
	.homepageArticle img, .blogArticle img {
	max-width: 100%;
	}
	.homepageArticle blockquote, .blogArticle blockquote {
	margin: 10px;
	}
	.homepageArticle blockquote cite, .blogArticle blockquote cite {
	display: block;
	text-align: right;
	font: italic 12px/16px "Helvetica Neue", Helvetica, sans-serif;
	}
	.homepageArticle .articleFooter, .blogArticle .articleFooter {
	padding: 0 10px;
	font: 12px/16px "Helvetica Neue", Helvetica, sans-serif;
	color: #444;
	text-align: right;
	}
	.homepageArticle code, .blogArticle code {
	display: inline;
	}
	.homepageArticle ul, .blogArticle ul {
	margin: 0 0 10px 30px;
	}
#comments {
	margin: 0 25px;
	}
	#comments .comment {
	padding: 5px 10px 10px;
	margin: 10px;
	border: 1px solid #ccc;
	border-top: 5px solid #ccc;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	}
	#comments .comment blockquote {
	margin: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 18px;
	}
	#comments .comment blockquote p {
	margin: 0 0 10px;
	padding: 0;
	}
	#comments .comment cite {
	display: block;
	margin: 5px 0 0;
	font-size: 12px;
	text-align: right;
	color: #444;
	}
	#comments .system {
	display: block;
	padding: 10px;
	margin: 10px;
	border: 1px solid #ccc;
	border-top: 3px solid #ccc;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	}
.archiveArticle {
	margin: 0 25px 10px;
	}
	#content .archiveArticle h2 {
	margin: 0;
	padding: 0;
	border: none;
	font: 18px/22px Georgia, serif;
	}
	.archiveArticle .date {
	display: block;
	margin: 0 0 6px;
	font: 14px/18px Georgia, serif;
	color: #06c;
	}
	.archiveArticle .articleFooter {
	padding: 0 10px;
	font: italic 12px/16px "Helvetica Neue", Helvetica, sans-serif;
	text-align: right;
	}
#commentForm {
	margin: 0 50px;
	}
	#commentForm input, #commentForm textarea {
	width: 485px;
	max-width: 485px;
	border: none;
	outline: none;
	margin: 0 0 10px;
	padding: 5px;
	background: #f5f5f5;
	font: 14px/20px "Helvetica Neue", Helvetica, sans-serif;
	}
	#commentForm input:focus, #commentForm textarea:focus {
	padding: 4px;
	border: 1px solid #ccc;
	}
	#commentForm textarea {
	height: 200px;
	max-height: 300px;
	}
	#commentForm input.submit {
	width: 100px;
	margin: 0 0 0 395px;
	background: #06c;
	color: #fff;
	text-transform: capitalize;
	}