
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

body {
	background-color: #f2eedf;
	color: #666;
	font: 12px Tahoma;
}

ul, li, ol, ul li, ol li {list-style: none;}

a {
	text-decoration: none;
	color: #9a1010;
}

a:hover {
	color: #000;
}

img {
	border: none;
}

#wrapper {
	width: 935px;
	margin: 0 auto;
	direction: rtl;
}

#header {
	background: url(images/index-header.jpg) no-repeat center bottom;
	height: 182px;
}

#logo {
	width: 125px;
	height: 182px;
	display: block;
	background: url(images/logo.png) no-repeat;
}

#content {
	background: url(images/content-bg.jpg) no-repeat right;
	width: 934px;
	height: 429px;
	margin: 0 auto;
}



#buttons {
	padding-top: 80px;
	padding-right: 160px;
	padding-left: 160px;
}

#button-daily {
	background: url(images/daily-b.jpg) no-repeat;
	width: 137px;
	height: 115px;
	display: block;
	float: right;
	margin-right: 50px;
	margin-bottom: 20px;
}

#button-daily:hover {
	background: url(images/daily-b-h.jpg) no-repeat;
}

#button-photogallery {
	background: url(images/photo-gallery-b.jpg) no-repeat;
	width: 137px;
	height: 115px;
	display: block;
	float: right;
	margin-right: 50px;
	margin-bottom: 20px;
}

#button-photogallery:hover {
	background: url(images/photo-gallery-b-h.jpg) no-repeat;
}

#button-stories {
	background: url(images/stories-b.jpg) no-repeat;
	width: 137px;
	height: 115px;
	display: block;
	float: right;
	margin-right: 50px;
	margin-bottom: 20px;
}

#button-stories:hover {
	background: url(images/stories-b-h.jpg) no-repeat;
}

#button-midst {
	background: url(images/midst-b.jpg) no-repeat;
	width: 137px;
	height: 115px;
	display: block;
	float: right;
	margin-right: 50px;
	margin-bottom: 20px;
}

#button-midst:hover {
	background: url(images/midst-b-h.jpg) no-repeat;
}

#button-learning {
	background: url(images/learning-b.jpg) no-repeat;
	width: 137px;
	height: 115px;
	display: block;
	float: right;
	margin-right: 50px;
	margin-bottom: 20px;
}

#button-learning:hover {
	background: url(images/learning-b-h.jpg) no-repeat;
}

#button-about {
	background: url(images/about-b.jpg) no-repeat;
	width: 137px;
	height: 115px;
	display: block;
	float: right;
	margin-right: 50px;
	margin-bottom: 20px;
}

#button-about:hover {
	background: url(images/about-b-h.jpg) no-repeat;
}

#last-posts {
	float: left;
	width: 180px;
	background: #ebe7d8;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 5px;
	margin: 110px 0 0 10px;
	-moz-box-shadow: 1px 1px 10px #cbc6b3;
}

#last-posts h3 {font: bold 15px Arial; text-align: center;}

#last-posts ul li {
	margin: 5px;
}

#last-posts ul li a {display: block; text-shadow: 1px 1px #fff;}

#last-posts .date {
	color: #716e62;
	font: italic 10px Tahoma;
}

#footer {
	background: url(images/index-footer-bg.jpg) no-repeat left;
	width: 253px;
	height: 125px;
	margin: 0 auto;
}

#designed-by {
	font-size: 11px;
	width: auto;
	text-align: center;
	margin: 10px auto;
}

/* Tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #cec9ba;
	background-color: #ded9c8;
	padding: 5px;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	direction: rtl;
	max-width: 250px;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font: 12px Tahoma;
	color: #464236;
}