/*  
Theme Name: Hemingway Reloaded
Theme URI: http://www.wordpresslab.com 
Description: Hemingway Reloaded theme by <a href="http://www.wordpresslab.com">WordpressLab</a>.
Version: 1.0
Author: WordpressLab 
Author URI: http://www.wordpresslab.com
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

* html #primary .secondary{
	margin-right: 4%;
}

a{
	color: #000000;
}

a {
	border: none;
}

img {
	border: none;
	margin-right: 5px;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{
	background: #D8D8D8;
	color: #404040;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
h1{
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.5em 0px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0px;
}

h2, h3{
	color: #000000;
	font-size: 1.15em;
	font-weight: normal;
}

p{
	line-height: 1.75em;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

.about{
	padding: 0.8em 2em 1.0em 1em;
}

.about .details{
	font-size: 0.95em;
}

.about .booklist{
	font-weight: bold;
	line-height: 2em;
}

.about h2{
	font-size: 1.5em;
	margin: 0px;
}
.hide{
	display: none;
}

.inline-left{
  float: left;
}

/* This class sets the width and position for all rows */
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
	text-align: left;
}

.left{
	float: left;
}

.right{
	float: right;
}

.rule{
	border-top: 1px solid #CCCCCC;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 1.5em 2em;
}

.menu .menuitems dl{
	margin: 0px;
	padding: 0.5em 0px 0.6em 3em;
}

.menu .menuitems div{
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.5em;
	padding: 0.5em 0em;
	margin: 0em;
}

.menu .menuitems a{
	text-decoration: none;
	font-weight: bold;
}

.menu .menuitems dt a{
	color: #333333;
}

.menu .menuitems #browse{
  display: none;
}

/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	color: #6C6C6C;
	margin: 1em 0em 1em 1em;
}

#footer p{
	font-size: 0.95em;
	margin: 0px;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background: #FFFFFF;
}

#header .inside{
	padding: 3em 0em 0em 0em;
}

#header h2{
	border-right: 1px solid #808080;
	float: left;
	font-size: 2.25em;
	margin: 0px 0.5em 0px 0px;
	padding: 0px 0.5em 0.25em 0px;
}

#header img{
	float: right;
	margin: 0px 0.5em 0px 0px;
	padding: 0px 0.5em 0.25em 0px;
}

#header p{
	line-height: 1em;
	margin: 0px;
	padding: 1em 0px;
}


/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#primary{
	background: #FFFFFF;
	color: #7F7F7F;
	padding: 0em 0em 3em 0em;
}

#primary .feature{
	display: inline;
	float: right;
	width: 60%;
}

#primary .menu{
	display: inline;
	float: left;
	margin-right: 5%;
	width: 30%;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/
#secondary{
	background: #F3F3F3;
	border-top: 1px solid #E3E3E3;
}

#secondary .price{
	text-align: right;
}