/* 
Theme Name: Mark Epstein's' Theme
Description: Theme based the Twenty Ten Theme - used for Mark Epstein's website
Author: Ian Foster
Version: 0.0.1
Template: twentyten
*/

@import url('../twentyten/style.css');

/*
Fonts

*/
@font-face {
    font-family: 'droid_serifbold_italic';
    src: url('fonts/DroidSerif-BoldItalic-webfont.eot');
    src: url('fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/DroidSerif-BoldItalic-webfont.svg#droid_serifbold_italic') format('svg');
}
@font-face {
    font-family: 'droid_serifbold';
    src: url('fonts/DroidSerif-Bold-webfont.eot');
    src: url('fonts/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSerif-Bold-webfont.woff') format('woff'),
         url('fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
         url('fonts/DroidSerif-Bold-webfont.svg#droid_serifbold') format('svg');
}
@font-face {
    font-family: 'droid_serifitalic';
    src: url('fonts/DroidSerif-Italic-webfont.eot');
    src: url('fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSerif-Italic-webfont.woff') format('woff'),
         url('fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
         url('fonts/DroidSerif-Italic-webfont.svg#droid_serifitalic') format('svg');
}
@font-face {
    font-family: 'droid_serifregular';
    src: url('fonts/DroidSerif-webfont.eot');
    src: url('fonts/DroidSerif-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSerif-webfont.woff') format('woff'),
         url('fonts/DroidSerif-webfont.ttf') format('truetype'),
         url('fonts/DroidSerif-webfont.svg#droid_serifregular') format('svg');
}

html { 
	/*	I'm using rem's to set the font size. Setting font-size here to 62.5%
		makes 1 rem approximate to 10px 
		See this blog: http://snook.ca/archives/html_and_css/font-size-with-rem
		See also: http://gregrickaby.com/using-the-golden-ratio-and-rems/
		And http://voodoopress.com/modify-the-width-of-the-new-wordpress-twenty-twelve-theme/
	*/
	font-size: 62.5%;	/* $rembase:	10; */

	background: url("images/bg.jpg") no-repeat center center fixed; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
}


body {
	background-color: transparent;
	padding-top: 60px;
}

#wrapper {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #eee;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.5);
	max-width: 860px;			/* 920 - 60 (left / right padding-) */
	max-width: 86rem;	
	padding: 0 30px;
	margin-bottom: 30px;
}

#main {
	padding: 0 90px;	
	padding: 0 0px;
	width: 860px; 
/*	width: 800px;*/
	
}

#site-title {
	width: 860px;
	width: 86rem;
	text-align: center;
	margin-bottom: 24px;
}

 #site-title a {
	color: #574d42;
	font-family: 'droid_serifregular', Times New Roman, serif;
	font-size: 50px; font-size: 5rem;
	font-weight: normal;
	letter-spacing : 2px;
}

#site-title a:hover {
	color: #574d42;
}

#site-description {
	margin: 0;
}

#access {
	width: 860px;
	width: 86rem;
	background-color: transparent;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}

#menu-main-menu li {
	margin: 0 105px 0 0;
	margin: 0 10.5rem 0 0;
	
	margin: 0 85px 0 0;
	margin: 0 8.5rem 0 0;
	
}		

#menu-main-menu li:first-child {
	margin-left: 38px;
}

#menu-main-menu li:last-child {
	margin: 0;
}

#menu-main-menu li a {
	color: #666; 
	font-size: 17px; font-size: 1.7rem;
	font-family: 'droid_serifregular', Times New Roman, serif; 
	text-decoration: none;
	line-height: 40px;
	line-height: 4rem;
	}

#menu-main-menu li a:hover { 
	color: #11A1B6;
	background-color: transparent; 
}

/* Styling for selected main navigation menu item */
#access ul li.current_page_item > a, #access ul li.current_page_ancestor > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	color: #11A1B6;
	font-weight: normal;
}

#container {
float: none;
margin: 50px 0 0 0;
}

#container.narrow {
	width: 680px;
	padding-left: 90px;
}

