/* Base Theme ============================================================= */

@import url('/styles/fonts.css');

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
/*
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
*/
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}
dt {
    font-weight: bold;
    font-size: 110%;
}
dd {
    margin-top: 3px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.spacer {
	margin-top: 10px;
}
.clear {
	clear: both;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 540px;
}
.layout-wtt #beta {
    left: 220px;
    width: 180px;
}
.layout-wtt #gamma {
    right: 180px;
    width: 220px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 220px;
    width: 540px;
}
.layout-twt #beta {
    left: -540px;
    width: 220px;
}
.layout-twt #gamma {
    width: 180px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 760px;
}
.layout-wt #beta {
    width: 180px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 180px;
    width: 760px;
}
.layout-tw #beta {
    left: -760px;
    width: 180px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}
.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}
.layout-wm #beta {
    width: 330px;
}


/* Wide-Narrow */

.layout-wn #alpha {
    width: 645px;
}
.layout-wn #beta {
    width: 295px;
}


/* Medium-Medium */

.layout-mm .crumb {
    margin-left: 0;
    margin-right: 0;
}
.layout-mm #alpha {
    width: 480px;
}
.layout-mm #beta {
    width: 460px;
}
.layout-mm #alpha-inner {
    overflow: visible;
    padding-left: 0;
}
.layout-mm #beta-inner {
    overflow: visible;
}


/* Wide */

.layout-w #alpha {
    width: 940px;
}
.layout-w #beta {
    width: 0px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

pre {
    font-family: 'courier new', courier, monospace;
}

pre.perl {
	overflow: auto;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	page-break-inside: avoid;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre.perl-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }

.main-menu-list {
	background-color: white;
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 28px;
}

.format-menu-list {
	font-weight: bold;
	text-align: left;
	font-size: 90%;
	border-bottom: dotted 1px #999999;
	margin-bottom: 26px;
}

.menu-list {
	font-weight: bold;
	text-align: left;
	font-size: 90%;
	border-bottom: dotted 1px #999999;
	margin-bottom: 15px;
}

.main-menu-list ul, .format-menu-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-menu-list li, .format-menu-list li {
	display: inline;
	margin: 0;
	padding-right: 15px;
}

.main-menu-list li:last-child, .format-menu-list li:last-child {
	padding-right: 0;
}

.main-menu-list a, .format-menu-list a, .menu-list a {
	text-decoration: none;
}

.thanks ul, .thanks li, .asset-body li {
	font-size: 100% !important;
	margin-left: 0 !important;
}

.normal, .lead {
	font-size: 100%;
}

p.space {
	margin-top: 20px;
}
p.space::first-line, p.start::first-line, .lead::first-line {
	font-size: 125%;
	font-weight: bold;
	font-variant: small-caps;
	font-family: times new roman, serif;
}
p.space::first-letter, p.start::first-letter, .lead::first-letter {
	font-size: 300%;
	font-style: normal;
	font-weight: bold;
	font-family: americana xbd bt, belwe cn bt, georgia, lucida grande, times new roman, verdana, arial, sans-serif;
	float: left;
	margin-left: 0px;
	margin-top: -6px;
	margin-right: 3px;
	margin-bottom: 3px;
}
.smallcaps {
	font-variant: small-caps;
}
.smallcapsbold {
        font-variant: small-caps;
	font-weight: bold;
}
blockquote.quote {
	padding: 10px;
	font-size: 120%;
	margin: 10px 50px 10px 30px;
	quotes: "\201C""\201D";
	font-family: Americanus Pro, Coldstyle;
	background: #fff8ee;
	border: none;
	line-height: normal;
}
blockquote.quote::before {
	content: open-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: -7px;
	position: relative;
	top: 27px;
	padding: 0 0 5px 0;
	color: #444;
	font-size: 300%;
	font-family: Coldstyle;
}

/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.asset-body {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14pt;
    line-height: 1.4em;
}

.entry-content {
    margin-bottom: 0px !important;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}


#page-title {
	margin-top: 5px;
}

.entry-categories,
.entry-tags {
    margin-bottom: .15em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-excerpt {
    margin-top: 0.8em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}
/*
 #callout .asset-meta {
    margin-top: -0.875em;
    border-top: 0 !important;
}
*/
.asset-footer {
    clear: both;
    margin-top: 0;
    padding-top: 5px;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    display: inline;
    margin-right: .2em;
    letter-spacing: normal !important;
    text-transform: none !important;
    font-size: 100% !important;
    font-weight: bold !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
    margin-left: 2pt;
}

.global-entry-asset {
    margin-bottom: 0 !important;
}

.mt-image-wrapper {
	max-width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.mt-image-wrapper img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

.mt-annotation {
    margin-top: 1px;
    font-style: italic;
    font-size: smaller;
}

.mt-ad-wrapper {
	position: relative;
	padding-bottom: 11.71875%;
	height: 0;
	overflow: hidden;
}

.mt-ad-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mt-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.mt-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#top-comment-nav, #comment-nav {
  list-style: none;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}

#top-comment-nav li, #comment-nav li {
  display: inline;
  padding: 0;
}

#top-prev-comments, #prev-comments {
  text-align: left;
  margin: 0 1em 0 0;
}

#top-next-comments, #next-comments {
  text-align: right;
  margin: 0 0 0 1em;
}

