/*
 Theme Name:     ASJ Twenty Thirteen Child NEW
 Theme URI:      http://example.com/twenty-thirteen-child-copy/
 Description:    Twenty Thirteen Child Theme
 Author:         JKR
 Template:       twentythirteen
 Version:        1.0.0
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

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

@font-face {
    font-family: 'fira_sans';
    src: url('webfonts/FiraSans-Book.eot');
    src: url('webfonts/FiraSans-Book.eot?#iefix') format('embedded-opentype'),
         url('webfonts/FiraSans-Book.woff') format('woff'),
         url('webfonts/FiraSans-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sans';
    src: url('webfonts/FiraSans-BookItalic.eot');
    src: url('webfonts/FiraSans-BookItalic.eot?#iefix') format('embedded-opentype'),
         url('webfonts/FiraSans-BookItalic.woff') format('woff'),
         url('webfonts/FiraSans-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'fira_sans';
    src: url('webfonts/FiraSans-SemiBold.eot');
    src: url('webfonts/FiraSans-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('webfonts/FiraSans-SemiBold.woff') format('woff'),
         url('webfonts/FiraSans-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sans';
    src: url('webfonts/FiraSans-SemiBoldItalic.eot');
    src: url('webfonts/FiraSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('webfonts/FiraSans-SemiBoldItalic.woff') format('woff'),
         url('webfonts/FiraSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}



article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Georgia MS', Georgia, Times, 'Times New Roman', serif;
	margin-bottom: -20px;
}

body {
	/*color: #141412;*/
	color: #003f63;
	font-size: 17px;
	line-height: 1.4;
	margin: 0;
	background-image: url(images/bg_main.png);
}

a {
	/*color: #ca3c08;*/
	color: #F1720E;
	text-decoration: none;
}

a:visited {
	/*color: #ac0404;*/
	color: #F1720E;
}

a:focus {
	outline: 0;
}

a:active,
a:hover {
	color: #de690d;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*font-family: Bitter, Georgia, serif;*/
	font-family: 'Georgia MS', Georgia, Times, 'Times New Roman', serif;
	line-height: 1.4;
	font-weight: normal;
}


h1 {
	/*font-size: 48px;*/
        margin: 33px 0;
    	border-left: 6px solid #f1720e;
    	color: #003f63;
    	font-size: 34px;
    	line-height: 1.2;
   	margin-top: 25px;
   	max-width: 680px;
    	padding-left: 18px;
   	padding-top: 0;
	
}

h2 {
	font-size: 26px;
	margin: 28px 0 18px;
	font-weight: normal;
	border-bottom: 0px dotted;
        line-height: 1.2;
}

h3 {
	font-size: 20px;
	margin: 24px 0 13px;
	font-weight: normal;
	
	
}

.textbox h3 {
	font-size: 18px;
	margin: 5px 0 5px;
	font-weight: normal;
	
	
}

h4 {
	text-transform: uppercase;
	font-family: 'fira_sans', Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 2px;
	margin: 25px 0 15px;
	font-weight: bold;
	color: #329ccf;
	padding-top:5px;
	border-top: 2px dotted;
}

h5 {
	font-size: 18px;
	margin: 25px 0;
	font-weight: bold;
}

h6 {
	font-size: 16px;
	margin: 20px 0;
}

p {
	margin: 0 0 14px;
}

hr {
    border-top: 2px dotted #329ccf;
    height: 1px;
    margin-bottom: 16px;
    margin-top: 16px;
    width: 100%;
}

.hrcat {
	border-top: 2px dotted #329ccf;
	height: 1px;
	margin: 0px auto; 
    margin-bottom: 22px;
    margin-top: 12px;	
	max-width: 680px;
	width: auto;
}
	
table {
	/*border-bottom: 1px solid #ededed;*/
	border-bottom: 1px solid #003f63;
	border-left: 1px solid #003f63;
	border-right: 1px solid #003f63;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	line-height: 1.3;
	margin: 0 0 20px;
	width: 100%;
}
/* table without border */
.withoutborder {
	border-bottom: none;
	border-top: none;
	border-top: none;
	border-right: none;
	border-left: none;
}