#container.narrow.media-page  {
	padding-left: 95px;
}

#content {
	margin: 0;
}

.book-thumb {
	margin: 0 30px 5px 0;
	float: left;
}

.entry-summary {
	margin: 0 30px 30px 0;
	clear: none;
}

.entry-content {
/*	margin: 0 30px 30px 0; */
	clear: none;
}

.about-entry-content {
	padding-top: 0;
}

.about-thumb {
min-height: 500px;
margin-right: 25px;
}

h1, h2, h3, h4, h5, h6 {
	clear: none;
	font-weight: normal;
}

#content h2.entry-title {
	font-family: 'droid_serifregular', Times New Roman Bold, Serif Bold;
	color: #26221C;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: normal;	
	margin-bottom: 2px;
}

.entry-summary p {
text-decoration: none;
font-family: 'droid_serifregular', Times New Roman, serif;
color: #333;
font-size: 14px;
font-weight: normal;
letter-spacing: normal;
line-height: 25px;
}

.entry-content p {
text-decoration: none;
font-family: 'droid_serifregular', Times New Roman, serif;
color: #333;
font-size: 14px;
font-weight: normal;
letter-spacing: normal;
line-height: 25px;
}

#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin-bottom: 10px;
}

#colophon {
	border-top: 4px solid #ccc;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
	width: 860px;
	
	visibility: hidden;
}

#site-info {
font-weight: normal;
}

#site-info {
font-family: 'droid_serifregular', Times New Roman Bold, Serif Bold;
font-size: 14px;
color: #26221C;
letter-spacing: 0px;
line-height: normal;
float: left;
width: 700px;
}

 hr.hr-style {
	 background-color: #ccc;
}

.hentry {
	 clear: both;
	 margin-bottom: 30px;
}


.event-title {
text-decoration: none;
font-family: 'droid_serifregular', Times New Roman Bold, Serif Bold;
color: #26221C;
font-size: 22px;
font-weight: normal;
letter-spacing: 0px;
line-height: normal;
margin-bottom: 20px;

}

.event-date {
text-decoration: none;
font-family: 'droid_serifbold', "Times New Roman Bold", "Serif Bold";
color: #999;
font-size: 12px;
font-weight: normal;
letter-spacing: normal;
line-height: 25px;
display: block;
font-style: normal;
}


.event-entry {
	margin-bottom: 20px;
}
.event-entry a {
color: #333;
font-size: 14px;
font-family: 'droid_serifregular', Times New Roman, serif;
line-height: 22px;
letter-spacing: normal;
text-decoration: none;
}

.event-entry a:hover {
	color: #11A1B6;
}

#menu-main-menu li a {
	color: #666; 
	font-size: 17px; font-size: 1.7rem;
	font-family: 'droid_serifregular', Times New Roman, serif; 
	text-decoration: none;
	line-height: 40px;
	line-height: 4rem;
	}

#menu-main-menu li a:hover { 
	color: #11A1B6;
	background-color: transparent; 
}

.media-list, .contact-list {
list-style: none;
}

.media-heading, .contact-heading {
ext-decoration: none;
font-family: 'droid_serifregular', Times New Roman Bold, Serif Bold;
color: #26221C;
font-size: 22px;
font-weight: normal;
letter-spacing: 0px;
line-height: normal;
}

.media-heading li:first-child, .contact-heading li:first-child{
margin-top: 17px;
}


.media-link, .contact-link {
list-style: none;
margin-bottom: 20px;
}

 .contact-link {
margin-bottom: 4px;
}

.media-link a, .contact-link a, .contact-link {
color: #333;
font-size: 14px;
font-family: 'droid_serifregular', Times New Roman, serif;
line-height: 22px;
letter-spacing: normal;
text-decoration: none;
}

.media-link a:hover, .contact-link a:hover {
	color: #11A1B6;
}

.contact-list-container {
	margin-left: 155px;
}






