/*
Theme Name: Nonsite
Theme URI: http://pupungbp.erastica.com/
Description: based on the MagZine theme by <a href="http://pupungbp.erastica.com>Pupung Budi Purnama</a>
Version: 1.0
Author: Pupung Budi Purnama, modified by Brian Kane for nonsite.org
Tags: light, three-columns, two-columns, fixed-width, threaded-comments
*/


@font-face {
  font-family: "bebas neue";
  src: url("type/bebasneue.eot");
  src: local("~"),
    url("type/bebasneue.woff") format("woff"),
    url("type/bebasneue.otf") format("opentype"),
    url("type/bebasneue.svg#bebasneue") format("svg");
  }

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

@font-face {
    font-family: 'minion_proregular';
    src: url('type/minion_pro.eot');
    src: url('type/minion_pro.eot?#iefix') format('embedded-opentype'),
         url('type/minion_pro.woff') format('woff'),
         url('type/minion_pro.ttf') format('truetype'),
         url('type/minion_pro.svg#minion_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
	margin: 0;
	padding: 0;
}


/* body {
	background-color: #eaeaea;
	padding: 12px;
	text-align: center;
	font: normal 11px Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #5c5c5c;
} */

/* 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: normal 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #333333;
} 

/*
body {
	background-color: #eaeaea;
	padding: 12px;
	text-align: center;
	font: normal 13px Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #333333;
}
*/

#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: 15px;
	letter-spacing: 0px;
	line-height: 20px;
	padding: 5px 0px;
}

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

.superscript a {
	color: #000;
}

pre {
	font: 15px Georgia, "Times New Roman", Times, serif;	
	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;
}

/*
.author a {
	color: #000099;
	text-decoration: none;
}

.author a:hover {
	color: #990000;
	text-decoration: none;
}
*/


blockquote {
	padding: 0px 35px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	min-height: 20px;
	line-height: 18px;
	background: url(images/blockquotesmall.gif) no-repeat top left;
	clear: both;
}

#outer {
	background: #fff;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}
#container {
	border: 1px solid #eaeaea;
}
#header {
	background: white;
	height: 120px;
}

#logo {
	float: left;
	width: 290px;
	padding-top: 5px;
	background: white;
}


#header h1 {
	float: left;
	font: normal 90px Georgia, "Times New Roman", Times, serif; /* used to be 90px */
	height: 100px;
	line-height: 100px;
	padding-top: 10px;
	padding-left: 5px;
	letter-spacing: 5px; /* used to be 20px */
	
}
#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 {
	font-family: "oswald";
	position: relative;
	top: 10%;
	background: #D42;
	color: white;
	text-transform: uppercase;
	float: right;
	padding: 2px;
	line-height: 100%;
	letter-spacing: -0.7pt;
	word-spacing: 0.6pt;
	font-size: 13pt;
}

ul.nav {
    font-family: "oswald";
	height: 40px;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	list-style: none;
}
ul.nav li {
	float: left;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	line-height: 38px;
	font-size: 1.1em;
	border-left: 1px solid #eaeaea;
	padding: 1px;
}
ul.nav li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 7px;
	border: none;
}
ul.nav li a:hover, ul.nav li a.active {
	background: #dd4422;
	color: #fff;
	border-bottom: none;
}

.left {
	width: 260px;
	float: left;
	padding: 10px;
}

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

.category {
	text-transform: lowercase;
}
.category a {
	color: #002878;
	border: none;
}
.post h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	/* padding: 5px 0; */
	padding-top: 5px; 
	padding-bottom: 3px;
}
.post h2 a {
	text-decoration: none;
	border-bottom: none;
}
.post h2 a:hover {
	background: #eaeaea;
}
.post {
	padding-bottom: 15px;
	background: url(images/stripe.gif) repeat-x bottom;
	margin-bottom: 15px;
}
.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 {
	padding-bottom: 10px;
}
.post .author em {
	font-family: Georgia, "Times New Roman", Times, serif;
	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;
	width: 678px;
}
.main {
	width: 420px;
	padding: 10px;
	float: left;
}

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