#top-num-comments, #num-comments {
  text-align: center;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-header {
    position: relative;
    margin-top: 5px;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.archive-content ul li.bigger {
    font-size: small;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.asset-byline {
    font-size: large;
    font-weight: bold;
    margin-top: -7px;
}
.asset-fiction {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: large;
    margin-top: 20px;
    line-height: 160%;
}
.asset-fiction blockquote {
    font-size: 75%;
    margin-right: 0;
    margin-left: 0;
    line-height: 130%;
}
.asset-fiction p {
    text-indent: 1.5em;
    margin-bottom: 0;
}
.asset-fiction p.lead {
    margin-top: 20px;
    text-indent: 0;
}
.asset-fiction p.lead:first-line {
    font-size: 19px;
    font-variant: normal;
}
.asset-fiction p.lead:first-letter {
    float: none;
    font-size: 19px;
    background: #fff;
    margin: 6px 0 0 0;
}
.asset-fiction .dingbat {
    font-size: 90%;
    text-indent: 0;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

.audio-player {
    position: relative;
    width: 360px;
    /* height: 40px; */
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sharethis {
	margin-bottom: 5px !important;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/*

STUFF FOR COMPATIBILITY WITH OLD BLOG DESIGN

*/

#date-header h2 {
	color: red;
}

#dateline {
background: #fff;
padding-bottom: 2px;
padding-top: 1px;
font-family: verdana, arial, helvetica, georgia, sans-serif;
font-size: 9pt;
font-weight: normal;
letter-spacing:2px;
text-align: center;
border-top: solid black thin;
border-bottom: solid black thin;
margin-top: -4px;
margin-right: 0px;
margin-left: 0px;
}

#dateline-blog {
padding-bottom: 7px;
padding-top: 2px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9pt;
font-weight: normal;
letter-spacing:2px;
text-align: center;
border-bottom: solid black thin;
margin-right: 0px;
margin-left: 0px;
}

#subfooter {
text-align: center;
margin-bottom: none;
padding-bottom: 10px;
}

#subfooter-inner {
border-top: thin groove;
margin-top: 12px;
padding-top: 12px;
margin-right: 20px;
margin-left: 20px;
font-size: 8pt;
text-align: center;
margin-bottom: none;
padding-bottom: none;
}

#pagebody{
background: #ffffff;
padding-top:20px;
}

#pagebody-inner .pkg{
padding:0 20px !important;
}

.module li li a{
color:#cc0000;
}
.module li li a:hover{
color:#00c;
}

.date-header {
	margin-top: 40px;
	letter-spacing: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.entry-header{
letter-spacing:1px;
font-family: verdana, arial, helvetica, georgia, sans-serif;
font-size:13px;
color:#000;
border-bottom:2px solid black;
}

.entry li{
color:#000;
font-family:sans-serif;
font-size:12px;
margin-bottom:1em;
}

.entry a, .trackbacks a, .comments a{
color:#CC0000;
}

.entry a:hover, .trackbacks a:hover, .comments a:hover{
color:#0000CC;
}

.entry, .trackbacks{
color:#000000;
}

.entry-footer{
text-align:right;
margin-top:10px !important;
}

.entry .entry_text{
text-align:left;
}

blockquote.readmore {
	max-width: 160px;
	width: fit-content;
}

#original {
	font-weight: bold !important;
	margin-top: -10px !important;
	margin-bottom: 5px !important;
	max-width: 300px !important;
	clear: both !important;
}

#original a{
color:#336699;
}

#original a:hover{
color:#000;
}

.post-footers{
letter-spacing:1px;
font-family: verdana, arial, helvetica, sans-serif;
font-size:12px;
color:#000;
display:block;
border-bottom:1px solid #336699;
text-align:left;
}

.separator{
display:none;
}

#squib{
background:#ffdd66;
width: 25%;
padding:5px;
margin-left: none;
margin-bottom: 10px;
margin-right: 10px;
margin-top: 3px;
letter-spacing:1px;
color:#000;
border-top: 2px dotted black;
border-bottom: 2px solid #F3D576;
font-family:sans-serif;
font-size:11px;
float:left;
}

#pullout{
background:#FFFFDD url(pagebody-background.gif) repeat-x;
width: 40%;
padding:5px;
margin-right: none;
margin-top: none;
margin-left: 6px;
margin-bottom: 6px;
letter-spacing:1px;
color:#000;
border-top: 2px dotted black;
border-bottom: 2px solid #FCEBB6;
font-family:sans-serif;
font-size:11px;
float:right;
}

#pullout:first-line {
font-size: 120%;
font-weight: bold;
}
#pullout:first-letter {
font-family:georgia, "lucida grande", "times new roman", serif;
font-size: 30px;
font-style: normal;
font-weight: bold;
float: left;
margin-left: 0px;
margin-top: 0px;
margin-right: 3px;
margin-bottom: 3px;
}

.module{
font-size:12px;
}

.module ul{
margin:0 !important;
padding:0 !important;
text-align:justify;
}

.module-header, .module-header a{
color:#000;
letter-spacing:1px;
font-family:georgia, "lucida grande", "times new roman", serif;
font-variant:small-caps;
border-bottom:1px solid #336699;
text-decoration:none;
font-size:18px;
}
.module input#search, .widget input#search{
width:98%;
background:#fff;
margin:2px 0;
}
.module input{
background:#FFFFDD url(pagebody-background.gif) repeat-x;
border:1px solid #a4a4a4;
}
.module-syndicate{
background: url(feed.gif) no-repeat;
background-position:0 2px;
}

