/*@import 'https://fonts.googleapis.com/css?family=Cinzel|Merriweather|Open+Sans:400,700';*/
@import 'https://fonts.googleapis.com/css?family=EB+Garamond';


/* Pengaturan utama teks seluruh halaman */
body {
	font-family: 'Helvetica', serif !important;
	font-size: 1.2rem !important;}

#body{
	padding: .3rem;				/*boder untuk body layout*/
	box-shadow: 0px 2px 5px -2px rgba(51,51,51,1);
	margin: -40px auto 12px auto;
	padding: 0 0 24px 0;
	background-color: #fff;
	background-image: none;
	width: 1080px !important;
	display: inline-block;
	height: auto;
}

h1,h2,h3,h4,h5,h6 {
	/*font-family: 'EB Garamond', serif !important;*/
	margin-top: 1.6rem !important;
}

p{
	text-align: justify;
  	text-justify: inter-word;
}

#main {
    float: left;
    width: 70%;
    margin-left: 3%;
    background-color: transparent;
    background-image: none;
    display: inline;
    float: left;
    position: relative;
    width: 740px;
    overflow: visible !important;
}

/* Pengaturan Tulisan Description */
#journalDescription > p:first-child:first-letter, #pkp-about-history > p:first-child:first-letter {
	float: left;
	color: #333;
	font-size: 75px;
	line-height: 60px;
	padding: 5px 10px 0 0;
}

/* Pengaturan Gambar disebelah tulisan deskripsi */
#homepageImage {
	float: right;
	width: 30%;
	margin-top: -1em;
	margin-left: 12px;
	margin-bottom: 12px;
	text-align: right;
}

#homepageImage img {
	/*transform: translateY(-50px);		/*meninggikan penempatan gambar homepage image sejajar dengan nama jurnal*/
	display: inline-block;
	max-width: 210px;
	height: auto;
}

/* Pengaturan Header*/
#header{
	margin:0;
	padding:0;
	background-color:#FFF;
	background-image:url('//jurnal.unpad.ac.id/public/journals/55/batik.png');	/*mengganti background gambar*/
	min-height:143px;
}

#headerTitle{
	width:1080px;
	margin:0 auto;
	display:inline-block
}

#headerTitle img {
	float: left;
	display: inline-block;
	margin-top: auto;
	margin-bottom: 40px;
	max-width: 1080px;
	height: auto;
}

#headerTitle h1 img {
    width: 1230px;
    height: 143px;
	margin-left:-107px;
}

#header h1{
	margin-top:0 !important;
	text-transform: uppercase;
	/*font-size: 4em;*/
	/*font-family: 'EB Garamond', serif !important;*/
	text-align: center;
}

#container{
	margin: 0 auto;
	padding: 0;
	min-width: 730px !important;
	width: 100% !important;
	background:url('//jurnal.unpad.ac.id/public/journals/55/batik.png');		/*mengganti background gambar*/
	background-color: white;
	display: inline-block;
}

/* Pengaturan Menu Utama*/
#navbar {
	background-color: #934787;
    background-image: none;
    clear: both;
    text-align: left;
    border: 0;
    height: 20px;
    width: 1028px;
    padding: 0;
    padding-bottom: 0.5em;
	margin: 10px 0 12px 0;
	margin-right: 0;
}

#navbar a, #navbar a:link, #navbar a:visited {
    font-family: 'Helvetica',serif;
    /*font-size: 1.4rem !important;*/
    letter-spacing: 0;
    color: #fff;
    line-height: 29px;
    display: inline-block;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#link a:active,a:link,a:visited{
	color:#173f89;				/*untuk warna tulisan yang berisi link*/
	text-decoration:none
}

ul {
    list-style: none;
}

/* Pengaturan Side Menu yang menggunakan <ul class="sidemenu full"> */
ul.sidemenu{
	margin-top: -12px;
	padding-left: 0px !important;
}

ul.sidemenu.full{
	margin: -12px -12px 0 -12px;
}

ul.sidemenu li:before{
	display: none;
}

ul.sidemenu li{
	padding: 0;
	list-style:none;
}

ul.sidemenu li:first-child a{
	/*border-top:1px solid #934787;		untuk warna pembatas menu paling atas dengan menu nav*/
}

ul.sidemenu li a{
	display: block;
	padding: 0.7em 12px 0.7em 12px;
	border-bottom: 1px solid #EEE;	/*untuk warna garis sidemenu*/
	background-color: #934787;		/*untuk warna background sidemenu*/
	text-decoration: none;
	color: #FFF;				/*untuk warna tulisan sidemenu*/
	font-weight: bold;
	text-transform: uppercase;
}

