/*  
Theme Name: 
Theme URI: 
Description: 
Version: 1
Author: Mark Martin
Author URI: http://lotusvskoi.com/
*/

/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */

/* Global */


body {
	background:#ced2b4;
	font-family:Georgia, Times, serif;
	font-size:75%;
}

h1 {
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
	float:left;
	margin:1em 0 0 3em;
}

h2 {
	color:#646620;
	font-size:1.3333em;
	margin-bottom:1.125em;
	font-style:italic;
	line-height:1.125;
}

h3 {
	color:#646620;
	font-size:1.3333em;
/*	margin-bottom:1.125em;*/
	line-height:1.125;
/*	font-style:italic;*/
}

h4 {
	font-size:1.1667em;
	line-height:1.2857;
	color:#646620;
}

h4.biblio {
	font-size:1.083em;
	line-height:1.5;
}

h4.italic {
	font-style: italic;
}

h4.biblio img {
	vertical-align: bottom;
	height:20px;
}

h5 {
	font-weight:bold;
	line-height:1.5;
	font-size:1em;
}

p {
	font-size:1.083em;
	line-height:1.5;
	margin-bottom:1.5em;
}

p.description {
	color:#fff;
	font-size:1.6667em;
	font-style:italic;
	float:right;
	margin:1em 3em 1em 0;
}

p.pagination {
	margin-top:1.5em;
}

a:link,
a:visited {
	color:#646620;
	text-decoration:none;
}

a:hover,
a:active {
	text-decoration: underline;
}

ol {
	list-style-type: decimal;
}

ul, ol {
	margin-bottom:1.5em;
}

li {
	font-size:1.083em;
	line-height:1.5;
}

em {
	font-style:italic;
	font-size:95%;
}

b, strong {
	font-weight:bold;
}

sup {
	vertical-align: super;
	font-size:0.833em;
}

img.left {
	float:left;
	margin:0 1em 0.75em 0;
}

img.right {
	float:right;
	margin:0 0 0.75em 1em;
}

div.left {
	float:left;
	width:310px;
}

div.right {
	float:right;
	width:310px;
}

#border {
	margin-top:-82px;
	margin-left:-100px;
}

#wrap {
	width:732px;
	margin:75px auto 12px;
	border:2px solid #878a77;
	background:#fff;
}

#footer {
	width:732px;
	margin:0 auto 25px;
	font:normal 10px Verdana, Arial, sans-serif;
	color:#666;
}

#header {
	background:#abb37f;
	width:720px;
	margin:-6px auto 0;
	padding-bottom:15px;
}

#nav {
	width:700px;
	margin:-8px auto 0;
	background:#fff;
	border:1px solid #878a77;
}

#nav ul {
	float:left;
	clear:both;
	border-right:1px solid #878a77;
	margin-bottom:0;
}

#nav li {
	float:left;
}

#nav a {
	font:bold 11px Verdana, Arial, sans-serif;
	line-height:1.5;
	text-transform:uppercase;
	display:block;
	padding:3px 9px;
	color:#000;
	text-decoration:none;
}

#nav a:hover {
	color:#646620;
}

#searchform {
	float:left;
}

#searchform input {
	border:none;
	float:left;
	margin-left:3px;
	font:normal 1em Verdana, Arial, sans-serif;
	line-height:1.5;
}

#searchform label {
	font:bold 11px Verdana, Arial, sans-serif;
	line-height:1.5;
	margin:3px 0 3px 9px;
	float:left;
	text-transform:uppercase;
	color:#000;
}

#content {
	padding:3em 3em 3em 180px;
}

#splash {
	padding:3em;
}

ul.categories {
	margin-bottom:1.5em;
	border-bottom:1px solid #878a77;
	padding-bottom:1.5em;
}

ul.categories li {
	float:left;
	width:240px;
}

ul.categories li li {
	float:none;
	font-size:1em;
}

div.footnotes ol li {
	font-size:0.9167em;
}

.entry {
	margin-bottom:1em;
}


/* Utility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display:inline-block; display:block; }
