@charset "utf-8";
/* CSS Document */
/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************************************************

Body,  Body,  Body,  Body,  Body,  Body,  Body,  Body

*****************************************************/

body {
	background: #fdfdfd;
	margin: 0 auto;
	padding: 0;
	font: normal 11px Tahoma, Arial, Geneva, sans-serif;
	line-height: 1.4;
	direction: rtl;
}
a {
	text-decoration: none;
	color: #43560e;
}
a:hover {
	text-decoration: underline;
}
.right {
	float: right;
	display: inline;
}
.left {
	float: left;
	display: inline;
}
.wrapper {
	width: 960px;
}
.clear {
	clear: both;
}
code {
	direction: ltr;
	text-align: left;
	background: #f5f5f5;
	border: 1px solid #cbcbcb;
	display: block;
	margin: 15px 0;
	padding: 5px;
	width: 95%;
	white-space: nowrap;
	overflow: auto;
	max-height: 200px;
}
blockquote {
	margin: 10px 25px 5px 5px;
	padding: 5px;
	border-right: 3px solid #CCC;
	font-size: 11px;
	color: #666;
}
.space {
	clear: both;
	height: 30px;
}
/****************************************************

Header, Header, Header, Header, Header, Header, Header

*****************************************************/
.body-top {
	background: #739d00;
}
#login h2 {
	color: #fff;
	padding: 4px 10px 8px 4px;
	font-weight: normal;
}
#login a, #login a:active, #login a:visited {
	color: #fff;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}
