

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
body, td {
	font-family: 'Open Sans', sans-serif;
}

.radio-inline, .checkbox-inline {
  position: relative;
}

li.nusach_1 { background-color: #fdc0c0; }
li.nusach_2 { background-color: #c0c0fd; }

#prayer-list li a { color: #000; }

textarea.hebrew, p.embed.hebrew {
	direction: rtl;
	font-size: 24px;
	font-family: 'Taamey David CLM', 'SBL Hebrew', 'Times New Roman';
}


.form-signin {
	max-width: 400px;
	margin: 0 auto;
}

p.embed.hebrew {
	direction: rtl;
}

p.search.hebrew {
	direction: rtl;
	font-size: 18px;
	font-family: 'Taamey David CLM', 'SBL Hebrew', 'Times New Roman';
}

p.embed {
	padding: 1em;
	border: 1px dashed #ccc;
}

p.search {
	padding: 1em;
}

p.search a {
	color: #000;
}

p.search a:hover {
	background-color: #ffc;
	text-decoration: none;
}

.spacer.heading_level_0 {
    padding-right: 1em;
}

.spacer.heading_level_1 {
    padding-right: 3em;
}

.spacer.heading_level_2 {
    padding-right: 5em;
}

.spacer.heading_level_3 {
    padding-right: 7em;
}


.psd-placeholder {
	background: #def;
	height: 44px;
	list-style-type: none;
	-webkit-box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.4);
	box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.4);
}

#prayer-list li:hover {
	background: #ffc;
}
