x/*
Theme Name: Nonsite Responsive v2.0
Theme URI: https://nonsite.com/
Description: humanities journal
Version: 2.0
Author: Brian Kane
Tags: light, three-columns, two-columns, fixed-width, threaded-comments
*/


/*@font-face {
  font-family: "oswald";
  src: url("/oswald2/oswald.eot");
  src: local("~"),
    url("/oswald2/oswald.woff") format("woff"),
    url("/oswald2/oswald.otf") format("opentype"),
    url("/oswald2/oswald.svg#oswald") format("svg");
  }*/

/*@font-face {
  font-family: "iconmoon";
  src: url("/fonts/iconmoon/oswald.eot");
  src: local("~"),
    url("fonts/iconmoon/oswald.woff") format("woff"),
    url("fonts/iconmoon/oswald.otf") format("opentype"),
    url("fonts/iconmoon/oswald.svg#oswald") format("svg");
  }
*/
  
  
@import url(https://fonts.googleapis.com/css?family=Habibi|Oswald&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Cinzel);

@media handheld, only screen and (max-width: 960px) {
	
	.border-left{
		margin-left: -1px;
	}
	
	.border-right{
		margin-right: -1px;
	}
	
/*	.row .dotted-line:last-child {*/
/*		border-bottom: 1px dashed #acacac !important;*/
/*		border-bottom: none;*/
	/*}*/
}

/* Media queries for smaller screens */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
    #navbar, #navbar .tab, #navbar .tab a {
        font-family: cursive;
        display: none!important;
	}
    
    #mobile-nav {
        display: block!important;
        text-align: left;
        background-color: white;
        color: white;
        border-bottom: 1px solid #eaeaea;
    }
    
    .tagline {
        margin: 0px!important;
    }
    
    .border-right{
        border-right: hidden!important;
    }
    
    .border-left{
        border-left: hidden!important;
    }
	
	.sidebar{
		font-size: 90%!important;
	}
}

/* iphone CODE */

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	
    #navbar, #navbar .tab, #navbar .tab a {
        font-family: cursive;
        display:none!important;    
    }
    
    #mobile-nav {
        display: block!important;
        text-align: left;
        background-color: white;
        color: white;
        border-bottom: 1px solid #eaeaea;
    }
    
    .tagline {
        margin: 0px!important;
        display: none!important;
    }
	
	.sidebar {
		font-size: 90%;
	}
}

#player {
	min-height: 300px!important;
}

* {
word-wrap: break-word;
}

.nonsite-content{
    padding: 10px;
/*    background: url(images/singlebg.gif) repeat-y;*/
}

.border {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

.border-right{
    border-right: 1px solid #eaeaea;
    margin-right: -1px;
}

.border-left{
/*    margin: -1px;*/
    border-left: 1px solid #eaeaea;
}

.border-top {
	border-top: 1px solid #eaeaea;	
	margin-top: -1px;
}

.poster-image {
	font-size: 80%;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}

#mobile-nav{
    display: none;
}

#mobile-nav .icon-style{
    font-size: 1.75em;
    text-align: left;
    padding: 3px 0px 2px 5px;
}

* {
	margin: 0;
	padding: 0;
}

/* BK: Alternate Body div class -- for a larger, darker, serif font. */
 body {
	/* background-color: #E0E0F8; Light purple background */
	background-color: #B4CFEC;
	padding: 12px;
	text-align: center;
	font-family: Habibi, "Times New Roman", Times, serif;
	font-size: 100%;
/*	letter-spacing: 1px;*/
	color: #333333;
} 

body {
  font-size: 100%;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}


#title-page {
    font-family: "oswald";
}

#title-page .issue-logo {
	float: right;
}

#title-page .issue-number {
    font-size: 100px;
    text-align: center;
    vertical-align: center;
    color: white;
    }

#title-page .issue-title {
    font-size: 50px;
    text-align: right;
}

#title-page .issue-date {
    font-size: 50px;
    text-align: right;
}

#title-page .open-access-1 {
    font-size: 10px;
    text-align: right;
}

#title-page .open-access-2 {
    font-size: 10px;
    color: gray;
}

body.home #content {
/*	background: url(images/homebg.gif) repeat-y top left;*/
	min-height:500px;
  	height:auto !important;
  	height:500px;
}
body #content {
/*	background: url(images/singlebg.gif) repeat-y;*/
	min-height:500px;
  	height:auto !important;
  	height:500px;
}

