/*
Theme Name: Court of Midnight
Theme URI: http://example.com/
Description: A WordPress theme for the Court of Midnight Games web site.
Author: Tom Small
Author URI: http://hackerrusty.com
*/

html * {
	margin: 0;
	padding: 0;
}

body {
	background-color: #343434;
}

#page {
	background-color: #000;
	background-image: url("images/background.png");
	background-position: top left;
	background-repeat: repeat-y;
	color: #CCCCCC;
	font: 11pt/16pt Tahoma, Verdana, sans-serif;
	margin: 0 auto;
	padding: 10px 20px 0 20px;
	width: 760px;
}


/* ----------[ Page header ]------------------- */
#header {
	margin-bottom: 11pt;
}
#header h1 {
	background-image: url("images/logo.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 90px;
	margin: 0 auto;
}
#header span {
	display: none;
}

/* ----------[ Sidebar ]----------------------- */
#sidebar {
	float: right;
	width: 190px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar .pagenav ul li {
	font-weight: bold;
}
#sidebar .pagenav ul ul li {
  font-weight: normal;
}
#sidebar .feeddesc {
  font-size: 9pt;
}

/* ----------[ Content ]----------------------- */
#content {
	margin-left: 10px;
	margin-right: 40px;
	width: 520px;
}


/* ----------[ Footer ]------------------------ */
#footer {
	clear: both;
	font-size: 9pt;
	margin-left: 10px;
	padding-top: 11pt;
}
#footer p {
	margin-bottom: 0;
	padding-bottom: 4pt;
}


/* ----------[ Headings ]---------------------- */
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 24pt;
	line-height: 32pt;
}
h2 {
	font-size: 16pt;
	line-height: 32pt;
}
h3 {
	font-size: 14pt;
	line-height: 16pt;
}


/* ----------[ General formatting ]------------ */
cite {
	font-style: normal;
}
p {
	margin-bottom: 16pt;
}


/* ----------[ Blog posts ]-------------------- */
.postinfo {
	font-size: 10pt;
	line-height: 1em;
	margin: 0 0 6pt 0;
}
.postmetadata {
	background-color: #343434;
	border: 2px solid #222;
	font-size: 10pt;
	margin-bottom: 12pt;
	padding: 0 0.5em;
}


/* ----------[ Archives ]---------------------- */
.categoryname {
  font-style: italic;
}


/* ----------[ Comments ]---------------------- */
#comments, #respond {
	background-color: #343434;
	border: 4px solid #222;
	margin-bottom: 8pt;
}
#comments h3, #respond h3 {
	background-color: #222;
	line-height: 7pt;
	padding: 4.5pt;
}
#comments ol, #respond p {
	font-size: 10pt;
	list-style-type: none;
	margin-top: 16pt;
	padding: 0 0.5em;
}
#respond label {
	font-size: 8pt;
}
#respond textarea, #respond input {
	background-color: #AFAFAF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
}
#respond textarea {
	padding: 3pt;
	width: 97%;
}


/* ----------[ Images ]------------------------ */
img.left {
	float: left;
	margin: 0 10px;
}


/* ----------[ Links ]------------------------- */
a:link {
	color: #FEFF94;
}
a:visited {
	color: #B3A468;
}
