/*
Theme Name: Langleys
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
#query label {
	float:left;
	width:180px;
}

#wrapper {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFF;
	border: 1px solid #999;
}
body {
	background-color: #E9E9E9;
}
#sidebar {
	float: left;
	width: 230px;
}
#content {
	float: left;
	width: 570px;
	padding-right: 20px;
	padding-left: 30px;
}
#content p , #content ul, #content ol{
	color: #666666;
	margin-bottom: 20px;
	margin-left: 5px;
}
#content ul, #content ol {
	margin-left:35px;
}
#content ul li, #content ol li {
	margin-bottom:5px;
}
#content h2, #content .post h2 a {
	background-color: #680001;
	padding: 5px;
	font-size: 16px;
	text-transform: capitalize;
	color: #FFF;
	margin-bottom:15px;
	text-decoration: none;
}
#content a {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #680001;
	text-decoration: underline;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #680001;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#footer {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	color: #680001;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer a {
	color: #680001;
}

#nav {
}
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li {
	background-image: url(shadowright.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
	list-style-type: none;
	margin-left: 20px;
}
#nav li a {
	color: #666;
	text-decoration: none;
}
#topbanner {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	color: #920001;
}
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
	}
/* End Images */
#more p {
	color: black;
	padding-bottom: 10px;
	text-align: justify;
	font-weight: normal;
}
#more h2 {
	font-size: 17px;
	display: block;
	border-bottom: solid 1px #680001;
	margin-bottom:5px;
}
#more {
	padding-top: 15px;
	padding-right: 20px;
}