/*  
Theme Name: Ruination and Despair
Author: Todd Huebner
Author URI: http://www.archelaus-cards.com
*/

/* Begin Typography & Colors */
body {background-image: url('images/parchment.gif')}

h1, h2, h3, p, p.big, p.small, p.tight, ul, .description {color: #8b0000; font-weight: normal; font-family: 'Book Antiqua', Georgia, 'Palatino Linotype', 'MS Reference Serif', serif;
	}
h1 {
	font-size: 28px;
	margin-top: 25px;
         text-align: center
	}


h3 {font-size: 20px; margin-top: 4px; margin-bottom: -6px}

h3.pagetitle {font-size: 22px; margin-top: 8px; margin-bottom: 12px}

h4 {font-size: 18px}

p {font-size: 16px}

p.description {font-size: 17px; text-align: center;}

p.big {font-size: 17px}

p.small {font-size: 13px; margin-bottom: -6px}

p.tight {font-size: 16px; margin-bottom: -4px}

p.halfspace {margin-bottom: -6px}

p.tags {font-size: 16px; margin-bottom: 18px}

p.postmetadata {margin-top: -8px; margin-bottom: 24px}

.px22 {font-size: 22px;}
.px21 {font-size: 21px;}
.px20 {font-size: 20px;}
.px19 {font-size: 19px;}
.px18 {font-size: 18px;}
.px17 {font-size: 17px;}
.px16 {font-size: 16px;}
.px15 {font-size: 15px;}
.px14 {font-size: 14px;}
.px13 {font-size: 13px;}
.px12 {font-size: 12px;}
.px11 {font-size: 11px;}
.px10 {font-size: 10px;}
.px9 {font-size: 9px;}

ul {font-size: 16px}

b {font-weight: bold}

a:link {color: #6282d2; text-decoration: none}
a:active {text-decoration: none}
a:visited {color: #6282d2; text-decoration: none}
a:hover {color: red; text-decoration: none}

h1 a, h1 a:visited {
	color: #8b0000;
	text-decoration: none;
	}

h2 a, h2 a:visited, h3 a:link, h3 a:visited {
	color: #8b0000;
	text-decoration: none;
	}

h2 a:hover {
	color: red;
	text-decoration: none;
	}

h1 a:hover, h3 a:hover {
	color: #6282d2;
	text-decoration: none;
	}

#sidebar h2 {
	font-size: 15px;
	margin-bottom: -4px
	}

/* End Typography and Colors */

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	padding: 0 0 12px 0;
	width: 749px;
	}
	
#header {
	margin: 0px auto;
         padding-top: 20px;
	padding-left: 2px;
	width: 747px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 0 0;
	margin-left: 4px;
	width: 525px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 50px;
	width: 525px;
	}
	
.post {
	margin: 0;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

#sidebar {
	padding: 0;
	margin-left: 565px;
	width: 184px;
	font-size: 8px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul {
	font-size: 14px;
	}

#footer {
	padding: 0;
	margin: 0px auto;
	width: 749px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
/* End Structure */

/* Begin Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.left {
	padding: 4px;
	margin: 0 12px 0 0;
	display: inline;
	}

.right {
	float: right;
	}
	
.left {
	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 ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin-top: 25px;
	padding: 0;
	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 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;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.centered {
	text-align: center;
	}

/* hr {
	display: none;
	} */

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

.clearBoth {
	clear: both;
	}

/* End Various Tags & Classes*/

/* Begin Menu */

/* menu - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Book Antiqua, Georgia, Palatino Linotype, MS Reference Serif, serif;;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* menu - root level; box properties for states: normal */
.TM0o0 {
	background: #8b0000;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; table properties for states: normal, hover, click */
.TM0t0 {
	background: #2b547f;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #a04040;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #8b0000;
	padding: 7px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #a04040;
	padding: 7px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* End Menu */