/**
 * common.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id$
 */

/*
 * Notifications
 * FIXME: (Re)move once OJS styles are consolidated with new styles and themes
 */
@import url("../lib/pkp/styles/themes/default/pnotify.css");

.ui-pnotify-title {
	font-size: 0.8em;
}

.ui-pnotify-text {
	font-size: 0.6em;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	font-size: 0.8em;
}


/* * Common HTML elements*/

/* 
a:link {
	border-bottom: 1px solid #000;
	text-decoration:none;
    padding-bottom: 2px;
}

a:active {
	color: #253;
}

a:visited {
	color: #375;
}

a:hover {
	color: #253;

}
 */
/**
 * Main layout elements
 */

#header {
	
}
#headerTitle{
	
}
#footer {
	background-color: #ABA;
}

#main {
	
	margin: 0 auto;
}


/**
 * Access icons and key
 */
#accessKey {
	margin-bottom: 2em;
}

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

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


/**
 * Navigation bar
*/
.left{
	
	min-width:860px;
	display:compact;
	width:100%;
	float:left;	
	
	
}
.right{
	vertical-align:top;
	position:relative;
	padding-top:32px;
	height:42px;
	display:inline;
	float:right;
	

}

.txt{
	padding-top:2px;
	vertical-align:top;
	display:inline-block;
}
.txtnav a{
	
	font-family:'Nexa-Bold';
	font-size: 12px;
	color:#000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration:none;	
	
}
.txt a{
	font-family:'Nexa-Bold';
	font-size: 12px;
	color:#000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration:none;	
}
.txt a#demo1{
	
	text-decoration:underline;	
}
.txtnav{
	padding-left:5px;
	
	display:inline-block;
	padding-top:30px;
	height:42px;
}
.txtnr{
		vertical-align:top;
	display:inline-block;
	font: 16px "NexaHeavy";
}
.txttitle{
	padding-top:30px;
	
	display:inline-block;
}
.txttitle a{
	font-family: 'NexaHeavy';
	font-weight:160;
	font-size: 16px;
	color:#000;
	text-transform:none;
	text-decoration:none;
	letter-spacing:0.05em;
	border-bottom: 2px solid #000;
	text-decoration:none;
    padding-bottom: 2px;
	
}
.txtissn{
	display:inline-block;
		padding-top:2px;
	vertical-align:top;
	font: 12px "Nexa-Bold"; 
	color:#000;
}
.txt1{
    width: 84px; 

	background-repeat:no-repeat;
	background-image:url(http://pismowidok.org/webfonts/number.png);
	height:54px;
	float:right;
	color: #ffffff;
	
	font: 16px "NexaHeavy"; 
	text-transform: uppercase;
	padding-top:34px;
	
	display:inline-block;
	outline: none; 
	text-align: center;
	vertical-align:middle; 
	text-decoration: none; 
	cursor:pointer;
		z-index: 270;
	
}
.find{	
	float:right;
	display:inline-block;
	width:84px;
	padding-top:46px;
	text-align: center;
	
}
.find a{
	font: 16px "NexaHeavy"; 
	font-weight:160;
	text-transform:none;
	
}
.button31{
	position:relative;
	top:60px;
}
.space{
	width:30px;
	display:inline-block;
}
/**
*displayMembership
*/

#inlight {
	padding-left:30px;
	padding-right:30px;
	font-family: "Nexa-Book";
	font-size: 13px;
	line-height: 1.5; 
	/*letter-spacing:1px;*/	

}

#displayMembership {
	padding-left:36px;
	
	
}
#displayMembership h3 {
	line-height: 1; 
	letter-spacing:0px;
	height:40px;
	font-family: 'Nexa-Bold';
	font-weight:160;
	font-size: 16px;
	color:#000;	
	text-decoration:none;
}
#displayMembership h1, #inlight h1{
		font-family:"NexaHeavy";
	font-size: 18px;
	text-decoration:underline;
	font-weight:normal;
}
#displayMembership a:link {

	
	text-decoration:none;
}


/**
*Issues
*/
#issues a:link {
	font-family: 'NexaHeavy';
	font-weight:160;
	font-size: 16px;
	color:#000;
	border-bottom: 2px solid #000;
	text-decoration:none;
    padding-bottom: 2px;
	letter-spacing:0.05em;
}

#issues a:active {
	color:#000;
}

#issues a:visited {
	color:#000;
}

#issues a:hover {
	color:#000;

}
#issues .issueDescription{
	font-family:'Nexa-Bold';
	font-size: 13px;
	line-height:21px;
	color:#000;
	letter-spacing: 0.05em;
}

/**
 * Announcements
 */
 
#announcementList{
	padding-left:36px;	
	width:712px;
}

