@font-face {
    font-family: 'Charter';
    src: url('/fonts/charter/charter_bold_italic-webfont.eot');
    src: url('/fonts/charter/charter_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/charter/charter_bold_italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Charter';
    src: url('/fonts/charter/charter_bold-webfont.eot');
    src: url('/fonts/charter/charter_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/charter/charter_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Charter';
    src: url('/fonts/charter/charter_italic-webfont.eot');
    src: url('/fonts/charter/charter_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/charter/charter_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Charter';
    src: url('/fonts/charter/charter_regular-webfont.eot');
    src: url('/fonts/charter/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/charter/charter_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Carto Gothic';
	src: url('/fonts/CartoGothicStd-Book.eot');
	src: url('/fonts/CartoGothicStd-Book.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/CartoGothicStd-Book.woff') format('woff'),
		 url('/fonts/CartoGothicStd-Book.ttf') format('truetype'),
		 url('/fonts/CartoGothicStd-Book.svg#CartoGothicStd-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Carto Gothic';
	src: url('/fonts/CartoGothicStd-Italic.eot');
	src: url('/fonts/CartoGothicStd-Italic.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/CartoGothicStd-Italic.woff') format('woff'),
		 url('/fonts/CartoGothicStd-Italic.ttf') format('truetype'),
		 url('/fonts/CartoGothicStd-Italic.svg#CartoGothicStd-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Carto Gothic';
	src: url('/fonts/CartoGothicStd-Bold.eot');
	src: url('/fonts/CartoGothicStd-Bold.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/CartoGothicStd-Bold.woff') format('woff'),
		 url('/fonts/CartoGothicStd-Bold.ttf') format('truetype'),
		 url('/fonts/CartoGothicStd-Bold.svg#CartoGothicStd-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Carto Gothic';
	src: url('/fonts/CartoGothicStd-BoldItalic.eot');
	src: url('/fonts/CartoGothicStd-BoldItalic.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/CartoGothicStd-BoldItalic.woff') format('woff'),
		 url('/fonts/CartoGothicStd-BoldItalic.ttf') format('truetype'),
		 url('/fonts/CartoGothicStd-BoldItalic.svg#CartoGothicStd-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome/fontawesome-webfont.eot?v=3.2.1');
  src: url('fontawesome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fontawesome/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fontawesome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fontawesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

.icon-twitter:before {
  content: "\f099";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-facebook:before {
  content: "\f09a";
}
/* General */
/* -------------------------------------------------- */

html						{ color: #111720; }

*							{ -moz-box-sizing: border-box; box-sizing: border-box; }

span.email:before			{ content: 'editor@mormonartist.net'; }

a							{ color: #aa3b44; }

hr							{ margin: 2em auto; border-width: 0; height: 1px; background: #ccc; text-align: center; width: 80%; }

::-moz-selection			{ color: #fff; background: #925055; }
::selection					{ color: #fff; background: #925055; }

p							{ -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; hyphens: auto; }

.normal						{ font-style: normal; }

.hidden						{ display: none; }

sup							{ vertical-align: 0; position: relative; top: -0.9ex; }
sub							{ vertical-align: 0; position: relative; top: 0.9ex; }


/* HTML5 elements */
/* -------------------------------------------------- */

article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, main { display: block; }


/* Body */
/* -------------------------------------------------- */

body						{ margin: 0; padding: 0; font-family: Charter, Georgia, serif; line-height: 1.5em; }


/* Site header */
/* -------------------------------------------------- */

#page > header				{ background: #111720; padding: 0px 25px; border-bottom: solid 5px #925055; }
#page > header h1			{ font-weight: 400; margin: 0 0 .5em 0; font-size: 1.5em; letter-spacing: -0.01em; display: inline-block; }
#page > header h1 a			{ color: #fff; text-decoration: none; padding: 8px 0; display: block; margin-top: 7px; }

#page > header #menu-button { float: right; padding: 14px 20px; top: 2px; margin-right: -20px; position: relative; cursor: pointer; z-index: 40000; }

#page > header div.links		{ margin-top: 1em; margin-right: -7px; }
#page > header div.links a		{ display: inline-block; color: #925055; padding: 7px; }
#page > header div.links a:hover	{ color: #fff; }

#page > header #ma-search	{ display: none; margin-right: 7px; }
#page > header #ma-search label			{ display: none; }
#page > header #ma-search input[type=text]	{ padding: 5px; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; border: solid 1px #533537; -moz-border-radius: 3px; border-radius: 3px; line-height: 1.1em; font-weight: bold; width: 90px; -moz-appearance: none; -webkit-appearance: none; background: none; color: #925055; }
#page > header #ma-search input[type=text]::-webkit-input-placeholder		{ color: #574143; } 
#page > header #ma-search input[type=text]::-moz-placeholder				{ color: #574143; } 
#page > header #ma-search input[type=text]:-ms-input-placeholder			{ color: #574143; } 
#page > header #ma-search input[type=text]:focus	{ outline: none; border-color: #444; }


/* Navigation */
/* -------------------------------------------------- */

nav[role=navigation] ul		{ margin: 0; padding: 0; list-style: none; line-height: 1.3em; }
nav[role=navigation] ul li	{ margin-bottom: 0; }
nav[role=navigation] ul li a		{ display: block; text-decoration: none; padding: 3px 0; color: #fff; }
nav[role=navigation] ul li a:hover	{ text-decoration: underline; }
nav[role=navigation] ul li.group	{ margin-top: 1em; }


/* Menu */
/* -------------------------------------------------- */

#page > header #menu		{ display: none; position: absolute; z-index: 50000; right: 0; padding: 15px 20px; box-shadow: 0 0 25px #000; background: #111720; text-align: right; min-width: 200px; }


/* Main content area */
/* -------------------------------------------------- */

#content					{ line-height: 1.45em; padding: 25px; font-size: 1.2em; }


/* Footer  */
/* -------------------------------------------------- */

#content > footer			{ margin-top: 5em; font-size: .8em; color: #999; line-height: 1.3em; }
#content > footer a			{ color: #999; }


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

#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6				{ font-weight: normal; margin: 1.45em 0 .25em; line-height: 1.2em; font-family: "Carto Gothic", "Lucida Grande", Helvetica, Arial, sans-serif; letter-spacing: -0.03em; }

#content h1					{ font-size: 1.7em; }
#content h2					{ font-size: 1.4em; letter-spacing: -0.02em; }
#content h3					{ font-size: 1.2em; }
#content h4					{ font-size: 1.1em; }
#content h5					{ font-size: 1em; }

#content h1:first-child		{ margin-top: 0; }

#content h1 + ul			{ margin-top: .5em; }
#content h2 + ul			{ margin-top: .5em; }
#content h3 + ul			{ margin-top: .5em; }
#content h4 + ul			{ margin-top: .5em; }
#content h5 + ul			{ margin-top: .5em; }

#content h1 + p				{ margin-top: .5em; }
#content h2 + p				{ margin-top: .5em; }
#content h3 + p				{ margin-top: .5em; }
#content h4 + p				{ margin-top: .5em; }
#content h5 + p				{ margin-top: .5em; }

#content h2 + h3			{ margin-top: .75em; }

#content article > p:first-child	{ margin-top: 1.5em; }

#content blockquote			{ margin: 1.25em 0px 1.25em 20px; line-height: 1.5em; border-left: solid 5px #bdd19a; padding-left: 15px; }
#content blockquote h3		{ font-size: 1.1em; }
#content h2 blockquote		{ line-height: 1.2em; }

#content ul					{ padding-left: 35px; }
#content ul li				{ margin-bottom: 5px; line-height: 1.35em; }

#content iframe				{ margin: .5em 0; max-width: 100%; height: auto; }
#content figure iframe		{ margin: 0 !important; }
#content div object			{ margin: 1em 0; }

#content pre				{ font-family: Monaco, Courier; border-top: solid 2px #ddd; border-bottom: solid 2px #ddd; background: #f3f3f3; padding: 10px; font-size: .8em; overflow-x: auto; line-height: 1.35em; margin: 1.5em 0; }
#content code				{ font-family: Monaco, Courier; font-size: .9em; }
#content p code,
	#content li code		{ color: #345678; padding: 2px 5px; -moz-border-radius: 3px; border-radius: 3px; background: #eee; font-size: .8em; }

#content table			{ margin-top: 1em; overflow-x: auto; max-width: 100%; }
#content th				{ vertical-align: top; border-bottom: solid 2px #ddd; padding: 0px 25px 2px 0; line-height: 1.2em; }
#content td				{ vertical-align: top; border-bottom: solid 1px #ddd; padding: 7px 25px 7px 0; line-height: 1.2em; }
#content td.name		{ font-size: 1em; font-weight: 600; line-height: 1.2em; }

#content p.date			{ margin: 5px 0 0; color: #999; font-style: italic; line-height: 1.2em; font-size: .9em; }

#content p.right		{ text-align: right; }

#content .readmore		{ font-style: italic; font-style: .8em; color: #666; margin-top: 3em; }
#content #commentform + a.readmore	{ margin-top: 1.5em; display: inline-block; }


/* Images */
/* -------------------------------------------------- */

#content figure				{ margin: 1em 0; line-height: 1em; }
#content figure img			{ max-width: 100%; }
#content figure.border img	{ border: solid 1px #ccc; }

#content figure figcaption	{ font-size: .6em; line-height: 1.3em; color: #888; margin: 2px 0 0; font-family: "Carto Gothic", Lucida Grande, Helvetica, Arial, sans-serif; text-transform: uppercase; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; hyphens: auto; }

#content .page figure.right.w200		{ max-width: 200px; }

#content figure + p			{ text-indent: 1.5em; }
#content p + figure			{ margin-top: 2em; }
#content p + iframe			{ margin-top: 2em; }

#content .caption ul		{ margin: 0; padding: 0; display: inline; list-style: none; }
#content .caption ul li		{ display: inline-block; margin-right: 5px; }
#content .caption ul li a	{ display: inline-block; padding: 2px 5px; background: #e6e6d3; -moz-border-radius: 1em; border-radius: 1em; line-height: 1em; font-size: .9em; font-weight: 600; text-decoration: none; color: #837b60; }

#content .caption ul li a:hover	{ text-decoration: underline; }

#content .floater			{ float: right; margin-left: 25px; margin-bottom: 25px; margin-top: 5px; }

a:hover img                 { background: inherit; opacity: 0.8; }

#content img.cover			{ max-width: 100%; }


/* Comments */
/* -------------------------------------------------- */

#comments					{ margin-top: 5em; font-size: .9em; line-height: 1.4em; }

#comments h2				{ font-size: 1.3em; }

#comments > ol					{ padding-left: 35px; }
#comments > ol > li				{ margin-top: 1.5em; }
#comments > ol > li + li		{ margin-top: 2em; }
#comments > ol > li h3			{ margin: 0; font-size: 1.1em; }
#comments > ol > li h3 a		{ color: #111720; text-decoration: none; }
#comments > ol > li h3 a:hover	{ text-decoration: underline; }
#comments > ol > li time		{ margin-top: 0; display: block; font-size: .9em; color: #888; }
#comments > ol > li time a		{ color: #888; text-decoration: none; }

#comments > ol > li ol			{ margin: 1em 0; }
#comments > ol > li ol li + li	{ margin-top: .25em; }

#content #comments p			{ margin-top: .75em; margin-bottom: 0; }
#content #comments p + p		{ text-indent: 0; }

.commentadmin				{ color: #aaa; font-size: .75em; margin-left: 3px; line-height: 1.1em; }


/* Comment form */
/* -------------------------------------------------- */

#commentform, #respond		{ font-size: .9em; line-height: 1.3em; margin-top: 3em; }
#respond > #commentform		{ margin-top: 0; font-size: 1em; }

#commentform h2				{ font-size: 1.1em; }
#respond h3					{ font-size: 1.1em; }

#respond p.comment-form-comment	{ margin: 0; }
#respond p.form-submit		{ margin-top: 0; }

.comment-awaiting-moderation	{ background: #aeca93; padding: 15px; }

#commentform form			{ display: none; }

#commentform label			{ display: block; margin-top: 15px; margin-bottom: 2px; }
#commentform input[type=text],
	#commentform input[type=email],
	#commentform input[type=url]
							{ width: 100%; max-width: 325px; font-size: 1em; font-family: Charter, Georgia, serif; border: solid 1px #bbb; -moz-border-radius: 2px; border-radius: 2px; padding: 0 3px; -moz-appearance: none; -webkit-appearance: none; }
#commentform form *:focus	{ outline: none; border-color: #555; }

#commentform textarea		{ width: 100%; height: 80px; font-size: 1em; font-family: Charter, Georgia, serif; border: solid 1px #bbb; -moz-border-radius: 2px; border-radius: 2px; padding: 3px; -moz-appearance: none; -webkit-appearance: none; margin-top: 20px; line-height: 1.3em; }
#commentform textarea:focus	{ outline: none; border-color: #555; }
#commentform label + textarea	{ margin-top: 0; }

#commentform input[type=submit]	{ -moz-appearance: none; -webkit-appearance: none; background: #d7e9f3; border: none; font-size: 1.1em; font-family: Charter, Georgia, serif; padding: 8px 10px 10px; width: 100%; max-width: 325px; line-height: 1.2em; -moz-border-radius: 3px; border-radius: 3px; color: #105e83; margin-top: 15px; }
#commentform input[type=submit]:hover	{ cursor: pointer; background: #6a96b3; color: #fff; }

#commentform #spinner		{ background: #eee; display: none; padding: 8px 10px 10px; width: 100%; max-width: 325px; -moz-border-radius: 3px; border-radius: 3px; margin-top: 15px; text-align: center; }
#commentform #spinner img	{ margin: 0px auto; }

#commentform .invisible		{ text-indent: -1000em; display: none; }

#commentform .success,
	#commentform .error		{ margin-top: 15px; padding: 8px 10px; font-style: italic; font-size: 1em; -moz-border-radius: 3px; border-radius: 3px; line-height: 1.4em; display: none; max-width: 650px; }

#commentform .success		{ background: #c9d8b7; color: #3d5026; }
#commentform .error			{ background: #cfa69f; color: #902323; }


/* Mormon Artist specific stuff */
/* -------------------------------------------------- */

.date						{ font-family: "Carto Gothic", Lucida Grande, Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: .9em; line-height: 1.3em; color: #888; }

.byline						{ font-family: "Carto Gothic", Lucida Grande, Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: .8em; line-height: 1.3em; margin-top: .5em; color: #888; }

#content .byline ul.tags	{ margin-left: 0; }
#content ul.tags			{ list-style: none; padding: 0; margin-bottom: 0; display: inline; margin-left: 5px; }
#content ul.tags li			{ display: inline; margin-bottom: 0; }
#content ul.tags li + li	{ margin-left: 5px; }
#content ul.tags li a		{ display: inline; text-decoration: none; color: #547ba3; }

.bio						{ margin-top: 1em; font-style: italic; line-height: 1.4em; }
.bio .norm					{ font-style: normal; }
.bio img					{ float: right; max-width: 100px; margin-left: 20px; margin-bottom: 15px; }

.credit						{ margin-top: 1.5em; font-size: .8em; color: #999; line-height: 1.2em; }

.issuelink					{ margin-top: 1em; font-style: italic; }

.social						{ margin-top: 1.5em; }

#content article.page > article	{ margin-top: 1.75em; }

#content article.page > article > h2		{ font-size: 1.05em; line-height: 1.2em; margin: 1.75em 0 .4em; font-family: "Carto Gothic", Lucida Grande, Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; }
#content h2 + p				{ margin-top: 0; }

#content article.page p					{ margin-bottom: 0; }
#content article.page p:first-child		{ margin-top: 0; }
#content article.page article h2:first-child		{ margin-top: 0; }
#content article.page p + p				{ margin-top: 0; text-indent: 1.5em; }
#content p.spaced			{ margin-top: 1em; text-indent: 0; }

#content article.page.podcast p	{ margin: .75em 0 !important; text-indent: 0; }

div.item					{ margin: 1.25em 0; }
div.workscited p			{ text-indent: -2em !important; margin-left: 2em !important; font-size: .9em; margin-bottom: .75em !important; }

div.jump						{ font-size: .9em; color: #acacac; }
div.jump a						{ text-decoration: none; font-style: italic; }


/* Poetry */

#content .poetry				{ margin: 1em 0; }
#content .poetry p				{ margin: 0 0 0 4em; text-indent: -2em !important; }
#content .poetry p.stanza		{ margin-top: 1em; }
#content .poetry p.indent		{ margin-left: 6em; }


/* Plays */

#content .play					{ margin: 1em 0; line-height: 1.4em; }
#content .play section			{ line-height: 1.2em; }
#content .play section label	{ font-weight: bold; }
#content .play section + section	{ margin-top: .35em; }
#content .play .line			{ margin-left: 2em; text-indent: -1em; }
#content .play .line + .line	{ margin-top: .1em; }
#content .play .line.first		{ margin-top: .1em; }
#content .play .stagedirection	{ margin-left: 2em; font-style: italic; margin-top: .5em; margin-bottom: .5em; }
#content .play .excerpt			{ margin: .65em 0 1em 3em; }



#content ul.list				{ padding: 0; margin: .75em 0 0; list-style: none; }
#content ul.list > li				{ overflow: hidden; padding: 0; margin-bottom: 15px; }

#content ul.list:not(.no-image) > li {
	display: flex;
	-webkit-display: flex;
}

#content ul.list > li a			{ line-height: 1.2em; display: inline-block; }
#content ul.list > li img		{ width: 40px; height: 40px; margin-right: 10px; margin-bottom: 10px; -moz-border-radius: 2px; border-radius: 2px; }
#content ul.list > li .sub		{ font-size: .8em; font-style: italic; line-height: 1.2em; margin-top: 4px; }
#content ul.list > li .data {
	-webkit-flex: 1;
	flex: 1;
}

#content article.home li img	{ width: 50px; height: 50px; }
#content article.home p:first-child		{ margin-top: 0; }

#content ul.list.compressed		{ font-size: .9em; }
#content ul.list.compressed li	{ margin-bottom: 7px; }
#content ul.list.compressed li time	{ font-size: .9em; font-style: italic; color: #999; }

.issue #content a:first-child + h1	{ margin-top: 0; }
.issue #content h2			{ margin: 0; }
.issue img.issue-cover		{ float: right; max-width: 150px; margin-left: 20px; margin-bottom: 20px; }

.name						{ font-weight: bold; }

/* Comment form */
/* -------------------------------------------------- */

#commentform				{ font-size: .9em; line-height: 1.3em; margin-top: 3em; }

#commentform h2				{ font-size: 1.1em; }

#commentform form			{ display: none; }

#commentform label			{ display: block; margin-top: 15px; margin-bottom: 2px; }
#commentform input[type=text],
	#commentform input[type=email],
	#commentform input[type=url]
							{ width: 100%; max-width: 325px; font-size: 1em; font-family: Charter, Georgia, serif; border: solid 1px #bbb; -moz-border-radius: 2px; border-radius: 2px; padding: 0 3px; -moz-appearance: none; -webkit-appearance: none; }
#commentform form *:focus	{ outline: none; border-color: #555; }

#commentform textarea		{ width: 100%; height: 80px; font-size: 1em; font-family: Charter, Georgia, serif; border: solid 1px #bbb; -moz-border-radius: 2px; border-radius: 2px; padding: 3px; -moz-appearance: none; -webkit-appearance: none; margin-top: 20px; line-height: 1.3em; }
#commentform textarea:focus	{ outline: none; border-color: #555; }
#commentform label + textarea	{ margin-top: 0; }

#commentform input[type=submit]	{ -moz-appearance: none; -webkit-appearance: none; background: #d7e9f3; border: none; font-size: 1.1em; font-family: Charter, Georgia, serif; padding: 8px 10px 10px; width: 100%; max-width: 325px; line-height: 1.2em; -moz-border-radius: 3px; border-radius: 3px; color: #105e83; margin-top: 15px; }
#commentform input[type=submit]:hover	{ cursor: pointer; background: #6a96b3; color: #fff; }

#commentform #spinner		{ background: #eee; display: none; padding: 8px 10px 10px; width: 100%; max-width: 325px; -moz-border-radius: 3px; border-radius: 3px; margin-top: 15px; text-align: center; }
#commentform #spinner img	{ margin: 0px auto; }

#commentform .invisible		{ text-indent: -1000em; display: none; }

#commentform .success,
	#commentform .error		{ margin-top: 15px; padding: 8px 10px; font-style: italic; font-size: 1em; -moz-border-radius: 3px; border-radius: 3px; line-height: 1.4em; display: none; max-width: 650px; }

#commentform .success		{ background: #c9d8b7; color: #3d5026; }
#commentform .error			{ background: #cfa69f; color: #902323; }


/* Blog */
/* -------------------------------------------------- */

.post + .post				{ margin-top: 3em; }
.navigation					{ margin-top: 2em; border-top: solid 1px #ddd; padding-top: 10px; }
.navigation a				{ text-decoration: none; font-size: .9em; }
.navigation a + a			{ float: right; }
.navigation.top				{ margin-top: 0; border-top: none; padding-top: 0; margin-bottom: 2em; border-bottom: solid 1px #ddd; padding-bottom: 10px; }


/* Audio */
/* -------------------------------------------------- */

.audioplayer				{ margin: 1.5em 0 1.5em; padding: 10px; background: #000; -moz-border-radius: 5px; border-radius: 5px; }
.audioplayer label			{ display: block; color: #fff; font-family: "Carto Gothic", Lucida Grande, Helvetica, Arial, sans-serif; }
.audioplayer label a		{ color: #fff; text-decoration: none; }
.audioplayer .mejs-container { max-width: 100% !important; width: 100% !important; }
.audioplayer .mejs-container .mejs-controls	{ background: none; width: 100%; }


/* Media queries */
/* -------------------------------------------------- */

@media screen and (min-width: 450px) {
	#page > header			{ padding: 15px 30px; }
	#page > header #menu	{ padding: 15px 30px; font-size: 1.1em; top: 86px; }

	#content				{ font-size: 1.2em; padding: 30px; }
	#content article.page > article > h2		{ font-size: 1em; }

	#content iframe			{ height: 300px; }

	#content .page figure.right		{ float: right; max-width: 150px; margin: 1.75em 0px 30px 30px; }
	#content p + figure.right		{ margin-top: 1em; }
	#content .page figure:first-child	{ margin-top: 0; }
	#content .page figure + p	{ margin-top: 0; }
	#content .page figure + h2	{ margin-top: 0; }
}

@media screen and (min-width: 550px) {
	#page > header			{ padding: 15px 45px; font-size: 1.4em; }
	#page > header #menu	{ padding: 30px 45px; font-size: .9em; top: 90px; }

	#menu-button img		{ width: 18px; }

	#content				{ padding: 45px; }

	#content .page figure.right		{ max-width: 200px; }
}

@media screen and (min-width: 650px) {
	#page > header			{ padding: 15px 65px; }
	#page > header #menu	{ padding: 45px 65px; }

	#content				{ padding: 65px; }

	#content .page figure.right		{ max-width: 250px; }
}

@media screen and (min-width: 750px) {
	#page					{ overflow: hidden; }

	#page > header			{ background: none; width: 30%; float: left; margin-top: 74px; text-align: right; padding-right: 30px; padding-left: 20px; border-bottom: none; font-size: 1em; }
	.home #page > header	{ margin-top: 71px; }
	#background				{ position: fixed; background: #111720; top: 0; left: 0; bottom: 0; width: 30%; z-index: -100; }

	#page > header #menu-button { display: none; }
	#page > header #menu		{ position: inherit; padding: 0; margin-top: .5em; box-shadow: none; background: none; display: block; font-size: 1.1em; min-width: 150px; }
	#page > header div.links	{ font-size: .9em; margin-right: -5px; }
	#page > header div.links a	{ padding: 5px; }

	#page > header #bcn-search	{ margin-right: 5px; }

	#content article.page > article > h2		{ font-size: 1.1em; }

	#content					{ width: 70%; float: left; padding: 30px; padding-top: 100px; font-size: 1.3em; }

	nav[role=navigation] ul		{ margin-top: .5em; }
	nav[role=navigation] ul li a	{ display: block; text-decoration: none; color: #fff; }
	nav[role=navigation] ul li.group	{ margin-top: 1em; }

	#content img.thumbnail		{ max-width: 180px; }

	#content ul.itemlist li img		{ max-width: 60px; }
	#content .floater			{ max-width: 2000px; }

	#comments					{ margin-top: 7em; }
	#comments ol				{ padding-left: 40px; }

	#content iframe				{ height: 350px; }
}

@media screen and (min-width: 850px) {
	#page > header			{ padding-right: 50px; }

	#content					{ padding: 100px 50px 50px; }

	#content article.entry footer ul.categories		{ margin: 0; padding: 3px 8px; display: inline-block; border-left: dotted 1px #999; }

	.issue img.issue-cover	{ max-width: 250px; margin-left: 35px; margin-bottom: 35px; }
}

@media screen and (min-width: 1000px) {
	#page > header			{ padding-right: 75px; }

	#content				{ padding: 100px 75px 75px; }

	#content .page figure.right	{ max-width: 300px; }
}

@media screen and (min-width: 1150px) {
	#page > header			{ font-size: 1.1em; margin-top: 76px; }
	.home #page > header	{ margin-top: 73px; }

	#content					{ padding-left: 150px; padding-bottom: 150px; max-width: 850px; }
}

.message {
	background: #cdefc2;
	border-radius: 3px;
	padding: 10px 14px;
}