.module-syndicate a{
color:#5298CB;
}
.module-syndicate a:hover{
color:#000;
}
.module-syndicate .module-content{
margin:0;
margin-bottom:10px;
padding-left:14px;
line-height:14px;
}

.module-ad{
	margin-left:0px;
	margin-bottom:10px;
}

#adcontent{
	text-align: center;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 15px;
}

.adswitch {
	display: block;
}
.adswitch-670, .adswitch-335 {
	display: none;
}

#subcontent{
	text-align: left;
	margin: 0;
}

#subcontent .datesubject{
	margin:0;
}

#subcontent .subject{
	font-size: 16pt;
	font-family: "batik regular", "amertype md bt", georgia, "lucida grande", "times new roman", serif;
	font-weight: bold;
	letter-spacing: 3px;
	padding-bottom: 2px;
	border-bottom: dotted thin #999;
	margin-top: 15px;
	margin-bottom: 3px;
}

#subcontent .date{
font-size: 11pt;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 2px;
margin-top: 2px;
margin-bottom: 5px;
}

.crumb {
	font-family: "batik regular", "amertype md bt", georgia, "lucida grande", "times new roman", serif;
	font-size: 150%;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 2px;
}

.crumb a {
	text-decoration: none;
}

#sidebarposition .module-content{
color:#000;
letter-spacing:1px;
font-family:georgia, "lucida grande", "times new roman", serif;
font-variant:small-caps;
text-decoration:none;
font-size:12px;
}

#sidebarposition .module-content a{
color:#CC0000;
}

.module-powered a{
color:#000;
}
.module-powered a:hover{
color:#000;
}

.module-image{
margin:0;
margin-bottom: 20px;
padding-left: none;
}

.display-image{
margin:0;
margin-bottom: 5px;
padding: none;
text-align: center !important;
width: 100%;
}

.bibliography-image{
margin-top: 0;
margin-bottom: 10px;
margin-right: 0;
margin-left: 10px;
padding: none;
float: right;
}

.module-image a img, .module-image a:link img, .display-image a img, .display-image a:link img, .bibliography-image a 
img, .bibliography-image a:link img, .entry-image a img, .entry-image a:link img{
border: black solid 4px;
}

.module-image a:hover img, .display-image a:hover img, .bibliography-image a:hover img, .entry-image a:hover img{
border: #336699 solid 4px;
}

.bibliography-header{
margin-top:10px;
border-bottom: #F3D576 thin dotted;
font-size: 16px;
font-weight: bold;
letter-spacing:1px;
}
.bibliography-header a{
	text-decoration: none;
}
.bibliography-header a:link{
	color:#3366AA;
}
.bibliography-header a:hover{
color:#5577CC;
background-color: transparent;
border-color: #7799EE;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

.bibliography-details{
font-size: 8pt;
letter-spacing: 1px;
font-variant: small-caps;
cursor: pointer;
}
.bibliography-details a:link a:hover{
color:#3366AA;
}

#bibliography-note-block{
text-align:center;
margin-top:20px;
margin-right:40px;
margin-left:40px;
margin-bottom:-10px;
}
#bibliography-note-block .bibliography-note{
font-size: 8pt;
}

.bibliography-legend{
margin: 0;
margin-top: 20px;
padding: none;
border: medium black 3px;
line-height: 22px;
font-family: georgia, "sans serif";
font-variant: small-caps;
font-size: 10pt;
}

.bibliography-icons{
padding:0;
margin:0;
margin-left:10px;
float:right;
}
.bibliography-icons a:hover{
margin:0;
border:none;
}
.bibliography-icons img{
hspace:0
vspace:0
margin-left:2px;
}

.trackbacks-header{
letter-spacing:1px;
font-family:georgia, "lucida grande", "times new roman", serif;
font-variant:small-caps;
font-size:12px;
color:#000;
border-bottom:2px solid black;
}

#trackbacks-info {
	background: #FFFFDD;
	padding: 5px;
	letter-spacing: 1px;
	color: #000;
	font-size: 85%;
}

.comments-header, .comments-open-header{
letter-spacing:1px;
font-family:georgia, "lucida grande", "times new roman", serif;
font-variant:small-caps;
font-size:12px;
color:#000;
border-bottom:2px solid black;
}

.content-nav a{
color: #c00;
}

.content-nav a:hover{
color: #00c;
}

#callout{
margin-bottom: 20px;
text-align: left;
}

#callout h4 {
    clear: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 80%;
    font-family: "trebuchet ms";
    font-weight: normal;
    border-bottom: 1px dotted #6F4E00;
    margin-bottom: 5px;
}

.events-box-header {
    clear: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 95%;
    font-family: "trebuchet ms";
    font-weight: normal;
    margin-top: -4px;
    margin-bottom: 5px;
}

.callout-footer, .moreblog-footer {
	text-align:right;
	margin-left:9px;
	margin-top:-20px !important;
}

.moreblog-footer {
	margin-top: -30px !important;
	border: none;
}

.podcast-link-desc {
	margin-left: 19px;
	margin-bottom: 4px;
}

.navhuge, .huge {
font-family: "batik regular", "amertype md bt", georgia, "lucida grande", "times new roman", serif;
font-size: 24pt;
}

.navlarge, .large {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 14pt;
}

.navmedium, .medium {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11pt;
}

.navsmall, .small {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9pt;
}

.music-table td {
	padding: 5px !important;
}

