/* @override 
	http://www.maureensherbondy.com/style.css
	http://eps.local/~ethan/mom/style.css
*/

/* @group General */

/* reset */

* {
	margin: 0;
	padding: 0;
	line-height: 1;
	border: 0;
	list-style: none;
	font-weight: normal;
}

html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #e1fffc;
}
a {
    color: #0a112b;
    background: #a3e88c;
    text-decoration: none;
}
a:active {
    color: #fff;
    background: #0a112b;
    text-shadow: none;
}
em {
	font-family: Georgia, 'Times New Roman', serif;
}
strong {
	font-weight: bold;
}

/* @end */

#bad_ie {
	display: none;
	padding: 16px;
	background: #fff;
	text-align: center;
	border-bottom: 2px solid #bff7f5;
	border-top: 2px solid #bff7f5;
}
#wrapper {
	width: 960px;
	margin: 0 auto 48px;
}

/* @group Navigation */
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	width: 140px;
	margin-right: 24px;
	text-align: center;
	font-size: 20px;
	padding: 12px 0;
	background: #bff7f5;
	color: #0a112b;
	font-weight: bold;
	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	-moz-border-radius-bottomright: 16px;
}
#nav li #contact_link {
	margin-right: 0;
}
#nav li a:hover, #latest_news a.read_more:hover {
	color: #f6ffff;
    background: #0a112b;
}
#nav li a.current,
.home #home_link, 
.writing #writing_link,
.news #news_link,
.events #events_link,
.bio #bio_link {
	color: #0a112b;
    background: #a3e88c;
	padding-top: 24px;
}

/* @end */

/* @group Welcome */

#welcome_info, #biosketch {
	clear: both;
	overflow: auto;
	padding: 32px;
	text-shadow: #fff 1px 1px 0;
}
h1 {
	font-size: 64px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 8px;
	color: #0a112b;
	text-shadow: #fff 1px 1px 0;
}
#welcome_info p {
	line-height: 1.5;
}
#welcome_info a {
	text-shadow: none;
}
img#portrait_small {
	width: 160px;
	float: right;
	margin-left: 32px;
	-webkit-border-radius: 16px;
	-moz-boder-radius: 16px;
}

/* @end */

/* @group Latest Book */

#latest_book {
	background: #bff7f5;
	padding: 32px;
	overflow: auto;
	margin-bottom: 32px;
}
a.the_book {
	display: block;
	float: left;
	margin-right: 32px;
}
a.the_book span {
	display: block;
	text-align: center;
	background: #a3e88c;
	color: #0a112b;
	font-weight: bold;
	line-height: 2;
}
a.the_book:hover span {
	background: #0a112b;
	color: #e1fffc;
}
h2 {
	font-size: 48px;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0;
	margin-bottom: 16px;
	color: #0a112b;
}
#latest_book p {
	line-height: 1.5;
	margin-bottom: 16px;
}
#latest_book p.meta, #books p.meta{
	background: #e1fffc;
	text-align: center;
	line-height: 2;
}

/* @end */

/* @group Next Event, Latest News */

#next_event, #latest_news{
	width: 624px;
	float: left;
}
#next_event h2, #latest_news h2, #links h2, #contact_info h2 {
	font-size: 24px;
}

#latest_news {
	width: 304px;
}
#latest_news li {
	overflow: hidden;
	max-height: 300px;
}
#latest_news li p {
	line-height: 1.25;
}
#latest_news li a {
	background: #bff7f5;
}
#latest_news li a:active {
	background: #0a112b;
}

#next_event {
	margin-right: 32px;
}
#next_event .box {
	background: #bff7f5;
	padding: 16px;
	overflow: hidden;
}
#next_event h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 16px;
}
#next_event li {
	font-family: Georgia, 'Times New Roman', serif;
	line-height: 1.5;
}
#next_event li strong, #event_info p strong {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#map_canvas {
	width: 100%;
	height: 320px;
	margin: 16px auto 0;
}

#latest_news li {
	background: #a3e88c;
	padding: 16px;
	margin-bottom: 16px;
	font-family: Georgia, 'Times New Roman', serif;
	line-height: 1.25;
}
#latest_news li p.date {
	text-align: right;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 8px;
}

