/*
Modified by Alexander Ihler for cml.ics.uci.edu
  Colors: 4D70B8  /  B8DBFF = rgb(143, 170, 224) [alt: ADC2EB = rgb(173, 194, 235)]
  Older: 8FAAE0 / B8DBFF = rgb(143, 170, 224)


Theme Name: BonPress – WordPress.com
Theme URI: http://theme.wordpress.com/themes/bonpress/
Description: BonPress is the perfect personal blog theme. Packed with Post Formats and subtle details, it offers a unique blogging experience.
Version: 1.0
Author: WPZOOM
Author URI: http://www.wpzoom.com/
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/BebasNeue-webfont.woff') format('woff'),
	     url('fonts/BebasNeue-webfont.ttf') format('truetype'),
	     url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Genericons';
	src: url('fonts/genericons-regular-webfont.eot');
	src: url('fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/genericons-regular-webfont.woff') format('woff'),
	     url('fonts/genericons-regular-webfont.ttf') format('truetype'),
	     url('fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =Global
----------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html {
	font-size: 62.5%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #e9e7e0;
	border-top: 20px solid #1c1a1a;
}

body,
button,
input,
select,
textarea {
	color: #434040;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

a {
	color: #4861AE;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

abbr[title] {
	border-bottom: 1px dotted;
}

address,
dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	white-space: pre-wrap;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	margin: 0 1.5rem;
}

blockquote blockquote {
	margin-right: 0;
}

.quote-caption,
.quote-caption cite,
blockquote cite {
	font-family: sans-serif;
	font-style: normal;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	font-size: 2.6rem;
	margin: 0.67em 0;
}

h2 {
	font-size: 2.2rem;
}

h3 {
	font-size: 2.0rem;
}

h4 {
	font-size: 1.6rem;
}

h5 {
	font-size: 1.4rem;
}

h6 {
	font-size: 1.2rem;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5rem;
}

/* Text elements */
p {
	margin: 0 0 1.5rem;
}
ul,
ol {
	margin: 0 0 1.5rem 2rem;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5rem;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5rem 1.5rem;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
address {
	margin: 0 0 1.5rem;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6rem;
	padding: 1.6rem;
	overflow: auto;
	max-width: 100%;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
select {
	text-transform: none;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.menu-toggle {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fbf9f0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 1.4rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.menu-toggle:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.menu-toggle:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.menu-toggle:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow:         inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 7px 4px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Icons Font */
.genericon:before,
.comment-reply-link:before,
.comment-reply-login:before {
	display: inline-block;
	height: 16px;
	text-decoration: inherit;
	font-family: 'Genericons';
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: text-bottom;
	width: 16px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0.3em 1.5em 0.3em 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0.3em 0 0.3em 1.5em;
}

img.aligncenter,
.wp-caption.aligncenter {
	margin: 0.3em auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="navigation"]:before,
[class*="navigation"]:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="navigation"]:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Site
----------------------------------------------- */

.site {
	width: 1000px;
}


.widget-area {
	background: #e9e7e0;
	clear: left;
	float: left;
	width: 256px;
}

.content-area {
	background-color: #f6f5ef;
	float: right;
	max-width: 744px;
	width: 100%;
}

.site-content {
	margin-top: 0px;  /* 42px */
 	padding-bottom: 22px;
}


/* =Header
----------------------------------------------- */
.all-header {
	float: left;
	margin: 0 0 0 0; /*42px;*/
	width: 100%;
}

.all-header hgroup {
	background-color: #4D70B8;
	background-image: url('/wp-content/uploads/cml/cml-edge.jpg');
	min-height: 142px;  /* match cml-edge and cml-curve */
	color: #fff;
	padding: 0 0 0 0;
	text-align: left;
}
.all-header img { float:left; }
.all-header h1, .all-header h2 {
	text-align: right;
	clear:right;
	margin-right: 42px;
}
.all-header h1:after, .all-header h2:after { clear:right; }


.site-header {
	float: left;
	margin-top: 0px; /*42px;*/
	width: 256px;
}

.site-header hgroup.hgroup-txt {
	background-color: #4D70B8;
	color: #fff;
	padding: 33px 10px;
	text-align: center;
}

<!--
.site-header hgroup.hgroup-txt > img { display:none; }

.site-header hgroup.hgroup-img {
	background-color: #4D70B8; /*#01049d;*/
	background-image: url('/wp-content/uploads/cml/cml-edge.jpg');
	color: #fff;
	padding: 0 0 0 0;
	text-align: left;
}
hgroup img { border:0px solid #01049d; padding:0 0 0 0; margin:0 0 0 0; }

.site-header hgroup.hgroup-img > h1, .site-header hgroup.hgroup-img > h2 { display:none; }
-->
.site-header hgroup.hgroup-txt { display:none; }
.site-header hgroup.hgroup-img { display:none; }


.page-header { margin-top:0px; }
.page-header hgroup {
	background-color: #4D70B8;
	background-image: url('/wp-content/uploads/cml/cml-edge.jpg');
	color: #fff;
	padding: 10px 33px;
	text-align: right;
	height:142px;
}


.site-title {
	font-family: inherit;
	font-size: 2.6rem;
	margin: 0;
}

.site-title a {
	color: #fff;
}

.site-description {
	font-size: 1.2rem;
	font-weight: normal;
}


/* =Menu
----------------------------------------------- */

.navigation-main ul {
	list-style: none;
	margin: 0;
}
.navigation-main li {
	position: relative;
	margin-bottom: 5px;
	padding: 5px 10px 5px 25px
}
.navigation-main a {
	color: #2d2d2d;
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	background: #4D70B8;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 0;
		left: 100%;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	color: #fff;
	width: 20rem;
}

.navigation-main li a:not(:only-child):after {
	color: #B8DBFF;
	content: "\00BB";
	float: right;
}

.navigation-main ul ul li {
	margin: 0;
}

.navigation-main li:hover {
	background: #4D70B8;
}

.navigation-main li:hover > a {
	color: #fff;
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
	color: #B8DBFF;
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
  color:#fff;
}
.navigation-main li.current_page_item,
.navigation-main li.current-menu-item {
  background:#4D70B8;
}


/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

/* =Content
----------------------------------------------- */

.sticky {
}

.archive .page-title,
.search .page-title,
.error404 .page-title {
	background: #fff;
	border-bottom: 1px solid #e9e7e0;
	color: #4D70B8 ;
	float: right;
	font-family: Georgia,serif;
	font-size: 2rem;
	font-weight: normal;
	margin-top: 0;
	padding: 10px 20px;
	text-align: center;
}

.taxonomy-description  {
	clear: right;
	padding: 1.7rem 2.4rem 1.7rem 10.6rem;
}

.hentry {
	background-color: #fff;
	border-bottom: 1px solid #e9e7e0;
	margin: 0 0 5rem;
	position: relative;
}

[class*="content"] img {
	border: 4px solid #e9e7e0;
}

[class*="content"] a {
	word-wrap: break-word;
}

.single .entry-header {
	border-bottom: 1px solid #e9e7e0;
	padding: 1.7rem 2.4rem 1.7rem 10.6rem;
}

.entry-format .genericon,
.genericon.entry-format {
	display: block;
	height: 3.2rem;
	left: 4rem;
	overflow: hidden;
	position: absolute;
	top: 1.8rem;
	width: 3.2rem;
}
.entry-format .genericon:before {
	color: #4D70B8;
	font-size: 3.2rem;
	padding-bottom: 5px;
	vertical-align: baseline;
}

.format-standard .genericon.entry-format:before {
	content: '\f100';
	font-size: 3.2rem;
	padding-bottom: 5px;
	vertical-align: baseline;
}

.format-aside .entry-format .genericon:before {
	content: '\f101';
}

.format-audio .entry-format .genericon:before {
	content: '\f109';
}

.format-chat .entry-format .genericon:before {
	content: '\f108';
}

.format-image .entry-format .genericon:before {
	content: '\f102';
}

.format-gallery .entry-format .genericon:before {
	content: '\f103';
}

.format-link .entry-format .genericon:before {
	content: '\f107';
}

.format-quote .entry-format .genericon:before {
	content: '\f106';
}

.format-status .entry-format .genericon:before {
	content: '\f105';
}

.format-video .entry-format .genericon:before {
	content: '\f104';
}

.sticky .genericon.entry-format:before,
.sticky .entry-format .genericon:before {
	content: '\f308';
}

.entry-format .genericon:hover {
	text-decoration: none;
}

.entry-format .genericon:hover:before {
	color: #535656;
}

.entry-title {
	border-bottom: 1px solid #e9e7e0;
	font: 3rem/1.4 Georgia, serif;
	margin: 0;
	padding: 1.3rem 2.4rem 1.3rem 10.6rem;
}

.single .entry-title {
	border-bottom: none;
	padding: 0;
}

.entry-title a {
	color: #3b3737;
}

.entry-content,
.entry-summary {
	padding: 1.7rem 2.4rem 1.7rem 10.6rem;
}

.more-link {
	background: #4D70B8;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	font-family: BebasNeueRegular,Arial,sans-serif;
	font-size: 1.6rem;
	padding: 0.3rem 1.9rem;
	text-transform: uppercase;
	bottom: 0.9rem;
	position: absolute;
	right: 2.4rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5rem;
}

.entry-meta {
	font-size: 1.3rem;
}

.entry-meta [rel="tag"] {
	background: #4D70B8;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font: normal 1.4rem BebasNeueRegular,Arial,sans-serif;
	margin: 0 10px 5px 0;
	padding: 3px 15px;
	text-transform: uppercase;
}

.more-link:hover,
.entry-meta [rel="tag"]:hover {
	background: #f59984;
	text-decoration: none;
}

footer.entry-meta {
	border-top: 1px solid #e9e7e0;
	padding: 1.3rem 2.4rem 1.3rem 10.6rem;
}

.entry-header .entry-meta {
	margin-top: 1rem;
}

.entry-header .entry-title ~ .entry-meta {
	margin: 0;
}

.entry-meta > * {
	margin-right: 2rem;
}

.single-attachment .entry-meta > * {
	margin-right: auto;
}

.entry-meta a {
	color: #777;
}

.entry-meta .genericon:before {
	color: #4D70B8;
}

.genericon.entry-date:before {
	content: '\f303';
}

.genericon.cat-links:before {
	content: '\f301';
}

.genericon.comments-link:before {
	content: '\f300';
}

.genericon.edit-link:before {
	content: '\f411';
}

/* =Links
----------------------------------------------- */

.blog .format-link .entry-title,
.archive .format-link .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

[class*="content"] .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	max-width: 100%;
	position: relative;
}
.wp-caption img[class*="wp-image-"] {
	border: 0;
}
.wp-caption-text {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	color: #fff;
	font-size: 1rem;
	margin: 0 4px 4px;
	max-height: 50%;
	max-width: -webkit-calc(100% - 8px);
	max-width:         calc(100% - 8px);
	overflow: hidden;
	padding: 3px 8px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
}

.site-content .gallery {
	margin-bottom: 1.5rem;
}
.gallery {
	text-align: center;
}

.gallery-item {
	display: inline-block;
	margin: 10px;
	position: relative;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	width: -webkit-calc(50% - 20px);
	width:         calc(50% - 20px);
}

.gallery-columns-3 .gallery-item {
	width: -webkit-calc(33% - 20px);
	width:         calc(33% - 20px);
}

.gallery-columns-4 .gallery-item {
	width: -webkit-calc(25% - 20px);
	width:         calc(25% - 20px);
}

.gallery-columns-5 .gallery-item {
	margin: 5px;
	width: -webkit-calc(20% - 10px);
	width:         calc(20% - 10px);
}

.gallery-columns-6 .gallery-item {
	margin: 5px;
	width: -webkit-calc(16.6% - 10px);
	width:         calc(16.6% - 10px);
}

.gallery-columns-7 .gallery-item {
	margin: 5px;
	width: -webkit-calc(14.28% - 10px);
	width:         calc(14.28% - 10px);
}

.gallery-columns-8 .gallery-item {
	margin: 5px;
	width: -webkit-calc(12.5% - 10px);
	width:         calc(12.5% - 10px);
}

.gallery-columns-9 .gallery-item {
	margin: 5px;
	width: -webkit-calc(11.1% - 10px);
	width:         calc(11.1% - 10px);
}

.gallery-columns-10 .gallery-item {
	margin: 5px;
	width: -webkit-calc(10% - 10px);
	width:         calc(10% - 10px);
}
.gallery-caption{
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.entry-attachment + p {
	margin: 1.5rem 0;
}

/* Audio/Video Shortcode */
.mejs-controls .mejs-button button {
	box-shadow: none;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #e9e7e0;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #4D70B8;
}


/* =Navigation
----------------------------------------------- */

[class*="navigation"] {
	margin: 0 0 1.5rem;
}

[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}

[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.navigation-paging [class*="nav-"] {
	height: 60px;
}

.navigation-paging .nav-previous {
	margin-left: -3rem;
}

.navigation-paging .nav-next {
	margin-right: -3rem;
}

.navigation-paging a {
	display: block;
	height: 6rem;
	line-height: 1;
	position: relative;
	text-decoration: none;
	width: 60px;
	z-index: 1;
}

.navigation-paging .nav-next a {
	float: right;
}

/*was: 239, 111, 85*/
.navigation-paging .meta-nav {
	background-color: rgba(143, 170, 224, .7); 
	border-radius: 50%;
	color: #f3e4e0;
	font-size: 5.8rem;
	padding: 0 2rem;
}

.navigation-paging a:hover .meta-nav {
	background-color: rgba(143, 170, 224, 1);
}

.navigation-post {
	margin: 0;
	padding: 0 2.4rem 0 10.6rem;
}

.navigation-main {
	background: #e9e7e0;
	margin: 0;
	padding: 25px 0;
}

.navigation-image {
	margin: 1.5rem 0 0;
}

/* =Comments
----------------------------------------------- */

.comments-area {
	padding: 1.7rem 0 1.7rem 10.6rem;
}

.comments-title {
	color: #262525;
	font: italic 2.2rem normal Georgia,serif;
}

.comment-list {
	margin: 0;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
}

article.comment,
.pingback {
	border-top: 1px solid #e9e7e0;
	padding: 0 0 8px;
	position: relative;
}

.pingback {
	padding-top: 1.5rem;
}

.pingback p {
	margin-bottom: 0.5rem;
}

.pingback .edit-link {
	margin-left: 2rem;
}

.comment-footer {
	border-top: 3px solid #e9e7e0;
	float: left;
	padding-top: 1.5rem;
	width: 35%;
}

.comment-author .avatar {
	border: 3px solid #fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 10px 10px 0;
}

.says {
	display: none;
}

.fn,
.fn .url {
	color: #3b3d3e;
	font-size: 14px;
	font-style: normal;
}

.comment-meta {
	color: #8d8d8d;
	font-size: 12px;
	margin-top: 5px;
}

.comment-meta a {
	color: #8d8d8d;
}

.comment-meta a:hover {
	color: #484040;
	text-decoration: none;
}

.comment-meta .edit-link {
	display: block;
}

.comment-content {
	float: right;
	padding: 1.5rem;
	width: 65%;
}

.comment .reply {
	clear: both;
	float: right;
	height: 20px;
	margin-right: 3px;
	text-transform: uppercase;
}

.comment-reply-link,
.comment-reply-login {
	color: #7d7d7d;
	display: none;
	font-family: Arial,sans-serif;
	font-size: 10px;
	margin-right: 15px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	color: #b8b8b8;
	content: '\f412';
	margin-right: 4px;
}
.comment-reply-link:hover:before,
.comment-reply-login:hover:before {
	color: #b8b8b8;
}

article.comment:hover .comment-reply-link,
article.comment:hover .comment-reply-login {
	display: block;
}

.comment-reply-link:hover,
.comment-reply-login:hover {
	color: #333;
	text-decoration: none;
}

.navigation-comment [class*="nav-"] {
	font-weight: bold;
}

.navigation-comment [class*="nav-"] a:hover {
	color:#545656;
	text-decoration: none;
}

.bypostauthor {}

.navigation-comment,
.comments-area #respond {
	padding: 0 2.4rem 0 0;
}

.comment-notes,
.form-allowed-tags {
	display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	background: #f1efe5;
	margin: 0 0 20px;
	padding: 12px 20px;
}

#respond [for="author"],
#respond [for="email"],
#respond [for="url"] {
	color: #7e7e7e;
	float: left;
	font-family: Georgia,serif;
	font-size: 1.5rem;
	margin: 0 15px 0 0;
	text-align: right;
	width: 90px;
}

#respond label span {
	color: #bab9b9;
	display: block;
	font-size: 1.1rem;
	font-style: italic;
}

#respond input,
#respond textarea {
	background: #fbf9f0;
	border-color: #c5c4bf #fffcf0 #fffcf0 #c5c4bf;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	color: #564B4B;
	font-family: Georgia;
	font-size: 1.8rem;
	font-weight: normal;
	padding: 9px 6px;
	width: 55%;
}

#respond [type="submit"] {
	border-color: #ccc #ccc #bbb #ccc;
	padding: 9px 16px;
	width: auto;
}

