/*
Theme Name: Guitars-n-Guns
Description: A custom, adventure theme for Bible Adventures
Version: 1.0
Author: Robert Witham
Author URI: http://www.robertwitham.com/
Tags: imple, fixed width, two columns
*/

html,body {
	margin: 0;
	padding: 0;
}

body {
	font: 0.9em arial,sans-serif;
	background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	color: #4F342D;
}

blockquote {
	background: #F6F9FB;
	color: #606060;
	padding: 10px;
}

a {
	color: #68838B;
	background-color: inherit;
	text-decoration: none;
}

/* Main Container */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/* Top */
#brand {
	width: 800px;
	height: 150px;
	background: url(images/bible-adventures-brand.jpg) no-repeat;
	border-bottom: 1px solid #4F342D;
}

.print-only {
	display: none;
}

/* Content Container */
#content {
	width: 800px;
	background-color: #FFF;
}

/* Content */
#main {
	width: 525px;
	float: right;
	display: block;
	display: inline;
	padding-left: 1em;
}

#content h2 a {
	color: #4F342D;
}

#main ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#main li { margin-bottom:5px }

/*	Images */
img { border: none }
img.centered { display: block; margin-left: auto; margin-right: auto }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline }
.alignright {	float: right }
.alignleft { float: left }
.wp-caption-text { font-style: italic; text-align: center }

/* Sidebar */
#sidebar { width: 250px; float: left; display:block; margin-top: 10px }
#sidebar a { color: #56677C }
#sidebar ul li {
	list-style: none;
	margin-left: -2em;
	padding-left: -2em
	background-image: none;
}

/*
#sidebar ul ul li {
	list-style: none;
	background-image: url(images/headstock.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	line-height: 2em;
}
*/

#pages ul li {
	list-style: none;
	background-image: url(images/headstock.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	line-height: 2em;
}

#sidebar ul ul ul li {
	list-style: circle;
	padding-left: 0px;
	background-image: none;
}

/* Clear Div */
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

/* Footer */
#footer {
	text-align: center;
	color: #4F342D;
	border-top: 1px dotted #4F342D;
}

#footer p {
	font-size: 0.7em;
}