/*
Theme Name: IGMG
Theme URI: http://www.99names.eu
Description: Template für die IGMG Seite
Author: Abdulkerim Gürsoy
Author URI: http://www.g-soy.de
*/

.prayer-times {
	position: relative;	
	min-height: 122px;
}
.prayer-times select {
    background: url(images/nav-arrow-down.png) #fff right no-repeat;
    color:#666666;
	border: 1px solid #cdcdcd;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 3px;	
}
.prayer-times .hicri_tarih,
.prayer-times .tarih {
	font-size: 12px;
	font-family: OpenSans-Bold;	
}
.prayer-times .tarih {
	margin: 6px 0 0 19px;
	display: inline-block;
}
.prayer-times .hicri_tarih {
	float: right;
	margin: 6px 16px 0 0; 
}
.prayer-times .line {
	width: 300px;
	height: 1px;
	background-color: #dfdfdf;
	margin: 40px 0 0 17px;	
}
.prayer-times #german_cities,
.prayer-times #world_cities {
	display: block;
	float: left;
	width: 140px;
	margin: 15px 0 0 18px;	
}
.prayer-times .sehir {
	position: absolute;
	top: 9px;
	left: 18px;
	font-size: 15px;
	color: #029e76;	
	font-weight: bold;
}
.prayer-times #ajax_status {
	position: absolute;
	top: 8px;	
}
main.de .prayer-times #ajax_status,
main.en .prayer-times #ajax_status {
	left: 150px;
}
main.tr .prayer-times #ajax_status {
	left: 135px;
}
.prayer-times .zeiten {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
	margin: 13px 0 15px 19px;
	display: inline-block;
}
.prayer-times .sabah,
.prayer-times .gunes,
.prayer-times .ogle,
.prayer-times .ikindi,
.prayer-times .aksam,
.prayer-times .yatsi {	
	width: 298px;
	height: 12px;
}
.prayer-times .sabah {
	background: url(images/sabah.jpg) no-repeat;
}
.prayer-times .gunes {
	background: url(images/gunes.jpg) no-repeat;
}
.prayer-times .ogle {
	background: url(images/ogle.jpg) no-repeat;
}
.prayer-times .ikindi {
	background: url(images/ikindi.jpg) no-repeat;
}
.prayer-times .aksam {
	background: url(images/aksam.jpg) no-repeat;
}
.prayer-times .yatsi {
	background: url(images/yatsi.jpg) no-repeat;
}
.prayer-times .imsak_time,
.prayer-times .gunes_time,
.prayer-times .ogle_time,
.prayer-times .ikindi_time,
.prayer-times .aksam_time,
.prayer-times .yatsi_time {
	position: absolute;
	top: 131px;	
}
.prayer-times .imsak_time {
	left: 22px;
}
.prayer-times .gunes_time {
	left: 77px;	
}
.prayer-times .ogle_time {
	left: 127px;
}
.prayer-times .ikindi_time {
	left: 179px;
}
.prayer-times .aksam_time {
	left: 234px;
}
.prayer-times .yatsi_time {
	left: 287px;
}
.prayer-times .sabah .imsak_time {
	color: #029e76;	
}
.prayer-times .gunes .gunes_time {
	color: #029e76;	
}
.prayer-times .ogle .ogle_time {
	color: #029e76;	
}
.prayer-times .ikindi .ikindi_time {
	color: #029e76;	
}
.prayer-times .aksam .aksam_time {
	color: #029e76;	
}
.prayer-times .yatsi .yatsi_time {
	color: #029e76;	
}
/* Holy Days - Dini Günler */
.holy_days span {
	font-size: 12px;
	font-family: OpenSans-Bold;
	margin: 15px 0 12px 19px;	
	color: #029e76;
	width: 100%;
}
/* Google Chrome und Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
	.prayer-times .zeiten {
		margin: 16px 0 35px 19px;
	}
	
}
/* Nur Safari */
/*_::-webkit-full-page-media, _:future, :root .prayer-times .zeiten {
  margin: 14px 0 35px 19px;
}*/