a {
	color: #000;
	text-decoration: none;
	/* border-bottom: 1px solid #999; */
}

a:hover {
	/* border-bottom: 1px solid #000; */
	background: #eaeaea;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

.ffix {
	clear: both;
}

p {
	/*font-size: 15px;
	letter-spacing: 0px;
	line-height: 20px;*/
	padding: 5px 0px;
}

.footnote_head {
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
}

.footnote-text {
	font-size: .9em;
/*	letter-spacing: 0px;*/
/*	line-height: 1.375em;*/
	padding: 5px 0px;
}

p a {
	/* color: #B4CFEC; */
	color: rgb(9, 135, 184);
}

.superscript a {
	color: #000;
}

pre {
	font-family: Habibi, "Times New Roman", Times, serif;
/*	font-size: 1em;
	letter-spacing: 0px;
	line-height: 20px;*/
	padding: 5px 0px;
}

abbr {
	border-bottom: 1px dotted #999;
	cursor: help;
}
acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}


blockquote {
	padding: 0px 35px;
	font-family:; Habibi, "Times New Roman", Times, serif;
	background: url(images/blockquotesmall.gif) no-repeat top left;
	clear: both;
}

#outer {
	background: #fff;
/*	width: 960px;*/
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

.nonsite-content{
    padding: 10px;
/*    background: url(images/singlebg.gif) repeat-y;*/
}

#content {
/*	font-size: 90%;*/
	padding: 10px;
}

#content .title-block {
	font-size: 150%;
	/*font-family: "oswald";
	font-size: 2.25em;
	line-height: 1.25;*/
}

.postmetadata {
	font-size: 1em;
}

#container {
	border: 1px solid #eaeaea;
}

.border {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

#header {
	background: white;
    border-bottom: 1px solid #eaeaea;
}

#logo {
	float: left;
	width: 100%;
	max-width: 280px;
/*	width: 280px;*/
/*	padding-left: 5px;*/
	background: white;
}


#header h1 {
	/*float: left;
	font: normal 90px Habibi, "Times New Roman", Times, serif;
	height: 100px;
	line-height: 100px;
	padding-top: 10px;
	padding-left: 5px;
	letter-spacing: 5px;*/
}

#header h1 a, #header a, #logo a {
	color: white;
	border-bottom: none;
}
#header h1 a:hover, #header a:hover, #logo a:hover, #header #logo a:hover {
	background: white;
}

.tagline {
    visibility: visible;
    margin-top: 10px;
	font-family: "oswald";
	position: relative;
	top: 10%;
	background: #D42;
	color: white;
	text-transform: uppercase;
	padding: 2px;
	line-height: 1em;
/*	letter-spacing: .15em;*/
	font-weight: 400;
	word-spacing: 1.6pt;
	font-size: 1.1em;
    
}

/*NAVBAR*/


#navbar {
    font-family: "oswald";
    border-bottom: 1px solid #eaeaea;
    text-align: center;
	display: block;
}

#navbar .tab {   
    margin-left: -1px;
    text-transform: uppercase;
	letter-spacing: 1px;
    height: 40px;
	font-size: .75em;
	border-left: 1px solid #eaeaea;
	padding: 1px;
}
#navbar a {
    display: block;
}

#navbar .tab a:hover, #navbar .tab a.active, #navbar a.active, ul.nav li a.active {
	background: #dd4422;
	color: #fff;
}

/*END NAVBAR*/

.left {
	font-size: 90%;
/*	width: 260px;*/
/*	float: left;
    text-align: left;*/
	padding: 10px;
/*    border-bottom: 1px solid #eaeaea;
*/	
/*    border-right: 1px solid #eaeaea;*/

}

/* BK: Alternate Body div class -- for a larger, darker, serif font. */


.left .featured .list h3, .left .featured .list .category {
	float: none;
}

.category {
/*	font-family: "oswald";*/
	text-transform: lowercase;
    font-size: 1em;
	line-height: 1.375em;
}

.category a {
	color: #002878;
	border: none;
}
.post h2 {
	font-family: Habibi, "Times New Roman", Times, serif;
	font-size: 1.125em;
	letter-height: 1.222em;
	padding-top: 5px; 
	padding-bottom: 3px;
}
.post h2 a {
	text-decoration: none;
	border-bottom: none;
}
.post h2 a:hover {
	background: #eaeaea;
}

/*a:hover .title {
	background: #eaeaea;
}*/

