/* CSS Document */



/* SITE WIDE ELEMENTS */

body {
    background: url(https://www.heartsandmindsbooks.com/images/bkgd.jpg) repeat-x #EAEAF1;
    color: #000000;
    margin: 0px;
	font-family: Arial;
	font-size: 12px;
}
a:link {
	color: #5A7356;
	text-decoration: none;
}
a:visited {
	color: #5A7356;
	text-decoration: none;
}
a:active {
	color: #000000; 
	text-decoration: underline; 
}
a:hover {
	color: #2D2D68; 
	text-decoration: underline;
}
a img {
    border: 0px;
}
img {
    border: 0px;
}
h1, h2, h3, h4, h5 {
	font-family: Arial;
}
h3 {
	color: #2D2D68;
	font-size: 16px;
}
h4 {
    font-size: 12px;
}
h4.heading {
	color: #313131;
	font-size: 16px;
	font-weight: bold;
}
.message {
	color: #9D3B01;
	font-weight: bold;
}

.rssfeed {
	text-align: center;
	margin-bottom: 25px;
}
.center {
	text-align: center;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */

div.hr {
    height: 1px;
	background: #666;
}
div.hr hr {
	display: none;
}

/* lists */

ul { margin:0;padding:0;list-style: none;}

#column-one ul {
	margin: 5px 0 15px 0;
	padding-left: 10px;
}

li {
	padding: 10px 0 0 0;
	margin: 0;
}

.addthis_toolbox {
	margin-bottom: 10px;
}



/* NAVIGATION */

/* main navigation */

#main-nav {
	height: 37px;
	width: 680px;
	background: url(https://www.heartsandmindsbooks.com/images/bkgd_nav.gif) top left no-repeat;
	padding: 0px;
	margin: 0px;
}

#main-nav ul { /* all lists */
	float: right;
	padding: 3px 5px 0 0;
	margin: 0px;
	list-style: none;
	line-height: 1;
}

#main-nav a {
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	color: #FFFFFF;
	margin: 0px;
}

#main-nav li { /* all list items */
	float: left;
	height: 17px;
	margin-left: 25px;
	padding-top: 3px;
}



/* MAIN LAYOUT */

#content {
    width: 680px;
    margin: 0px auto;
	background: #FFFFFF url(https://www.heartsandmindsbooks.com/images/bkgd_content.gif) repeat-y;
	border-right: #060636 1px solid;
	border-left: #060636 1px solid;
	border-bottom: #060636 1px solid;
}
#content img {
    padding: 0px;
    margin: 0px;
}
#footer {
    clear: both;
    margin: 0px auto;
	color: #000000;
    text-align: center;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
}




/* logo */

#logo {
    width: 169px;
	height: 205px;
    background: url(https://www.heartsandmindsbooks.com/images/logo.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
}

#logo h1 {
	display: none;
}

/* banner */

#banner {
    width: 510px;
	height: 205px;
    background: url(https://www.heartsandmindsbooks.com/images/banners/bkgd.jpg) top left no-repeat;
	margin: 0px -10px 0px -10px;
	padding: 0;
}



/* TWO-COLUMN LAYOUT */

#column-one {
	float: left;
	width:  149px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
}
#column-one p, #column-one form	 {
	padding: 0 10px 10px 10px;
}
#column-one input {
	width:  129px;
}

#column-two {
	float: right;
	width:  490px;
	border-left: #060636 1px solid;
	overflow: visible;
	padding: 0px 10px 10px 10px;
}




/* MT styles */

h2.module-header, h2.archive-title {
	background-color: #060636;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	height: 20px;
	margin: 0px -10px 0px -10px;
	padding: 8px 0px 0px 10px;
}
#column-one h2.module-header {
	margin: 0px -20px 0px 0px;
	padding: 8px 0px 0px 10px;
}
h2.date-header {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	margin: 40px 0 0 0;
	border-top: #060636 1px solid;
}
h3.entry-header {
	color: #2D2D68;
	font-size: 18px;
	margin: 0 0 10px 0;	
}