a:link {
	color: #61210B;
}
a:active {
	color: #61210B;
}
a:visited {
	color: #2E2E2E;
    color: #fff;
    /*font-size: 0.75em;*/
    /*letter-spacing: 0.05em;*/
    text-align: center;
    /*font-weight:bold;*/
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
	text-align: right;
	vertical-align: top;
    padding-bottom: 10px;
}
/**
 * common.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2000-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * PKP-wide shared stylesheet.
 * DEPRECATED. Do not modify.
 */

/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff !important;
	color: #111;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
    min-width:1000px;
}

div {
	text-align: left;
}

p {
	margin: 1em 0; /* Making default stylesheet explicit - fixes IE7 margin collapsing. */
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
	text-decoration: underline;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

/*
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}
*/

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    /*background-color: #F0F0E8;*/
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    /*border-top: 2px solid #666;
    border-left: 2px solid #666;
    border-bottom: 2px solid #E8E8E1;
    border-right: 2px solid #E8E8E1;*/
    font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
    /*
	background-color: #E8E8E1;
	font-size: 1em;
	*/
    /*width: 85px;
    height: 23px;*/
    background-color: #106ba2;
    border: 1px solid;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

input.defaultButton {
    /*width: 85px;
    height: 23px;*/
    background-color: #106ba2;
    /*margin-left: 110px;
    margin-top: 10px;*/
    /* float: right; */
    /*margin-right: 60px;*/
    border: 1px solid;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
.bullet {
    color: #454547;
    padding: 0 0 0 4px;
}

#ekt_main {
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
    background:#ffffff;
}
#ekt_main a:hover {
    color: #454547;
}

/**
 * Main layout elements
 */

#navbar {
    /*background-image:url("../images/menu_background.jpg");*/
    float: left;
    min-width: 1000px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 26px;
    background-color: #ada5a3;
}

#navbar ul.menu{
    padding: 3px 0 0 32px;
    width: auto;
}

#navbar ul.menu li{
    padding: 0 10px 0 0;
}

#navbar ul.menu li a {
    border-left: 2px solid #106ba2;
    padding-left: 14px;
}
#container {
    max-width:1285px;
    min-width: 1285px !important;
	margin: 0px auto;
	text-align: center;
}

#header {
    background: #c7c8ca;
    height:150px;
	width: 100%;
	text-align: center;
}

#headerTitle {
	text-align: left !important;
    background-color: #c7c8ca;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#header h1 {
	margin: 0 auto;
	padding: 0.5em 0 0.25em 10%;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#footer {
	width: 100%;
	min-height: 50px;
	position: static;
	clear: both;
	text-align: center;
}

#footerContent {
	width: 100%;
	margin: 0 auto;
	padding-left: 10%;
}

#main {
	padding: 0.5em 0em 2em 0em;
}

/*
#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}
*/

#main h2 {
    margin: 0em 1em 0.5em 0em;
    padding-top: 0.5em;
    font-weight: normal;
    font-family: Arial;
    color: #106ba2;
}

#main h3 {
    margin: 0em 1em 0.5em 0em;
    padding-top: 0em;
    font-weight: normal;
    font-family: Arial;
    color: #106ba2;
}

/*
#navbar {
	margin-right: 0;
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #000;
}
*/

#breadcrumb {
	padding-top: 1em;
	font-size: 0.7em;
}

#content {
	/*margin: 0;*/
    margin-left: 10px;
	/*padding: 0;
	padding-top: 0.5em;*/
	font-size: 0.7em;
	/*border-top: 2px dotted #000;*/
    /*padding:0.5em 10px 0*/
    padding:0;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	/*font-family: Georgia,'Times New Roman',Times,serif;*/
	font-weight: normal;
	font-size: 1.8em;
    font-family: Arial;
    color: #106ba2;
}

#content h4 {
	margin: .75em 1em 0.25em 0em;
	/*font-family: Georgia,'Times New Roman',Times,serif;*/
	font-weight: normal;
	font-size: 1.5em;
    font-family: Arial;
    color: #106ba2;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
    font-family: Arial;
    color: #106ba2;
}
*/


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.95em;
	/*text-transform: uppercase;*/
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
    /*float: left;*/
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

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

span.highlight {
	border-bottom: 1px dotted #000;
}

div.warningMessage {
	background: url(../templates/images/icons/icon_alert.gif) no-repeat 3px 40%;
	margin: 5px;
	padding: 5px 5px 5px 25px;
}

