/*
Theme Name:     HPMOR
Theme URI:      http://hpmor.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Josh Larios
Author URI:     http://www.elsewhere.org/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");


#main {
        padding: 0;
}

.singular .hentry {
        padding: 1em 0 0;
}
.singular.page .hentry {
        padding: 1em 0 0;
}



/* Here begins the TOC stylesheet */

.page-template-toc-php #main #primary #content {
	margin: 0;
} 

#hp-toc { background: #fff url('/bg_lines.png'); }



h1#logo {
	background: url('/hpmor_logo.png') no-repeat center bottom;
	text-indent: -9000px;
	height: 300px;
	margin: 0 auto 10px auto; 
	padding: 0;
}

#bookcover {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
}

#bookcover img { 
	-moz-box-shadow: 2px 2px 2px #aaa;
	-webkit-box-shadow: 2px 2px 2px #aaa;
	box-shadow: 2px 2px 2px #aaa;
}



#hp-toc a, #hp-toc a:link { 
	color: #ca9300; 
	text-decoration: none;
	border-bottom: 2px dotted #e3cc8e;
	line-height: 1.7em;
}

#hp-toc a:hover { 
	background: #d8a63a; 
	color: white; 
	border: none;
	padding: 2px 0;
}

#bookcover a, #bookcover a:link, #bookcover a:hover {
    text-decoration: none;
    border: none;
    background: white;
}


.clear { clear: both; }
.clearleft { clear: left; }

#updates, .hpcontent { max-width: 42em; text-align: left; margin: 0 auto; }

#latest-note { float: right; padding-top: .5em; }
#latest-chapter { float: left; padding-top: .5em; }

.toc { 
	font-size: 2em;
	margin: 10px 0 0 30px; 
}

.aboutthebook  {
	margin-bottom: 20px;
	margin-top: 20px;
}

.aboutthebook:before, 
.aboutthebook:after{ content:""; display:table; }
.aboutthebook:after {clear: both;}
.aboutthebook {zoom: 1;} /* IE < 8 */


#hpcontent h2
{
	text-align: center;
	font-size: 2em;
}


#hpcontent h3
{
	font-size: 1.5em;
	text-align: right;
	margin-top: 3em;
	margin-bottom: 2em;
	color: navy;
}

#hpcontent h1 a, #hpcontent h2 a, #hpcontent h3 a {
	color: navy;
	text-decoration: none;
}


#links {
	float: right;
	background: #f8f4e1;
	padding: .7em;
	margin-top: 10px;
}

#links h3 {
	margin: 0px;
}
#links ul
{
	margin: 0px;
	padding-left: 1em;
	padding-top: .5em;
}	

#updates a, #updates a:link { 
	border-bottom: none;
}

#updates a:hover { 
	color: #ca9300; 
	background: none;
	border-bottom: 2px dotted #e3cc8e;
}



#hp-footer
{
        font-size: .8em;
        margin-top: 1em; 
        border-top: 4px dotted #eee; 
        text-align: center; 
        padding: .2em 1em .5em 1em;
}
