/**
 * plugins/themes/classicBlue/classicBlue.css
 *
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 **/
/*
table {
  padding: 5px;
  border-bottom: none;
  border-top: none;
  border-left: navy solid thin;
  border-right: navy solid thin;
}
*/

@import 'bootstrap.min.css';

/* pdfview.css */

#inlinePdfResizer {
  width: 98%;
  height: 400px;
  padding: 1px 0px 1px 1px;
}

#pluginMissing{
  padding: 10px;
}

#pluginMissing a {
  text-decoration: underline;
}

#inlinePdf {
  width:99%;
  height:99%;
  padding: 1px 0px 1px 1px;
}

#inlinePdf.fullscreen {
  position: fixed;
  width: 97%;
  height: 95%;
  left: 20px;
  top: 7px;
  z-index: 1002;
}

#pdfDownloadLinkContainer {
  text-align: right;
  padding: 5px;
}

a.pdf {
  background: transparent url(http://www.alternativesjournal.net/plugins/themes/lib/pkp/templates/images/structure/page_white_acrobat.png) no-repeat scroll 0 2px !important;
  padding: 3px 0 3px 23px;
  text-transform: none;
}

.black_overlay{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 2000px; /* 100% only fills window, not page, causing potential display issues */
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.7;
  opacity:.70;
  filter: alpha(opacity=70);
}

#fullscreenShow {
  display: none;
  float: right;
}

#fullscreenHide {
  padding: 2px;
  background-color: white;
  display: none;
  position: fixed;
  bottom: 3px;
  right: 3px;
  z-index: 1003;
}

#content img.accessLogo {
  display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

#topBar {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 2.5em;
}

#articleFontSize {
  float: right;
}

#articleFontSize img {
  display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

#accessKey {
  float: left;
}

#accessKey img {
  display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

#articleCoverImage {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  clear: left;
}

#articleCoverImage img {
  display: block;
  border: 0;
}

div.rtSeparator {
  width: 100%;
  padding: 0;
  border-bottom: 2px dotted #000;
  line-height: 0px;
}

div.rtSeparatorThin {
  width: 100%;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dotted #000;
  line-height: 0px;
}

div.rtBlock {
}

div.rtBlock a {
  text-transform: none;
  text-decoration: none;
}

div.rtBlock ul {
  padding: 0;
  margin: 0;
}

div.rtBlock li {
  list-style-type: none;
}

span.rtSubtitle {
  text-transform: uppercase;
  font-size: 0.85em;
}

a.rtAction {
  font-size: 0.9em;
  text-transform: uppercase;
  text-decoration: none;
}

/*
*  Styles for XSLT Article Rendering
*  (based on NLM DTD classes)
*/

table.bm {
  border: 1px solid #000;
}

.tl-default, .tl-main-part {
  font-weight: bold;
}

dt {
  display: inline;
  float: left;
  margin-left: 20px;
  width: 80px;
}

dd {
  margin-left: 100px;
}

.articleToolItem {
  margin-bottom: 3px;
}

.articleToolIcon {
  padding-right: 5px;
  vertical-align: middle;
}

#sidebarRTRelatedItems ul {
  padding: 0px;
}

#sidebarRTRelatedItems li {
  margin-bottom:3px;
}

#toggleRelatedItems {
  display: none;
  padding-top:3px;
  cursor: pointer;
}

/* endpdfview.css */

/* myadditions */

body {
  background-image:url('img/bb4.jpg');
  background-repeat:no-repeat;
  background-position:left center;
  background-attachment: fixed;
}

#header {
/*
  -webkit-filter: blur(4px);
  -moz-filter   : blur(4px);
  -ms-filter    : blur(4px);
  -o-filter     : blur(4px);
  filter        : blur(4px);
*/
   border-radius: 0px 0px 3px 3px;
   background: rgba(0,0,0,0.25);
   box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);

  width: 100%;
}

#headerTitle {
  text-align: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
}

#headerTitle > h1 {
  color: white;
  font-weight: normal;
  display: inline-block;
}

#body {
  width: 1170px;
  margin: 0 auto;
  margin-top: 3px;
  background-color:white;
  padding: 20px 30px 20px 30px;
  border-radius: 20px;
  overflow: hidden
}

.myClassForFullTable {
  width: 100%;
}

.myClassForAnnouncements {
  width: 30%;
  display: inline-block;
  float: right;
  padding-left: 20px;
  border-left: thin solid #C0C0C0;
  /*  text-align: justify;*/
}

div#content {
  position: relative;
}

.myClassForIssue {
  width: 65%;
}

.myClassForMoreLink {
  float: right;
}

.myFooter {
  padding-top: 50px;
}

.myTextSmall {

}

#container {
  min-height: 800px;
  padding-bottom: 25px;
}

.backgroundSmall {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-decoration: none;
  background-image:url('img/decrease_font.png');
}

.backgroundSmall:hover {
  text-decoration: none;
}

.backgroundDefault {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-decoration: none;
  background-image:url('img/stock_font-size.png');
}

.backgroundDefault:hover {
  text-decoration: none;
}

.backgroundLarge {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-decoration: none;
  background-image:url('img/increase_font.png');
}

.backgroundLarge:hover {
  text-decoration: none;
}

table.announcements > tbody > tr.title > td.title > h4 {
  font-size: 14px;
}

table.announcements > tbody > tr.description > td.description {
  font-size: 13px;
}

table.announcements > tbody > tr.details > td.posted {
  font-size: 13px;
}

table.announcements > tbody > tr.details > td.more {
  font-size: 12px;
}