.nowrap {
	white-space: nowrap;
}

/**
 * Table styles
 */

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.95em;
	/*text-transform: uppercase;*/
	font-weight: normal;
	padding: 0.75em 1.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

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

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

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.pkp_form_error { /* Named for compatibility with new lessphp structure */
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

span.pkp_form_success { /* Named for compatibility with new lessphp structure */
	color: #090;
	font-weight: bold;
	font-size: 1em;
}

ul.pkp_form_error_list { /* Named for compatibility with new lessphp structure */
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
    padding-top: 2px;
    width: 80%;
    padding-left: 1.5%;
    float: left;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.95em;
	/*text-transform: uppercase;*/
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

#ekt_logo {
    text-align: right;
    float: right;
    padding-right: 0;
}

#sizer {
    float: right;
    margin-right: 17px;
    height: 20px;
    padding: 4px 0 0;
}

#ekt_buttons{
    float: left;
    padding-left: 6px;
}
#UpsidebarFontSize_in {
    padding-left: 100px;
    padding-top: 6px;
}
#ekt_info-help {}
#ekt_issn{
    margin-left:10px;
}

#ekt_archive_more{
    margin-right: 30px;
    text-align: right;
    float: right;
    margin-bottom: 4px;
}

a.file {
    background-color: #E6E6E6;
    border: 1px dotted;
    padding: 3px;
    text-decoration: none;
}
.listing{
    clear:both;
}

.issn_div{
    margin-top:70px;
    border-top:2px solid #ddd;
    padding:5px;
}

.read_online{
    margin-top: 15px;
}

/* Added by EKT */
#ekt_homepage_announcements{
    background-color: #e0ded1;
    width:100%;
    float:left;
    padding:10px;
    margin-top:30px;
}

#ekt_homepage_announcements_main{
    font-size:0.9em;
    text-align:justify;
    vertical-align:top;
    vertical-align:top;
    padding:10px 9px 10px 0;
    margin-bottom:20px;
}

#ekt_homepage_announcements_title{
    /*border-bottom:2px solid #00501f;*/
    width:96.4%;
    color:#454547;
    font-weight:bold;
    font-size:1.25em;
}

#ekt_homepage_archive_tr{
    background-color:#FBFBEF;
}

#ekt_homepage_archive{
    float:left;
    width:100%;
    clear:left;
    padding: 10px;
}

#ekt_homepage_archive_title{
    border-bottom:2px dotted #454547;
    color:#454547;
    font-weight:bold;
    font-size:1.25em;
    padding-bottom: 5px;
    width: 98%;
    margin-bottom: 10px;
    margin-left:4px;
}

#ekt_homepage_archive_main{
    width: 97%;
    padding:5px;
    color:#660000;
    text-align:justify;
}

#homepage_issue{
    width:auto;
}

#homepage_issue a{
    color: #000000;
}

#ekt_homepage_contact{
    background-color:#534c4a;
    float:left;
    filter:alpha(opacity=70);   /* Internet Explorer       */
    -moz-opacity:0.7;           /* Mozilla 1.6 and below   */
    opacity: 0.7;               /* newer Mozilla and CSS-3 */
    width:100%;
}

#ekt_homepage_contact_main{
    font-size:0.9em;
    text-align:justify;
    padding-left:10px;
    color:#660000;
}

#ekt_homepage_contact_main a{
    color: white;
}

#ekt_homepage_contact_title{
    border-bottom:3px solid #ffffff;
    opacity:0.7;
    margin-left: 10px;
    padding-bottom:10px;
    width:97%;
    color:#ffffff;
    font-weight:bold;
    font-size:1.05em;
}

#ekt_homepage_issue_main{
    float:left;
    padding:3px;
}

#breadcrumb {
    border-bottom: 2px solid #CDCDCD;
    margin: 10px 10px 0 10px;
    padding: 0 0 0 0;
    font-size: 0.7em;
}

/* EKT Changes */
/* Footer lib/pkp/templates/common/footer.tpl */
.creative_commons {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    width: 185px;
    padding-top:0px;
    padding-left:20px;
    background: none;
    padding-bottom: 10px;
    text-align: justify;
}

.creative_commons a{
    color: #000000;
}

.creative_commons a:hover{
    color: #1a171b;
}

#ekt_footer{
    border-top: 5px solid #bcbdc1;
    background-color: #c7c8ca;
    width:100%;
}