#respond textarea {
	width: 80%;
}

.no-comments {
	color: #262525;
	font: italic 1.8rem Georgia, serif;
	margin: 0;
}

/* =Widgets
----------------------------------------------- */

.widget {
	color: #686868;
	font-size: 1.4rem;
	margin: 0 0 2.5rem;
	padding: 0 20px 0 30px;
	word-wrap: break-word;
}

.error404 .widget {
	padding: 0;
}

.widget-title {
	color: #fff;
	font-family: Georgia, serif;
	letter-spacing: 0.1rem;
	margin: 1rem 0;
	text-transform: uppercase;
}

.widget-title a {
	color: #fff;
}

.site .widget-title {
	background: #4D70B8;
	font-size: 1.2rem;
	margin: 0 -20px 2.5rem -30px;
	padding: 0.2rem 1rem;
	text-align: center;
}

.widget > ul {
	margin: 0;
}

.widget li {
	list-style-type: none;
	padding: 4px 0;
}

.widget a {
	font-weight: bold;
}

.site-footer .widget-title {
	font-size: 1.4rem;
}

.widget input,
.widget select {
	max-width: 100%;
	width: 100%;
}

.widget select {
	padding-top: 2px;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
	font-style: italic;
}

/* Calendar Widget */
.widget_calendar tbody td {
	text-align: center;
}

