/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';	content: none;
}
table {
	border-collapse: collapse;	border-spacing: 0;
}

/* end reset CSS */

body {
	background-color: #993300;
	background-image: url('images/bg1.jpg');
}

p, li, div {
	font-size: 11pt;
	line-height: 16pt;
	padding-bottom: 10pt;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p.postmetadata {
	font-size: 8pt;
	line-height: 11pt;
	padding-left: 20px;
}

p.commentmetadata {
	font-size: 8pt;
	line-height: 10pt;
	text-align: right;
	font-style: italic;
	margin-bottom: 5pt;
}

p.commentmetadata a {
	text-decoration: none;
	color: black;
}

p.commentmetadata a:hover {
	text-decoration: underline;
		color: #333;
}

div#mobile-menu {
	display: none;
}

div#bookseries p {
	width: 180px;
	padding: 10px;
	margin: 10px;
	border: 3px solid green;
	border-radius: 5px;
	float: left;
	text-align: center;
}

div#bookseries p img {
	box-shadow: #333 0px 0px 5px;
}

ul.archives li {
	padding-bottom: 3pt;
}
ul.archives li span {
	display: block;
	float: right;
	font-size: 8pt;
	font-style: italic;
}

h1 {
	font-size: 21pt;
	font-weight: bold;
}

h1 a, h4 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	background-color: #eee;
	padding: 3px 0;
}

h3 {
	font-size: 14pt;
	border-bottom: double 3px #630;
	padding: 5px 0 3px 0;
}

h3 a {
	text-decoration: none;
	color: black;
}

h3 a:hover {
	text-decoration: underline;
	color: #666;
}

h4 {
	font-size: 14pt;
}

p.timestamp {
	text-align: right;
	font-style: italic;
	font-size: 60%;
	margin-bottom: 2px;
}

em {
	font-style: italic;
}

cite {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 20pt;
}

div.menu {
	position: absolute;
	right: 0px;
	top: 80px;
}

div#pageholder {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 15px black;
	background-color: #ccc;
	background-image: url('images/pbg02.jpg');
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

div#pageholder.x01 {
	background-image: url('images/pbg01.jpg');
}
div#pageholder.x02 {
	background-image: url('images/pbg02.jpg');
}
div#pageholder.x03 {
	background-image: url('images/pbg03.jpg');
}
div#pageholder.x04 {
	background-image: url('images/pbg04.jpg');
}
div#pageholder.x05 {
	background-image: url('images/pbg05.jpg');
}
div#pageholder.x02 div#hellodonis {
	color: white;
}

div.navigation {
	overflow: hidden;
}
div.alignleft {
	float: left;
}
div.alignright {
	float: right;
}

ul.archives li {
	padding: 3px 8px;
}

ul.archives li:nth-child(even) {
	background-color: rgba(255,255,255, 0.5);
}

div.subcomment {
	padding-left: 20px;
}

li.linkcat {
	list-style: none;
}

li.linkcat ul {
	padding-top: 15pt;
}

li.linkcat ul li {
	padding-bottom: 6pt;
	line-height: 1.4;
}

li.linkcat h2 {
	display: none;
}

#head {
	position: relative;
	height: 100px;
	z-index: 2;
}

#hellodonis {
	width: 210px;
	text-align: right;
	padding: 10px 0 0 10px;
}

#howareyou {
	position: absolute;
	top: 70px;
	left: 0px;
	height: 289px;
	width: 220px;
	background-image: url('images/doniscasey.jpg');
	background-position: top center;
}

#leftbox {
	position: absolute;
	top: 370px;
	left: 10px;
	padding: 10px;
	width: 180px;
	background-color: #eee;
}

#content {
	background-color: #eda;
	background-color: rgba(255,255,255,0.7);
	padding: 20px 20px 20px 45px;
	width: 700px;
	min-height: 950px;
	float: right;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#foot {
	padding: 0px 20px 20px 45px;
	width: 700px;
	float: right;
	clear: right;
	top: -50px;
}

.menu ul {
	list-style: none;
	font-weight: bold;
	margin-bottom: 10px;
	float: right;
	width: 100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
.menu ul li {
	float: left;
	position: relative;
	display: block;
	color: #fff;
	background-color: #333;
	padding: 5px;
	line-height: 11pt;
}
.menu ul li a {
	color: white;
	text-decoration: none;
	padding: 5px;
}
.menu a:hover {
	background-color: #888;
}

.menu ul.children, .menu ul.children ul.children {
	background-color: #999;
	list-style: none;
	position: absolute;
	left: -9999px;
	width: 330px;
	font-size: 10pt;
}
.menu ul.children {
	margin-top: 7px;
}
.menu ul.children li {
	padding-top: 5px;
	float: none;
	display: block;
	overflow: visible;
	font-size: 10pt;
}
.menu ul.children li ul.children {
	top: -7px;
}

.menu ul.children li ul.children li {
	padding-top: 5px;
}
.menu ul.children a {
	white-space: nowrap;
	display: block;
}
.menu ul li:hover ul.children ul.children {
	left: -9999px;
}
.menu ul li:hover ul.children {
	left: 0;
}
.menu ul li ul.children li:hover ul.children {
	left: 230px;
	z-index: 5;
}

ul.bottomfeeder {
	list-style: none;
}
ul.bottomfeeder li {
	display: block;
	padding: 10px;
	margin: 3px;
	height: 120px;
	width: 100px;
	border: 2px solid #630;
	background-color: white;
	float: left;
	overflow: hidden;
}
ul.bottomfeeder li.youarehere {
	border: none;
	background-color: transparent;
	width: 75px;
	height: 150px;
	padding: 0;
	margin: 0;
	background-image: url('images/youarehere.png?r=55');
}
ul.bottomfeeder li.archive {
	border: none;
	background-color: transparent;
	width: 100px;
	height: 150px;
	padding: 0;
	margin: 0;
}
ul.bottomfeeder li span {
	display: block;
	text-align: right;
	font-size: 8pt;
	font-style: italic;
	padding-top: 5px;
}
@media (max-width: 960px) {
	div#pageholder {
		width: 100%;
		margin: 0;
	}
	div#howareyou, div#leftbox {
		width: 20%;
	}
	div#content {
		width: 70%;
		margin-left: 30%;
	}
}
@media (max-width: 840px) {
	div#head {
		height: 70px;
	}
	div.menu {
		display: none;
	}
	div.mobile-menu {
		display: block;
	}
}
@media (max-width: 740px) {
	div#foot ul.bottomfeeder li {
		display: none;
	}
	div#foot ul.bottomfeeder li.archive {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	ul.archives li {
		padding: 8px;
	}
}
@media (max-width: 620px) {
	p {
		font-size: 15px;
		line-height: 21px;
	}
	div#content {
		width: 93%;
		margin-left: 0;
	}
	div#howareyou, div#leftbox {
		display: none;
	}
}