/*
Theme Name: Majedoh 3.0
Theme URI: http://majedoh.me/
Description:
Version:
Author: Nawaf Hareeri
Author URI: http://nawaf.me/
*/

* {
  margin: 0;
  padding: 0;
}

body{
  font: 11px Tahoma;
  background: url(images/bg.png);
  direction: rtl;
}

a {
  text-decoration: none;
  color: #578754;
}
a:hover {
  color: #CC6600;
}

img {
  border: 0;
}

input, textarea, select {
  font: 11px Tahoma;
}

.clear { clear: both; }
.center { text-align: center; }


#container {
  width: 835px;
  margin: 0 auto;
  background: url(images/container_bg.png);
}

#header, #navbar, #footer {
  width: 800px;
  margin-right: 17px;
}

#header {
  height: 310px;
  background: url(images/header.jpg);
}

#description {
  padding: 165px 550px 0 0;
  color: #fff;
}


#navbar {
  height: 28px;
  background: #000;
}

#navbar ul {
  list-style: none;
  margin-right: 20px;
}

#navbar ul li {
  float: right;
  margin: 8px 0 0 0;
}

#navbar ul li a {
  padding: 8px 20px 7px 20px;
  color: #fff;
  text-decoration: none;
}

#navbar ul li a:hover, #navbar ul li a.nav_selected {
  background: #578754;
}

#content {
  float: right;
  width: 570px;
  min-height: 400px;
  margin: 25px 40px 0 0;
  *margin: 25px 20px 0 0;
}

#sidebar {
  float: left;
  width: 189px;
  *width: 188px;
  margin-left: 17px;
  *margin-left: 9px;
}

.sidebar_title {
  width: 188px;
  height: 43px;
  padding: 5px 0 0 0;
  background: url(images/sidebar_title_bg.png);
  font: bold 12px Tahoma;
  text-align: center;
  color: #fff;
}

.sidebar_box {
  width: 170px;
  margin: -20px 10px 40px 0;
}

.sidebar_box ul {
  list-style: none;
}

.sidebar_box ul li {
  margin: 10px 0;
  padding: 0 18px 0 0;
  font-size: 12px;
  background: url(images/bullet_green.png) right 1px no-repeat;
}

#footer {
  width: 800px;
  margin-top: 20px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.date {
  float: right;
  width: 38px;
  height: 38px;
  padding-top: 12px;
  background: url(images/date_bg.png) right 7px no-repeat;
  text-align: center;
  font-weight: bold;
  color: #000;
  line-height: 8px;
}

.post_title {
  float: right;
  margin: 7px 10px 0 0;
  font: bold 23px Arial;
}

.post, .entry {
  clear: both;
  font: 12px Tahoma;
  color: #676767;
}

.post h2 {
  color: #000;
}

.post p, .entry p {
  line-height: 19px;
}

.line {
  width: 100%;
  height:1px;
  margin: 40px 0;
  border-top: 1px dotted #aaa;
}

.comments {
  text-align: right;
  margin: 15px 5px 0 0;
  color: #959595;
  font-weight: bold;
}

.rss {
  font-size: 13px;
  font-weight: bold;
}


.commentlist {
  list-style-type: none;
  /*background-color: #efefef;*/
}

.commentlist li {
  font-weight: bold;
  margin-top: 20px; padding: 8px; background-color: #FAFAFA; border: 1px solid #CCC;
}

.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  margin-left: 5px;
  margin-bottom: 7px;
  background: #fff;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  clear: both;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
  line-height: 25px;
}

#commentform input, #commentform textarea {
  font-size: 12px;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}