﻿body {
	margin: 0;
	padding: 0;
	background: #ADAEC0 url(images/margin.jpg);
	background-attachment: fixed;
	font-family: Tahoma;
	direction: rtl;
}
#container {
	background: url(images/back.jpg);
	width: 775px;
	margin: 0 auto;
	/*-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;*/
}
#header {
	background: url(images/top.jpg) no-repeat right top;
	width: 775px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	/*-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;*/
}
#header div {
	margin: 0 250px 0 0;
	background: url(images/banner.jpg) no-repeat center top;
	height: 300px;
}
#header h1 {
	padding: 0 250px 0 0;
}
#content {
	width: 500px;
	font-size: 13px;
	direction: rtl;
	float: left;
	text-align: right;
	/* margin-top: -90px; */
}
#content div {
	text-align: justify;
	/*border-bottom:1px dashed #333333;*/
	margin-left: 15px;
	line-height: 30px;
	direction: rtl;
}
#content a {
	text-decoration: none;
	color: #03118F;
}
#content a:hover {
	text-decoration: none;
	color: white;
}
#content p {
	/*border-bottom: thin #333333 dotted ;*/
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ededed;
	padding-bottom: 5px;
	margin-left: 15px;
	padding-right: 5px;
	margin-bottom: 5px;
}
#content h1 {
	/*border-bottom: thin #333333 dotted ;*/
	font-weight: bold;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ededed;
	padding-bottom: 5px;
	margin-left: 15px;
	padding-right: 5px;
	margin-bottom: 5px;
	direction: rtl;
}
#poem {
	margin-left: 10px;
	margin-right: 30px;
	direction: rtl;
	text-align: center;
}
#content li {
	line-height: 30px;
	display: block;
	list-style-type: square;
}
#sidebar {
	float: right;
	width: 220px;
	direction: rtl;
	font-size: 13px;
	text-align: right;
	padding-right: 30px;
	color: white;
}
#sidebar a {
	text-decoration: none;
	color: white;
}
#sidebar a:hover{
	text-decoration: none;
	color: #99CCFF;
	font-weight:bold;
}

#stat {
	float: right;
	width: 200px;
	direction: rtl;
	font-size: 13px;
	text-align: center;
	padding-top: 50px;
	color: white;
	vertical-align: bottom;
}
#footer {
	width: 775px;
	background: #CFE1F9;
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 20px; /*-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;*/
	margin: 0 auto;
}
#footer a img{
	border:0;
}

a img {
	border: 1px solid #0C6D4D;
	padding: 1px;
	margin: 10px 5px 10px 0;
}

#contact_form {
	border: 1px solid #609bd2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	direction: rtl;
	padding: 20px;
	width: 450px;
	font-family: Tahoma;
}
.text_input {
	background: #e7e7e7;
	padding: 5px;
	width: 280px;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: Tahoma;
	font-size: 16px;
}
.text_area {
	background: #e7e7e7;
	padding: 5px;
	width: 280px;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: Tahoma;
	font-size: 16px;
}
.submit {
	float:left;
	height: 37px;
	width: 109px;
	background: #fff;
	padding: 0 0 3px 0;
	border: 1px solid #555;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	font-family: Tahoma;
}
.submit:hover {
	cursor: pointer;
	font-family: Tahoma;
}
.error {
	padding: 5px;
	border: 1px solid red;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFC0C0;
	margin: 5px auto;
	text-align: center;
	font-size: 18px;
	color: #555;
	line-height: 40px;
	font-family: Tahoma;
}
#success {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px #FFFFFF solid;
	background: #6699FF;
	padding: 5px;
	font-family: Tahoma;
}
#success h3 {
	font-size: 24px;
	font-family: Tahoma;
	text-align: center;
}
#success p {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-family: Tahoma;
}
#photogrid {
	width: 500px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