/* table width 50% with borders */
.changedwidth {
  	border-bottom: 1px solid #003f63;
	border-left: 1px solid #003f63;
	border-right: 1px solid #003f63;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	line-height: 1.3;
	margin: 0 0 20px;
	width: 50%;
  }
  
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	/*border-top: 1px solid #ededed;*/
	border-top: 1px solid #003f63;
	border-right: 1px solid #003f63;
	padding: 6px 10px 6px 10px;
}

ul {
	list-style-type: disc; /*square*/
}

ul.ci {
  	list-style-type: circle;
}


.page-links a,
.page-links > span {
	background: #003f63;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.hid a {
    color: #003f63;
}

/**
 * quotes asj
 * ----------------------------------------------------------------------------
 */

.quote {
	font-family: 'Georgia MS', Georgia, Times, 'Times New Roman', serif;
	font-size: 100%;
	font-style: normal;
	width: auto;
	margin: 22px 0px 22px;
	padding-left: 15px;
	line-height: 1.3;
	color: #003f63;
	border-left:6px solid #d2dce5;
}

blockquote {
	font-family: 'Georgia MS', Georgia, Times, 'Times New Roman', serif;
	font-size: 100%;
	font-style: normal;
	width: auto;
	margin: 22px 0px 22px;
	padding-left: 15px;
	line-height: 1.3;
	color: #003f63;
	border-left:6px solid #d2dce5;
}

blockquote em, blockquote i {
    font-style: italic;
}

.entry-content blockquote {
	font-size: 100%;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.doi-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 21px/1 Genericons;
	vertical-align: text-bottom;
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
    color: #003f63;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 32px;
    margin-top: 6px;
    text-align: center;
}



/*
---------------------------------------------------------------*/
.header-logo {
	max-width: 90%;
	position: absolute;
	display: block;
	/*padding-top:30px;*/
	padding-top:40px;
	margin-right:auto;
	margin-left:auto;
}


/**
 *  Site
 * ----------------------------------------------------------------------------
 */
.site {
    background-color: white;
	 box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    border-left: 0px solid #f2f2f2;
    border-right: 0px solid #f2f2f2;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.site-main .widget-area {
    
    width: 300px;
}



/**
 *  Site Header
 * ----------------------------------------------------------------------------
 */
.site-header .home-link {
	display: block;
	margin: 0 auto;
	max-width: 1100px;
	min-height: 155px;
	padding: 0;
	text-decoration: none;
	width: 100%;
	/*box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.8);*/
	/*background-color: rgba(20, 71, 120, 2.3);*/
}
  
.site-header .site-title:hover {
		text-decoration: none;
	  }
		
.site-title {
	font-size: 30px;
	font-family: 'Open Sans', Arial;
	font-weight: bold;
	line-height: 1;
	margin: 0px;
	padding: 20px;
}

.site-description {
	font: 300 italic 24px 'Georgia MS', Georgia, Times, 'Times New Roman', serif;
	margin: 0px;
  	color: #fff;
}
.headbg {
	position: relative; 
	margin-top: 0px;
}
.headbg img {
	max-width: 100%;
	height: auto;

}

.logo {
	position: absolute; 
	bottom: 18%; 
	left: 105px; 
	right: 105px; 
	z-index: 99;
	max-width: 425px;
        float: left;

}

.logo img {
	max-width: 100%;
	height: auto;
}

.infomercial {
    position: absolute; 
	bottom: 16%; 	
	margin-left: 835px;  
	z-index: 99;
	max-width: 310px;
        float: left;
        color: white;
        font-size:12px;
 
}


.infomercial a {
        color: white;
        font-size:12px;
        text-decoration: none;
        line-height: 1.7;
        font-family: "fira_sans",Helvetica,Arial,sans-serif;
 
}

.infomercial a:hover {
        color: white;
        text-decoration: none
 
}

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

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1150px;
	min-height: 35px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0px;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	/*border: 2px solid #C9C7BB;*/
	border-top: 0;
	margin-right: 0px;
}

