/*
Theme Name: WellReadMan
Theme URI: http://www.wellreadman.com
Description: The official theme of WellReadMan.com
Version: 1.0
Author: Tim Patrick
Author URI: http://www.wellreadman.com/
*/

/* ---------- Reset some of the basic style settings. */
h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.15em; }
h4 { font-size: 1em; }
h5 { font-size: 0.85em; }
h6 { font-size: 0.65em; }

body, h1, h2, h3, h4, h5, h6, blockquote, pre, p { margin: 0; padding: 0; }

img { border: none; }

body {
	font-family: Cambria, "Times New Roman", serif;
	font-size: 14pt;
	background: #f2eacf;
	color: black;
	min-width: 960px;
}
 
/* ---------- Recommended styles for content generated by WordPress. */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* ---------- WRAPPER: Contains all content inside of the body. */

#wrapper {
	margin: 15px auto 15px auto;
	width: 960px;
}

/* ---------- HEADER: Styles impacting the top of the page. */

#header {
	width: 100%;
	height: 140px;
}

#headerimage {
	position: relative;
	top: 0px;
	left: 0px;
	repeat: no-repeat;
}

#headermenu {
	background-color: black;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 30px;
}

#headermenu ul {
	text-align: center;
	padding: 0;
	margin: 0;
	height: 30px;
}

#headermenu li {
	display: inline;
	position: relative;
	top: 4px;
	padding: 0 12px 0px 12px;
	color: white;
}

#headermenu li.othermenu {
	background-image: url(images/MenuDot.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#headermenu a {
	margin-left: 25px;
	margin-right: 16px;
	text-decoration: none;
	color: white;
}

#headermenu a:hover {
	text-decoration: none;
	color: #f1a852; /* wood */
}

/* ---------- STATUS AREA: Styles used to display current project status. */

#statusarea {
	height: 160px;
	min-height: 160px;
}

#statusareaempty {
	height: 20px;
	min-height: 20px;
}

#generalstatus {
	position: relative;
	float: left;
	background-image: url(images/BlueRoundedBox.png);
	background-repeat: no-repeat;
	/* background-color: #6495c7; Blue */
	left: 35px;
	top: 25px;
	width: 604px;
	height: 114px;
	min-width: 604px;
	min-height: 114px;
}

#generalstatus > div {
	float: left;
	color: white;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 15pt;
	padding: 13px;
	line-height: 140%;
	height: 95px;
}

#generalstatus span.introtext {
	text-decoration: underline;
}

#generalstatus > div.smallbook {
	position: relative;
	top: 0;
	float: right;
	left: -15px;
}

#timestatus {
	position: relative;
	float: right;
	background-image: url(images/GreenRoundedBox.png);
	background-repeat: no-repeat;
	/* background-color: #7fa238; Green */
	right: 35px;
	top: 25px;
	width: 244px;
	height: 114px;
	min-width: 204px;
	min-height: 114px;
}

#timestatustitle {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 110px;
	height: 75px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 140%;
    text-align: center;
}

#timestatuscount {
	position: absolute;
	right: 15px;
	top: 25px;
	width: 85px;
	height: 75px;
	color: white;
	font-family: Arial, Helvetica, sans;
	font-size: 16pt;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 140%;
    text-align: center;
}

#daystext {
	color: black;
	font-size: 24pt;
}

#endstatus {
	clear: both;
}

/* ---------- MAIN CONTENT: Styles impacting the main text body of the page. */

#maincontent {
	clear: both;
	float: left;
	/* margin-right: 335px; */
	width: 638px;
}

#maincontent .resultsgroup {
	margin: 15px 0 15px 0;
	padding: 10px;
	background-color: LightCyan;
	border: 2px dotted black;
	font-weight: bold;
	font-size: 120%;
}

#maincontent h1 { }

#maincontent h3 {
	padding-top: 10px;
}

#maincontent ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#maincontent .post { }

#maincontent .postingdate {
	background-image: url(images/DateRoundedBox.png);
	background-repeat: no-repeat;
	float: left;
	width: 54px;
	height: 54px;
	min-width: 54px;
	min-height: 54px;
	max-width: 54px;
	max-height: 54px;
	margin-top: 5px;
	padding-right: 15px;
}

#maincontent .postingmonth {
	width: 50px;
	min-width: 50px;
	margin-left: 1px;
	margin-top: 2px;
	color: white;
	text-align: center;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 13pt;
}