blockquote {
text-decoration: none;
font-family: 'droid_serifregular', Times New Roman, serif;
color: #333;
font-size: 14px;
font-weight: normal;
letter-spacing: normal;
line-height: 25px;
padding: 0;
font-style: normal;
}


blockquote footer {
text-decoration: none;
font-family: 'droid_serifbold', Times New Roman Bold, Serif Bold;
color: #999;
font-size: 14px;
font-weight: normal;
letter-spacing: normal;
line-height: 25px;
font-style: normal;
display: inline;
}

blockquote:first-child {
	padding-top: 20px;
}

blockquote {
	padding-bottom: 30px;
}

blockquote footer cite {
text-decoration: none;
font-family: 'droid_serifbold', Times New Roman Bold, Serif Bold;
color: #999;
font-size: 14px;
font-weight: normal;
letter-spacing: normal;
line-height: 25px;
font-style: italic;
}
#content .book-review-quotes-section {
	clear: both;
}

#content .book-review-quotes-section h2 {

text-decoration: none;
font-family: 'droid_serifregular', Times New Roman, serif;
color: #333;
font-size: 14px;
font-weight: normal;
letter-spacing: normal;     
line-height: 25px;
padding: 20px 0 0 0;	
margin: 0;

} 

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

.books-page-entry {
	width:250px;
	margin-right: 54px;
	float: left;
	margin-bottom: 37px;
}

.books-page-entry.last-column {
	margin-right: 0;
	
}

.books-page-entry-thumb {
	margin: 0 0 17px 0;
	padding: 0;
}


.books-page-entry-text-area {
	margin: 0 10px 0 10px;
}

#content h2.books-page-entry-title {
	text-decoration: none;
	font-family: 'droid_serifregular', Times New Roman Bold, Serif Bold;
	color: #26221C;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: normal;	
	margin-bottom: 16px;
}

.books-page-entry-summary p{
text-decoration: none;
font-family: 'droid_serifregular', Times New Roman, serif;
color: #333;
font-size: 12px;
font-weight: normal;
letter-spacing: normal;
line-height: 16px;
margin-bottom: 20px;
}

#content hr {
	background-color: #ccc;	
	margin-bottom: 50px;
}

#content hr:last-child {
	display: none;
}

.book-read-more-link, a.book-read-more-link {
font-family: 'droid_serifregular', Times New Roman Bold, Serif Bold;
font-family: 'droid_serifbold', Times New Roman Bold, Serif Bold;
font-size: 12px;
text-decoration: none;
color: #666;
}

.book-read-more-link, a.book-read-more-link:hover { 
	color: #11A1B6;
	background-color: transparent; 
}

/**
 *	Social navigation relevant style	
 *	I've had to make the wrapper position relative - to help with the positioning of the nav
 *
 */

#wrapper {
	position: relative;
}

#social-nav {
	width: 400px;
	position: absolute;
	left: 795px;
/*	top: 2px; */
	margin-top: 2px;
}

#social-nav li {
 	list-style-type:none;
	font-size:2em;
}

#social-nav li a {
	background-image:url('images/social-media-links4.gif');
	background-repeat:no-repeat;
	display: inline;
	float: left;
	text-indent: -4000px;
	height: 35px;
	width: 34px;
	margin-right: 10px;
	
}

#social-nav li a.item1 {background-position:0px 0px;}
#social-nav li a:hover.item1 {background-position:0px -35px;}

#social-nav li a.item2 {background-position:-34px 0px;}
#social-nav li a:hover.item2 {background-position:-34px -35px;}

/**
 *	End social navigation relevant style	
 *
 */


.bookstore-links{
	padding: 0 20px 0 20px;
	margin: 10px 0 0 0;
	line-height: 0;
	width: 273px; /* 313 - 40 */
	text-align: center;
}

.bookstore-links a {
	text-decoration: none;
	padding: 0 5px 0 0;
	margin: 0;
	line-height: 0;
}

.bookstore-links a img {
	padding: 0;
	margin: 0;
	line-height: 0;
	
}


.bookstore-links a:last-child {
	padding-right: 0;
}

#site-description {
	visibility: hidden;

}