/* CSS RESET */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'Komika Display';
	src: url('/fonts/Komika_display.ttf');
}

body {
	background: #300;
	font-family: 'Komika Display', arial, serif;
	text-align: center;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	letter-spacing: 1px;
}

a {
	color: #c00;
}

h1 {
	font-weight: normal;
	font-size: 200%;
	margin-bottom: .5em;
	text-align: center;
}

h2 {
	margin-bottom: .5em;
	font-weight: normal;
	font-size: 150%;
}

.clear {
	line-height: .01em;
	height: .01em;
	clear: both;
}

#page {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-box-shadow: 0 0 5px 5px #333;
	-webkit-box-shadow: 0 0 5px 5px #333;
	box-shadow: 0 0 5px 5px #333;
}

#logo a {
	text-decoration: none;
	text-indent: -5000px;
	background: url('/images/logo.png') no-repeat;
	width: 100%;
	display: block;
	height: 150px;
}

#header ul {
	background: #333;
	height: 2em;
	font-size: 140%;
	padding: 0;
}

#header li {
	display: inline;
}

#header li a {
	color: #fff;
	text-decoration: none;
	padding: 0 40px;
	line-height: 2em;
}

#header li a:hover {
	background: #300;
}

#content {
	padding: 10px 20px;
}

#strip {
	position: relative;
	height: 293px;
}

#page-back,
#page-forward {
	position: absolute;
	text-decoration: none;
	display: block;
	width: 480px;
	height: 293px;
	z-index: 999;
	background: none;
}

#page-forward {
	right: 0;
}

#page-forward:hover {
	background: url('/images/nextArrow.png');
}

#page-back {
	left: 0;
}

#page-back:hover {
	background: url('/images/prevArrow.png');
}

#strip div {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#controls {
	width: 700px;
	margin: 0 auto 10px;
	line-height: 1.75em;
}

#controls li {
	display: inline;
	padding: 0 20px;
}

#controls a {
	color: #c00;
	text-decoration: none;
}

#post {
	text-align: left;
	float: left;
	width: 700px;
	font-size: 130%;
	line-height: 1.2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #c00;
}

#post h1 {
	background: #300;
	font-size: 150%;
	color: #fff;
	margin-bottom: 0;
	text-align: left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px 20px 5px;
}

#post .date {
	background: #300;
	color: #fff;
	padding: 0 20px 10px;
}

#post p {
	margin-bottom: 1em;
	padding: 0 20px;
}

#extras {
	margin-top: 0;
	padding: 40px 20px 20px;
	float: right;
	width: 160px;
	margin-right: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #c00;
	
}

#social-networking {
	position: relative;
	margin-bottom: 50px;
}

#social-networking li {
	margin: 0;
	padding: 0;
}

#twitter {
	width: 80px;
	height: 15px;
	position: absolute;
	left: -10px;
	top: 50px;
}

#facebook {
	position: absolute;
	right: 20px;
	width: 60px;
	top: 50px;
}

#share a {
	color: #fff;
	text-decoration: none;	
	font-size: 150%;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #300;
}

#share a:hover {
	background: #c00;
}

#twitter a {
	display: block;
	text-indent: -5000px;
	background: url('/images/twitter.png') center 0 no-repeat;
	height: 15px;
}

#ad {
	padding-top: 15px;
}

#footer {
	clear: both;
	padding: 10px 20px 20px;
	line-height: 2em;	
}



/* archives */

#archives {
	text-align: center;
}

#storylines {
	margin-bottom: 10px;
}

#calendar #controls {
	background: none;
	width: auto;
}

#calendar #controls a {
	color: #900;
}

#calendar #controls li {
	display: inline;
	padding: 0 10px;
	font-size: 150%;
}

#month {
	margin: 10px auto 20px;
	width: 279px;
	background: #333;
	border: 5px solid #222;
	color: #fff;
}

#month .month-name,
#month .headers {
	font-weight: bold;
}

#month .month-name {
	color: #fff;
	padding: 10px 0;
	background: #222;
}

#month .container {
	text-align: center;
	padding: 0;
	margin: 0;
}

#month ul {
	padding: 10px;
}

#month ul ul {
	padding: 0;
}

#month li {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: left;
}

#month li li,
#month a {
	display: block;
	width: 35px;
	line-height: 25px;
	height: 25px;
	float: left;
	clear: none;
}

#month li li {
	margin: 1px;
}

#month a {
	color: #fff;
	background: #300;
}

#month a:hover {
	color: #000;
	background: #900;
}

#month .footer {
	clear: both;
	line-height: .01em;
	height: .01em;
}

#about h1 {
	margin-bottom: 1.5em;
}

#about h2 {
	margin-top: 2em;
}

#about h2,
#about p {
	text-align: left;
}

#friends dt {
	font-size: 130%;
}

#friends dd {
	margin-bottom: 2em;
}

#contact {
	text-align: left;
}

label {
	display: block;
}

#contact input,
#contact textarea,
#recaptcha_widget_div {
	margin-bottom: 1em;
}

#rss {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 50px;
}

#rss a {
	position: absolute;
	right: 0;
	top: 10px;
	text-indent: -5000px;
	display: block;
	width: 28px;
	height: 28px;
	background: url('/images/feed.png');
}

#message {
	width: 50%;
	height: 8em;
}