.nav-menu li a {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-family: 'fira_sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	padding: 10px 20px 10px;
	text-decoration: none;
	border-top: 0px solid #FA9D00;
	border-bottom: 0px solid #FA9D00;
	margin-right: 0px;
}

   .nav-menu li a:after {
    content: '';
    font-family: Verdana, Arial, sans-serif;     
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li a:active,
.nav-menu li a:focus {
	/*background-color: #220e10;*/
  	background-color: #2e90bf;
	color: white;
	border-top: 0px solid #329ccf;
	border-bottom: 0px solid #329ccf;
  	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-menu .sub-menu,
.nav-menu .children {
	color: white;
	/*border: 2px solid #f7f5e7;*/
	border: 0px solid #FA9D00;
	border-top: 0px;
	border-left: 0px solid #FA9D00;
	border-right: 0px solid #FA9D00;
	border-bottom: 0px solid #FA9D00;
	display: none;
	padding: 0;
	background: #36a9e1;
	position: absolute;
	left: 0px;
	z-index: 99999;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	clip: rect(0px, 0px, 0px, 0px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: white;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #329ccf;
	color: white;
	/*background-color: #faac58;*/
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	/*color: #bc360a;*/
	color: #ffffff;
	font-style: normal;
	background: #329ccf;
}

 .menu-toggle {
	display:none;
} 

/* Navbar */
.navbar {
	/*background-color: #2F209D;*/
	background-color: #329ccf;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}


#navbar .issn {
	color: #fff;
	position: relative;
	float: right;
	margin: 10px -55px -10px 0;
	font-size: 13px;
	font-family: 'fira_sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
}

#navbar .issn:after {
    content: '';
    font-family: Verdana, Arial, sans-serif; 
}


#navbar .social-icons {
    float: right;
    margin-top: 0px;
    padding: 0;
    position: relative;
    margin-bottom: 0px;
}


.site-header .search-form {
	position: absolute;
	right: 5px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	/*background-color: #ffffff;*/
	/*background-image: url(images/search-icon.png);*/
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border: none;
	cursor: pointer;
	height: 30px;
	margin: 3px 20px;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
  	font-family: 'fira_sans', Helvetica, Arial, sans-serif;
}

.site-header .search-field:focus {
	background-color: #fff;
	/*border: 2px solid #c3c0ab;*/
	border: 2px solid #ffffff;
	cursor: text;
	outline: 0;
	width: 230px;
}

a.more-link {
    color: #f1720e !important;
}

.small {
    font-size: 11px;
    line-height: 1.3em;
}

.box {
    background-color: #FFF;
    padding: 10px;
    position: relative;
  	 margin-left: 0px;
  	 margin-right: 0px;
	 min-height:300px;

}

#main {
  background-color: white;
}



#navbar .social-icons {
  	float: right;
  	position: relative;
  	margin: 3px 80px 2px;
}

 /* Slider style */

.soliloquy-theme-classic .soliloquy-pager {
   display: none;
}


.soliloquy-container {
    margin-top: 15px!important;
	margin-bottom: 25px!important;
}

/**
 *  old asj
 * ----------------------------------------------------------------------------
 */



.start_toc a, .start_toc a:visited {
    color: inherit!important;
	border-bottom: 1px dotted #f1720e;
}

.start_toc a:hover, .start_toc a:active {
    text-decoration: none;
	color: #de690d!important;
	border-bottom: 1px solid #de690d;
}

.startauthor {
    padding-left: 1px;
    /*border-left: 4px solid rgb(241, 114, 14);*/
    padding-bottom: 0px;
    padding-top: 12px;
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 4px;
    font-style: normal;
    text-transform: uppercase;
    width: auto;
     margin: -15px 0px 13px 0px;
}

.startauthor_new {
    padding-left: 18px;
    padding-bottom: 2px;
    padding-top: 10px;
    border-left: 6px solid rgb(241, 114, 14);
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 4px;
    font-style: normal;
    text-transform: uppercase;
    max-width: 600px;
    margin: 0px auto 13px 0px;
}

