/*
Theme Name: 1024px
Theme URI: http://andreasviklund.com/wordpress-themes/
Description: A light and extremely simple theme with 2 columns. It is based on Andreas' <a href="http://andreasviklund.com/templates/1024px/">1024px XHTML/CSS template</a>. Updated to support tags, category descriptions, gravatars and more. Validates as XHTML 1.0 Strict. Public domain.
Version: 2.6
Author: Andreas Viklund
Author URI: http://andreasviklund.com/
Tags: fixed width, two columns, white, blue, widgets, 1024px, andreas
*/

/* Body */
body {
	color:#999999;
	line-height:1.3em;
	padding:20px 0;
	background-color: #000000;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-attachment: fixed;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
}
*{margin:0; padding:0;}

/* Main wrap */
#wrap {color:#999999; margin:0 auto; width:990px;}
#slogan {
	color:#FFFFFF;
	font-size:10px;
	line-height:10px;
	letter-spacing:1px;
	text-transform: capitalize;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	clear: both;
}
#toplinks {padding:5px 2px 2px 3px; text-align:right;}

/* Headers */
#header {
	background-image: url(/images/header.jpg);
	height: 120px;
	width: 990px;
	background-position: center center;
	background-repeat: no-repeat;
}
#header h1 {
	color:#FFFFFF;
	font-size:10px;
	line-height:10px;
	letter-spacing:1px;
	text-transform: capitalize;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
}
#header h1 a {color:#FFFFFF;}
#header h1 a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
h2, table#wp-calendar caption {
	text-align:left;
	font-weight:bold;
	color:#fffff0;
	font-size:13px;
	letter-spacing:-1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
}
h3 {border-bottom:1px solid #dadada; color:#fffff0; font-size:1.2em; font-weight:bold; margin:10px 0 8px; padding:1px 2px 2px 3px;}
div#left-column {
	width: 410px;
	float: left;
	clear: none;
	}
div#right-column {
	width: 410px;
	float: left;
	clear: none;
	}
/* Sidebar */
#sidebar {
	float:left;
	padding:0;
	width:170px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.sidebar-top {
	background-image: url(/images/sidebar-top.png);
	height: 20px;
}
.sidebar-bot {
	background-image: url(/images/sidebar-bottom.png);
	height: 20px;
}
#sidebar-back {
	background-image: url(/images/sidebar-back.png);}
#sidebar p,#sidebar ul,#sidebar .textwidget {margin:0 0 15px 10px;}
#sidebar li {list-style:none; margin:0 0 6px;}
#sidebar li a {font-size:11px; font-weight:normal; padding:2px;}
#sidebar ul ul {margin:5px 0 5px 10px;}
#sidebar ul ul li {margin:0 0 5px;}
#sidebar ul ul li a {font-weight:normal;}
#sidebar-rss {
	text-align: center;
	width: 150px;
	margin-left: 10px;
}
#sidebar-rss img {
	border:1px #fffff0 solid;
	padding: 2px;
	margin: 3px;
}
.sidebar-rss-title {
	font-weight: normal;
	color: #FFFFFF;
	
}
/* Content */
#content {
	float:right;
	line-height:1.4em;
	text-align:left;
	width:820px;
	margin-top: -2px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#content ul,#content ol {margin:0 0 18px 30px;}
#content ul li,#content ol li {margin:0 0 3px;}
#content ul ul,#content ol ol {margin:5px 0 5px 15px;}
#content img {margin:5px;}
#content p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content p.timestamp {
	font-size:11px;
	float: right;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 10px;
}
#content p.timestamp a {font-weight:normal;}
#content p.postmeta {text-align:right; line-height:1.8em;}
#content #postnav {padding:5px; margin:5px 0 18px;}
#content #postnav p {margin:0; padding-left:5px;}
#content #postnav p.right {text-align:right; padding-right:5px; margin-top:-18px;}
#content .introtext p {margin:-5px 0 15px 10px;}

/* Footer */
#footer {
	clear:both;
	color:#fffff0;
	font-size:1.1em;
	line-height:1.6em;
	text-align:right;
	font-weight:bold;
	background-image: url(/images/footer.png);
	height: 90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;}