.music-page-table td {
	padding: 2px !important;
}

.music-track-table td {
	padding: 3px !important;
}

.music-container-table td {
	padding: 0px;
}

.music-row-table {
	border-spacing: 5px;
}

.music-row-table td {
	padding: 0px !important;
}

.music-rack-table {
	border-spacing: 4px;
}

.music-rack-table td {
	padding: 0px !important;
}

.music-image-table td {
	padding: 8px !important;
}

.music-cover-table {
	border-spacing: 1px;
}

.music-cover-table td {
	padding: 4px !important;
}

table.presskit, table.presskit th, table.presskit tr, .presskit tr td {
	padding: 4px !important;
	background: green;
}

td.normal, td.lightcell, td.lightercell {
	padding: 6px !important;
}


/* nav bar */

.navbar {
	display: table;
	padding: 0;
	margin: 20px 0 20px 0;
	width: 100%;
	max-width: 720px;
	font-size: 67%;
	text-transform: uppercase;
	font-weight: bold;
	height: auto;
}
.navbar a {
	text-decoration: none;
}
.navbar:after {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}
.navbar-inner {
	display: table-row;
}
.navbar-previous, .navbar-main, .navbar-next {
	display: table-cell;
	vertical-align: bottom;
}
.navbar-previous {
	max-width: 140px;
	text-align: left;
	margin-right: 10px;
}
.navbar-main {
	width: auto;
	max-width: 420px;
	text-align: center;	
}
.navbar-next {
	max-width: 140px;
	text-align: right;
	margin-left: 10px;
}



/* book listings */

.book-catalog {
	clear: left;
}

.book-ribbon {
	height: 170px;
	margin-bottom: 10px;
}

.book750 {
	float: left;
	visibility: visible;
}

.book450 {
	float: left;
	visibility: visible;
}

.book250 {
	float: left;
	visibility: visible;
	width: 350px;
	margin-bottom: 20px;
	margin-right: 10px;
}

.book150 {
	float: left;
	visibility: visible;
	width: 200px;
	height: 170px;
	margin-right: 10px;
	line-height: 1;
}
.book150 p {
	margin-bottom: 0.45em;
}
.book150 .mt-image-wrapper {
	padding: 3px 0 0 0;
}

.book000 {
	float: left;
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.ribbon-nav {
	float: left;
	width: 40px;
	cursor: pointer;
}

.ribbon-prev {
	margin-right: 10px;
}

.ribbon-next {
	margin-right: 0;
}


/* PayPal forms */

.formbox {
	float: left;
	width: auto;
	background: #ccc;
	border-width: 3px;
	border-style: double;
	border-color: #999;
	padding: 9px;
	margin-right: 10px;
}

.formlabel {
	padding-bottom: 2px;
}

.formselect {
	width: 100%;
	margin-bottom: 9px;
}

.forminput {
	width: 98%;
	margin-bottom: 9px;
}

.formimage, .formbutton {
	outline: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}


/* admin tables and forms */

table.reading-table {
	font-family: serif;
	font-size: 110%;
	display: block;
	float: left;
	margin-left: 16px;
}

table.reading-table th, table.reading-table td {
	padding: 6px;
}

table.reading-table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

table.reading-table th {
	background-color: #999;
	color: white;
	font-weight: bold;
	vertical-align: bottom;
}

table.reading-table td {
	vertical-align: top;
}


/* manuscript format */

.format-sheet {
	display: inline-block;
	border: 1px solid black;
	margin-bottom: 25px;
	padding: 80px;
        color: #000;
	-webkit-box-shadow: 5px 6px 4px -2px rgba(176,176,176,1);
	-moz-box-shadow: 5px 6px 4px -2px rgba(176,176,176,1);
	box-shadow: 5px 6px 4px -2px rgba(176,176,176,1);
}
.format-sheet.last-sheet {
	margin-bottom: 9px;
}
.format-sheet.mini {
	padding: 50px;
}
.format-sheet span, .format-sheet a,
.format-sheet a:hover, .format-sheet a:visited {
	color: #000;
	background-color: #e8f4ff;
	text-decoration: none;
}
.classic {
	font-family: Courier New, Courier, Lucida Console, monospace;
	font-size: 10pt;
	line-height: normal;
}
.classic.mini {
	font-size: 6.85pt;
	line-height: 7pt;
}
.modern {
	font-family: Times New Roman, serif;
	font-size: 11pt;
	line-height: 11.5pt;
}
.modern.mini {
	font-size: 7.45pt;
	line-height: 7pt;
}
.original {
	font-family: Lucida Console, Courier New, Courier, monospace;
	font-size: 10pt;
	line-height: 1.13em;
}
.format-viewing {
	padding: 0;
}
.format-viewing.long {
	padding-bottom: 3px;
}
.format-version {
	min-height: 23px;
	margin-top: 3px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.format-version.modern {
	letter-spacing: 1px;
}
.format-version.classic {
	padding-bottom: 3px;
}
.format-nav {
	font-weight: bold;
	font-family: Courier New, Courier, Lucida Console, monospace;
}
.title {
	width: 100%;
	margin: 0 auto;
	white-space: pre;
}
.left {
	float: left;
	white-space: pre;
}
.right {
	float: right;
	white-space: pre;
}
.text {
	clear: right;
	min-width: 520px;
	text-align: left;
	white-space: pre;
}
.mini .text {
	min-width: 358px;
}
.format-group {
	display: block;
	width: 680px;
	padding: 0;
}
.format-panel {
	display: block;
	width: 100%;
	border: 1px solid black;
	border-radius: 10px 10px 0 0;
	padding: 5px;
	margin-bottom: 7px;
	-webkit-box-shadow: 4px 5px 4px -2px rgba(176,176,176,1);
	-moz-box-shadow: 4px 5px 4px -2px rgba(176,176,176,1);
	box-shadow: 4px 5px 4px -2px rgba(176,176,176,1);
	color: black;
}
.hanging-chad .format-panel {
	border-radius: 0 0 10px 10px;
}
.format-panel:hover {
	background-color: white;
	text-decoration: none;
}
.format-sheet.clickable:hover,
.format-panel.clickable:hover,
.format-panel.downloadable:hover {
	cursor: pointer;
}
.format-panel.mini {
	width: auto;
}
.manila {
	background-color: #f8d775;
}
.manila-folder {
	background-color: #ffe9a2;
}
.format-panel.intro {
	padding: 10px 20px 13px 20px;
	font-size: larger;
	text-align: left;
}
.format-panel-table {
	display: table;
	width: 100%;
}
.format-panel-row {
	display: table-row;
}
.format-panel-cell {
	display: table-cell;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 3px;
}
.format-panel-cell:first-of-type {
	padding-left: 0;
}
.format-panel-cell a,
.format-viewing a,
.format-version a,
.format-panel-cell a:hover,
.format-viewing a:hover,
.format-version a:hover,
.format-panel-cell a:visited,
.format-viewing a:visited,
.format-version a:visited {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.format-license {
	max-width: 475px;
	text-align: center;
}
//.modern .text {
	min-width: 534px;
}
.mobile {
	display: none;
}
.nonmobile {
	display: block;
}
.nonnonmobile {
	display: none;
}


/* mobile device rules */

@media only screen and (max-device-width: 949px), screen and (max-width: 949px) {
	#alpha, #beta, #gamma {
		float: none;
		width: auto !important;
		left: 0 !important;
	}
	#container-inner {
		width: auto !important;
	}
	#content-inner, #header-inner, #footer-inner {
		clear: all;
		width: auto !important;
	}
	#alpha-inner, #beta-inner, #gamma-inner, .main-menu-list {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.widget-header, .widget-content, .main-menu-list {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	#header {
		background-size: cover !important;
	}
	.layout-mm .format-panel-table {
		width: 460px;
	}
	.layout-mm .crumb {
		margin: 20px 20px 10px 20px;
	}
}