#artauthor {
    padding-left: 18px;
    padding-bottom: 2px;
    padding-top: 16px;
    border-left: 6px solid rgb(241, 114, 14);
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 4px;
    font-style: normal;
    text-transform: uppercase;
    max-width: 600px;
    margin: 0px auto 26px 0px;
}
.startnumber {
    margin: 0px 0px 0px -25px;
    text-align: left;
    font-family: 'fira_sans', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.3em;
    letter-spacing: 1px;
    font-weight: normal;
    padding-bottom: 3px;
    float: left;
    position: relative;
}
.startheadline {
    border-left: 6px solid #f1720e;
    color: #003f63;
    font-family: 'Georgia MS', Georgia,Times,'Times New Roman',serif;
    font-size: 25px;
    line-height: 1.2em;
    margin: auto 0;
    padding-left: 16px;
    text-align: left;
    max-width: 610px;
}

.starthead {
    color: #003f63 !important;
    font-size: 25px;
    line-height: 1.0em;
    margin-bottom: 0px;
    margin-top:-6px;
}

.toc_section {
    color: #329ccf !important;
    border-bottom: 2px dotted #329ccf;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-left: 0px;
    line-height: 1.1em;
    font-size: 19px;
}

a.starthead {
    color: #003f63 !important;
    font-size: 25px;
    line-height: 1.2em;
}

a.starthead:hover {
    color: #F1720E !important;
}

a.more-link {
    color: #F1720E !important;
}

#artheadline {
    border-left: 6px solid #f1720e;
    color: #003f63;
    font-size: 34px;
    line-height: 1.2;
    margin-top: 25px;
    max-width: 680px;
    padding-left: 18px;
    padding-top: 0;
}
.artnumber {
    margin: 0px 0px 0px -45px;
  	color: #003f63;
    text-align: left;
    font-family: 'fira_sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 1px;
    font-weight: normal;
    padding-left: 0px;
    padding-bottom: 15px;
    border-left: 0px solid #F1720E;
    float: left;
    position: relative;
}

.artabstract {
    font-weight:bold;
}

.startabstract {
    margin-bottom: -10px;
    padding-bottom: 0px;
}

.startteaser {
    margin-bottom: 3px;
    padding-bottom: 0px;
}

/* Headline for single pages like About Us */
#pageheadline {
    padding-left: 18px;
    border-left: 6px solid #F1720E;
    margin-top: 25px;
    margin-bottom:0px;
    font-size: 34px;
    font-weight: normal;
    color: #003f63;
    width: 100%;
    line-height: 1.2;
}

/* Teaching Resources */
.startcategory {
    margin: auto auto auto 0px;
    text-align: left;
    font-family: 'fira_sans', Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.3em;
    letter-spacing: 1px;
    font-weight: normal;
    padding-left: 11px;
    padding-bottom: 8px;
    border-left: 4px solid #F1720E;
  	color: #003f63;
}

.artcategory {
    margin: auto auto auto 0px;
    text-align: left;
    font-family: 'fira_sans', Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.3em;
    letter-spacing: 1px;
    font-weight: normal;
    padding-left: 14px;
    padding-bottom: 12px;
    border-left: 4px solid #F1720E;
  	color: #003f63;
}
/* ISSN for Occasional Papers 
.occartcategory {
    margin: auto auto auto 0px;
    text-align: left;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
    line-height: 1.3em;
    letter-spacing: 1px;
    font-weight: normal;
    padding-left: 14px;
    padding-bottom: 10px;
    border-left: 6px solid #F1720E;
  	color: #003f63;
}*/

.small {
    font-size: 12px;
    line-height: 1.3em;
  	margin-bottom: 10px;
}

.textbox {
	padding: 10px 15px;
	line-height: 1.3em;
	background-color: #E9E9E9;
	/*border: 2px solid #003f63;*/ 
	margin-bottom: 14px;
}

.box {
    background-color: #FFF;
    padding: 10px;
    position: relative;
  	 margin-left: 0px;
  	 margin-right: 0px;
	 min-height:300px;
	padding-top: 40px;

}

#main {
  background-color: white;
}


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

.hentry {
	padding: 0px 0;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
   
}
.entry-title {
    margin: 0px 0 0;
}