#maincontent .postingday {
	width: 50px;
	min-width: 50px;
	margin-left: 1px;
	color: white;
	text-align: center;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 16pt;
}

#maincontent .pagetitle {
	color: black;
	padding-top: 4px;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 20pt;
}

#maincontent .posttitle {
	color: black;
	padding-top: 4px;
	padding-left: 65px;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 20pt;
	font-style: italic;
	font-weight: normal;
}

#maincontent .posttitlenosub {
	color: black;
	padding-top: 14px;
	padding-left: 65px;
	padding-bottom: 20px;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 20pt;
	font-style: italic;
	font-weight: normal;
}

#maincontent .posttitle a, #maincontent .pagetitle a {
	text-decoration: none;
	border-bottom: none !important;
}

#maincontent .pagesubtitle {
	color: black;
	padding-bottom: 4px;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 16pt;
	font-weight: normal;
	border-bottom: thin dashed gray;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#maincontent .postsubtitle {
	color: black;
	padding-left: 65px;
	padding-bottom: 4px;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 16pt;
	font-weight: normal;
}

#maincontent p {
	text-align: justify;
	margin: 8px 0 8px 0;
}

#maincontent .postingdate {
}

#maincontent .addthis {
	overflow: none;
	min-height: 20px;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 25px;
}

#maincontent a, #maincontent a:visited {
	text-decoration: none;
	color: #ff6020; /* Orange */
}

#maincontent a:hover {
	text-decoration: underline;
}

.mainstoryimage {
	float: right;
	padding: 13px 10px 0 0;
}

#maincontent li {
	padding: 4px 0;
}

div.entry > p > img.alignright, div.entry div.alignright {
   margin-top: 4px;
   padding-bottom: 10px;
   padding-left: 15px;
}

#maincontent blockquote, #maincontent cite, #maincontent q {
	padding-left: 8px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6495c7; /* Blue */
	overflow: auto;
}

#maincontent blockquote:first-letter, #maincontent cite:first-letter, #maincontent q:first-letter,
#maincontent blockquote p:first-letter, #maincontent cite p:first-letter, #maincontent q p:first-letter {
	font-size: 200%;
}

#maincontent pre, #maincontent code, #maincontent samp {
	font-family: "Courier New", Courier, monospace;
	padding-left: 8px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6495c7; /* Blue */
	overflow: auto;
}

#maincontent .commentintro {
	color: black;
	padding-top: 4px;
	padding-left: 0px;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: normal;
}

#maincontent .commenttitle {
	margin: 12px 0 0 20px;
	font-weight: bold;
}

#maincontent .commentbody {
	margin: 0 0 8px 20px;
	font-weight: normal;
}

ol.commentlist > li {
	padding: 2px 8px 6px 8px !important;
}

#maincontent .authcomment {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ECE0AE !important;
	border: 2px dashed #E9C745 !important;
}

#maincontent .footnoteentry {
	padding-left: 40px;
}

.bottominfo p {
	font-size: 10pt;
	padding-left: 25px;
}

.onesearchresult {
	padding: 10px 0 10px 0;
	display: inline-block;
}

.onesearchresult img {
	float: left;
	margin-top: 7px;
	padding-bottom: 10px;
}

.onesearchresult p {
	overflow: auto;
	padding-left: 35px;
}

#maincontent .navigation {
	border-top: thin dashed gray;
	margin: 20px 0 20px;
	padding: 4px 0 20px;
}

p.imagecredits {
	font-style: italic;
}

div.listof50books {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

div.listof50books div.oneof50books {
	display: block;
	position: relative;
	height: 100px;
	clear: both;
}

div.listof50books div.onebooknumber {
	display: block;
	position: absolute;
	left: 0;
	width: 50px;
	height: 100px;
	margin-bottom: 10px;
}

div.listof50books div.onebookimage {
	display: block;
	position: absolute;
	left: 52px;
	width: 80px;
	height: 100px;
	margin-bottom: 10px;
}

div.listof50books div.onebooktitle {
	display: block;
	position: absolute;
	left: 134px;
	width: 496px;
	height: 100px;
	margin-bottom: 10px;
}

div.listof50books div.currentlyreading {
	display: block;
	position: absolute;
	left: 0px;
	top: 40px;
	width: 40px;
	height: 30px;
}

div.listof50books div.onebookimage img, div.listof50books div.currentlyreading img {
	padding: 0px !important;
}

img.corebookimage {
	margin-left: 10px;
	margin-bottom: 5px;
}

table.booklisttable td {
	padding: 5px;
}

/* ---------- SIDEBAR: Styles impacting the right-edge sidebar. */

#sidebar {
	float: right;
	display: block;
	width: 306px;
	margin-right: 0px;
}