#latest_news a.read_more {
	display: block;
	padding: 16px;
	margin-bottom: 16px;
	background: #bff7f5;
	color: #0a112b;
	font-style: italic;
	font-weight: bold;
}

/* @end */

/* @group Events Page */

#event_list {
	width: 428px;
	float: left;
}
#event_list li {
	background: #a3e88c;
	margin-bottom: 16px;
	padding: 16px;
}
#event_list li:hover {
	cursor: pointer;
}
#event_list .current {
	background: #bff7f5;
}
#event_list h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 8px;
	text-indent: -24px;
	margin-left: 24px;
}
#event_list p.date_time {
	font-size: 16px;
	margin-left: 24px;
}
#event_list span.description, #event_list span.address {
	display: none;
}

#event {
	width: 500px;
	min-height: 420px;
	padding: 16px;
	float: left;
	background: #bff7f5;
}
#event #map_canvas {
	margin-top: 0;
}

#event_info {
	margin-top: 16px;
	font-family: Georgia, 'Times New Roman', serif;
}
#event_info p {
	line-height: 1.5;
	margin-bottom: 16px;
}
.gmnoprint p a {
	margin: auto;
	display: block;
	padding: 8px 16px;
	font-weight: bold;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	max-width: 240px;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

#classy {
	text-shadow: none;
}
#copyright a, #logocontrol a {
	background: none;
}

/* @end */

/* @group Biosketch Page */

#biosketch {
	padding-bottom: 16px;
}
#biosketch h1 {
	margin-bottom: 16px;
}
#biosketch p {
	line-height: 1.5;
	margin-bottom: 16px;
}
#biosketch a {
	text-shadow: none;
}
img#portrait {
	float: right;
	margin-left: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 16px;
}

/* @end */

/* @group Books Page */

#books {
	border-top: 2px solid #a3e88c;
	border-bottom: 1px solid #fff;
}
#books > li {
	padding: 32px;
	overflow: auto;
	border-bottom: 2px solid #a3e88c;
	border-top: 1px solid #fff;
}
#books > li:hover {
	background: #bff7f5;
	cursor: pointer;
}
#books > li .content {
	display: none;
}
#books > li img {
	float: right;
	width: 110px;
	height: 170px;
	margin: 0px;
}

#books > .current {
	background: #bff7f5;
}
#books > .current:hover {
	cursor: auto;
}

#books > li .content p {
	line-height: 1.5;
	margin-bottom: 16px;
}
#books > .current .meta {
	margin-top: 32px;
}

#books .buy_link {
	display: block;
	line-height: 1;
	width: 48px;
	height: 16px;
	text-align: center;
	float: left;
	margin-right: 16px;
	padding: 16px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #0a112b;
	background: #a3e88c;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
}
#books .buy_link:active {
	background: #0a112b;
	color: #fff;
}

.buy_info {
    display: none;
    background: #a3e88c;
    position: absolute;
    z-index: 1;
    padding: 32px 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    width: 548px;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 32px #fff;
    -moz-box-shadow: 0px 0px 32px #fff;
}
.buy_info .close_box {
	text-transform: uppercase;
	display: block;
    position: absolute;
    padding: 6px 10px;
    font-weight: bold;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    background: #820000;
    margin-left: 576px;
    margin-top: -40px;
    color: #fff;
}
.buy_info .close_box:active {
    margin-top: -39px;
}

.buy_info h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.2;
}
.buy_info li {
    list-style: decimal;
    margin: 0 0 16px 32px;
}
.buy_info form {
	margin: 16px 0 32px;
    padding: 16px;
    line-height: 1.2;
    font-size: 18px;
    background: rgba(255,255,255, 0.5);
}
.buy_info form p {
    margin-bottom: 16px;
}
.buy_info .paypal_button {
    display: block;
    position: relative;
}
.buy_info .paypal_button:active {
    top: 1px;
}
.buy_info select {
    font-size: 18px;
}
.buy_info label {
    margin-right: 16px;
}
.buy_info a {
    background: #bff7f5;
    color: #0a112b;
    padding: 8px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}
.buy_info a:active {
    background: #0a112b;
    color: #fff;
}

.content .quote {
	background: url('img/quote.png') no-repeat top left;
    padding-left: 50px;
    font-family: Georgia, 'Times New Roman', serif;
}
.content p.quote span.attrib {
    display: block;
    text-align: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 16px 0 32px;
}

