/*
Theme Name: Arkenstone Theme
Theme URI: http://www.arkenstonepress.net/
Description: The Arkenstone Theme is created specifically for Arkenstone Publishing, a Finnish rpg company.
Version: 1.0
Author: Eero Tuovinen
Author URI: http://isabout.wordpress.com/
*/

/*Empty Vessels*/

a img {
	border: none;
}

/* General Identities */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grand', Verdana, Arial, Sans-Serif;
	background: #000000 url('images/arkenstonebackground.jpg');
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 20px;
	}

#page {
	left: 0;
	margin: 0;
	width: 780px;
	}

/* Page Header */

#header {
	background: #000000 url('images/texture_black.gif') repeat;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	height: 100px;
	border: thick grey ridge;
	}

#headercells {
	display: block;
	padding: 0;
	margin: 0;
	}

#headercells li {
	list-style-type: none;
	display: inline;
	}

#headercells a {
	text-decoration:none;
	color: #FFFF00;
	float: left;
	}

#headercells img {
	margin-right: 15px;
	}

#headercells h2 {
	text-align: center;
	margin-right: 15px;
	}

/* Content Area */

#content {
	margin-top: 20px;
	padding: 20px;
	background: #FFFFFF url('images/texture_white.gif') repeat;
	color: #000000;
	border: thick grey ridge;
	font-size: medium;
	}

#content .post {
	max-width: 470px;
}

#content h2, #content h2 a {
	color: black;
	text-align: left;
	text-decoration: none;
	margin: 0;
	font-size: xx-large;
}

#content h2 a:visited {
	color: #330000;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content h3 {
	text-align: left;
	max-width: 500px;
}

#content .titlemetadata {
	text-align: left;
	font-style: italic;
	font-size: 7pt;
}

#content .postmetadata {
	font-style: italic;
	color: #AAAAAA;
	font-size: 7pt;
}

#content .postmetadata a:link {
	color: #99DDDD;
}

#content .postmetadata a:link {
	color: #77DDDD;
}

#content .entry {
	text-align: justify;
	font-size: smaller;
}

#content .aside {
	border: medium grey ridge;
	background: url('images/texture_green.gif');
	float: left;
	width: 250px;
	margin-right: 10px;
	padding: 10px;
	text-align: justify;
}

#content th {
	text-align: right;
}

/* Comments */

#commentform #comment {
	max-width: 500px;
}

.commentlist {
	margin: 0;
	padding: 0;
	width: 500px;
}

.commentlist li {
	margin: 0;
	display: block;
	min-height: 70px;
	padding: 5px;
	background: url('images/texture_green.gif');
	border: medium grey ridge;
}

.commentlist .alt {
	background: url('images/texture_peach.gif');
}

.commentlist li .commentavatarbox {
	clear: left;
	float: left;
	text-align: left;
	max-width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.commentmetadata {
	color: #777777;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 0;
	margin-left: 40px;
	font-size: smaller;
}

#content:after {
	display: block;
	height: 0;
	font-size: 0;
	content: ".";
	clear: both;
	visibility: hidden;
}
#content{display: inline-block;} 
/* Hides from IE Mac \*/
* html #content {height: 1%;}
#content{display:block;}
/* End Hack */ 

#sidebar>ul {
	padding:0;
}

#sidebar>ul>li {
	display: block;
	list-style-type: none;
}

#sidebar h2 {
	text-align: center;
	font-size: medium;
}

#sidebar h3 {
	text-align: center;
	font-size: small;
}

#sidebar p, #sidebar li li {
	text-align: left;
}

#sidebar table th {
	text-align: right;
}
#sidebar table td {
	text-align: left;
}

/* Other Classes */

.wp-caption {

}

.wp-caption-text {
	font-style: italic;
	text-align: center;
	margin-top: 0em;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

/* Trigger and content classes for collapsible menus */

.trigger {display: none; cursor: pointer;}
.collapsed {display: block;}