.post {
	padding-bottom: 10px;
/*	background: url(images/stripe.gif) repeat-x bottom;*/
	margin-bottom: 0px;

}
.post hr {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 0px solid #a0a0a0;
	width: 100px;
}


.single-main hr {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #a0a0a0;
	width: 100px;
}
.post .author {
	font-family: Habibi, "Times New Roman", Times, serif;
	padding-bottom: 5px;
    font-size: 1em;
	line-height: 1.375em;
}
.post .author em {
	font-style: italic;
}

.post .author a {
	text-decoration: none;
	
}


.focus {
	width: 658px;
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
}
.right {
/*	float: left;*/
	font-size: 90%;
    text-align: left;
    padding: 10px;
/*    border-right: 1px solid #eaeaea;*/
}
.main {
	width: 420px;
	padding: 10px;
	float: left;
}

.right .main {
	width: 420px;
	padding: 10px;
	float: left;
}

.main .post h2 {
	font-size: 2.25em;
	line-height: 1.25;
}

.featured {
}

/*.featured .post p {
	font-size: 100px;
}*/

.featured h2, .sidebar h2, .single-sidebar h2 {
	font-size: 1.125em;
	line-height: 1.222em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #002878;
	font-family: "oswald," Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

.sidebar h2 a, .single-sidebar h2 a {
/*	font-size: 1.25em;*/
/*	line-height: 1.25em;*/
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #002878;
/*	font-family: Arial, Helvetica, sans-serif;*/
	padding-bottom: 10px;
}

.featured h2 a {
	color: #002878;
	font-weight: bold;
/*	font-family: Arial, Helvetica, sans-serif;*/
	text-decoration: none;
/*	font-size: 1.25em;*/
/*	line-height: 1.25;*/
	border-bottom: none;
}

.featured h2 a:hover {
	background-color: #eaeaea;
}

.featured h3 a {
	font-weight: normal;
	font-family: Habibi, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 1.25em;
	line-height: 1.25em;
}


/* this was for a fix of the TOC on the issue pages and front page of site */
.featured h3 a span.title{
	font-size: 1.25em;
}

.featured h3 a span.subtitle{
	font-size: 1em;
}

.featured .author {
	font-size: 1.25em;
	line-height: 1.25em;
	padding-top: 5px;
	
}

.dotted-line {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #acacac;
}

.row .dotted-line:last-child, .single-main .dotted-line:last-child, .sidebar .dotted-line:last-child  {
	border-bottom: none;
}

.featured h3 a:hover {
	background-color: #eaeaea;
}
.list {
	padding-bottom: 20px;
}
.list .thumb {
	float: left;
	background: #eaeaea;
	padding: 5px;
	margin-right: 10px;
}

.thumb2 {
	line-height: 150%;
}

.list h3 {
	/*float: left;*/
}
.list .category {
	/*float: left;*/
}

/* BK: added */

.list .author em {
	font-family: Habibi, "Times New Roman", Times, serif;
	font-style: italic;
}
#searchform {
	padding-bottom: 15px;
}
#searchform label {
	padding: 0 0 8px 0;
	display: block;
}
.sidebar {
/*    font-family: "oswald";*/
    font-size: 75%;
	line-height: 1.375em;
	/*float: left;
    text-align: left;*/
	padding: 10px;
}
.sidebar a {
	border-bottom: none;
}
.sidebar a:hover {
	color: #5C5C5C;
}

.sidebar ul {
	list-style: none;
	padding-bottom: 15px;
}
.sidebar ul li {
	padding: 5px 0;
/*	border-bottom: 1px dotted #eaeaea;
*/}


.sidebar ul li ul {
	padding-bottom: 45px;
}
.sidebar ul li ul li {
	padding: 5px 0;
	/* background: url(images/stripe.gif) repeat-x bottom; */
	border-bottom: 1px solid #EAEAEA;
}
.sidebar ul li ul li a {
	
	border: none;
}
.sidebar ul li ul li a:hover {
	background: #eaeaea;
}

.sidebar .dotted-line {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #acacac;

	/* ALTERNATE DASHED LINE
	padding-bottom: 15px;
	background: url(images/stripe.gif) repeat-x bottom;
	margin-bottom: 15px; */
}


/* Add dotted lines between sidebar widget boxes */
.nonsite-widget-plugin-box, div[class^='menu-nonsite-'], .menu-complete-archive-container, .sidebar .searchform {
	border-bottom: 1px dashed #acacac;
	margin-bottom: 10px;
}