/* @end */

/* @group News Page Tumblelog */

#posts li {
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-bottom: 32px;
}
#posts .end {
	margin-right: 0;
}
#posts li .upper {
	height: 250px;
	overflow: auto;
}
#posts li h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #0a112b;
	text-shadow: #fff 1px 1px 0px;
	margin: 24px 16px;
}
#posts li h3 a {
	margin: -8px 0;
	display: block;
	font-weight: bold;
	padding: 8px 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}
#posts li h3 a:active {
	background: #0a112b;
	text-shadow: #000 1px 1px 0px;
}
.publications h3 a {
	background: #bff7f5;
	color: #0a112b;
}
.publications h3 a:active {
	color: #a3e88c;
}
.news h3 a {
	background: #a3e88c;
	color: #0a112b;
}
.news h3 a:active {
	color: #bff7f5;
}

.publications {
	background: #a3e88c;
}
.publications .content a {
	background: #bff7f5;
}
.news {
	background: #bff7f5;
}
.audio {
	background: #fff;
}

#posts li .content {
	padding: 0 16px;
	font-family: Georgia, 'Times New Roman', serif;
}
#posts li .content p {
	margin-bottom: 16px;
	line-height: 1.5;
}

#posts li p.date_time {
	margin-top: 16px;
	background: #0a112b;
	color: #fff;
	padding: 8px 16px;
}

hr.clear {
	clear: both;
}

.player {
	margin: 0 16px 16px;
	font-family: Georgia;
	line-height: 1.5;
}

#search_box {
	float: left;
	padding: 4px 6px;
	font-size: 14px;
	width: 284px;
	border: 2px solid #bff7f5;
	margin: 4px 0;
}
#search_box:focus {
	border-color: #a3e88c;
	outline: none;
}

#pagination {
	margin-top: 24px;
	font-size: 18px;
}
#page_num {
	float: left;
	color: #0a112b;
	margin: 8px 30px;
}

#page_links {
	float: right;
}
#page_links a {
	display: block;
	float: right;
	padding: 8px 0;
	font-weight: bold;
	width: 142px;
	text-align: center;
}
#page_links a:active {
	color: #e1fffc;
}
#page_links a.next {
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	-moz-border-radius-bottomright: 16px;
	margin-left: 16px;
}
#page_links a.previous {
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-bottomleft: 16px;
}

/* @end */

/* @group Contact Pulldown */

#contact {
	display: none;
	background: #a3e88c;
	padding: 32px;
	overflow: auto;
}
#contact h2 {
	text-shadow: none;
}

#links {
	float: right;
	width: 272px;
}
#links li {
	margin-left: 24px;
	margin-top: 14px;
}
#links li a {
	display: block;
	width: 240px;
	height: 82px;
	text-indent: -9000px;
	opacity: 0.9;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#links a:hover {
	opacity: 1;
}
#links li a:active {
	background-position: 0px 2px;
	background-color: transparent;
}
#links li a.facebook {
	background-image: url('img/fblogo.png');
}
#links li a.redroom {
	background-image: url('img/rrlogo.png');
}

#contact_info p {
	line-height: 1.25;
	height: 80px;
	margin-bottom: 16px;
}

#book_club {
	height: 80px;
	width: 460px;
}
#book_club p {
	float: left;
	width: 238px;
	height: 48px;
	padding: 16px;
	font-size: 18px;
	line-height: 1.25;
	overflow: hidden;
	background: #bff7f5;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-bottomleft: 16px;
}
#book_club li a {
	float: right;
	width: 138px;
	height: 19px;
	padding: 10px 8px 10px 42px;
	color: #fff;
	display: block;
	font-size: 18px;
	background-color: #0a112b;
	border-left: 2px solid #fff;
	overflow: hidden;
}
#book_club li a:hover {
	color: #e1fffc;
}
#book_club li a:active {
	padding: 12px 8px 8px 42px;
	background-position: 10px 10px;
}
.email a {
	border-bottom: 2px solid #fff;
	background: url('img/email.png') no-repeat 10px 8px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
}
.phone a {
	background: url('img/phone.png') no-repeat 10px 8px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
}


/* @end */



#footer {
	clear: both;
	text-align: center;
	padding-top: 48px;
	color: #0a112b;
}