.widget_calendar #next {
	text-align: right;
}

/* =Footer
----------------------------------------------- */

.site-footer,
#infinite-footer .container {
	background-color: #242221;
	border-top: 0.5rem solid #4D70B8;
	clear: both;
	width: 100%;
}

.site-info,
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
	color: #6b6a6a;
	font-size: 1.3rem;
	padding: 1.8rem 0 1.5rem 25.6rem;
	float:right;
}

#infinite-footer .blog-info,
#infinite-footer .blog-credits {
	padding: 0.5rem 0;
}

.site-info a,
#infinite-footer .blog-info a {
	color: #6b6a6a;
}

#wpstats {
	position: absolute;
	top: 0;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle {
	text-align: center;
}

.infinite-loader {
	padding: 0 50%;
}

@media screen and (max-width: 1044px) {
	.site {
		width: 100%;
	}

	.site-header {
		float: none;
		margin: 0;
		width: 100%;
	}

	.content-area {
		float: none;
		margin: 2rem auto;
	}

	.widget-area {
		float: none;
		margin: 0 auto;
		max-width: 744px;
		width: 100%;
	}

	.navigation-main {
		margin: 0;
		text-align: center;
	}

	.navigation-main li {
		text-align: left;
	}

	.site-footer, #infinite-footer .container {
		text-align: center;
	}

	.site-info,
	#infinite-footer .blog-info,
	#infinite-footer .blog-credits {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1044px) and (min-width: 639px) {
	.navigation-main {
		margin-top: 10px;
	}

	.navigation-main li {
		display: inline-block;
		padding: 5px 15px
	}

	.navigation-main ul ul {
		left: 0;
		top: 100%;
	}
}