#xrimatodotisi_main{
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    line-height: 100%;
    text-align: justify;
    width:310px;
    float:left;
    padding-top: 10px;
    padding-bottom:  20px;
    padding-left: 20px;
}

#xrimatodotisi_links{
    padding-left: 2%;
    float: left;
    padding-top:10px;
}

#ekt_bottom{
    /*background-image: url("../images/menu_background_for_textsize.jpg");
    background-repeat: repeat;*/
    background-color: #414141;
    height: 24px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

#ekt_footer_ref{
    color: #FFFFFF;
    font-family: "Arial Unicode MS","Palatino Linotype","Lucida Grande",Gentium,sans-serif;
    font-size: 0.6em;
    padding: 5px;
    text-decoration: none;
}

#ekt_footer_span{
    color: #FFFFFF;
    font-family: "Arial Unicode MS","Palatino Linotype","Lucida Grande",Gentium,sans-serif;
    font-size: 0.6em;
    padding: 3px;
}

.content_bottom{
    border-top:1px solid #C4BBAC;
    padding-top:20px;
    margin:25px 0;
}

.EKT_CreativeCommons_IMG {
    border-width:0;
    padding-bottom: 4px;

}
ul.filter {
	margin: 0;
	padding: 1.5em 0 1.5em 0;
	list-style-type: none;
}

ul.filter li {
	padding-right: 1.5em;
	display: inline;
}

#content ul.menu{
    padding: 2px 0 0 0;
    float:none;
}

/**
 * Other organizational elements
 */

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}

#journal_logo{
    text-align:center;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0em;
    padding-right:0px;
    height: 150px;
}

#journal_logo img{
    height: 150px;
}

#ekt_description_style {
    margin-top: 15px;
    margin-bottom: 30px;
    /*float: right;*/
    color: white;
    font-size: 13px;
    border: 2px solid;
    border-radius: 8px;
    border-color: white;
    background-color: #454547;
}

#ekt_description_inner_style{
    margin: 15px 20px;
    text-align: justify;
}

#journalDescription {
    clear: both;
}

.EKT_EPUB_Title {
    font-family: Arial;
    font-size: 32px;
    color: #106ba2;
    /*margin-left: 10px;*/
}

.EKT_EPUB_SubTitle {
    font-family: Arial;
    font-size: 32px;
    color: #106ba2;
    /*margin-left: 10px;*/
}

.EKT_Subtitle_All_pages {
    font-family: Arial;
    font-size: 28px;
    color: #106ba2;
}

.EKT_EPUB_Plaisio {
    border-bottom: 2px solid;
    border-color: #c0c0c2;
    margin-top: 55px;
}

.EKT_EPUB_Plaisio_main {
    border-bottom: 2px solid;
    border-color: #c0c0c2;
    margin-bottom: 15px;
    margin-top: 15px;
    /*margin-left: 10px;*/
}

#EKT_EPUB_Journals {
    width: 100%;
    table-layout: fixed;
}

#EKT_EPUB_Journals tr {
    border-bottom: 2px solid;
    border-color: #c0c0c2;
}

#EKT_EPUB_Journals td {
    border-bottom: 2px solid;
    border-color: #c0c0c2;
    word-wrap:break-word;
    vertical-align: top;
    padding: 10px;


}

#EKT_EPUB_Journals td.EKT_AboutLink a {
    text-decoration: none;
    font-family: Arial;
    font-size: 18px;
    color: #231f20;
}

.EKT_Language_link {
    text-decoration: none;
    font-family: Arial;
    font-size: 10px;
    color: #231f20;
}

.EKT_Language_Selected_link {
    font-weight: bold;
}

.EKT_Span_Color {
    color: #cc6616;
}

.EKT_about_Outer {
    color: white;
    font-size: 13px;
    border: 2px solid;
    border-radius: 8px;
    border-color: white;
    background-color: #454547;
}

.EKT_about_Inner {
    margin: 15px 20px;
    text-align: justify;
}

.EKT_about_Inner p a {
    color: #c7c8ca;
}

.EKT_about_Inner p a:hover {
    color: #c7c8ca !important;
}

#ekt_description_inner_style p a {
    color: #c7c8ca;
}

#ekt_description_inner_style p a:hover {
    color: #c7c8ca !important;
}

#ekt_description_inner_style span a:hover {
    color: #c7c8ca !important;
}

#ekt_description_inner_style span a {
    color: #c7c8ca !important;
}

