/**
 * blueSteel.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * BlueSteel theme.
 *
 */

body {
	background: url("http://aljamiah.or.id/support/image/bgafu.png") repeat fixed; background-color: #FBFBF3 !important;
 margin: auto;	font-family: Arial,Verdana,Helvetica,sans-serif;
}

a, a:link, a:visited {
	color: #0c8aef;
	text-decoration: none;
	line-height: 1.5em;
}

a:hover {
	background: #FAFAFA;
}

#header {
	border-bottom: 3px solid  #f9f969;
	margin: -15px 0 -8px 0;
}
 div#header {background: url("http://jurnal.ar-raniry.ac.id/public/journals/102/journalThumbnail_en_US.jpg") repeat fixed;}	#headerTitle {
	margin: 0px ; position: relative;	}
		#headerTitle h1 {
			text-shadow: 0px 0px 1px #000;
			font-size: 3em;
			margin: 0;
			padding: 10px 0 0 10%;
			font-family: Palatino Linotype,Palatino,serif;
		}
			#headerTitle h1 img {
	padding-bottom:24px;	vertical-align: middle;
				margin: 10px ;
			}


#navbar {
	position: absolute;
	left: 0;
	top: 184px;
	height: 22px;
	width: 99.1%;
	text-align: right;

	line-height: normal;
	opacity: 0.8;
	filter: alpha(opacity=80); border: 1px solid #4e92df; color: blue; font-size: 11px; 
}
	#navbar .menu {
		list-style: none;
		text-align: center;
	font-size: medium;}
		#navbar .menu li {
			font-family: Arial Narrow, Arial, Helvetica, sans-serif;
			font-size: 1.5em;
			font-weight: bold;
			padding: 0 11px 0 11px;
			text-shadow: 0px 0px 1px #969696
		}
		#navbar .menu li a {
			color: black;
			padding: 10px 20px 2px 20px;
			border: 3px solid transparent; /* Prevents menu flickering */

			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
		}
		#navbar .menu li a:hover, #navbar .menu li a:active {
			color: #0B2F3A;
			border: 3px solid #BDBDBD;

			background: rgb(252,252,252); /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGJkYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(189,189,189,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(189,189,189,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* IE10+ */
			background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#bdbdbd',GradientType=0 ); /* IE6-8 */
		}

#header, #navbar {
	background: rgb(42, 148, 242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(194, 217, 238) 0%, rgb(245, 239, 97) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(194, 217, 238)), color-stop(100%,rgb(238, 241, 90))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(194, 217, 238) 0%,rgb(255, 247, 112) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(194, 217, 238) 0%,rgb(255, 247, 112) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(194, 217, 238) 0%,rgb(255, 247, 112) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(172,189,204,1) 0%,rgb(255, 247, 112) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbdcc', endColorstr='#758ba3',GradientType=0 ); /* IE6-9 */
}

#main {
	width: 50%; padding: 0px 0 0 5px;
	margin-bottom: 20px;
	margin-top: 60px;
	position: static; border: 1px solid #addbff; background: none;
}
 
div #sidebar {
	margin-left: -50px;
}

#rightSidebar, #leftSidebar {
	width: 17%; padding-top: 0px;
 font-size: small; margin-top: 52px; margin-right: 30px; } #sidebar div.block span.blockTitle {padding: 0 0 0 0; border-bottom: 1px solid powderblue;}  

div.block, div#main {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}

.block {
	background: rgba(139, 186, 255, 0.2); border: 1px solid #91bcee; padding: 10px 10px 10px 10px;
	margin: 8px 0;
}

.blockTitle {
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFF;
}

#main h2, {
font-family: Gill Sans;
}#content h3 {font-size: 1.5em; margin: auto;} #content h4 { font-size: 1.3em; margin: 18px 0px 13px -6px;text-align: center; font-family: book antiqua;   width: 100%; color: black;background-color: #60b9ff40; border-radius:12px;} 