@media screen and (max-width: 829px) {
	.navigation-paging [class*="nav-"] {
		width: auto;
	}

	.navigation-paging .nav-previous {
		margin-left: 3rem;
	}

	.navigation-paging .nav-next {
		margin-right: 3rem;
	}
}

@media screen and (max-width: 759px) {
	.entry-title,
	.entry-content,
	.entry-summary,
	footer.entry-meta,
	.single .entry-header,
	.navigation-post,
	.comments-area {
		padding-left: 2.4rem;
	}

	.entry-format .genericon,
	.genericon.entry-format {
		display: none;
	}

	#respond input,
	#respond textarea {
		width: -webkit-calc(100% - 105px);
		width:         calc(100% - 105px);
	}
}

@media screen and (max-width: 639px) {
	.menu-toggle{
		display: inline-block;
	}

	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}

	.navigation-main ul ul,
	.navigation-main ul ul ul {
		background: none;
		box-shadow: none;
		display: block;
		float: none;
		position: inherit;
		top: auto;
		left: auto;
	}

	.navigation-main ul ul a {
		color: #2d2d2d;
	}

	.navigation-main ul ul a:hover {
		color: #fff;
	}

	.navigation-main li a:not(:only-child):after {
		content: none;
	}

	.more-link {
		position: inherit;
		right: auto;
	}

	.comment-author .avatar {
		display: none;
	}
}