@media only screen and (max-device-width: 759px), screen and (max-width: 759px) {
	.bee-calendar div:nth-child(n + 4) {
		clear: left !important;
	}
	.bee-calendar-nav {
		min-width: 50px !important;
		width: 50px !important;
		margin-bottom: 45px !important;
	}
	.bee-calendar-month {
		min-width: calc(100% - 210px) !important;
		width: calc(100% - 210px) !important;
		font-size: 18px !important;
		padding-top: 6px !important;
		margin-bottom: 45px !important;
	}
	.bee-calendar-header, .bee-calendar-blank {
		display: none !important;
	}
}

@media only screen and (min-device-width: 648px) and (max-device-width: 739px), screen and (min-width: 648px) and (max-width: 739px) {
	.format-sheet {
		padding: 76px;
		-webkit-box-shadow: 4px 5px 4px -2px rgba(176,176,176,1);
		-moz-box-shadow: 4px 5px 4px -2px rgba(176,176,176,1);
		box-shadow: 4px 5px 4px -2px rgba(176,176,176,1);
	}
	.format-group {
		width: 624px;
	}
	.classic, .original {
		font-size: 9pt;
	}
	.modern {
		font-size: 9pt;
		line-height: 11pt;
	}
	.text {
		min-width: 470px;
	}
	.format-version {
		min-height: 21px;
		font-size: 18px;
	}
	.format-version.classic {
		margin-top: 4px;
		padding-bottom: 3px;
	}
	.layout-mm .format-version {
		min-height: 23px;
		font-size: 20px;
	}
	.layout-mm .format-version.classic {
		margin-top: 3px;
	}
	.audio-player {
		width: 348px;
	}
}

@media only screen and (min-device-width: 624px) and (max-device-width: 647px), screen and (min-width: 624px) and (max-width: 647px) {
	.format-sheet {
		padding: 64px;
		-webkit-box-shadow: 3px 4px 4px -1px rgba(176,176,176,1);
		-moz-box-shadow: 3px 4px 4px -1px rgba(176,176,176,1);
		box-shadow: 3px 4px 4px -1px rgba(176,176,176,1);
	}
	.format-group {
		width: 548px;
	}
	.classic, .original {
		font-size: 8pt;
	}
	.modern {
		font-size: 8pt;
		line-height: 9.5pt;
	}
	.text {
		min-width: 418px;
	}
	.format-panel {
		font-size: smaller;
	}
	.format-panel.intro {
		font-size: small;
		padding-bottom: 11px;
	}
	.format-version {
		min-height: 19px;
		font-size: 15px;
	}
	.format-version.classic {
		margin-top: 5px;
		padding-bottom: 3px;
	}
	.layout-mm .format-viewing {
		font-size: 13px;
	}
	.layout-mm .format-version {
		min-height: 23px;
		font-size: 20px;
	}
	.layout-mm .format-version.modern {
		padding-top: 1px;
	}
	.layout-mm .format-version.classic {
		margin-top: 3px;
	}
	.audio-player {
		width: 336px;
	}
}

