@import url('reset.css');
body {
	text-align:right;
	direction:rtl;
	font-family:tahoma, sans-serif;
	font-size:12px;
	background:url(images/body-bg.png) repeat-x #fffde4;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"B koodak", 'koodak', arial, sans-serif;
}
/*
=header
----------------------------------------------------*/
#ali { 
        background:url(images/more-text.png) no-repeat ;width:20px; height:20px 
} 

#header {
	background:url(images/header-bg.png) no-repeat left top;
	height:290px;
}
#header-content {
	width:960px;
	height:290px;
	margin:0 auto;
}
/*
=main-nav
---------------------------------------*/
#main-nav {
	overflow:hidden;
}
#main-nav ul {
	margin-top:30px;
}
#main-nav ul li {
	float:right;
	background:url(images/seprator1.png) no-repeat;
	padding:0 10px;
}
#main-nav ul li a {
	color:#000;
	padding:2px 5px;
}
#main-nav ul li a:hover {
	color:#336a74;
}
/*
=title
--------------------------------------*/
#title {
	padding:98px 92px 0 0;
}
#title h1 {
	font-size:35px;
}
#title h1 a {
	color:#336a74;
	text-shadow:2px 1px 2px #57939e;
}
#title h1 a:hover {
	color:#2b8da2;
}
/*
=wrapper
-------------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width:960px;
	overflow:hidden;
	background:url(images/bottom-wrapper.png) no-repeat 100px bottom;
}
/*
=content-top
------------------------------------------------*/
#content-top {
	margin:0 auto;
	width:868px;
	color:#26606d;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}
#intro-title {
	background:url(images/title-intro-bg-.png) repeat-x;
	border:1px solid #e0d876;
	width:125px;
	height:30px;
	border-bottom:0;
	line-height:25px;
	position:relative;
	top:1px;
	float:right;
}
#intro-content {
	background:url(images/content-intro-bg-.png) repeat-x #e5e7a5;
	border:1px solid #e0d876;
	width:796px;
	height:75px;
	line-height:25px;
	padding:10px 35px 0 35px;
	float:left;
}
/*
=main-content
----------------------------------------------*/
#main-content {
	padding:60px 45px 0 0;
	width:565px;
	float:right;
}
/*
=post
---------------------------------*/
.post {
	margin-bottom:25px;
}
.post h2 a {
	color:#26606d;
	font-size:25px;
}
.post h2 a:hover {
	color:#458f9f;
}
.post h3 a {
	color:#943415;
	font-size:18px;
}
.post h3 a:hover {
	color:#d45b34;
}
.post p {
	color:#bb9d59;
}
/*
=footer-post
----------------------------*/
.footer-post {
	height:30px;
	width:584px;
	background:#f9f6d4;
	margin:50px -15px 0 0;
	overflow:hidden;
}

.more-link {
	margin-right:15px;
	float:right;
}

/*
=sidebar
---------------------------------------------*/
#sidebar-top {
	background:url(images/sidebar-top.png) no-repeat right 0 #fffde4;
	width:295px;
	float:left;
	padding-right:38px;
	height:80px;
}
#sidebar-middle {
	width:295px;
	background:url(images/sidebar-bg.png) repeat-y right 0 #fffde4;
	float:left;
	padding-right:35px;
}
.title {
	color:#26606d;
 font-weight::bold;
	font-size:17px;
}
#ads img {
	padding:3px;
	background:#d3cfa3;
	margin-top:15px;
}
#sidebar-bottom {
	background:url(images/sidebar-bottom.png) no-repeat right 0 #fffde4;
	width:295px;
	float:left;
	padding-right:36px;
	height:85px;
}
/*
=contact-form
---------------------------------*/
#contact {
	overflow:hidden;
	padding-top:40px;
}
#contact-form label {
	color:#bb9d59;
	font-size:15px;
	float:right;
	clear:both;
	line-height:35px;
	padding-right:30px;
}
#contact-form input {
	border:1px solid #e8e6c8;
	background:#f8f5d2;
	margin-top:10px;
	padding:2px;
	width:208px;
	color:#b29540;
	float:left;
}
#name {
	margin-right:26px;
}
#email {
	margin-right:10px;
}
#contact-form #submit {
	background:url(images/submit-bg.png) repeat-x;
	color:#943415;
	border:1px solid #cccccc;
	width:50px;
	float:left;
	cursor:pointer;
	border-radius:5px;
}
#contact-form #submit:hover {
	background:#f6f6f6;
	border:1px solid #8c8888;
}
/*
=widg
---------------------------------------*/
#widg {
	padding-top:40px;
}
#widg li {
	background:url(images/line.png) repeat-x 0 22px;
}
#widg li a {
	color:#bb9d59;
	background:url(images/bullet1.png) no-repeat right 5px;
	padding-right:10px;
	line-height:24px;
	display:block;
}
#widg li a:hover {
	color:#943415;
	background:url(images/bullet1-hover.png) no-repeat right 5px;
}
/*
=footer
----------------------------------------------------------------------*/
#footer {
	text-align:center;
	margin-bottom:35px;
}
/*
=footer-nav
-------------------------------------------------------*/
#footer-nav {
	overflow:hidden;
	padding-right:500px;
}
#footer-nav ul {
	margin:25px 0 50px 0;
}
#footer-nav ul li {
	float:right;
	background:url(images/seprator2.png) no-repeat;
	padding:0 10px;
}
#footer-nav ul li a {
	color:#943415;
	font-size:12px;
}
#footer-nav ul li a:hover {
	color:#d7613b;
}
#copyright {
	color:#bb9d59;
}
#design {
	color:#943415;
}
#design a {
	color:#bb9d59;
	font-weight:bold;
}
