body {
	background-position: center -200px;
	overflow: hidden;
}

a.close {
	text-align: left;
	display: block;
	padding: 5px;
	opacity: 0.5;
	text-decoration: none;
	color: black;
	font-size: 14px;
}

a.close img {
	vertical-align: bottom;
	border: none;
}

a.close:hover {
	opacity: 1;
}

a.logo {
	display: block;
	width: 181px;
	height: 90px;
	background-position: 0 -84px;
	margin: 100px auto 0 auto;
}

.search {
	display: block;
	margin: 50px auto;
	width: 600px;
	height: 40px;
	padding: 1px;
	border: 1px solid #ccc;
	position: relative;
	z-index: 1;
}

.search .triangle {
	float: right;
	margin: 0 10px;
}

.search input {
	float: left;
	padding: 2px 6px;
	border: none;
	width: 455px;
	height: 36px;
	font-size: 18px;
	-moz-outline: none;
	-webkit-outline: none;
	outline: none;
}

.search a {
	float: right;
}

.search .clapout {
	display: block;
	float: left;
	z-index: 2;
	background: white;
	height: 38px;
	width: 60px;
	overflow: hidden;
	border: 1px solid white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.search .clapout a {
	display: block;
	height: 39px;
	width: 60px;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
	color: black;
	padding-right: 5px;
}

.search .clapout a:hover {
	text-decoration: underline;
}

.content {
	display: block;
	width: 710px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

.content ul {
	width: 200px;
	float: left;
	padding: 5px;
	margin: 0;
	list-style: none;
}

.content ul li {
	display: block;
	height: 40px;
	padding: 5px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
}

.content ul li.first {
	height: auto;
	font-weight: bold;
}

.content ul li.first img {
	vertical-align: middle;
	float: right;
}

.content ul li.last {
	height: auto;
	border-bottom: none;
	overflow: hidden;
	padding: 0;
}

.content ul.prayer li {
	height: auto;
	overflow: hidden;
}

.content ul.prayer li span.left {
	float: left;
	font-weight: bold;
	color: darkgreen;
}

.content ul.prayer li span.right {
	float: right;
	color: #ccc;
}

.content ul.prayer li.last {
	text-align: right;
	padding: 10px 0;
}

.content ul.prayer li.last a {
	font-weight: bold;
	color: #3B91FA;
	text-decoration: none;
}

.content ul.prayer li.last a:hover {
	text-decoration: underline;
}

.content .triangle, 
.content .up-triangle {
	float: right;
	margin: 0 2px;
}

.content ul.left { margin-right: 40px; }
.content ul.right { margin-left: 40px; }

.footer {
	display: block;
	width: 100%; 
	height: auto;
	padding: 3px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	background: #ccc url(../../images/full/footer.png) repeat-x; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ccc'); /* for IE */
	border-top: 1px solid #ccc;
	text-shadow: 0 1px 0 white;
}

.footer .left {
	display: block;
	width: 30%;
	margin-left: 10px;
	float: left;
	text-align: left;
}

.footer #language {
	margin-left: 5px;
}

.footer .right {
	display: block;
	width: 60%;
	margin-right: 10px;
	float: right;
	text-align: right;
}

.footer a { text-decoration: none; padding: 3px 0; color: #666; }
.footer .right a { margin: 0 5px; }
.footer a:hover { text-decoration: underline; }
.footer a:visited { color: #666; }

.footer a.img {
	margin: 0;
	padding: 0;
	border: none;
}

.footer a.img img {
	border: none;
}

.footer a.img:hover img {
	-webkit-box-shadow: 1px 1px 0 white;
	-moz-box-shadow: 1px 1px 0 white;
	-o-box-shadow: 1px 1px 0 white;
	box-shadow: 1px 1px 0 white;
}

.language_select {
	display: block;
	z-index: 9999;
	position: fixed;
	bottom: 23px;
	left: 25px;
	width: 130px;
	height: 180px;
	background: url(../../images/full/languages.png) no-repeat;
	padding: 10px;
	text-align: left;
}

.language_select a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 3px;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.language_select a:hover {
	background: #f1f1f1;
}

.language_select a img {
	border: none;
	-moz-box-shadow: 0 0 2px #333;
	-webkit-box-shadow: 0 0 2px #333;
	box-shadow: 0 0 2px #333;
	margin-right: 5px;
}