.main .post h2 {
	font-size: 26px;
}
.featured {

}

.featured .post p { 
	font-size: 100px;
}
.featured h2, .sidebar h2, .single-sidebar h2 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #002878;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

.sidebar h2 a, .single-sidebar h2 a {
	font-size: 13px;
	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: 14px;
	border-bottom: none;
}

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

.featured h3 a {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
}

.featured .author {
	font-size: 11px;
	padding-top: 5px;
	
}

.featured .dotted-line {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #eaeaea;

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

.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: Georgia, "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: 85%;
	float: left;
	width: 196px;
	padding: 10px;
	width: 218px;
}
.sidebar a {
	border-bottom: none;
}
.sidebar a:hover {
	color: #5C5C5C;
}
.sidebar h2 {
}
.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 dotted #eaeaea;

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





.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 {
	width: 640px;
	padding: 10px;
	float: left;
}

/* .single-main img {
	padding: 5px;
	background: #efefef;
	border: none;
} 

.test-style {
	align: middle;
}

.single-main a img {
	border: none;
} */


.single-main h2 {
	font: normal 35px Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding-bottom: 5px;
}

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

.title-block .title {
	font: normal 35px Georgia, "Times New Roman", Times, serif;
}

.title-block .subtitle {
    font: normal 30px Georgia, "Times New Roman", Times, serif;
}

/*
.wp-caption {
	background: #efefef;
	text-align: center;
	font-style: italic;
	float: left;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display: block;
	align: center;
	margin-left: auto;
	margin-right: auto;
}
.alignnone {
	clear: both;
	float: none;
}
*/

.single-main .sum {
	width: 200px;
	float: right;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	background: #efefef;
	border: 1px solid #eaeaea;
	padding: 15px;
}
.single-main .author {
	padding-bottom: 10px;
}
.single-main .author em {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.single-main .date {
	padding-bottom: 10px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.single-main h3 {
	padding-top: 20px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding-bottom: 10px;
}



/* BK: added */

.single-main .caps {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

.single-main ol, .single-main ul {
	padding: 5px 5px 5px 30px;
	line-height: 20px;
}
.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;
}
.author-detail {
	background: #efefef;
	border: 1px solid #eaeaea;
	padding: 10px;
	margin-top: 20px;
}
.author-detail p {
	font-size: 13px;
	line-height: 17px;
}
.author-detail a, .footer a {
	border-bottom: none;
}
.author-detail h5 {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	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;
	text-align: center;
	margin-top: 10px;
	text-align: center;
	background: url(images/stripe.gif) repeat-x top;
	border-bottom: 1px solid #999;
}
.post-data a {
	border-bottom: none;
}

.comments {
	padding-top: 15px;
}
.comments h4 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	
}
.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: Georgia, "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: 90%;
	padding: 10px;
	width: 278px;
	float: left;
}

/*
.single-sidebar ul {
	list-style: none;
}
.single-sidebar ul li {
	
}
*/

/* 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;
	padding: 10px 10px;
	clear: both;
	color: #002878;
	font-size: 80%;
	line-height: 150%;
}

#footer footermenu {
}

#footer a {
	color: #002878;
	margin-left: 15px;
}

#footer .creator {
	width: 400px;
	float: left;
}

.affiliation {
	color: #002878;
}

#footer .copyright {
	color: #002878;
	width: 500px;
	line-height: 200px;
	float: right;
	text-align: right;
}

#footer .footer-table {
	position: relative;
}



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

.last-post h2 {
	font: 20px Georgia, "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: small;
	color: #41383C;
	border-bottom:thin dotted #a0a0a0;
	margin-bottom: 1em;
}

.single-main .epigram {
	font-size: 90%; 
	text-align: left;
	margin-left: 30em;
}



.last-post .author {
	padding-bottom: 5px;
}
.last-post .author em {
	font-family: Georgia, "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;
}

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



/* BK: new styles */

.no-style {
}


.container {
}

.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: 100%;
}

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

.author-list {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 14px;
	padding-bottom: 5px;

}

.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.1em;
}



/* 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: 4px;
	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: 11px;
	line-height: 17px;
	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 .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;}