#subscribe {
	background: url(img/rss.jpg) no-repeat left 3px;
	padding: 5px 0 6px 25px;
	color: #fff;
	font-weight: bold;
}
#subscribe a {
	color: #fff;
}
.header-body {
	background: #111111;
}
#logo {
	height: 91px;
	float: right;
	display: inline;
	margin:6px 0 5px 0;
}
/* Nav */
.nav {
	background: #111;
	margin: 0;
	padding: 0;
}
.nav ul {
	margin: 0;
	padding: 0;
	display: block;
}
.nav ul li {
	display: inline;
	background: transparent;
	margin: 0;
	padding: 0;
}
.nav ul li a {
	float: right;
	display: inline;
	background: url(img/nav-right.jpg) no-repeat right top;
	padding: 0 10px 0 0;
	margin: 0 2px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
}
.nav ul li a span {
	background:url(img/nav-left.jpg) no-repeat left top;
	display: block;
	padding: 8px 10px 4px 20px;
	margin: 0;
}
.nav ul li a:hover {
	background-position: 100% -35px;
	color: #000;
	text-decoration: none;
}
.nav ul li a:hover span {
	background-position: 0% -35px;
}
.nav ul li.current a {
	background-position: 100% -35px;
	color: #000;
}
.nav ul li.current a span {
	background-position: 0% -35px;
}
/* Search */
#search-box {
	background: #fff url(img/search-box.jpg) no-repeat left center;
	height: 24px;
	width: 207px;
}
#search-box .form {
	border: 1px solid #fff;
	float: right;
	display: inline;
	margin: 1px 4px 0 0;
	font: 11px tahoma;
	direction: rtl;
	text-align: right;
	padding: 3px;
	width: 160px;
}
#search-box .image-btn {
	border: none;
	margin: 2px 0px 0 0;
}
/****************************************************

Entries, Entries, Entries, Entries, Entries, Entries

*****************************************************/
.entries {
	width: 580px;
	float: right;
	display: inline;
	margin: 30px 0 0 5px;
}
.entries .space {
	height: 40px;
	border-top: 3px double #000;
}
.post {
	text-align: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #fdfdfd;
}
.post-image {
	border: 2px solid #dad5d5;
	width: 560px;
	height: 150px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 3px;
	text-align: center;
	margin: 0 5px 0 0;
}
.post-image:hover {
	border: 2px solid #b6b6b6;
}
.post-title h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 1.5;
}
.post-title a {
	color: #566f12;
	display: block;
	background: url(img/tik.jpg) no-repeat right 0px;
	margin: 5px 0 5px 2px;
	padding: 7px 38px 5px 5px;
}
.post-title a:hover {
	text-decoration: underline;
}
.post-content {
	padding: 5px 25px 5px 15px;
	line-height: 1.8;
	color: #111;
	text-align: justify;
	font-size: 11px;
}
.post-more {
	margin: 15px 0 0px 5px;
	font-weight: bold;
}
.post-more a {
	color: #566f12;
}
.post-more a:hover {
	text-decoration: underline;
}
.post-meta {
	padding: 0 0 0 10px;
	text-align: left;
	color: #666;
	font-size: 10px;
}
.post-meta a:hover {
	text-decoration: underline;
}
.post-cats {
	margin: 2px 15px 2px 0;
	float: right;
	display: inline;
}
.post-tags {
	direction: ltr;
	text-align: left;
	margin: 10px 0 5px 5px;
	padding: 5px;
	display: block;
	background: #f8f8f8;
}
.post-content img {
	margin: 6px;
	padding: 3px;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.post-content img:hover {
	border: 1px solid #999;
}
.post-content a {
	color: #2e67a7;
}
/****************************************************

Comments, Comments, Comments, Comments, Comments, Comments

*****************************************************/
/*.comments {
	text-align: right;
}
.comments h2 {
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
	font-size: 12px;
	margin: 15px 0 0 0;
}
.comment {
	margin: 15px 0 25px 0;
	background: #e9eeff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCC;
}
.comment2 {
	margin: 15px 0 25px 0;
	background: #d0e3e3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
}
.comment-content {
	padding: 15px;
	line-height: 1.8;
	text-align: justify;
}
.comment-content img {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0 0 5px 15px;
	float: right;
	display: inline;
}
.comment-meta {
	border-top: 1px solid #CCC;
	clear: both;
	padding: 5px;
}
.comment-meta .right, .comment-meta .left {
	padding: 5px 10px 15px 10px;
	;
}
.comment-send {
	margin: 10px 0 10px 0;
	padding: 15px;
	border: 1px solid #4a9461;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #b4cfd8;
}
.comment-send label {
	width: 150px;
	float: right;
	display: inline;
	color: #000;
	font-weight: bold;
}
.comment-send .form-rtl {
	direction: rtl;
	text-align: right;
}
.comment-send .form-ltr {
	direction: ltr;
	text-align: left;
}
.comment-send .form-rtl, .comment-send .form-ltr {
	font: normal 13px Tahoma, Geneva, sans-serif;
	padding: 2px 8px;
	border: 1px solid #666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.comment-send p {
	margin: 15px 0 10px 0;
}
.comment-send .btn {
	font: normal 11px tahoma;
}
#comment-reply, #comment-bake-cookie {
	float: right;
	display: inline;
	margin: 2px 148px 0 0;
}
#comment-reply-label {
	margin: 0 5px 0 0;
}
#comment-form-reply {
	width: 400px;
	float: right;
	display: inline;
	margin: 0 0 0 0;
}
*/
/****************************************************

Widget, Widget, Widget, Widget, Widget, Widget, Widget

*****************************************************/
.widget {
	width: 360px;
	background: #fdfdfd;
	float: left;
	display: inline;
	margin: 30px 0 0 0;
	padding: 0;
	text-align: right;
}
.widget h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #739d00;
	margin: 0;
	padding: 5px 2px;
	border-bottom: 1px solid #CCC;
}
.widget-links {
	line-height: 1.7;
}
.widget-links ul {
	margin: 0;
	padding: 0;
}
.widget-links ul li {
	display: block;
}
.widget-links ul li a {
	display: block;
	color: #092733;
	padding: 5px 15px 5px 0;
	border-top: 1px solid #CCC;
	background: url(img/li.gif) no-repeat right -60px;
}
.widget-links ul li a:hover {
	display: block;
	color: #09330a;
	text-decoration: underline;
	background: #fafafa url(img/li.gif) no-repeat right 10px;
}
.widget-content {
	text-align: justify;
	margin: 8px 0;
}
.widget-content .form-ltr {
	border: 1px solid #000;
	background: #fff;
	direction: ltr;
	text-align: left;
	margin: 15px 0 5px 0;
	font-size: 12px;
}
.widget-right {
	width: 175px;
	float: right;
	display: inline;
}
.widget-left {
	width: 175px;
	float: left;
	display: inline;
}
.widget-right .widget-links ul li a, .widget-left .widget-links ul li a {
	padding: 2px 15px 2px 0;
	border: none;
}
/****************************************************

Entry Listing, Entry Listing, Entry Listing, Entry Listing

*****************************************************/
.notify {
	background: #ffffa0;
	padding: 15px 10px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}
