/*
THEME NAME: Ameriikan Poijat
THEME URI: http://ameriikanpoijat.org/
DESCRIPTION: A custom Sandbox-based theme for Ameriikan Poijat.
VERSION: 1.0
AUTHOR: Sean Hayford O&#8217;Leary
AUTHOR URI: http://hayfordoleary.com/
*/

#access {
	display: none;
}

.alignleft {
	clear: left;
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	clear: right;
	float: right;
	margin: 10px 0 10px 10px;
}

body {
	border-top: 10px solid #4b2223;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	float: right;
	margin: 0 0 0 -215px;
	width: 100%;
}

#content {
	line-height: 20px;
	margin: 0 0 0 215px;
	padding-right: 40px;
}

#content a {
	background: #e5cacb;
	color: #4b2223;
	padding: 2px 3px;
	text-decoration: none;
}

#content a:active, #content a:hover {
	background: #4b2223;
	color: #fff;
}

#content ul li {
	margin-bottom: 2px;
}

#footer {
	background: #4b2223;
	color: #d29d9f;
	clear: both;
	width: 100%;
}

#footer p {
	margin: 0;
	padding: 10px 20px;
}

#header {
	background: url('./images/header-2.jpg') top right;
	width: 100%;
}

#header #blog-description {
	display: none;
}

#header #blog-title {
	background: #4b2223 url('./images/logo.png') top center no-repeat;
	height: 160px;
	margin: 0;
	width: 195px;
}

#header #blog-title a {
	display: block;
	height: 160px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: -99999px;
	width: 195px;
}

html {
	background: #fae0c3;
	font: 14px 'Helvetica', 'Arial', sans-serif;
}

#secondary {
	clear: left;
}

.sidebar {
	float: left;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 15px;
	width: 165px;
}

.sidebar#secondary {
	display: none;
}

.sidebar a {
	color: #4b2223;
	text-decoration: underline;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li h3 {
	color: #4b2223;
}

.sidebar .widget_pages li {
	margin: 2px 0;
	padding: 5px;
}

.sidebar .widget_pages li.current_page_item {
	background: #4b2223;
}

.sidebar .widget_pages li.current_page_item a {
	color: #fff;
	text-decoration: none;
}

#wrapper {
	background: #fff url('./images/wrapper.png') repeat-y top left;
	margin: auto;
	text-align: left;
	width: 745px;
}