/*
Theme Name: Gaslampgames
Description: Gaslampgames' custom theme.
Version: 0.6
Author: Derek Bonner
Author URI: http://www.derekbonner.com/
Tags: Gaslampgames
*/
/* Body */
body{
	font-size: 0.9em;
	font-family: Arial, Verdana;
	color: #d0cdc1;
	margin: 0;
	background-image: url(images/bg_tile.png);
}
a {color:#d0cdc1;}
a:hover{color:#d0cdc1;}
#bgTopDiv {
	height: 256px;
	background-image: url(images/bg_sky2.jpg);
	background-repeat: repeat-x
}
#staticBg{
	margin:auto;
	height: 642px;
	width: 1016px;
	background: url(images/decor_static.png);
}
/* Header */
#header {
	float: left;
	position: absolute;
	top: 18px;
	padding-left: 26px;
}
#header h1 {
	width:514px;
}
#header h1 a {
	width:514px;
	height:98px;
	display: block;
}
#header h1 a span {display:none;}
/* Containters to center content*/
#container {
	margin: auto;
	width: 976px; height:auto;
	padding-left: 87px;
}
/* Toolbar */
#toolbar{
	float: left;
	position: absolute;
	width: 732px; height: 28px;
	top: 150px;
	padding-left: 34px;
}
#toolbar img{
	margin-right: 10px;
}
/* Main Content*/
#main-container{
	float: left;
	position: relative;
	top: -80px;/* Footer must be adjusted this amount*/
	width: 732px;
}
#main-top {
	background: url(images/content_top.png);
	width: 732px; height: 24px;
}
#main-tile {
	background: url(images/content_mid.png) repeat-y;
	width: 732px; min-height: 1000px;/* Was 800px */
}
#main-content{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 38px;
	position: relative;
	top: -16px;
	width: 656px;

}
#main-bot {
	background: url(images/content_bot.png);
	width: 732px; height: 24px;
}
/* Dynamic Sidebar */
#sidebar-container{
	float: left;
	width: 220px;
	position: relative;
	top: -16px;
}
#sidebar-top {
	width: 220px; height:15px;
}
#sidebar-tile {
	width: 220px; min-height:40px;
	background: url(images/decor_sidebar_mid.png);
}
#sidebar {
	padding-top:1px;
	padding-bottom:1px;
	padding-left: 23px;
	padding-right: 26px;
	position: relative;
	top: -16px;
	color: #d2c494;
	font-size: 0.9em;
}
#sidebar a{
	color: #d2c494;
	text-decoration: none;
}
#sidebar a:hover{
	text-decoration:none;
}
#sidebar h3{
	font-family: Georgia;
}
#sidebar form{
	padding-left: 2px;
}
#sidebar ul{
	padding-left: 30px;
	list-style-image: url(images/brass_bullet3.png);
}
#sidebar-bot {
	width:220px; height: 338px;
	background: url(images/decor_sidebar_bot.png);
}
/* Post Class */
.post h2 {
	color: #f3edd9;
	font-family: Georgia;
}
.post h2 a{
	color: #f3edd9;
	text-decoration:none;
	font-family: Georgia;
}
.post small {
	color: #d2c494;
}
.post small a{
	color: #d2c494;
}
.postmetadata {
	color: #d2c494;
}
.postmetadata a {
	color: #d2c494;
}
.entry {
	font-size: 0.92em;
}
.hr {
	background: url(images/hr656.png);
	height: 4px;
}
.hr hr{
	display: none;
}
/* Footer */
#footer {
	width: 656px; height: 96px;
	position: relative;
	top: -80px;
	left: 20px;
	background: url(images/decor_footer.png);
	font-size: 0.8em;
}
#footer span{
	margin-top: 22px;
	padding:1px 10px 0 194px;
}
#footer span a{
	color: #d0cdc1;
}
.left {
	float: left;
}
.right {
	float: right;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearer {
	clear:both;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #a8a598;
	text-align: center;
	background-color: #d2c494;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	color: #22121a;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