@media only screen and (min-device-width: 578px) and (max-device-width: 623px), screen and (min-width: 578px) and (max-width: 623px) {
	.format-sheet {
		padding: 42px 10px 64px 10px;
		border: none;
		-webkit-box-shadow: 0px 4px 2px -2px rgba(153,153,153,1);
		-moz-box-shadow: 0px 4px 2px -2px rgba(153,153,153,1);
		box-shadow: 0px 4px 2px -2px rgba(153,153,153,1);
	}
	.format-group {
		width: 438px;
	}
	.classic, .original {
		font-size: 8pt;
	}
	.modern {
		font-size: 8pt;
		line-height: 9.5pt;
	}
	.text {
		min-width: 418px;
	}
	.format-info .format-panel-cell {
		display: block;
		padding-left: 0;
	}
	.format-panel {
		font-size: smaller;
	}
	.format-panel.intro {
		font-size: small;
		padding-bottom: 11px;
	}
	.format-version {
		min-height: 19px;
		font-size: 18px;
	}
	.format-version.classic {
		margin-top: 4px;
		padding-bottom: 3px;
	}
	.layout-mm .format-viewing {
		font-size: 13px;
	}
	.layout-mm .format-version {
		min-height: 23px;
		font-size: 20px;
	}
	.layout-mm .format-version.modern {
		padding-top: 1px;
	}
	.layout-mm .format-version.classic {
		margin-top: 3px;
	}
	.audio-player {
		width: 324px;
	}
}

@media only screen and (min-device-width: 528px) and (max-device-width: 577px), screen and (min-width: 528px) and (max-width: 577px) {
	button.book-button, button.book-button-type {
		font-size: 12px;
		margin-right: 6px !important;
	}
	.format-sheet {
		padding: 42px 10px 64px 10px;
		border: none;
		-webkit-box-shadow: 0px 4px 2px -2px rgba(153,153,153,1);
		-moz-box-shadow: 0px 4px 2px -2px rgba(153,153,153,1);
		box-shadow: 0px 4px 2px -2px rgba(153,153,153,1);
	}
	.format-group {
		width: 438px;
	}
	.classic, .original {
		font-size: 8pt;
	}
	.modern {
		font-size: 8pt;
		line-height: 9.5pt;
	}
	.text {
		min-width: 418px;
	}
	.format-info .format-panel-cell {
		display: block;
		padding-left: 0;
	}
	.format-panel {
		font-size: smaller;
	}
	.format-panel.intro {
		font-size: small;
		padding-bottom: 11px;
	}
	.format-version {
		min-height: 19px;
		font-size: 18px;
	}
	.format-version.classic {
		margin-top: 4px;
		padding-bottom: 3px;
	}
	.layout-mm .format-viewing {
		font-size: 13px;
	}
	.layout-mm .format-version {
		min-height: 23px;
		font-size: 20px;
	}
	.layout-mm .format-version.modern {
		padding-top: 1px;
	}
	.layout-mm .format-version.classic {
		margin-top: 3px;
	}
	.audio-player {
		width: 312px;
	}
}

@media only screen and (min-device-width: 462px) and (max-device-width: 527px), screen and (min-width: 462px) and (max-width: 527px) {
	button.book-button, button.book-button-type {
		font-size: 11px;
		margin-right: 5px !important;
		padding: 2px 5px !important;
	}
	.format-sheet {
		padding: 42px 5px 64px 5px;
		border: none;
		-webkit-box-shadow: 0px 4px 2px -2px rgba(153,153,153,1);
		-moz-box-shadow: 0px 4px 2px -2px rgba(153,153,153,1);
		box-shadow: 0px 4px 2px -2px rgba(153,153,153,1);
	}
	.format-group {
		width: 428px;
	}
	.classic, .original {
		font-size: 8pt;
	}
	.modern {
		font-size: 8pt;
		line-height: 9.5pt;
	}
	.text {
		min-width: 418px;
	}
	.format-info .format-panel-cell {
		display: block;
		padding-left: 0;
	}
	.format-panel {
		font-size: smaller;
	}
	.format-panel.intro {
		font-size: small;
		padding-bottom: 11px;
	}
	.format-version {
		min-height: 19px;
		font-size: 18px;
	}
	.format-version.classic {
		margin-top: 4px;
		padding-bottom: 3px;
	}
	.layout-mm .format-viewing {
		font-size: 13px;
	}
	.layout-mm .format-version {
		min-height: 23px;
		font-size: 20px;
	}
	.layout-mm .format-version.modern {
		padding-top: 1px;
	}
	.layout-mm .format-version.classic {
		margin-top: 3px;
	}
	.audio-player {
		width: 300px;
	}
}

