	/*** WEBSITE STYLES ***/
	
	#archives {
		display: block;
		clear: both;
		}
	
	input,
	select,
	textarea {
		background-color: #4D4D4D;
		border: 1px solid #4D4D4D;
		color: #CCCCCC;
		}
	input:hover,
	select:hover,
	textarea:hover {
		border: 1px solid #FFFFFF;
		}
	input:focus,
	select:focus,
	textarea:focus {
		background-color: #353535;
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
		}
	#content_center {
		height: auto !important;
		height: 600px;
		min-height: 600px;
		}
		
	#content_right #searchform input {
		padding: 1px 3px;
		background-color: #353535;
		color: #BBBBBB;
		border: 1px solid #353535 !important;
		cursor: hand;
		cursor: pointer;
		position: relative;
		top: -13px;
		#top: -14px;
		}
	#content_right #searchform input:hover {
		background-color: #252525;
		color: #FFFFFF;
		}
	
	#content_right #searchform #s {
		background-color: #4D4D4D;
		border: 1px solid #4D4D4D;
		color: #CCCCCC;
		}
	#content_right #searchform #s:hover {
		border: 1px solid #FFFFFF !important;
		}
	#content_right #searchform #s:focus {
		background-color: #353535 !important;
		border: 1px solid #FFFFFF !important;
		color: #FFFFFF !important;
		}
	
	#content_right h2 {
		margin: 5px 0 0;
		padding: 0;
		}
	
	h3 {
		padding: 0;
		margin: 30px 0 0;
		}
	
	h3.comments {
		padding: 0;
		margin: 40px auto 20px ;
		}
	/* End Headers */
	
	
	
	/* Begin Images */
	p img {
		padding: 0;
		max-width: 100%;
		}
	
	/*	Using 'class="alignright"' on an image will (who would've
		thought?!) align the image to the right. And using 'class="centered',
		will of course center the image. This is much better than using
		align="center", being much more futureproof (and valid) */
	
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	
	img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}
	
	img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}
	
	.alignright {
		float: right;
		}
	
	.alignleft {
		float: left
		}
	/* End Images */
	
	
	
	/* Begin Lists
	
		Special stylized non-IE bullets
		Do not work in Internet Explorer, which merely default to normal bullets. */
	
	html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		} 
	
	html>body .entry li {
		margin: 7px 0 8px 10px;
		}
	
	.entry ul li:before, #content_right ul ul li:before {
		content: "\002D \0020";
		}
	
	.widget {
		padding: 0px 0 15px 0px;
		margin: 0 0 10px 0;
		}
	
	.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}
	
	.entry ol li {
		margin: 0;
		padding: 0;
		}
		
	.post {
		background-image:  url(../images/hr1.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		margin: 0px 0px 30px 0px;
		}
	.type1 {
		background-image:  url(../images/hr2.gif);
		}
	.type2 {
		background-image:  url(../images/hr3.gif);
		}
	
	.type0 a,
	.type0 h2 {
		color: #ff00a4;
		}
	.type1 a,
	.type1 h2 {
		color: #80ff00;
		}
	.type2 a,
	.type2 h2 {
		color: #00c0ff;
		}
	.type0 a:hover,
	.type1 a:hover,
	.type2 a:hover {
		color: #FFFFFF;
		}
		
	.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
	
	#content_right ul, #content_right ul ol {
		margin: 0;
		padding: 0;
		}
	
	#content_right ul li {
		list-style-type: none;
		list-style-image: none;
		margin-bottom: 15px;
		}
	
	#content_right ul p, #content_right ul select {
		margin: 5px 0 8px;
		}
	
	#content_right ul ul, #content_right ul ol {
		margin: 5px 0 0 10px;
		}
	
	#content_right ul ul ul, #content_right ul ol {
		margin: 0 0 0 10px;
		}
	
	ol li, #content_right ul ol li {
		list-style: decimal outside;
		}
	
	#content_right ul ul li, #content_right ul ol li {
		margin: 3px 0 0;
		padding: 0;
		}
	/* End Entry Lists */
	
	
	
	/* Begin Form Elements */
	#search {
		text-align: left;
		margin: 0 !important;
		padding: 0 0 20px 0;
		#padding: 0;
		}
	#searchform {
		margin: 0;
		/* padding: 0px 0px 26px 0px; */
		width: 165px !important;
		}
		
	#searchform input {
		float: right;
		position: relative;
		}
	
	#content_right #searchform #s {
		width: 100px;
		padding: 2px;
		float: left;
		top: 0px;
		}
	
	#content_right #searchsubmit,
	#content_right .searchsubmit,
	#submit {
		padding: 1px 3px;
		background-color: #353535;
		color: #BBBBBB;
		border: 1px solid #353535 !important;
		cursor: hand;
		cursor: pointer;
		}
	#content_right #searchsubmit:hover,
	#content_right .searchsubmit:hover,
	#submit:hover {
		background-color: #252525;
		color: #FFFFFF;
		}
	
	.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}
	
	select {
		width: 130px;
		}
	
	#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}
	
	#commentform textarea {
		width: 100%;
		padding: 2px;
		}
	
	#commentform #submit {
		margin: 0;
		float: right;
		}
	/* End Form Elements */
	
	
	
	/* Begin Comments*/
	.alt {
		margin: 0;
		padding: 10 0px;
		}
	
	.commentlist {
		padding: 0;
		text-align: justify;
		}
	
	.commentlist li {
		margin: 15px 0 3px;
		padding: 5px 10px 3px;
		list-style: none;
		}
	
	.commentlist p {
		margin: 10px 5px 10px 0;
		}
	
	#commentform p {
		margin: 5px 0;
		}
	
	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
	.commentmetadata {
		margin: 0;
		display: block;
		}
	/* End Comments */
	
	
	/* Begin Calendar */
	#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}
	
	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}
	
	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}
	
	#wp-calendar a {
		display: block;
		}
	
	#wp-calendar caption {
		text-align: center;
		width: 100%;
		}
	
	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}
	
	#wp-calendar td.pad:hover { /* Doesn't work in IE */
		background-color: #fff; }
	/* End Calendar */
	
	
	
	/* Begin Various Tags & Classes */
	acronym, abbr, span.caps {
		cursor: help;
		}
	
	acronym, abbr {
		border-bottom: 1px dashed #999;
		}
	
	blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		border-left: 5px solid #ddd;
		}
	
	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}
	
	.center {
		text-align: center;
		}
	
	hr {
		display: none;
		}
	
	a img {
		border: none;
		}
	
	.navigation {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
		}
	/* End Various Tags & Classes*/
	
	.narrowcolumn,
	.widecolumn {
		float: left;
		background-color: #141414;
		padding: 30px 35px 35px 35px;
		margin: 0px 0 0;
		width: 540px;
		font-size: 1.2em;
		line-height: 1.5em;
		}
	
	/* Begin content_right */
	
	#content_right form {
		margin: 0;
		}
	
	#content_right li {
		clear: both;
		}
		
	/* End content_right */
	.post h2 {
      font: normal 20px/1em arial, verdana, sans-serif;
    }
	.post h3 {
      font: normal 16px/1em arial, verdana, sans-serif;
    }
	h2.pagetitle,
	#content_right h2 {
      font: normal 16px/1em arial, verdana, sans-serif;
    }
	.postmetadata {
		font-size: 0.9em;
		color: #AAAAAA;
		}
	.postmetadata span {
		text-transform: capitalize;
		}