.bestweb, .links {
	padding-bottom: 20px;
}
.bestweb a, .links a {
	text-decoration: none;
}
.links ul {
	list-style: none;
}
.links ul li {
	padding: 3px 0;
}
.single-main {
	font-size: 90%;
/*	width: 640px;*/
	padding: 10px;
	float: left;
}

.single-main h2 {
	font-family: Habibi, "Times New Roman", Times, serif;
	font-size: 2.25em;
	line-height: 1.25;
	color: #000;
	padding-bottom: 5px;
}

.single-main .title-block {
    padding-top: 10px;
	padding-bottom: 10px;
}

.title-block {
	font-family: "oswald";
	font-weight: normal;
	}

.single-main .title-block .title, .title-block .title {
	font-size: 1.5em;
	line-height: 1.25em;
	padding-bottom: 2px;
	letter-spacing: .07em;
}


.single-main .title-block .subtitle, .title-block .subtitle {
	font-size: 1.25em;
	line-height: 1.222em;
}

.single-main .sum {
	width: 200px;
	float: right;
	font-size: 1em;
	font-family: Habibi, "Times New Roman", Times, serif;
	line-height: 1.375em;
	background: #efefef;
	border: 1px solid #eaeaea;
	padding: 15px;
}

.single-main .author {
	font-family: Habibi, "Times New Roman", Times, serif; 
	padding-bottom: 10px;
	font-size: 1.25em;
	line-height: 1.222em;
}
.single-main .author em {
}

.single-main .date {
/*	font-family: oswald;*/
	font-family: Habibi, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.375em;
}
.single-main h3 {
	padding-top: 20px;
	font: normal Habibi, "Times New Roman", Times, serif;
	color: #000;
	font-size: 1.75em;
	line-height: 1.25em;
	padding-bottom: 10px;
}

.single-main button {
	font-family: "oswald";
	letter-spacing: 1px;
}



/* BK: added */

.single-main .caps {
	font-size: 1em;
	line-height: 1.375em;
	text-transform: uppercase;
	letter-spacing: 1px;
/*	font-weight: bold;*/
	margin: 0;
	color: #002878;
	font-family: oswald, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

.single-main ol, .single-main ul {
	padding: 5px 5px 5px 30px;
/*	line-height: 1.25em;*/
}
.cat .list {
	padding-bottom: 10px;
	background: url(images/stripe.gif) repeat-x bottom;
}
.cat .list a {
	border-bottom: 0;
}
.cat .list a:hover {
	background: #eaeaea;
}
.cat .list h3 {
	padding-bottom: 3px;
}
.navigation {
	clear:both;
}
.navigation .alignright, .navigation .alignleft {
	padding: 20px 0;
}
.navigation a  {
	border-bottom: none;
}
.navigation-post {
	padding: 25px 10px 25px 10px;
}
.navigation-post a {
	font-weight: bold;
}

.mp-form input{
	margin: 2px 0px;
}
.author-detail {
	font-family: Habibi, "Times New Roman", Times, serif;
	background: #efefef;
	border: 1px solid #eaeaea;
	padding: 10px;
	margin-top: 20px;
}
.author-detail p {
	font-size: .83em;
	line-height: 1.375em;
}
.author-detail a, .footer a {
	border-bottom: none;
}

.author-detail strong {
	color: #002878;
}

.author-detail h5 {
/*	font-family: Habibi, "Times New Roman", Times, serif;*/
/*	font-size: 9em;*/
	color: #002878;
}

.author-detail img.avatar {
	float: left;
	padding: 3px;
	background: #fff;
	margin-right: 10px;
	width: auto !important;
}
.wp-smiley {
	padding: 0 !important;
}
.post-data {
	padding: 10px;
	font-size: 1em;
	line-height: 1.375em;
	text-align: center;
	margin-top: 10px;
	text-align: center;
	border-bottom: 1px dashed #eaeaea;
}

.post-data a {
	border-bottom: none;
}

.comments, .comments p {
	font-size: 90%;
/*	line-height: 1.375em;*/
}

.comments h4, .comments h3 {
	font-size: 1.25em;
	line-height: 1.25em;
	
}
.comments ul {
	list-style: none;
	padding: 0;
}
.pingback a {
	border-bottom: none;
}
ul.children {
	padding-left: 50px;
	width: 570px;
}
ul.children .comment {
	background: #efefef;
}
.reply {
	padding-bottom: 10px;
}
ul.children .comment-author {
	width: 480px;
}
.writer {
	width: 555px;
	float: left;
}
.writer em {
	font-family: Habibi, "Times New Roman", Times, serif;
}
.comment, .pingback {
	background: url(images/stripe.gif) repeat-x bottom;
	padding: 10px;
}
.comment p {
	line-height: 20px;
}
.comment a {
	border-bottom: none;
}
.comment p.reply {
	padding: 10px;
	background: #efefef;
}
.comment-author {
	width: 570px;
	float: left;
	padding-left: 10px;
}
.comment .avatar {
	width: 32px;
	float: left;
	padding-right: 10px;
	padding: 3px;
	background: #eaeaea;
}
.comment-meta {
	display: inline;
}
.vcard {

}
.says {
	display: none;
}
cite.fn {
	font-style: normal;
}
.gravatar img {
	padding: 3px;
	background: #eaeaea;
}
.comment blockquote {
	background: url(images/smallquote.gif) no-repeat top left;
	padding: 5px 30px;
}
textarea#comment {
	width: 470px;
}