@media only screen and (max-device-width: 461px), screen and (max-width: 461px) {
	button.book-button, button.book-button-type {
		font-size: 10px;
		margin-right: 4px !important;
		padding: 2px 4px !important;
	}
	.format-group {
		width: 352px;
	}
	.format-sheet, .format-sheet.mini {
		padding: 32px 0px 48px 0px;
		border: none;
		-webkit-box-shadow: 0px 4px 2px -2px rgba(153,153,153,1);
		-moz-box-shadow: 0px 4px 2px -2px rgba(153,153,153,1);
		box-shadow: 0px 4px 2px -2px rgba(153,153,153,1);
	}
	.classic, .original {
		font-family: Lucida Console, Courier New, Courier, monospace;
		font-size: 7pt;
		line-height: normal;
	}
	.format-info .classic {
		font-family: Courier New, Courier, monospace;
	}
	.modern {
		font-size: 7pt;
		line-height: 8pt;
	}
	.text {
		min-width: 352px;
	}
	.format-info .format-panel-cell {
		display: block;
		padding-left: 0;
	}
	.format-nav .format-panel {
		padding: 2px;
	}
	.format-nav .format-panel-cell {
		padding-left: 5px;
	}
	.format-nav .format-panel-cell:first-of-type {
		padding-left: 0;
	}
	.format-panel {
		font-size: smaller;
	}
	.format-panel.intro {
		font-size: small;
		padding-bottom: 11px;
	}
	.format-version {
		min-height: 19px;
		font-size: 18px;
	}
	.format-version.classic {
		margin-top: 4px;
		padding-bottom: 3px;
	}
	.layout-mm .format-panel-table {
		width: 358px;
	}
	.layout-mm .format-viewing {
		font-size: 13px;
	}
	.layout-mm .format-version {
		min-height: 23px;
		font-size: 20px;
	}
	.layout-mm .format-version.modern {
		padding-top: 1px;
	}
	.layout-mm .format-version.classic {
		font-family: Courier New, Courier, monospace;
		margin-top: 3px;
	}
	.audio-player {
		width: 288px;
	}
}

@media only screen and (min-device-width: 670px) and (max-device-width: 939px), screen and (min-width: 670px) and (max-width: 939px) {
	.adswitch, .adswitch-335 {
		display: none;
	}
	.adswitch-670 {
		display: block;
	}
}

@media only screen and (max-device-width: 669px), screen and (max-width: 669px) {
	.adswitch, .adswitch-670 {
		display: none;
	}
	.adswitch-335 {
		display: block;
	}
}

@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
	.bee-annotation {
		clear: left;
		margin-left: 150px;
	}
}


/* Responsive Header */
.header-shadow {
    -webkit-box-shadow: 0px 4px 8px -2px rgba(153,153,153,1);
    -moz-box-shadow: 0px 4px 8px -2px rgba(153,153,153,1);
    box-shadow: 0px 4px 8px -2px rgba(153,153,153,1);
}
.header-fixed {
    width: 100%;
    top: 0px;
    height: 50px;
    text-align: left;
    background: black;
}
.toggle-push-left {
    display: none;
}
#header-name-narrow, #header-image-narrow {
    display: none;
}

/* Header After Scroll */
.header-contracted #header-content {
    margin: 0 !important;
}
.header-contracted #header-name {
    height: 50px;
}
.header-contracted #header-description {
    display: none;
    margin: 0;
}
.header-contracted #header-image {
    display: none;
}
.header-contracted #header-image-narrow {
    display: block;
    position: absolute;
    top: 0px;
    left: 40px;
}


