/*
THEME NAME: Rueb &#8216;n&#8217; Stein
THEME URI: http://ruebnstein.com/
DESCRIPTION: A custom theme for the Rueb (developed with <a href="http://wigleyandassociates.com">Wigley and Associates</a> and based on <a href="http://plaintxt.org/themes/sandbox/">Sandbox</a>).
VERSION: 1.0
AUTHOR: Sean Hayford O&#8217;Leary
AUTHOR URI: http://design.hayfordoleary.com/
*/

a {
	color: #4b3d42;
	text-decoration: underline;
}

#access {
	background: #4b3d42;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

#access #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#access #menu ul li {
	display: inline;
	padding: 0 20px;
}

#access #menu ul li a {
	color: #fff;
	padding: 5px;
}

#access #menu ul li.current_page_item a {
	background: #7a666d;
}

#access .skip-link {
	display: none;
}

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

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

body {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
}

#container {
	float: right;
	margin: 0 0 0 -200px;
	padding: 0 0 30px 0;
	width: 100%;
}

#container-wrapper {
	margin: auto;
	width: 800px;
}

div#content {
	margin: 0 0 0 200px;
}

.entry-date, .entry-meta {
	font-size: 11px;
}

div#footer {
	background: #9096a0;
	color: #4b3d42;
	clear: both;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.gallery-item {
	float: left;
	font-size: 10px;
	margin-top: 10px;
	min-height: 200px;
	text-align: center;
	width: 33%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
	padding: 5px;
}

#header {
	background: #993333;
	color: #fff;
	padding: 10px;
	text-align: center;
}

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

#header #blog-title {
	height: 85px;
	margin: 0 auto 20px auto;
	width: 300px;
}

#header #blog-title a {
	background: url('./images/logo.png') no-repeat;
	display: block;
	height: 85px;
	overflow: auto;
	text-align: left;
	text-decoration: none;
	text-indent: -99999px;
	width: 300px;
}

html {
	background: #9096a0;
	color: #000;
	font: 14px 'Lucida Grande', 'Lucida Sans Unicode', 'Tahoma', 'Helvetica', 'Arial', sans-serif;
}

.sidebar {
	float: left;
	overflow: hidden;
	padding-bottom: 30px;
	width: 180px;
}

.sidebar#secondary {
	display: none;
}

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

.sidebar ul li ul {
	list-style: disc;
	margin-left: 25px;
}

.wp-caption {
	font-size: 10px;
}