.photorow {
	float: left;
	overflow: hidden;
}
.photocell {
	float: left;
	padding: 5px;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
}
#text {
	padding-right: 2px;
	text-align: justify;
}
.message{
	font-size:x-small;
	font-weight:bold;
	text-align:center;
	width: 480px;
}

/* meerkat-splash
#meerkat-container {
	position: relative;
}
#meerkat {
	width: 100%;
	height: 100%;
	display: none;
	background: #8BBFBD;
}
#meerkat-content {
	width: 300px;
	margin: 0 auto;
	height: 268px;
	padding-top: 10px;
}
#meerkat-content h1 {
	color: #FFF;
	font-size: 3.8em;
}
#meerkat-content p {
	color: #FFF;
	font-size: 1.2em;
}
#meerkat-content a.dont-show {
	color: #FFF;
	font-weight: bold;
}
#meerkat-content a.dont-show:hover {
	color: #FFF;
	text-decoration: none;
}
#meerkat-content-adsense {
	width: 730px;
	margin: 0 auto;
	padding-top: 10px;
}
a.close {
	position: absolute;
	top: 7px;
	right: 3px;
	background: url(images/bonyad.png) no-repeat 0 0;
	display: block;
	height: 26px;
	width: 26px;
	text-indent: -9000px;
}
a.close-meerkat {
	position: absolute;
	top: 5px;
	right: 3px;
	background: #FFF;
	border: 2px solid #FFF;
	text-decoration: none;
	padding: 0px 4px 1px 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #71adb1;
}
a.close-meerkat:hover {
	border: 2px solid #2e2a22;
	color: #2e2a22;
}
a.enter-site {
	display: block;
	width: 300px;
	height: 268px;
	background: #FFF url(images/bonyad.png) no-repeat;
	text-indent: -9000px;
	margin-top: 50%;
}
a.close:hover {
	background-position: 0 bottom;
}

*/


#meerkat-container {
	position: relative;
}

#meerkat {
	width: 100%;
	display: none;
}

#meerkat-content {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

#meerkat-content h1{
	color: #FFF;
	font-size: 3.8em;
}

#meerkat-content p{
	color: #FFF;
	font-size: 1.2em;
}

#meerkat-content a.dont-show{
	color: #FFF;
	font-weight: bold;
}

#meerkat-content a.dont-show:hover {
	color: #FFF;
	text-decoration: none;
}

#meerkat-content-adsense {
	width: 730px;
	margin: 0 auto;
	height: 150px;
}

a.close {
	position: absolute;
	top: 7px;
	right: 3px;
	background: url(images/whiteclose.png) no-repeat 0 0;
	height: 26px;
	width: 26px;
	text-indent: -9000px;
}

a.close-meerkat {
	position: absolute;
	top: 5px;
	right: 3px;
	background: #FFF;
	border: 2px solid #FFF;
	text-decoration: none;
	padding: 0px 4px 1px 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #71adb1;
}

a.close-meerkat:hover {
	border: 2px solid #2e2a22;
	color: #2e2a22;
}

a.enter-site {
	display: block;
	height: 154px;
	width: 453px;
	background: #FFF url(../images/entrypagebg.png) no-repeat left top;
	text-indent: -9000px;
	margin: -154px -226px 0 0;
	position: absolute;
	top: 50%;
	right: 50%;	
}

a.enter-site:hover {
	background-position: left bottom;
}

a.close:hover {
	background-position: 0 bottom;
}

ul#menu, ul#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 485px;
}
ul#menu a {
	display: block;
	text-decoration: none;
}
ul#menu li {
	margin-top: 1px;
}
ul#menu li a {
	background: #0E3752;
	color: #fff;
	padding: 5px;
}
ul#menu li a:hover {
	background: #0E376D;
	color:white;
	font-weight: normal;
}
ul#menu li ul li a {
	background: #6CA3EC;
	color: #000;
	padding-right: 15px;
	height:25px;
}
ul#menu li ul li a:hover {
	background: #6CA3DC;
	border-right: 5px #000 solid;
	color: #000;
	font-weight: normal;
}