.entry-summary {
     padding-bottom: 15px;
     border-bottom: 2px dotted #329ccf;
     margin-bottom: 19px;	
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 13px;
	font-family: 'fira_sans', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1px;
        margin-bottom: 25px;
}

.entry-meta > span {
    margin-right: 12px;
}

.entry-meta:after {
    content: '';
    font-family: Verdana, Arial, sans-serif;
} 

.entry-meta a {
	/*color: #bc360a;*/
  	color: #329ccf;
	white-space: nowrap;
}

.entry-meta a:hover {
	/*color: #bc360a;*/
  	color: #2e90bf;
}

.doi-link a:before {
	content: "\f443";
	position: relative;
	top: 1px;
}

.categories-links a:first-child::before {
    top: 0px;
}
.tags-links a:first-child::before {
    top: 0px;
}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1100px;
    padding: 0px 376px 0 60px;
}

.site-main .sidebar-container {
   
    top: 55px;

}


/* removes date, category, author, edit */
/*.entry-meta {
*	display: none;
}*/

span.date { display: none;}
span.author.vcard {display: none;}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content, .widget {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
}

.entry-content p{
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
}

.entry-content a,
.comment-content a {
  	color: #F1720E;
	-ms-word-break: break-all;
     	/*word-break: break-word;*/
	/*word-break: break-all;*/
	-webkit-hyphens: none;
   	-moz-hyphens: none;
	-ms-hyphens: none;
        hyphens: auto;
	word-wrap: break-word;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #de690d;
}

.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
    margin-top: 0px;
}

img[class*="wp-image-"] {
    height: auto;
    margin-top: 25px;
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: 0px;
    margin-right: 35px;
    margin-top: 0px;
}

.entry-content img.alignright, .entry-content .wp-caption.alignright {
    margin-right: 0px;
    margin-top: 0px;
}

img.alignleft {
    margin: 5px 10px 5px 0px;
}

img.alignright {
    margin: 5px 10px 5px 5px;
}

/* img class for 52.04 borders */
.special {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.footnote, .bibliography, .contributor {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 45px;
}

.sugg_cit, .cclicense {
    font-size: 14px;
    line-height: 1.5em;

}

.cclicense img {
    margin-bottom:6px;
    margin-top:6px;
}

.cclicense {
    padding-bottom:22px;
}

.entry-content .opcolor a {
   color: #8eb345;
}

.entry-content .opcolor a:hover {
    color: #84a640;
}

.paralist {
    margin-left: 0;
}


.paranum {
    color: gray;
    float: left;
    margin-left: -25px;
    font-family: 'fira_sans', Helvetica, Arial, sans-serif;
    font-size: 0.6em;
    padding-top: 3px;
    padding-left: 1px;
}

.inside-grid-column {
	padding: 0 30px 0 0px!important;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
    background-color: #ffffff;
    letter-spacing: 4px;
    margin: 0 auto;
    max-width: 680px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
}


.archive-title,
.archive-meta {
	font: 300 20px 'Georgia MS', Georgia, Times, 'Times New Roman', serif;
	/*margin: 0 auto;*/
  	margin-left: 0px;
	/*max-width: 1040px;*/
	padding: 30px 0;
        padding-left: 0px;
	width: auto;
}


.archive-title {
    border-top: 2px dotted;
    color: #329ccf;
    font-family: 'fira_sans',Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 25px 0 -15px 0;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    border-left:0px;
}

.archive-meta {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-top: -30px;
	padding: 0 0 0px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
    background-color: #ffffff;
    letter-spacing: 4px;
    margin: 0 auto;
    max-width: 680px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    text-transform: uppercase;
}

.page-title {
    border-top: 2px dotted;
    color: #329ccf;
    font-family: 'fira_sans',Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 25px 0 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    text-transform: uppercase;
    border-left:0px;
}

.page-content {
	margin: 0 auto;
	max-width: 700px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}
  
/* 5.11 404 
* -------------------------------------------------------------------------------
*/

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
  	font-family: georgia,arial,helvetica,sans-serif;
}

