
/*************************************
 +Containers
 *************************************/
body{
 	background: url(images/background.jpg);
	border-top:5px solid #a99381;
	color:#949276;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	direction: rtl;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:76em;	
}
#content{
	font-family: Arial;
	font-size: 10pt;
	float:left;
	text-align: right;
	padding:1em;
	width:45em;
	color: #000000;
}
#sidebar{
                  border-left:2px dotted #9d9142;
                  border-right:2px dotted #9d9142;
border-top:2px dotted #9d9142;
border-bottom:2px dotted #9d9142;	
                  font-family: Tahoma, sans-serif;
	font-size: 9pt;
	float:right;
	text-align: right;
	padding-top:2em;
	width:10em;
}
#header{
	width: 760px;
	height: 150px;
	padding:3em 1em;
}
#footer{
	background:#939178;
	border-top:1px solid #949276;
	color:#632c1f;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
#form_comments p{
	margin: 5px;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#893d03;
}
#header h1 a:hover{
	color:#632c1f;
}
#header p{
	color:color:#893d03;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:1.8em;
}
.entrytitle h2 a
{
	color:#893d03;
}
.entrytitle h2 a:hover{
	color:#632c1f;
}
.entrytitle h3{
	font-size:1.6em;
	color:#893d03;
}
#sidebar h3{
	color:#893d03;
	font-size:1.1em;
	margin:1em 0;
}

#sidebar li {
	list-style-type: none;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	padding:3px;
}
.filedto{
	padding:3px;
}
.commentslink{
	padding:3px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:2px dotted #9d9142;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{

	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:2px solid #949276;
}
.commentsblock textarea:focus{
	background:#d8894b;
	border:2px solid #949276;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#d8894b;
	border:2px solid #949276;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#632c1f;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f4bb8e;
	border:2px dotted #9d9142;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#3d1309;
	text-decoration:none;
}
a:hover{
	color:#632c1f;
}

