@font-face{
font-family: mothanna-bold;
src: url("font/Hacen Jordan.woff");
}


@font-face{
font-family:segoeui;
src: url(font/segoeui.woff);
}



@font-face{
font-family:DroidKufi-Bold;
src: url(font/DroidKufi-Bold.woff);
}



.location-bubble,.passage-link,.passage-div,.dropdown {
	font-family:segoeui !important;
}
.location-bubble,.passage-link{
	font-size:115%;
	}



body{
	direction:rtl;
	ovreflow-y: hidden;
}

.passage-link-overlay{
	text-decoration:none;
	font-family:mothanna-bold !important;

}
.poetry2Table,.poetry1Table {
	width: 100%;
}

.poetry1Singleline {
	width: 320px;
	text-align: justify;
	color:black;
	white-space: nowrap;
	
	
}

.poetry1Image {
	height: 0px;
	*width: 330px;
}

.poetry2Line,.poetry1Singleline {
	width: 235px;
	text-align: justify;
	color:black;
	white-space: nowrap;
	min-width: 200px;
}

.poetry2Image {
	height: 0px;
	*width: 250px;
}

.poetry2SpaceImage {
	width: 15px;
	height: 0px;
}

.location-bubble div,.location-bubble a{
font-size:18px !important;
}

.footnote,.footnoteHeader{
	color:red;
	text-decoration:none;
}
.passage-div,.poetry2Line,.poetry1Line,.poetry1Singleline{
font-size:18px;
}
.footer{
padding:15px;
font-size:14px;
font-family:segoeui;
}

.about-button {
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;
	display:inline-block;
	cursor:pointer;
	font-family:mothanna-bold;
	font-size:18px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 1px #528009;
}

.about-button:active {
	position:relative;
	top:1px;
}
.images-banner{
padding:5px
}

.images-banner img{
-webkit-transform:rotate(0deg) translate(0px,0px) scale(1);
-moz-transform:rotate(0deg) translate(0px,0px) scale(1);
-ms-transform:rotate(0deg) translate(0px,0px) scale(1);

-webkit-transition-duration:.2s;
-moz-transition-duration:.2s;
-ms-transition-duration:.2s;

margin:10px;
box-shadow:2px 2px 5px grey;
}

.images-banner img:hover{
-moz-transform:rotate(5deg) translate(10px,10px) scale(1.2);
-moz-transition-duration:.2s;

-ms-transform:rotate(5deg) translate(10px,10px) scale(1.2);
-ms-transition-duration:.2s;

-webkit-transform:rotate(5deg) translate(10px,10px) scale(1.2);
-webkit-transition-duration:.2s;
}

h3{
text-shadow :1px 1px 3px #AAAAAA;
font-size:30px;
font-family:mothanna-bold;
margin:5px;
}