#footer p {
	padding-top: 0px;
	padding-right: 20px;
}
#footer a {color:#fffff0; font-weight:bold}
#footer a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
#footer span, #footer span a {font-weight:normal;}

/* Comments */
#content div.comment {margin-bottom:20px;}
#content div.comment p {margin:0 0 4px 10px; padding:3px 0 0 0;}
#respond p {margin:0 0 5px 10px;}
#respond input,#respond textarea {padding:5px; width:330px;}
#respond textarea#comment {width:700px;}
#respond input#submit {width:75px;color:#333; background-color:#fff;}
#respond input,#respond textarea,form div.searchbox input {font:94% Verdana,Tahoma,Arial,sans-serif; border:1px solid #ccc;}
.gravatarside {width:48px; height:48px; float:right; margin:0 5px 3px 5px;}

/* Tags */
blockquote {border:1px solid #dadada; font-size:0.9em; margin:20px 10px; padding:8px;}
blockquote p {padding:2px 0; margin:0; font-weight:bold;}
table#wp-calendar {width:180px; margin:0 0 18px 10px;}
p {margin:0 0 18px 10px;}
ul,ol,dl {font-size:0.9em; margin:2px 0 16px 35px;}
ul ul,ol ol {margin:4px 0 4px 35px;}
code{font-size:1.1em; background-color:#f4f4f4; color:#555; display:block; margin:5px 0 15px 0; padding:5px 5px 5px 7px; border:1px solid #ccc;}

/* Links */
a {color:#fffff0; font-weight:bold; text-decoration:none;}
a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
a img {border:0;}

/* Float fix */
.contenttext {overflow:hidden;}
* html .contenttext {height:1px; overflow:visible;}
* html .contenttext p {overflow:hidden; width:99%;}

/* Searchbox */
.searchbox {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}
.searchbox label {display:none;}
.searchbox input {
	font-size:11px;
	padding:2px;
	width:144px;
	border:none;
	background-color: #000000;
	color: #fffff0;
}
#s {
	border: 1px solid #333333;
}
/* Various classes */
.post {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 225px;
	padding-left: 5px;
}
.post h2 a:link, .post h2 a:visited{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -1px;
}

.post-top {
	background-image: url(/images/post-top.png);
	height: 10px;
	width: 410px;
	background-position: top;
	
}
.post-bottom {
	background-image: url(/images/post-bottom.png);
	height: 20px;
	width: 410px;
	background-position: bottom;
}
.post-back {
	background-image: url(/images/post-back.png);
	background-repeat: repeat-y;
		}
.post-cover {
	/*background-color: #003333;*/
	height: 155px;
	width: 120px;
	float: left;
	margin-bottom: 1px;
	margin-left: 0;
	text-align: left;
	padding-left:5px;
	padding-top: 5px;
}
.post-cover img {
	border:1px #fffff0 solid;
	padding: 2px;
}
.post-image {
	margin-left: 5px;
	vertical-align: bottom;
	clear: both;
}
.textright {text-align:right;}
.textcenter {text-align:center;}
.hide {display:none;}

/* WP image align classes */
.aligncenter {display:block; margin-left:auto; margin-right:auto;}
.alignleft {float:left;}
.alignright {float:right;}
.wp-caption {border:1px solid #ddd;	text-align:center; background-color:#f3f3f3; padding-top:4px; margin:10px; border-radius:3px;}
.wp-caption img {margin:0; padding:0; border:0 none;}
.wp-caption-dd {font-size: 11px; line-height: 17px; padding:0 4px 5px; margin:0;}
.intro {
	font-size: 12px;
	text-align: center;
}
.intro-top {
	background-image: url(/images/intro_01.png);
	height: 20px;
	width: 820px;
}
.intro-back {
	background-image: url(/images/intro_02.png);
	background-repeat: repeat-y;
	width: 770px;
	padding-right: 30px;
	padding-left: 20px;
}
.intro-bot {
	background-image: url(/images/intro_03.png);
	height: 20px;
	width: 820px;
}
.intro .intro-back h2 a, .intro .intro-back h2 {
	text-align: center;
	letter-spacing: normal;
}
.intro .intro-back h1 a {
	text-align: center;
	letter-spacing: normal;
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}