div.myClassForIssue > table.tocArticle {
  font-size: 16px;
}

div.myClassForIssue > table.tocArticle > tbody > tr > td.tocAuthors, div.myClassForIssue > table.tocArticle > tbody > tr > td.tocPages {
  font-size: 13px;
}

div.myClassForIssue > table.tocArticle > tbody > tr > td.tocTitle, div.myClassForIssue > table.tocArticle > tbody > tr > td.tocGalleys {
  font-size: 15px;
}

.textField {
  width: 180px;
}

.selectMenu {
  width: 195px;
}

td.label {
  margin-bottom: 10px;
  padding: 5px 15px 0px 15px;
}

td > label {
  display: inline-block;
}

td > #sidebar-username, td > #sidebar-password {
  width: 100px;
  margin-left: 5px;
}

table#signinTable > tbody > tr > td.value > input#loginUsername, table#signinTable > tbody > tr > td.value > input#loginPassword {
  margin-left: 10px;
}

div#aboutPeople > ul > li, div#aboutPolicies > ul > li, div#aboutSubmissions > ul > li, div#aboutOther > ul > li {
  list-style: none;
  line-height: 22px;
}

div#managementPages > ul > li, div#managerUsers > ul > li, div#managerRoles > ul > li {
  list-style: none;
  line-height: 22px;
}

div#managementPages > ul > li > a, div#managerUsers > ul > li > a, div#managerRoles > ul > li > a {
  margin-left: 5px;
}

form#searchForm > table.data > tbody > tr > td.value > input.button {
  margin-bottom: 10px;
}

div#myAccount > ul {
  list-style: none;
  margin-left: 0px;
}

div#main > h2 {
  text-align: center;
}

td.separator {
  line-height: 12px;
}

.noStyle {
  list-style: none;
}

form > input.textField {
  margin-bottom: 0px;
}

td > img {
  max-width: none;
}

label {
  display: inline-block;
}

td.labelOfCheckbox {
  padding: 4px;
}

.labelOfCheckbox > input[type="radio"], .labelOfCheckbox > input[type="checkbox"] {
  margin: 0px;
}

.borderedTitle {
  padding-bottom: 10px;
  border-bottom:thin solid #B0B0B0;
  margin-bottom: 25px;
}

.issue-inside-vl {
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;

  border-left: thick solid #0080FF;
}

.issue-inside-vl:hover {
  border-left: thick solid #0101DF;
}

.left-to-right {
  margin-left: 4%;
  width: 90%;
}

.div-shadowed { 
  -moz-box-shadow: 0 0 5px 2px #0080FF;
  -webkit-box-shadow: 0 0 5px 2px #0080FF;
  padding: 10px;

  background-color: #F2F2F2;
}

/* breadcrumbs */

		.breadcrumb { 
			background: none;
			padding: 0px;
			list-style: none; 
			overflow: hidden; 
		}
		.breadcrumb li { 
			float: left; 
		}
		.breadcrumb li a {
			color: white;
			text-decoration: none; 
			padding: 10px 0 10px 55px;
			background: blue;                   /* fallback color */
			background: hsla(218, 100%, 15%, 1); /* first dark blue */
			position: relative; 
			display: block;
			float: left;
		}
		.breadcrumb li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid hsla(218, 100%, 15%, 1); /* first dark blue */
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			left: 100%;
			z-index: 2; 
		}	
		.breadcrumb li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid white;
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			margin-left: 1px;
			left: 100%;
			z-index: 1; 
		}	
		.breadcrumb li:first-child a {
			padding-left: 20px;
		}
		.breadcrumb li:nth-child(2) a       { background:        hsla(218, 100%, 25%, 1); }
		.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(218, 100%, 25%, 1); }
		.breadcrumb li:nth-child(3) a       { background:        hsla(218, 100%, 35%, 1); }
		.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(218, 100%, 35%, 1); }
		.breadcrumb li:nth-child(4) a       { background:        hsla(218, 100%, 45%, 1); }
		.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(218, 100%, 45%, 1); }
		.breadcrumb li:nth-child(5) a       { background:        hsla(218, 100%, 55%, 1); }
		.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(218, 100%, 55%, 1); }
		.breadcrumb li:last-child a {
			background: white !important;
			color: black;
			pointer-events: none;
 			cursor: default;
		}
		.breadcrumb li:last-child a:after { border: 0; }
		.breadcrumb li a:hover { background: hsla(218, 100%, 55%, 1); }
		.breadcrumb li a:hover:after { border-left-color: hsla(218, 100%, 55%, 1) !important; }

/* endbreakcrumbs */

.go-div-go { 
  padding: 20px;
  background-color: white; 

  /* outer shadows  (note the rgba is red, green, blue, alpha) */
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
  -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

  /* rounded corners */
  -webkit-border-radius: 12px;
  -moz-border-radius: 7px; 
  border-radius: 7px;

  /* gradients */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, white), color-stop(100%, #E5EFFF)); 
  background: -moz-linear-gradient(top, white 0%, white 55%, #A9BCF5 130%); 
}

/* justified nav */
.navbar .navbar-inner {
padding: 0;
}
.navbar .nav {
margin: 0;
display: table;
width: 100%;
}
.navbar .nav li {
display: table-cell;
width: 1%;
float: none;
}
.navbar .nav li a {
text-align: center;
border-left: 1px solid rgba(255,255,255,.75);
border-right: 1px solid rgba(0,0,0,.1);
text-transform: uppercase;
}
.navbar .nav li:first-child a {
border-left: 0;
border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}
/* end justified nav */

div#content {
  
}