.error404 .page-wrapper {
	background-color: #ffffff;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: transparent; /*border-left: 3px solid rgb(210, 220, 229);*/
	font-family: 'fira_sans', Helvetica, Arial, sans-serif;
	color: #003f63;
	font-size: 15px; /*border-radius: 20px;*/
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	margin: 0px 20px 40px;
	padding: 0px 0px 0px 0px;
	word-wrap: break-word;
	border-bottom: 0px solid;
	border-top: 2px dotted #329ccf;
}

.widget .widget-title {
    border-bottom: 0 dotted;
    color: #329ccf;
    font-family: "fira_sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 10px;
    padding-bottom: 0;
    padding-top: 7px;
    text-transform: uppercase;
}

.widget ul,
.widget ol {
	 list-style-type: disc;
         margin: 0 0 0 12px;
         padding: 0;
}

.site-footer ul {
	 list-style-type: none;
         margin: 0 0 0 12px;
         padding: 0;
}

.widget li {
	padding: 0px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #f1720e;
  /*color: #bc360a;*/
  	/*color: #003f63;*/
}

.widget a:hover {
	color: #de690d;
  	/*color: #f1720e;*/
}

.wp-tag-cloud {
         margin: 0 0 0 0px!important;
         padding: 0;
}

/* Social Icons 
----------------------------------------------- */

a.social-icons {
	margin-right: 5px; 
}

a.social-icons:hover {
	opacity: .7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


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

.site-footer {
    /*background-color: #225F99;*/
	background-color: #003f63;
	color: #ffffff;
	font-family: 'fira_sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

.site-footer .sidebar-container {
	/*background-color: #225F99;*/
  	background-color: #003f63;
	padding: 0px 0;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
  	border-left: none;
	border-top: 0px;
}

.site-footer .widget-area {
	margin: 0 auto;
	padding-top: 10px;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
    left: 0;
    max-width: 1000px;
    position: relative;
}

.site-footer .widget a {
	color: #329ccf;;
	font-family: 'fira_sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.site-footer .widget a:hover {
	color: #329ccf;
}

.site-footer {
	padding-top:30px;
	padding-left:50px;
	padding-right:10px;
	padding-bottom:30px;
	line-height:22px;
}

.site-footer a{
	color:#ffffff;
}

.site-info {
	margin: 0px auto;
	max-width: 1040px;
	padding: 5px 0;
	width: 100%;
  	text-align: center;
}




.wysija-submit-field { 
	background: #D2DCE5; 
	}


.wysija-submit-field { margin-top:0 !important;
}

/**
 * Videos
 * ----------------------------------------------------------------------------
 */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
	margin-top:35px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

iframe {
   margin-top:0px!important;
    
}

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1200px) {

    .site {
    	max-width: 1100px;

    }  

    .navbar {
    	max-width: 1100px;

    }

    .logo {
    	left: 65px; 
    	right: 65px;
    }

    .infomercial {
	margin-left: 565px;  
     }

    .main-navigation {
	max-width: 1100px;  
     }

	
}


@media (max-width: 999px) {
	
	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	.box {
  		margin-left: 15px;
  	  	margin-right: 15px;
		box-shadow: none;
	}
  
	#main {
  		background-color: #ffffff;
	}
  	
  	

	#navbar .issn {
  		margin: 10px -75px -10px 0;
	}

	

	
	.nav-menu li a {
  		padding: 10px 10px;
	}
        
       .page-header,
       .search .page-header {
       margin: 0 auto;
       padding-left: 0px;
       padding-right: 0px;
       padding-top: 10px;
       }
       
    	.page-title {
    	margin: 25px 0 15px;
    	padding-left: 0;
   	padding-right: 0;
    	padding-top: 5px;
}

	.site-main .widget-area {
        width: 100%;
}

	
	.site-main .sidebar-container {
    	max-width: 999px;
}

	.site-footer {
    	margin-top: 90px;
}

.logo {
    left: 25px;
}
	
	.infomercial {
	margin-left: 475px;  
		margin-right:10px;
     }

}