/* =Additions
----------------------------------------------- */
.person { margin:0 0 2em 0; width:200px; height:200px; float:left; border:0px solid #ffffff; text-align:center; }
.person .picture { border:0 0 0 0; border-top:0px; padding:0 0 0 0; vertical-align:top; }
.person img { display:inline; border:0px solid #ffffff; height:130px; padding:0 0 0 0; }
.person .name { width:190px; font-weight:bold; text-align:center; }
.person .area { width:190px; text-align:center; }
.clear { clear:both; display:block; margin-top:2rem; margin-bottom:2rem; }

.book { position: relative; width: 100%; margin: 10px 0 10px 0; clear:left; overflow:auto; }
.book-thumb { float:left; }
.book-thumb img { display:block; width:100px; border:0px solid #ffffff; }
.book .info { margin-left: 125px; border:0px; }
.book .title { font-weight:bold; }
.book .author { }
.book .publisher { }
.book .quote { color:#999999; width:85%; text-align:left; margin-left:auto; margin-right:auto; clear:right; border:0px; }
.book .quote-attr { float:right; }

.alum { position: relative; width: 100%; margin: 10px 0 10px 0; clear:left; overflow:auto; font-size:80%; }
.alum-img { float:left; }
.alum-img img { display:block; width:100px; border:0px solid #ffffff; }
.alum-info { margin-left: 125px; border:0px; }
