body {
	margin: 0;
	padding: 0;
	font: normal 16px/1.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .02em;
	color: #FFF;
	background: #013 url(/images/bg.gif) top center repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: normal;
}

h1 {
	margin: 3.6em 0 0;
	font: bold 3.125em/1em Arial;
	letter-spacing: -.05em;
}

* html h1 {
	letter-spacing: -3px;
}

h2 {
	font: italic 1.875em/1em Georgia;
	margin: 0.4em 0 1em;
	color: #9CF;
}

h3 {
	font: italic 1.25em/1em Georgia;
	margin: 1.60em 0;
	color: #9CF;
}

	h3 small {
		margin-left: .714em;
		font-size: .7em;
		font-style: normal;
	}

		h3 small img {
			margin-bottom: -.2em;
		}

p {
	margin: 1.75em 0;
	text-align: justify;
}

small {
	font-size: .875em;
	line-height: 1.571em;
}

img {
	border: none;
}

a {
	color: #9CF;
}

	a:hover {
		color: #DF9;
	}


hr {
	padding: 0;
	border: 0;
	border-bottom: 0.063em solid #036;
	height: 0.063em;
}

input, textarea {
	font: normal .75em/1.5em Georgia, "Times New Roman", Times, serif;
}

/* WRAP */

.wrap {
	width: 50em;
	margin: 0 auto 1em;
	padding: 0 5em;
	background: url(/images/logobg.jpg) top center no-repeat;
}

/* LOGO */

.logo {
	margin: 0 auto -12.5em;
	width: 11.25em;
	height: 12.5em;
}

/* NEXTPREV AREA */

ul.nextprev {
	margin: 0;
	padding: 0;
	list-style: none;
}

	ul.nextprev li {
		width: 14em;
		height: 3em;
		padding: .625em 0 .75em;
		overflow: hidden;
		line-height: 1.25em;
	}

	ul.nextprev li.next {
		float: right;
		text-align: right;
	}

/* ADS */

.ad728 {
	margin-top: 2em;
	padding: 2em 0;
	text-align: center;
	background: #001e4f;
	border: 0.063em solid #036;
	border-width: 0.063em 0;
}

/* COMMENTS */

ul.comments {
	margin: 0;
	padding: 0;
	list-style: none;
}

	ul.comments li {
		border-top: 0.063em dashed #036;
		padding: 1em 0 .5em;
	}

	ul.comments small {
		color: #9CF;
	}

	ul.comments p {
		margin: .875em 0;
	}

/* COMMENT FORM */

form#commentform {
	margin-bottom: 1em;
	padding-bottom: .01em;
	background: #001e4f;
	border: 0.063em solid #036;
	border-width: 0.063em 0;
}

	input, textarea {
		font-size: .875em;
		width: 18.75em;
	}

	.button {
		width: 10em;
	}

/* FOOTER */

.foot {
	color: #9CF;
}

/* GLOBAL */

.invisible {
	display: none;
}

/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}