/*
Theme Name: OpenPatrician
Theme URI: http://freehtml5templates.com/
Description: Original description - MappingHistory is a 2-column HTML5 and CSS3 template with drop menu, with the design in an old-world style.
Author: freehtml5templates.com (modded by rchukh)
Version: 1.0
License: Creative Commons Attribution 3.0 United States License
License URI: license.txt
*/
/* reset */
* {
	margin: 0;
	padding: 0;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}
body {
	line-height: 1;
	background: #372417;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
/* layout */

#sidebar {
	float: right;
	overflow: hidden;
	width: 280px;
	margin-top: 20px;
}
.menu, #main, #wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #f8f3df url('images/papertop.jpg') repeat-x;
	padding: 0 20px;
	/*
	-webkit-box-shadow: 3px 3px 7px #777;
	-moz-box-shadow: 3px 3px 7px #777;
	*/
	box-shadow: 3px 3px 7px #777;
}
#footer-segment-left {
	float: left;
	width: 45%;
}
#footer-segment-right {
	float: right;
	text-align: right;
	width: 45%;
}
/* basics */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	clear: both;
	color: #372417;
}
a {
	color: #6B4A28;
}
a:hover {
	color: #372417;
}
hr {
	background-color: #E7E7E7;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
	clear: both;
}
p {
	margin-bottom: 18px;
}
li {
	padding-left: 5px;
}
/* header */

header {
	margin-top: 20px;
	padding: 30px 0 0 0;
}
header img {
	border: none;
	/*	padding: 15px;*/
}
header > h1 {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
header > h1 a {
	color: #372417;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 2px 3px #ddd;
}
header > h2 {
	color: #777;
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
	text-shadow: 0px 2px 3px #ddd;
}
header > a {
	color: #CC3333;
	clear: right;
	float: right;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	margin: 14px 0 18px 0;
	width: 220px;
	text-shadow: 0px 2px 3px #ddd;
}
/* nav */

nav {
	background: #372417;
	margin: 0 auto;
	width: 940px;
	display: block;
	float: left;
}
nav .menu {
	font-size: 16px;
	font-weight: bold;
	margin-left: 12px;
}
nav .menu ul {
	list-style: none;
	margin: 0;
}
nav .menu li {
	float: left;
	position: relative;
}
nav .menu a {
	display: block;
	text-decoration: none;
	color: #F8F3E0;
	padding: 0 10px;
	line-height: 38px;
}
nav .menu a:hover {
	color: #F2F7BA;
}
/* nav 1-level dropdowns */
nav .menu li ul {
	display: none;
}
nav .menu ul li a {
	display: block;
	text-decoration: none;
	color: #F8F3E0;
	background: #372417;
	margin-left: 1px;
	white-space: nowrap;
}
nav .menu ul li a:hover {
	background: #372417;
}
nav .menu li:hover ul {
	display: block;
	position: absolute;
}
nav .menu li:hover li {
	float: none;
	font-size: 12px;
}
nav .menu li:hover a {
	background: #372417;
}
nav .menu li:hover li a:hover {
	background: #372417;
}
#contact {
	float: right;
	padding-right: 40px
}
/* main content */

#main {
	overflow: hidden;
	padding: 15px 0 0 0;
}
#content {
	margin-bottom: 36px;
	color: #444;
	font-size: 16px;
	line-height: 24px;
	padding: 0 10px;
}
article {
	padding: 10px;
}
article img {
	border: none;
	/*
	-webkit-box-shadow: 3px 3px 7px #777;
	-moz-box-shadow: 3px 3px 7px #777;
	*/
	box-shadow: 3px 3px 7px #777;
}
article p {
	text-indent: 20px;
	text-align: justify;
}
#content ul li, #content ol li {
	margin-left: 50px;
}
#content p, #content ul, #content ol, #content hr {
	margin-bottom: 14px;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	text-indent: 20px;
	color: #372417;
	margin: 0 0 20px 0;
	line-height: 1.5em;
	text-shadow: 0px 2px 3px #ddd;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
/* sidebar and footer widget blocks */

aside h3 {
	font-size: 18px;
	line-height: 1.5em;
	text-shadow: 0px 2px 3px #ddd;
}
aside ul {
	list-style: square inside;
	margin-bottom: 20px;
}
aside img {
	border: none;
}
footer {
	margin-bottom: 20px;
	clear: both;
}
#footer-area {
	border-top: 4px solid #ddd;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}


/* Wordpress */
#archive-title {
	text-align: center;
}