#content {
	width: 98%;
	border-top: 2px solid #c32727; font-size: small;
}

 div#journalDescription {text-align: justify; margin: 0px 13px 11px 0;} div#pageFooter {border-top: 1px solid blue; border-bottom: 1px solid blue; margin: 28px 13px 15px 0px;	text-align: center; border-radius: 6px;	padding:10px; font-size:smaller; background: rgba(139, 186, 255, 0.2);font-family: cursive;} input.defaultButton, input.button {
}

input.button, input.defaultButton {
    background-color: none;
	border-radius: 3px;
}

input.button:hover {
	border: 2px solid black;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: white;
	border: 2px solid #BDBDBD;
} 

li#search {display: none !important;} li#about {display: none !important;} 
#customblock-index-by { margin:-18px 0 0 0;}
div#homepageImage { padding: 0 0 23px 0;}
.tocArticle {margin: 0px 0px 9px -7px; padding: 1em 1em 1em 1em; background: rgba(153, 230, 253, 0.35); border-radius: 13px;}
.tocArticleGalleysPages {width: 10%; padding:0.5em 0.75em 0.5em 0.1em;}
.tocGalleys, .tocPages {font-size: 0.9em; text-align: center; background-color: #ECF6FA;  border-radius: 23px;
border: transparent 1px solid; margin:0.2em 0 0 0;}
div.tocTitle {font-size: 1.2em; margin-right:10px;}
div#articleTitle {margin:-38px 0 0 0; text-align: center; font-size:1em} div#authorString {text-align: center; padding-top: 10px;}
#articleAbstract div {text-align: justify; padding-right: 10px;}
@media screen and (max-width : 1024px)
{
.body {  width:50%;  }
#main {width:49%;}
#headerTitle  {  width:100%; margin: 2px 0px 14px -81px}
#navbar { width: 100%; margin-top: 11px; }
#navbar .menu li {padding: 0px 1px 0px 0px;}

}
@media screen and (max-width : 768px)
{
.body {  width:50%;  }
#main {width:48%;}
#headerTitle h1 img {  width:747px; margin: 10px 0 0 10px;}
#navbar { width: 100%; }
#navbar .menu li a { padding: 4px 4px 0px 5px;}
#rightSidebar, #leftSidebar {font-size: x-small;}
div#journalDescription {font-size: small;}
}
@media screen and (max-width : 684px)
{

#headerTitle h1 img {  width:649px; margin: 0px 0 0 82px; padding: 0;}
#navbar { top: 150px; height: 15px; }
#navbar .menu li a { padding: 0px 1px 0px 0px; font-size: small;}
#main {width: 70%; margin: 51px 0 0 80px; padding:0px 4px 0px 4px;}
div #sidebar {margin-left: 10px;}
#rightSidebar, #leftSidebar {float: right; font-size: xx-small; margin:51px -49px 3px -81px;}
#rightSidebar {padding:278px 0px 0 0px;}
div#pageFooter { font-size: x-small;}
div#journalDescription {font-size: smaller; margin: 0px 13px 11px 0;}
}
@media screen and (max-width : 414px)
{

#headerTitle h1 img {  width:372px; margin: 2px 0 0 83px; padding: 0;}
#navbar { top: 78px; height: 7px; }
#navbar .menu li a { padding: 0px 1px 0px 0px; font-size: small;}
#main {width: 41%; margin: 51px 0 0 80px; padding:0px 0px 0px 5px;}
div #sidebar {margin-left: 10px;}
#rightSidebar, #leftSidebar {width: 24%; float: none; font-size: 0.4em; margin:51px 0px 0px 348px; position: absolute;}
#rightSidebar {border: none !important; background: none;}
div#pageFooter { font-size: 0.7em;}
div#journalDescription {font-size: 0.8em !important; margin: 0px 13px 11px 0;}
}