ul.sidemenu li a:hover {
	background-color: #F89135;		/*untuk warna sidemenu ketika pointer mouse mengarah ke menu*/
	text-decoration: bold;
}

.block li:before {
  content: "";
  border-color: transparent #173f89;		/*untuk warna format bulleting*/
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}

/* Pengaturan Title Block bawaan */
#leftSidebar div.block span.blockTitle, #rightSidebar div.block span.blockTitle {	
	/*font-family: 'EB Garamond', serif !important;*/
	background-color: #934787 !important;		/*untuk warna menu block*/
	color: #FFF !important;
	/*box-shadow: 0px 2px 5px -2px rgba(51,51,51,1);*/
}

/* Gambar Cover Table of Content*/
#issueCoverImage img {
	display: block;
	border: 0;
	max-width: 500px;
	height: auto;
}

/*Buat kotak Quote yang menggunakan class="intro"*/
.intro {
  background-color: #f1faf5;
  border: 1px dotted SeaGreen;
  padding-bottom: 6px;
  padding: 15px;
  display: inline-block;
}
.intro ul {
  margin: 0;
  padding-left: 1em;
}
.color-box {
  display: block;
  width: 60px;
  height: 40px;
  float: left;
  margin-right: 5px;
}
.color1 {
  background-color: Gold;
}
.color1-light {
  background-color: #fffbe5;
}
.color2 {
  background-color: SeaGreen;
}
.color2-light {
  background-color: #f1faf5;
}
.color-grey-light {
  background-color: #f4f4f4;
}

/*Icon table of content*/
table.tocArticle:nth-child(odd) tr {
  	background-color: #fffbe5;
}

table.tocArticle:nth-child(even) tr {
  	background-color: #f4f4f4;
}

table.tocArticle tr:hover {
  	background-color: #f1faf5;
}

table.tocArticle td {
  	padding: 5px 10px;
}

table.tocArticle a {
  	text-decoration: none;
}

.tocTitle {
  	font-weight: bold;
}

.tocAuthors {
  	font-style: italic;
}

td.tocGalleys {
  	padding-right: 10px;
}

td.tocArticleTitleAuthors {
  	width: 89%;
}

td.tocArticleGalleysPages {
  	width: 11%;
}

#articleTitle {
  	margin-bottom: 0.8em;
}

.tocDOI,
.articleDOI {
  	background: url( http://www.mevjournal.com/plugins/themes/spica/imgs/icon-doi.png) 1px 2px no-repeat rgba(0, 0, 0, 0);
  	margin-top: 4px;
  	padding-left: 30px;
}

.tocAuthors {
  	background: url( http://www.mevjournal.com/plugins/themes/spica/imgs/icon-group.png) 1px 2px no-repeat rgba(0, 0, 0, 0);
  	font-style: italic;
 	margin-top: 4px;
  	padding-bottom: 5px;
  	padding-left: 30px;
}

.tocTitle a {
  	font-weight: 700;
}

.tocGaleyPdf {
  	background: url( http://www.mevjournal.com/plugins/themes/spica/imgs/icon-pdf.png) no-repeat top right;
  	height: 20px;
  	width: 24px;
  	display: inline-block;
  	float: right;
}

.tocGaleyFile {
  	background: url( http://www.mevjournal.com/plugins/themes/spica/imgs/icon-file.png) no-repeat top right;
  	height: 20px;
}

#rightSidebar {
    float: right;
    width: 20%;
    padding: 1em 0em 1em 0em;
    font-size: 0.65em;
    height: 100%;
    margin-right: 3%;
    margin-left: 2%;
    margin-top: 65px;

background-color: transparent;
background-image: none;
}

#sidebar div.block span.blockTitle {
    display: block;
    padding: 0.5em 0 0.5em 0.5em;
    font-size: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-left: -10px;
    margin-right: -10px;
}

#homepageImage img {
    transform: translateY(-50px);
    display: inline-block;
    max-width: 210px;
    height: auto;
}
#homepageImage img {
    display: inline-block;
    max-width: 100%;
    max-height: auto;
}
#homepageImage img {
    display: block;
    margin: 0 auto;
    border: 0;
    text-align: center;
}

#journalDescription {
	float: left;width: 68%;
}

#announcementsHome, .clear {
    clear: both;
}
#announcementsHome {
    width: 100%;
    margin: 2em 0 2em 0;
}

.ol.editorialTeam, ol.editorialTeam li {
    margin-left: 20px;
    padding-left: 0;
    padding-bottom: 12px;
    list-style-type: square;
}