.single-sidebar {
    font-family: "oswald";
    font-size: 1em;
	line-height: 1.375em;
	padding: 10px;
	width: 278px;
	float: left;
}

/* BK: Added -- this keeps sidebar styles consistent between issue pages and other pages */

.single-sidebar a {
	border-bottom: none;
}
.single-sidebar a:hover {
	color: #5C5C5C;
}

.single-sidebar ul {
	list-style: none;
	padding-bottom: 15px;
}
.single-sidebar ul li {
	padding: 5px 0;
	/* border-bottom: 10px solid #eaeaea; */
}

.single-sidebar ul li ul {
	padding-bottom: 5px;
}
.single-sidebar ul li ul li {
	padding: 5px 0;
	/* background: url(images/stripe.gif) repeat-x bottom; */
	border-bottom: 1px solid #EAEAEA;
}
.single-sidebar ul li ul li a {
	border: none;
}
.single-sidebar ul li ul li a:hover {
	background: #eaeaea;
}
p.tags {
	border: 1px dotted #eaeaea;
	padding: 10px;
	background: #fcfcfc;
	margin-top: 10px;
}

#printfooter {display: none;}

footer {
    border-top: 1px solid #eaeaea;
	font-size: .8em;
    letter-spacing: 1px;
/*    padding: 10px 10px;*/
}


footer .footer-text {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 10px;
}

footer p {
	color: #002878;
	line-height: 1.5em;
    text-align: left;
}

footer .emory-logo img {
    padding: 10px 20px 10px 10px;
	max-width: 200px;
	max-height: 100px;
	float: left;
}

footer .footer_nav, footer .footer_nav a {
    color: #002878;
    font-size: .8em;
    padding: none;
}

footer .footer_nav a {
   	padding-right: 15px; 
}


/* BK: new classes */
.solid-line {
	padding-bottom: 15px;
	border-bottom: 2px solid #000000;
	margin-bottom: 15px;
}

/*.last-post h2 {
	font-family: Habibi, "Times New Roman", Times, serif;
	padding: 5px 0;
}
.last-post h2 a {
	text-decoration: none;
	border-bottom: none;
}
.last-post h2 a:hover {
	background: #eaeaea;
}*/

.last-post {
	padding-bottom: 15px;
	border-bottom: 2px solid #000000;
	margin-bottom: 15px;
}
/* .last-post hr, .single-main hr {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 2px solid #a0a0a0;
	padding-top: 20px;
	width: 150px;
} */

.single-main hr {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 2px solid #a0a0a0;
	padding-top: 20px;
	width: 640px;
}

.single-main .abstract { 
	font-size: .9em;
	color: #41383C;
	border-bottom:thin dotted #a0a0a0;
	margin-bottom: 1em;
}

.single-main .epigram {
	font-size: .9em; 
/*	line-height: 1em;*/
	text-align: left;
	margin-left: 50%;
}



.last-post .author {
	padding-bottom: 5px;
}
.last-post .author em {
	font-family: Habibi, "Times New Roman", Times, serif;
	font-style: italic;
}

.left .last-post hr { 
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 0px solid #a0a0a0; 
	padding-top: 2px;
}

 .right .post p, .left .post p, .left .last-post p {
/*	font-size: 13px;*/
}



/* BK: new styles */


.no-style {
}


.container {
/*	font-size: 12px;*/
}

.left-element {
	float: left;
	width: 49%;
	padding-bottom: 5px;
	/* margin-bottom: 10px; */
}
.right-element {
	float: right;
	width: 49%;
	text-align: right;
	padding-bottom: 5px;
	/* margin-bottom: 10px; */
}

