* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #000000;
	background-color: #000000;
}
a {
	color: #2C7BA9;
}
a:hover {
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#buffer {
	background: #ffffff url(images/background.gif) repeat-x 0 0;
}
#wrapper {
	width: 914px;
	text-align: left;
	margin: auto auto;
	background: url(images/header.jpg) no-repeat 0 27px;
	padding: 0 28px 0 58px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	
}
	#header ul {
		list-style-type: none;
		float: right;
		height: 25px;
		padding-right: 300px;
	}
		#header ul li {
			float: left;
			font-family: "Trebuchet MS";
			border-left: 1px solid #ffffff;
		}
			#header ul li.f {
				border: 0;
			}
		#header ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 4px 10px;
		}
		#header ul li a:hover {
			background: url(images/active1.gif) repeat-x 0 0;
		}
	#header h1 {
		clear: both;
		font-size: 0;
		padding: 30px 0 25px;
	}
		#header h1 a {
			display: block;
			text-indent: -9999px;
			width: 195px; height: 45px;
		}
	#header ol {
		list-style-type: none;
		float: left;
	}
		#header ol li {
			float: left;
			padding: 0 1px;
		}
		#header ol li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			background: url(images/navigation2.gif) repeat-x 0 0;
			padding: 8px 28px 7px;
		}
		#header ol li a:hover {
			background-image: url(images/active2.gif);
		}
	#header form {
		float: right;
		width: 247px; height: 27px;
		background: url(images/search.gif) no-repeat 0 0;
		margin: 3px 28px 0 0;
	}
		#header form input {
			font-size: 1.2em;
			font-family: Arial;
			border: 0;
			float: left;
			margin: 5px 4px 0 3px;
			width: 208px;
			background-color: transparent;
		}
		#header form button {
			float: left;
			text-indent: -9999px;
			border: 0;
			width: 31px; height: 27px;
			background-color: transparent;
		}
/** END header **/

/** BEGIN body **/
#body {
	clear: both;
	background: url(images/wrapper.gif) repeat-y right 0;
	padding: 0 5px 40px 0;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 580px;
	float: left;
}
	#content .description {
		width: 582px; height: 129px;
		background: url(images/description.gif) no-repeat 0 0;
		font-size: 0.8em;
		text-transform: uppercase;
		margin: 10px 0 20px;
	}
		#content .description p {
			padding: 60px 20px 20px 160px;
			text-align: center;
		}
	#content .post {
		background: url(images/posthead.gif) no-repeat 0 0;
		padding-bottom: 25px;
	}
		#content .post h2 {
			font-size: 1.1em;
			padding: 5px 18px;
		}
			#content .post h2 a {
				text-decoration: none;
				color: #ffffff;
			}
		#content .post .details {
			height: 28px;
		}
			#content .post .details p {
				float: left;
				padding: 5px 10px;
				color: #666666;
				padding-left: 20px;
				background-position: 0 6px;
				background-repeat: no-repeat;
			}
			#content .post .details a {
				font-weight: bold;
			}
			#content .post .details .date {
				background-image: url(images/date.gif);
			}
			#content .post .details .author {
				background-image: url(images/author.gif);
			}
			#content .post .details .comments {
				background-image: url(images/comments.gif);
			}
		#content .post .content {
			padding: 0 5px;
			clear: both;
		}
		#content .post h3 {
			font-size: 1.2em;
			margin-bottom: 5px;
		}
		#content .post p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .post ul {
			margin: 0 0 10px 16px;
		}
		#content .post ol {
			margin: 0 0 10px 16px;
			padding-left: 10px;
		}
		#content .post li {
			line-height: 1.5em;
			padding: 1px 0;
		}
		#content .post blockquote {
			padding: 10px 10px 5px;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			background-color: #eeeeee;
			margin-bottom: 10px;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 299px;
	float: right;
	padding-top: 20px;
}
	#sidebar h2 {
		background: red url(images/sidehead.gif) no-repeat 0 0;
		color: #ffffff;
		font-weight: normal;
		font-size: 1.6em;
		letter-spacing: 1px;
		padding: 3px 10px 4px;
		margin-bottom: 10px;
	}
	#sidebar .subscribe {
		background: url(images/subscribe.gif) no-repeat 0 0;
		height: 91px;
		padding: 20px 0 10px;
	}
		#sidebar .subscribe h2 {
			background: none;
			margin-bottom: 15px;
		}
		#sidebar .subscribe p {
			padding: 2px 0 2px 20px;
			font-size: 0.8em;
			line-height: 1.4em;
			text-align: left;
		}
		#sidebar .subscribe strong {
			float: left;
			font-weight: normal;
		}
		#sidebar .subscribe input {
			border: 0;
			width: 120px;
			font-size: 0.9em;
			float: left;
			margin: 2px 8px 0 12px;
			background-color: transparent;
		}
		#sidebar .subscribe button {
			border: 0;
			text-indent: -9999px;
			width: 62px; height: 16px;
			float: left;
			background-color: transparent;
		}
	#sidebar p {
		padding-bottom: 10px;
		text-align: center;
	}
		#sidebar p img {
			border: 1px solid #747372;
			margin: 5px;
		}
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			
		}
		#sidebar ul li a {
			display: block;
			color: #6A6664;
			padding: 5px 20px;
			font-size: 1.1em;
			text-decoration: none;
		}
		#sidebar ul li a:hover {
			background-color: #CECFD0;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	width: 1000px; height: 120px;
	margin: auto auto;
	background: url(images/footer.gif) no-repeat 38px 0;
	margin-top: -22px;
}
	#footer p {
		text-indent: -9999px;
	}
/** END footer **/

h2.title2 {
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0 20px;
}

.postnav { }
	.postnav a {
		text-decoration: none;
		font-weight: bold;
	}
	
.commentsdiv {
	padding: 5px 0 20px;
}
	h2.title {
		background: url(images/posthead.gif) no-repeat 0 0;
		font-size: 1.1em;
		padding: 5px 18px 15px;
		color: #ffffff;
	}
	.commentsdiv p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	.commentsdiv form { 
		padding: 10px;
	}
		.commentsdiv form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		.commentsdiv form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		.commentsdiv form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		.commentsdiv form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
		.commentsdiv form input.user {
			background-image: url(images/user.gif);
		}
		.commentsdiv form input.email {
			background-image: url(images/email.gif);
		}
		.commentsdiv form input.world {
			background-image: url(images/world.gif);
		}
	.commentsdiv form p {
		margin-bottom: 5px;
		font-size: 0.9em;
		font-family: Verdana;
	}
	.commentsdiv .author {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentsdiv .date {
		font-size: 0.8em;
		margin-bottom: 5px;
	}
	.commentsdiv .required {
		color: #ff0000;
	}
	.commentsdiv .comment1 {
		border-width: 1px 0;
		border-style: dotted;
		border-color: #cccccc;
		background-color: #eeeeee;
		padding: 10px;
		margin-bottom: 10px;
	}
	.commentsdiv .comment2 {
		padding: 10px;	
	}
	.commentsdiv .details {
		float: left;
	}
	.commentsdiv .gravatar {
		float: right;
	}