.sidepanel {
	border-left: solid 3px #6495c7;
	float: left;
	display: inline;
	margin-bottom: 20px;
	padding: 3px;
	width: 300px;
}

.sidepanel .panelcontent {
	float: left;
	padding: 10px 12px 20px;
	width: 274px;
}

.panelcontent h3 {
	background-image: url(images/SidebarRoundedBox.png);
	background-repeat: no-repeat;
	color: white;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0;
	min-height: 29px;
	max-height: 29px;
	height: 29px;
	min-width: 274px;
	max-width: 274px;
	width: 274px;
	padding-left: 10px;
	padding-top: 3px;
}

.panelcontent p {
	color: #636158; /* Dark Grey */
}

.panelcontent p.closingtext {
	margin-bottom: 20px;
}

.panelcontent a, .panelcontent a:visited {
	color: #ff6020; /* Orange */
	text-decoration: none;
}

.panelcontent a:hover {
	color: #ff6020; /* Orange */
	text-decoration: underline;
}

.panelcontent ul.followlist {
	list-style-type: none;
	margin-top: 3px;
	padding-left: 0px;
}

.panelcontent ul.followlist li {
	display: block;
	height: 53px;
	line-height: 53px;
}

.panelcontent ul.followlist li img {
	vertical-align: middle;
}

.panelcontent ul.followlist li a {
	padding-left: 10px;
}

.panelcontent #StoreArea {
	position: relative;
	display: block;
	width: 250px;
	height: 55px;
}

.panelcontent #StoreAreaTitle {
	color: #636158; /* Dark Grey */
	position: absolute;
	left: 0px;
	top: 10px;
	width: 100px;
	height: 30px;
	margin-left: 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.panelcontent #StoreChooser {
	position: absolute;
	display: block;
	left: 110px;
	top: 5px;
	width: 122px;
	height: 35px;
	background-image: url('images/SellGlyphs.png');
	cursor: pointer;
}

.panelcontent .StoreSelectedA {
	background-position: 0px 0px;
}

.panelcontent .StoreSelectedB {
	background-position: 0px -35px;
}

.panelcontent .StoreSetVisible {
	display: block;
}

.panelcontent .StoreSetHidden {
	display: none;
}

.panelcontent #AmazonArea {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 61px;
	height: 35px;
	display: block;
}

.panelcontent #BarnesArea {
	position: absolute;
	left: 61px;
	top: 0px;
	width: 61px;
	height: 35px;
	display: block;
}
	
.panelcontent div.sidebooklist {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
	width: 100%;
}

.panelcontent div.sidebookentry {
	width: 274px;
	height: auto;
	clear: both;
}

.panelcontent div.sidebookimage {
	margin-left: 10px;
	float: left;
	width: 45px;
	margin-bottom: 10px;
}

.panelcontent div.sidebookname {
	float: right;
	width: 209px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.panelcontent div.sideadvert {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
	width: 100%;
}

.panelcontent div.sideadvertimage {
	width: 270px;
	margin-bottom: 10px;
}

.panelcontent div.sideadvertdesc {
	width: 270px;
	margin-bottom: 10px;
}

/* ----------------------------------------- */

#searchform {
	margin-bottom: 22px;
}

#searchbox {
	/* ----- Text field for searches. */
	left: 0;
	height: 18px;
	width: 170px;
	padding-bottom: 2px;
	font-size: 12pt;
}

#searchbutton {
	font-family: "Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif;
	border-style: none;
	background-color: #7fa238; /* Green */
	color: white;
	font-size: 14pt;
	font-weight: bold;
	cursor: pointer;
	margin-left: 3px;
	width: 85px;
}

/* ---------- FOOTER: Styles impacting the page footer. */

#footer {
	clear: both;
	width: 100%;
	text-align: center;
}

#footer .copyright {
	font-size: 80%;
	color: gray;
}