@media (max-width: 643px) {
	
	body {
	color: #003f63;
	font-size: 16px;
	line-height: 1.3;
}

.logo {
    left: 65px;
}

.entry-meta > span {
    margin-right: 5px;
}
	
	.site-title {
		font-size: 30px;
	}
	
	.box {
  		padding-top: 18px;
	}
	

	.entry-title {
 	   font-weight: normal;
           margin-bottom:0px;
           margin-top:4px;
	}
	
	#artheadline {
    
    font-size: 23px;
	}
	
	h2 {
    font-size: 20px;
    margin: 25px 0 13px;

	}
       h3 {
    font-size: 18px;
   margin: 16px 0 10px;

	}
	
	#main {
  		background-color: #ffffff;
	}
	
	
	.main-navigation {
    min-height: 35px;
	}
	

	

	#navbar .issn {
	  	margin: 10px -75px -10px 0px;
	}
	
	.infomercial {
       display: none;
 
}



	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}
/* Small menu */
	.menu-toggle, .menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3;
		font-family: 'fira_sans', Helvetica, Arial, sans-serif;
		margin: 0;
		padding: 8px 0 8px 20px;
		color: #ffffff;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #ffffff;
		width: auto;
  		
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu li:focus > a,
	.toggled-on .nav-menu .children a {
		background-color: #2e90bf;
		color: #ffffff;
		padding: 10px 20px 10px;
		border-bottom: 0px;
		border-top: 0px;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover,
	.toggled-on .nav-menu li a:focus,
	.toggled-on .nav-menu ul a:focus{
		background-color: #2e90bf;
		color: #fff;
	}
	
	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

.nav-menu li a {
  		padding: 10px 20px 10px;
		border-bottom: 0px;
		border-top: 0px;
	}
	
.startheadline {
 
    font-size: 20px;
	
	}


@media (max-width: 500px) {
	
  .archive-title {
    font-size: 15px;
    margin: 1px 0 -15px;
  
}
}

/* Mobile devices */
@media (max-width: 360px) {

	
	
	

	#navbar .issn {
	  	margin: 10px -75px -10px 0px;
	}

  .archive-title {
    font-size: 15px;
    margin: 1px 0 -15px;
  
}

	.entry-content p {
		word-wrap: break-word;
	}
	
	.header-logo {
  		padding-top: 50px;
	}
    a.starthead {
    color: #003f63 !important;
    font-size: 21px;
    line-height: 1.0em;
}
	
}





/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #6D9CBA; /* Old browsers */
	background: -webkit-linear-gradient(top, #6D9CBA 0%, #618DA8 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #6D9CBA 0%, #618DA8 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #618DA8;
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #A7C0CF; /* Old browsers */
	background: -webkit-linear-gradient(top, #A7C0CF 0%, #98AEBC 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #A7C0CF 0%, #98AEBC 100%); /* W3C */
	border-bottom: 3px solid #98AEBC;
	outline: none;
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	
	#artheadline, 
	#artauthor,
	#pageheadline {
		color: #000;
	}
	
	.starthead,
	.startauthor,
	.artcategory,
	.hrcat,
	.hr {
	        color: #000;
	}
	
	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	img.header-logo {
		display: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}
	
	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content a {
		color: #000;
	}

	.entry-content p {
		color: #000;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}

	#content {
		margin-left: auto;
	}

	.pdfprnt-bottom-right {
		display: none !important;
	}


#pf-author {
		display: none;
	}
	
.printfriendly .pf-aligncenter {
		text-align: center!important;
	    margin:0 auto!important;

	}

/* Slider style */
.soliloquy-container .soliloquy-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: -10px auto !important;
    -moz-user-select: none;

}

.soliloquy-theme-classic .soliloquy-pager {
   display: none;
}
	}}

.wp-statistics-opt-out {
    width: 100%;
    background: silver;
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 20px;
    z-index: 10;
    font-family: 'fira_sans', Helvetica, Arial, sans-serif;
    font-size: 17px;
	border-top:0px!important;
	}

.wp-statistics-opt-out a, .wp-statistics-opt-out a:hover {
    color:white;
	background: #003f63;
	display: inline-block;
	font-size:0.7em;
	padding:5px 10px;
	text-transform:uppercase;
	letter-spacing: 2px;
	}