.printme {
	font-size: 90%;
}

.small-post{
	font-size: 10px;
}

.author-list, .author-list .title-block {
	font-family: Habibi, "Times New Roman";
	padding-bottom: 5px;
}

.author-list .title-block {
	font-family: oswald, helvetica, "times new roman";
	font-size: 80%;
}

.for-print-only{ display: none }

/* .superscript{font-size:xx-small; vertical-align: super;} */

.superscript { 
	position: relative;
	font-size: 70%;
	top: -0.9ex;
	margin-left: 0.2em;
	margin-right: 0.2em;
}



/* BK -- ADDED CODE FOR IMAGES -- */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	left-padding: 4px;
	}

.alignleft {
	float: left;
	margin: 0px 5px 5px 0px; 
	}

.floatright {
	float: right;
	margin: 0px 0px 0px 0px;
	display: inline;
	}

.floatleft {
	float: left;
	margin: 0px 5px 0px 0px;
	}

.thumb-floatright {
	padding: 5px;
	background: #eaeaea;
	float: right;
	margin: 0px 0px 10px 5px;
	display: inline;
	/* border: 1px solid #666; */
}

/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 6px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	line-height: 1.25em;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




/* For Blakley Vermule's essay */

.single-main .indent1 {
text-indent: 2em
}

.single-main .indent2 {
text-indent: 4em;
}

.single-main .indent3 {
text-indent: 6em;
}

.single-main .indent4 {
text-indent: 8em;
}

.single-main .indent-paragraph1 {
padding-left: 2em;
padding-top: 1em;
padding-bottom: 1em;
}

.single-main .indent-both {
padding-left: 2em;
padding-right: 4em;
}

/* ADD A SPACE */
.single-main .line-break {
	text-indent: 0em;
}

/* ADD SOME SPACING AROUND THE AUDIO PLAYER */

.mejs-mejskin.mejs-container {
	margin: 10px 0px;
}

img#wpstats{display:none}

.nonsite-article-info {display: none}

.printonly {display: none;}


.postTabs_divs{
	padding: 4px;	
}


.postTabs_titles{
	display:none;	
}

/* ul.postTabs
	{
	margin: 1em 0px 1em !important;
	padding: 0.0em 0.0em 0.0em 20px !important;
	border-bottom: 1px solid #eaeaea !important;
	font-size: 1em;
	list-style-type: none !important;
	text-align: left;
	display: block !important;
	background: #eaeaea;
	}

ul.postTabs li
	{
	display: inline !important;
	text-transform: uppercase;
	background: none;
	padding: 0px;
	margin: 0px;
	}

ul.postTabs li:before{
content: none;
}*/  
  	
/*ul.postTabs li a
	{
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #eaeaea  !important;
	padding: 0.4em 0.4em !important;
	color: #000000 !important;
	outline:none;
	cursor: pointer;

	}

ul.postTabs li.postTabs_curr a{
	border: 1px solid #FFFFFF  !important;
	padding: 1px 1px 1px 1px;
	background: #dd4422;
	color: #FFFFFF !important;
	text-decoration: none;

	}

ul.postTabs li a:hover
	{
	border: 1px solid #FFFFFF  !important;
	color: #FFFFFF !important;
	background: #dd4422;
	text-decoration: none;

	}

.postTabsNavigation{
	display: block !important;
	overflow:hidden;
}

.postTabs_nav_next{
	float:right;
}

.postTabs_nav_prev{
	float:left;
}

#postTabs_li_o_anchor_id {
	color: red;
}

*/


/* BUTTON FOR OFFSCREEN MENU */
#menu-button, #navbar-search {
  border: none;
  background: white;
  position: relative;
}

#navbar-search {
	font-size: 80%;
/*	padding-right: 5px;*/
	padding: 5px;
}

#navbar-search-input {
	/*margin-bottom: 5px;
	margin-top: 3px;*/
}

button:hover {
    color: #D42;
}

.button-text{
    font-family: "oswald";
    font-size: 1.125em;
}

.table-of-contents {
	font-size: .8em;
}

.table-of-contents .author {
	font-size: 1.1em;
}

.table-of-contents .spacer {
	padding-bottom: 1em;
}

/* CINZEL, for pain in the ass author */
.cinzel {
	font-family: 'Cinzel', serif;
	font-size: 10.5px;
}

/* trying to fix up table of contents...