#issueCoverImage img{
		width:100%;
		height:100%;
}


#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;
}

#announcementsHome h3 {
	text-align: center;
}

#announcements {
	width: 100%;
}

#announcements h3 {
	text-align: center;
}

table.announcements {
	width: 100%;
}

table.announcements td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}

table.announcements td.headseparator {
	/*border-top: 1px dotted #000;*/
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	/*border-top: 1px dotted #000;*/
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	/*border-top: 1px dotted #DDDDD0;*/
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	vertical-align: top;
}

table.announcements td.title {
	width: 85%;
}

table.announcements td.title h4 {
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements td.description {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}


/**
 * Table of contents
 */
 .headToc{
	 
	 width: 100%;
	 max-width:1000px;
	 
 }
 .nameToc{
	
	padding-left:36px;
	font-family: 'NexaHeavy';
	font-weight:160;
	font-size: 16px;
	color:#000;
	text-transform:none;
	text-decoration:underline;
	letter-spacing:0.05em;
	/*border-bottom: 2px solid #000;
	text-decoration:none;
    padding-bottom: 2px;*/	
	
 }

 .issueTocDescription{
	 
	 
 }
 
.tocArticle{
	padding-left:36px;
}
.tocSectionTitle{
	float:none;
}
h4.tocSectionTitle {
		padding-left:36px;
}

table.tocArticle {
	width: 100%;
	

}

table.tocArticle td.tocTitle {
	width: 50%;
	height: 100%;

}

table.tocArticle td.tocGalleys {
	width: 50%;
	text-align: left;
}
td.tocGalleys {
	padding-left:30px;
}
table.tocArticle td.tocAuthors {

	font-style: none;
	vertical-align: top;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}


/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}

.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
	text-align: center;
}


/**
 * Issue cover image
 */

.issueCoverDescription{
	text-align:left;
	position:relative;
	top:0px;
}

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

.issueCoverImage img {
	border: 0;
	float: left;
	width: 200px;
	
}
.issueCoverImageToc{
padding-left:30px;	
padding-right:30px;
}
.issueCoverImageToc img {
	margin-right:20px;
	margin-bottom:20px;
	border: 0;
	float: left;
	width: 250px;
	
}
#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}


/**
 * Editorial Team Lists
 */

ol.editorialTeam {
}

ol.editorialTeam li {
	list-style: none;
}

ol.editorialTeam, ol.editorialTeam li {
	margin-left: 0;
	padding-left: 0;
}


/**
 * Additional text styles
 */

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */


table.listing tr{
	height:25px;
	
}


table.listing tr.highlight {
	background-color: #ccc;

}

table.listing tr.fastTracked {
	background-color: #ABA;
}

/*table.listing tr.data td {
	border-top: 1px dotted #DDDDD0;
	border-bottom: 1px dotted #DDDDD0;
}*/

table.listing tr.data td.drag {
	cursor: move;
}


/**
 * Other organizational elements
 */

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}

td.notificationContent {
	padding-left: 5px;
	padding-right: 5px;
}

td.notificationFunction {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

.throbber {
	display: none;
	background: url(../lib/pkp/templates/images/throbber.gif) no-repeat;
	width: 25px;
	height: 25px;
	margin-left: 50%;
	margin-top: 5%;
}

/* Font Sizer */

.smallFont {
	outline: none; /*for making it look nice in FF */
	background: url(../lib/pkp/templates/images/icons/font-down.png);
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;
	margin-left: 8px;
}

a.smallFont:hover {
	background: url(../lib/pkp/templates/images/icons/font-down.png);
	color: none;
}

.defaultFont {
	/*if you want to hide the default font button, use display:none */
	background: url(../lib/pkp/templates/images/icons/font-default.png);
	text-indent: -9999px;
	outline: none;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;

}

a.defaultFont:hover {
	background: url(../lib/pkp/templates/images/icons/font-default.png);
	color: none;
}

.largeFont {
	background: url(../lib/pkp/templates/images/icons/font-up.png);
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
}

a.largeFont:hover {
	background: url(../lib/pkp/templates/images/icons/font-up.png);
	color: none;
}



/* @group Tag-it */

ul.tagit {
	padding: 1px 5px;
	overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}

.hidden {
	display: none;
}

ul.tagit li {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
}

ul.tagit li.tagit-choice {
	padding: .2em 18px .2em .5em;
    position: relative;
    line-height: inherit;
}
ul.tagit li.tagit-new {
	padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
	cursor: pointer;
	text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
	cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}
.ui-autocomplete .ui-menu-item a {
	font-size: .6em;
}
ul.tagit li.tagit-choice input {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    border: none;
	margin: 0;
	padding: 0;
	width: inherit;
	background-color: inherit;
    outline: none;
}


/* @end */

