/*
Theme Name: Another Castle
Theme URI: http://www.twofoldsecret.com
Description: The Twofold Secret theme, revisited.
Version: 1.0
Author: Chris Klimas
Author URI: http://www.twofoldsecret.com
*/


/* basic setup */

body
{
	margin: 0px;
	background: black url("images/bg.png");
	font-family: Verdana, sans-serif;
}

a
{
	font-weight: bold;
	color: #16559c;
}

a:visited
{
	color: #0b2b50;
}

h2, h3
{
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

h2
{
	font-size: 26px;
}

h3
{
	font-size: 14px;
}

h3 a, h3 a:visited
{
	color: #000;
	text-decoration: none;
}

h3 a:hover
{
	color: #16559c;
	text-decoration: underline;
}

/* header */

h1
{
	margin: 0px;
	width: 225px;
	height: 103px;
	background: url("images/logo.png") no-repeat;
}

h1 span, #header li a span
{
	display: none;
}

#header
{
	height: 125px;
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

#header ul
{
	list-style-type: none;
}

#header li
{
	padding-left: 0px;
	margin-left: 0px;
	position: absolute;
	top: 20px;
	height: 125px;
	width: 125px;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
}

#header li a
{
	display: block;
	height: 125px;
	width: 125px;
}

#header h1
{
	position: absolute;
	top: 0px;
}

#header h1 a
{
	display: block;
	width: 225px;
	height: 103px;
}

#header #games
{
	left: 0px;
}

#header #games:hover
{
	background-position: -125px 0px;
}

#header #goodies
{
	left: 130px;
	background-position: -250px 0px;
}

#header #goodies:hover
{
	background-position: -375px 0px;
}

#header #source
{
	left: 260px;
	background-position: -500px 0px;
}

#header #source:hover
{
	background-position: -625px 0px;
}

#header h1
{
	top: 22px;
	left: 389px;
}

#header #email
{
	left: 633px;
	background-position: -750px 0px;
}

#header #email:hover
{
	background-position: -875px 0px;
}

#header #facebook
{
	left: 762px;
	background-position: -1000px 0px;
}

#header #facebook:hover
{
	background-position: -1125px 0px;
}

#header #twitter
{
	left: 891px;
	background-position: -1250px 0px;
}

#header #twitter:hover
{
	background-position: -1375px 0px;
}

/* content and layout */

#content
{
	width: 800px;
	margin: 50px auto 0px auto;
}

.maincolumn
{
	width: 450px;
	float: left;
}

.sidecolumn
{
	width: 300px;
	margin-left: 500px;
}

.onecolumn
{
	width: 640px;
	margin: 0px auto;
}

/* pages and boxes */

.page .top
{
	height: 60px;
}

.page h2
{
	background-color: #f4f4f4;
	margin-right: 60px;
	padding: 20px 16px 24px 16px;
	font-size: 26px;
}

.page .top .dogear
{
	float: right;
	width: 60px;
	height: 60px;
	background: url("images/dogear.png") no-repeat;
}

.page .content
{
	background-color: #f4f4f4;
}

.box
{
	margin-bottom: 25px;
}

.box .top
{
	margin: 0px;
}

.box .left
{
	width: 12px;
	height: 16px;
	background-repeat: no-repeat;
	float: left;
}

.box .mid
{
	margin: 0px 12px;
	background-repeat: repeat-x;
	height: 16px;
}

.box .right
{
	width: 12px;
	height: 16px;
	background-repeat: no-repeat;
	float: right;
}

.box .content
{
	padding: 10px;
	border-bottom: 2px solid #a0a0a0;
	border-right: 2px solid #a0a0a0;
}

.content
{
	color: #222;
	background-color: #e3e3e3;
	font-size: 11px;
	line-height: 160%;
	padding: 4px 16px 16px 16px;
}

.content img
{
	border-width: 2px;
	border-style: solid;
	border-color: #ccc #f0f0f0 #f0f0f0 #ccc;
}

/* content modifiers */

.callout
{
	font-size: 110%;
	text-align: right;
}

.content .hint
{
	background-color: #222;
}

.content .hint:hover
{
	background-color: inherit;
}

.smaller .content
{
	font-size: 10px;
}

.thumbnail
{
	float: left;
	margin: 0px 6px 6px 0px;
}

.tight
{
	padding: 0px !important;
}

p.tight
{
	margin: 0px !important;
}

#share
{
	margin-top: 0px;
	margin-bottom: 2px;
	margin-right: 6px;
	text-align: right;
}

#goodie
{
	font-size: 10px;
	line-height: 140%;
	float: left;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 8px;
}

#share img
{
	border: none;
	margin: 2px;
	vertical-align: middle;
}

/* WordPress hooks */

.meta
{
	font-size: 10px;
	margin-bottom: 48px;
}

.twitter-timestamp
{
	font-style: italic;
}

#blogroll, #blogroll ul
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

#blogroll li, #blogroll ul li
{
	padding-left: 0px;
	margin-left: 0px;
}

#blogroll li
{
	margin-bottom: 40px;
}

#blogroll ul li
{
	margin-bottom: 0px;
}

/* footer */

#footer
{
	clear: both;
	width: 800px;
	margin: 20px auto;
	padding-top: 20px;
	font-size: 10px;
	color: #ddd;
	text-align: center;
}

/* box variations */

.blogroll .left { background-image: url("images/bars/blogroll-left.png") }
.blogroll .mid { background-image: url("images/bars/blogroll-mid.png")  }
.blogroll .right { background-image: url("images/bars/blogroll-right.png") }

.flash .left { background-image: url("images/bars/flash-left.png") }
.flash .mid { background-image: url("images/bars/flash-mid.png")  }
.flash .right { background-image: url("images/bars/flash-right.png") }

.twitter .left { background-image: url("images/bars/twitter-left.png") }
.twitter .mid { background-image: url("images/bars/twitter-mid.png")  }
.twitter .right { background-image: url("images/bars/twitter-right.png") }