/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Globals
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
button {
    font-family: Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Template
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
body {
    overflow-x: hidden
}
#wrapper {
    position: relative;
    z-index: 1000010;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
section {
    margin-bottom: 30px
}
section h1 {
    font-family: "Oswald", sans-serif;
    margin-bottom: 10px;
}
section p {
    margin-bottom: 30px
}
section p:last-child {
    margin-bottom: 0
}
section:last-child {
    margin-bottom: 0
}
section.toggle {
    text-align: center
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000015;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Toggle Buttons
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
.buttons {
    margin-bottom: 30px;
    text-align: center;
}
.buttons button {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 15px 30px;
    color: #fff;
    background-color: #67b5d1;
}
.buttons button:hover,
.buttons button.active {
    background-color: #3184a1
}
.buttons button:focus {
    outline: none
}
.book-buttons {
    display: block;
    font-size: 10pt;
    margin-bottom: 0;
}
.book-buttons a:active, .book-buttons a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
button.book-button, button.book-button-type, button.book-button-price {
    font-weight: bold;
    color: #fff;
    background-color: #999;
    border-radius: 6px;
    outline: none;
    margin-right: 7px;
    margin-bottom: 9px;
    padding: 3px 6px;
    -webkit-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3), 1px 2px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3), 1px 2px 4px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3), 1px 2px 4px 0 rgba(0,0,0,0.3);
}
button.book-button:active {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3), 0 2px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3), 0 2px 4px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3), 0 2px 4px 0 rgba(0,0,0,0.3);
    transform: translate(1px, 1px);
}
button.book-button-type {
    cursor: text;
}
button.book-button-price {
    cursor: text;
    font-weight: normal;
}
.book-button-more {
    margin-top: 30px;
    text-align: center;
}
.book-button-more button.book-button {
    border-radius: 6px;
    margin: 0;
    padding: 5px 10px;
    font-size: 18pt;
}
button.book-button-inverse {
    background: #fff;
    color: #67b5d1;
    border-color: #67b5d1;
    border-style: solid;
    border-width: thin;
}
button.book-button .fab {
    font-weight: normal;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Spelling Bee
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
.bee button {
    color: black;
    background-color: #FACA3C;
    font-size: medium;
    padding: 6px 14px;
    margin-bottom: 12px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}
.bee button:hover {
    background-color: #FDC51C;
}
.bee button:active {
    background-color: #FDC51C;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
    transform: translate(1px, 2px);
}
.bee button:focus {
    outline: none;
}
.bee input[type=text], .bee textarea {
    outline: none;
    padding: 6px 10px;
    border: 2px solid #FACA3C;
    border-radius: 4px;
    margin-bottom: 10px;
}
.bee input[type=text] {
    font-family: 'Times New Roman', serif;
    font-size: 13pt;
    width: 8em;
}
.bee input[type=checkbox] {
    width: 16px;
    height: 16px;
}
.bee textarea {
    resize: none;
    width: 100%;
    height: 16em;
    margin-bottom: 10px;
}
table.bee {
    border-spacing: 0;
}
.bee td {
    width: 1.5em;
    padding: 0 3px 3px 0;
    font-size: medium;
    text-align: right;
}
table.bee-small td {
    font-size: small;
}
.bee td.bee {
    width: 0.75em;
    text-align: left;
}
.bee td.bee-top {
    padding-bottom: 7px;
}
.bee td.bee-right {
    padding-left: 10px;
}
.bee td.bee-bottom {
    padding-top: 5px;
}
.bee td.bee-left {
    padding-right: 8px;
}
.bee-calendar {
	margin-top: 20px;
	font-weight: bold;
}
.bee-calendar div {
	display: block;
	float: left;
}
.bee-calendar div:nth-child(7n + 4) {
	clear: left;
}
.bee-calendar-nav, .bee-calendar-month,
.bee-calendar-header, .bee-calendar-cell,
.bee-calendar-blank {
	display: block;
	margin-right: 10px;
	margin-bottom: 25px;
}
.bee-calendar-nav {
	font-weight: normal;
}
.bee-calendar-nav-next {
	text-align: right;
}
.bee-calendar-month {
	min-width: 490px;
	width: 490px;
	font-size: 24px;
	text-align: center;
}
.bee-calendar-nav, .bee-calendar-header,
.bee-calendar-cell, .bee-calendar-blank {
	min-width: 90px;
	width: 90px;
}
.bee-calendar-header {
	font-size: 15px;
}
.bee-calendar-day {
	display: block;
	float: right;
	font-weight: bold;
	margin-bottom: 3px;
}
.bee-calendar-hive {
	font-weight: bold;
	font-size: 14.5px;
	margin-bottom: 10px;
	white-space: nowrap;
}
.bee-lexicon, ul.bee-lexicon li {
	font-size: medium;
	line-height: 1.5em;
	font-style: italic;
}
.bee-entry {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.bee-note {
	color: #FACA3C;
	font-style: italic;
	font-weight: bold;
}
.bee-annotation, .bee-annotation-fixed {
	margin-top: 1px;
	margin-bottom: 2px;
	font-size: small;
}
.bee-cell, .bee-cell-first {
	display: inline-block;
	float: left;
}
.bee-cell-first, .bee-annotation-fixed {
	width: 150px;
}
.bee-cell-first {
	clear: left;
}
.bee-cell-wide {
	width: 175px;
}
.faq {
	counter-reset: faq-counter;
}
.faq-question {
	counter-increment: faq-counter;
}
.faq-question::before {
	content: counter(faq-counter) ". ";
	color: #FACA3C;
	font-weight: bold;
}
.faq-answer {
	display: block;
}


/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Responsive Scroll Headers
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/* general style for expanded headers */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: white;
}
header,
.scroll-enabled,
.scroll-enabled #header-content,
.scroll-enabled #header-image,
.scroll-enabled #header-image-narrow,
.scroll-enabled #header-name,
.scroll-enabled #header-name-narrow,
.scroll-enabled #header-description {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Menus
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/* general style for all menus */
nav.menu {
    position: fixed;
    z-index: 1000020;
    background-color: black;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
nav.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}
nav.menu a {
    font-weight: bold;
    color: #fff;
}
button.close-menu {
    background-color: #3184a1;
    color: #fff;
}
button.close-menu:focus {
    outline: none
}
/* slide menu left and right, push menu left and right */
nav.push-menu-left {
    top: 0;
    width: 200px;
    height: 100%;
}
nav.push-menu-left li {
    display: block;
    text-align: left;
    padding-top: 5px;
}
nav.push-menu-left li:last-child {
    border-bottom: none
}
nav.push-menu-left a {
    display: block;
    font-size: 16pt;
    text-decoration: none;
}
nav.push-menu-left button.close-menu {
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #3184a1;
    color: #fff;
}
nav.push-menu-left {
    left: -200px;
}
body.pml-open nav.push-menu-left {
    left: 0;
}
body.pml-open #wrapper,
body.pml-open header {
    left: 200px;
}
li.showno {
    margin-left: 0.5em !important;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media all and (max-width: 500px) { 
	.toggle-push-left {
		display: block;
	}
	.header-shadow {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#header-content {
		margin: 0 !important;
	}
	#header-name, #header-description {
		display: none;
		margin: 0;
	}
	#header-image {
		display: none;
	}
	#header-name-narrow, #header-image-narrow {
		display: block;
		position: absolute;
		top: 0px;
		left: 40px;
	}
	.main-menu-list {
		display: none;
	}
}

@media print {
	#header {
		margin-top: -60px;
		height: 192px;
		-webkit-print-color-adjust: exact;
	}
	h1::before {
		content: " \A";
		display: block;
		white-space: pre-wrap;
	}
	.push-menu-left, .toggle-push-left, .fb-page, #adcontent, #duotrope {
		display: none;
	}
	.pane-footer {
		page-break-inside: avoid;
	}
}
