/*  */
body {
  direction: rtl;
  margin: 0;
  padding: 0;
  font-family: Tahoma;
  font-size: 11px;
  background-color: #dcdcdc;
}

img {
  border: 0;
}

a {
  color: #A963BA;
  text-decoration: none;
}

a:hover {
  color: #ED8F10;
}

ul li {
  margin: 20px 0;
}

pre {
  direction: ltr;
}

#site {
  /*border: 1px solid #000;*/
  width: 755px;
  margin: 30px 0 0 0;
  padding: 0;
}

#header {
  /*border: 1px solid #000;*/
  width: 755px;
  height: 192px;
  background: #dcdcdc url(images/images.jpg) 0 0 no-repeat;
}

#body {
  /*border: 1px solid #000;*/
  width: 754px;
  min-height: 500px;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

#content {
  float: right;
  width: 470px;
  margin: 15px 20px 15px 40px;
  /*border: 1px solid #000;*/
}

#sidebar {
  float: right;
  width: 200px;
  margin: 15px 0;
  /*border: 1px solid #000;*/
}

#footer {
  width: 755px;
  height: 49px;
  margin-bottom: 30px;
  background: #dcdcdc url(images/images.jpg) 0 -193px no-repeat;
}

#links {
  position: absolute;
  top: 250px;
  right: 754px;
  /*padding-bottom: 100px;*/
  /*border: 1px solid #000;*/
}

#links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#links ul li {
  margin: 10px 0;
  width: 28px;
  height: 74px;
}

#public, #public_selected, #programming, #programming_selected, #projects, #projects_selected, #about_me, #about_me_selected {
  margin: 0;
  padding: 0 25px 61px 0;
  text-decoration: none;
}

#public {
  background: url(images/images.jpg) 0 -243px no-repeat;

}

#public:hover {
  background: url(images/images.jpg) 0 -317px no-repeat;
}

#public_selected {
  background: url(images/images.jpg) 0 -391px no-repeat;
}

#programming {
  background: url(images/images.jpg) -28px -243px no-repeat;

}

#programming:hover {
  background: url(images/images.jpg) -28px -317px no-repeat;
}

#programming_selected {
  background: url(images/images.jpg) -28px -391px no-repeat;
}

#projects {
  background: url(images/images.jpg) -56px -243px no-repeat;

}

#projects:hover {
  background: url(images/images.jpg) -56px -317px no-repeat;
}

#projects_selected {
  background: url(images/images.jpg) -56px -391px no-repeat;
}

#about_me {
  background: url(images/images.jpg) -84px -243px no-repeat;

}

#about_me:hover {
  background: url(images/images.jpg) -84px -317px no-repeat;
}

#about_me_selected {
  background: url(images/images.jpg) -84px -391px no-repeat;
}

.date {
  float: right;
  width: 46px;
  height: 43px;
  padding-top: 5px;
  background: url(images/images.jpg) 0 -466px no-repeat;
  text-align: center;
  font-weight: bold;
}

.post_title {
  float: right;
  margin: 7px 10px 0 0;
  color: #A963BA;
  font: bold 23px Arial;
}

.post {
  clear: both;
  font: 12px Tahoma;
  color: #676767;
}

.post p {
  line-height: 19px;
}

.line {
  width: 100%;
  height:1px;
  margin: 40px 0;
  border-top: 1px dotted #aaa;
}

.comments {
  text-align: left;
  margin: 15px 0 0 10px;
  color: #959595;
}

.sidebar_header {
  width: 182px;
  height: 27px;
  padding: 6px 0 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background: url(images/images.jpg) -47px -466px no-repeat;
}

#sidebar ul {
  margin: 0px 25px 5px 5px;
  padding: 0;
  list-style-type: square;
}

#sidebar ul li {
  margin: 5px 0;
}

.rss {
  font-size: 13px;
  font-weight: bold;
}


.commentlist {
  list-style-type: none;
  /*background-color: #efefef;*/
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  margin: 10px 5px 10px 0;
  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;
}

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
	}