body {
	margin: 0;
	background: #101010;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 760px;
}

#header {
	height: 111px;
	background: url(../images/header.gif) no-repeat;
	position: relative;
}

#header-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 760px;
	height: 23px;
	font: 8pt tahoma;
}

#header-top div {
	text-align: left;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	direction: rtl;
}

#header-top div a {
	color: #fff;
	text-decoration: none;
}

#header-top div a:hover {
	color: #000;
}

#header-bottom {
	position: absolute;
	top: 87px;
	left: 0;
	width: 760px;
	height: 23px;
	font: 8pt tahoma;
	direction: rtl;
}

#header-bottom div {
	text-align: center;
	padding-top: 5px;
	color: #fff;
}

#header-bottom div a {
	color: #fff;
	text-decoration: none;
}

#header-bottom div a:hover {
	color: #000;
}

#header-title {
	position: absolute;
	top: 23px;
	right: 0;
	width: 280px;
	height: 64px;
	text-align: right;
	color: #efefef;
	background: #636563;
}

#header-title div {
	position: absolute;
	top: 10px;
	right: 20px;
	font: bold 16pt times new roman;
}

#header-title a {
	color: #efefef;
	text-decoration: none;
}

#header-title p {
	position: absolute;
	top: 35px;
	right: 20px;
	margin: 0;
	font: 8pt tahoma;
}

#header-ad {
	position: absolute;
	top: 25px;
	left: 2px;
	width: 468px;
	height: 60px;
}

#header-ad img {
	border: 0 none;
}

#content {
	width: 760px;
	background: url(../images/content-bg.gif) repeat-y;
	margin-top: 30px;
	margin-bottom: 10px;
}

#content-top {
}

#content-bottom {
	width: 760px;
	height: 8px;
	font-size: 0;
	clear: both !important;
	clear: none;
}

#main-content {
	float: left;
	width: 520px;
	margin-top: 30px;
}

#main-content .post {
	direction: rtl;
	text-align: justify;
	font: 8pt/1.5em tahoma;
	color: #eee;
	margin-bottom: 50px;
}

#main-content .post a {
	color: #f60;
	text-decoration: none;
}

#main-content .post a:hover {
	color: #fa0;
}

.date {
	background: url(../images/subheader-bg.gif) repeat-x;
	width: 200px;
	height: 22px;
	/*font: bold 8pt courier new;*/
	font: bold 9pt times new roman;
	text-align: right;
	direction: rtl;
	padding-top: 4px;
	padding-right: 6px;
	color:#FFFFFF;
}

#main-content .post .title {
	font: bold 11pt times new roman;
	padding-right: 15px;
	background: url(../images/post-title.gif) no-repeat center right;
	text-align: right;
	margin-right: 25px;
}

#main-content .post .title a {
	color: #fff;
}

#main-content .post .title a:hover {
	color: #9c0;
}

#main-content .post .body {
	padding: 20px 40px;
	overflow:hidden;
}

#main-content .post .body p {
	margin: 0;
}

#main-content .post .author-name{
	font: bold 13pt times new roman;
	background: url(../images/post-title.gif) no-repeat center right;
	margin:10px 30px 0 0;
	padding-right:15px;
}

#main-content .post .footer {
	text-align: right;
	padding-left: 30px;
	background: url(../images/comments.gif) no-repeat center right;
	padding-right: 15px;
	margin-right: 60px;
}

#main-content .post .footer a {
	direction: rtl;
}




#comments {
	border-top: 1px solid #ddd;
	width: 450px;
	margin: 0 auto;
	margin-top: 50px;
	text-align:right;
	direction:rtl;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}

.comment {
	direction: rtl;
	margin-right: 50px;
	border-bottom: 1px solid #eee;
	padding: 20px;
	font: 8pt tahoma;
	width: 400px;
	margin: 0 auto;
}
.comment strong{ color:#FF6600;}
.comment a {color: #f60;}

.comment-form { margin:10px; font-size:11px;}

.comment-form .input{
font-family:Tahoma, Arial, sans-serif;
font-size:11px;
padding:3px;
width:230px;
background:#e9e9e9;
border:1px solid #dcdcdc;
}
.comment-form .input1{
font-family:Tahoma, Arial, sans-serif;
font-size:11px;
padding:3px;
background:#e9e9e9;
border:1px solid #dcdcdc;
}
.submit{
font-family:Tahoma, Arial, sans-serif;
background:#DDDDDD;
border:1px solid #AAAAAA;
width:230px;
cursor:pointer;
}
td.form_name{ width:60px;white-space: nowrap;}

.err_msg{ font-size:11px; margin:0 125px 0 85px; line-height:2; color:#FF0000;padding:5px;}



#nav-content {
	float: right;
	width: 200px;
	overflow: hidden;
}

#nav-content .content {
	margin-top: 25px;
	font: 8pt tahoma;
	direction: rtl;
	color: #eee;
	overflow: hidden;
}

#nav-content .content .title {
	font-weight: bold;
}

#nav-content .content a {
	color: #eee;
	text-decoration: none;
}

#nav-content .content a:hover {
	color: #f60;
}

#copyright {
	margin-top: 0;
	background: #333 url(../images/copyright.gif) no-repeat top;
	text-align: center;
	font: 8pt tahoma;
	color: #ddd;
	direction: rtl;
	padding: 10px 0;
	height:40px;
}
#copyright a{ color:#BBBBBB}
#copyright a:hover{ color:#FFFFFF; text-decoration:none;}

.center {
	text-align: center;
}

.blogrollmain b {
	font-weight: normal;
}
.paging{font-family:Tahoma, Arial, sans-serif;font-size:11px; padding:5px; height:30px; margin:0 auto; color:#FFFFFF;}
.pagingPagesNumbersList{ direction:ltr;}
.paging a{ text-decoration:none; padding:2px; background:#DDDDDD; border:1px solid #888888; margin:0 2px; color:#555555;}
.paging a:hover{ background:#f2f2f2; color:#222222;}
.paging-nav-body a{ background:#f2f2f2; color:#888888;}
.paging-nav-body a:hover{ background:#DDDDDD; color:#111111}
span.jumpToPrevPage{ direction:rtl; text-align:left;}

.number{text-align:center;font:11px Tahoma, Arial, sans-serif; color:#FFFFFF;}