.list {
	margin: 10px 5px;
	direction: rtl;
	text-align: right;
	line-height: 1.8;
}
.list ul {
	margin: 0 0 20px 0;
}
.list ul li span {
	color: #CCC;
	font: normal 11px Tahoma, Geneva, sans-serif;
}
.list ul li {
	border-bottom: 1px solid #999;
	font-weight: bold;
}
.list ul li a {
	display: block;
	background: url(img/list-li.gif) no-repeat right -122px;
	padding: 7px 40px 7px 5px;
}
.list ul li a:hover {
	text-decoration: none;
	background: #f8f8f8 url(img/list-li.gif) no-repeat right 8px;
	border-left: 2px solid #090;
	color: #558fa0;
}
.list ul li a:hover span {
	color: #000;
}
/****************************************************

Footer, Footer, Footer, Footer, Footer, Footer, Footer

*****************************************************/
.footer-top {
	background: #fdfdfd url(img/people.jpg) center bottom;
	height: 76px;
}
.footer {
	background: #000;
}
.footer-contact {
	width: 500px;
	float: right;
	display: inline;
	margin: 10px 0 0 0;
	text-align: right;
}
.footer-contact h2, .footer-about h2 {
	background: #000;
	border-bottom: 2px solid #383838;
}
.footer-contact label {
	width: 150px;
	float: right;
	display: inline;
	color: #fff;
	font-weight: bold;
}
.footer-contact .form-rtl {
	direction: rtl;
	text-align: right;
}
.footer-contact .form-ltr {
	direction: ltr;
	text-align: left;
}
.footer-contact .form-rtl, .footer-contact .form-ltr {
	font: normal 11px Tahoma, Geneva, sans-serif;
	padding: 2px 5px;
}
.footer-contact p {
	margin: 15px 0 10px 0;
}
.footer-contact .btn {
	font: normal 11px tahoma;
}
.footer-about {
	width: 400px;
	float: left;
	display: inline;
	text-align: right;
	margin: 10px 0 0 0;
}
.footer-about-content {
	color: #fff;
	line-height: 1.7;
	margin: 10px 0 0 0;
	text-align: justify;
}
.footer-bottom {
	background: #222;
	color: #fff;
	padding: 8px 0;
}
.sharethis {
	float: left;
	display: inline;
	margin: 2px 5px;
	direction: ltr;
}





/* Comments */
.comments{
	direction: rtl;
	text-align: right;
	}
.cooments-open {
	border-top: 2px solid #097aa9;
	border-right: 2px solid #336699;
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 0 0 0 0;
	margin: 0 0 25px 0;
	}
.cooments-open-2 {
	border-top: 2px solid #993333;
	border-right: 2px solid #993333;
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 0 0 0 0;
	margin: 0 0 25px 0;
	}
.cooments-open-author-1 {
	border-left: 2px solid #993333;
	border-bottom: 2px solid #097aa9;
	border-right: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	padding: 0 0 0 0;
	margin: 0 0 25px 0;
	}
.cooments-open-author-2 {
	border-left: 2px solid #993333;
	border-bottom: 2px solid #993333;
	border-right: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	padding: 0 0 0 0;
	margin: 0 0 25px 0;
	}
.comments-title {
	padding: 5px;
	border-bottom: 1px dotted #3399FF;
	}
.comments-open-content {
	padding: 5px;
	}
.comment-form, #comment-text {
	background: #fff url(img/comment_form_bg.gif);
	padding: 2px;
	margin: 5px 0;
	font-family: tahoma, arial, "times New Roman", sans-serif;
	font-size: 11px;
	border: 1px solid #366288;
	}
.comment-bottom {
	padding: 0px 5px;
	background: #e2e4e6 url(img/comment_form_bg.gif);
	font: 11px tahoma, arial, "times New Roman", sans-serif;
	font-weight: bold;
	margin: 0;
	}

h6 {
	font-family: Arial, "times New Roman", tahoma;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #0000FF;
	}