/** RESET **/
html, body, div, dl, hr, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, object, embed, label {
	margin:0;
	padding:0;
	font-family: Tahoma;
}
object {
	display:block;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border:0;
}
blockquote {
	border: 1px dotted #ac915a;
	text-align: left;
	direction: ltr;
	width: 430px;
	margin: 15px auto 20px;
	padding: 10px;
}
input, textarea {
	margin: 5px;
}
p {
	margin: 5px 0 0;
}
/** GENERAL **/
body {
	background: url(images/body-bg.png) repeat;
	font: 12px Tahoma;
	color: #000;
	direction: rtl;
}
a:link, a:visited, a:active {
	color: #326EA1;
	text-decoration: none;
}
a:hover {
	color: #31363E;
	text-decoration: none;
}
.clearer {
	clear: both;
}
/** LAYOUT **/
#main {
	width: 920px;
	margin: 0 auto 20px;
}
#book {
	width: 100%;
	background: url(images/book-bg.jpg) repeat-y;
}
.book-bottom {
	width: 100%;
	height: 100px;
	background: url(images/book-bot.jpg) no-repeat;
}
#shred {
	width: 100%;
	height: 154px;
	background: transparent url(images/shred.gif) no-repeat;
}
#content {
	width: 100%;
}
#left {
	width: 540px;
	margin: 0 41px 0 54px;
	float: left;
}
#right {
	width: 190px;
	margin: 0 64px 0 31px;
	float: right;
}
/* Header */
.headers {
	width: 100%;
	height: 315px;
}
.header-1 {
	width: 100%;
	height: 105px;
}
.header-2{
	width: 100%;
	height: 105px;
}
.header-3{
	width: 100%;
	height: 105px;
}
/* Signboard */
#signboard-inner {
	width: 500px;
	margin: 0 auto 40px;
}
#signboard-top {
	width: 100%;
	height: 111px;
	background: url(images/signboard.jpg) no-repeat center;
}
#signboard-container {
	width: 480px;
	padding: 10px;
	border: #FFF 1px solid;
	background: #e3dbc9;
}
#signboard-container h2 {
	border-bottom: #cfc3ab 1px solid;
	border-top: #cfc3ab 1px solid;
	color: #4d3c2f;
	font-size: 14px;
	font-weight: 600;
	line-height: 2em;
	text-align: center;
	margin: 5px 0 10px 0;
}
#signboard-container p {
	margin: 0 auto 5px;
	padding: 0;
	line-height: 1.5em;
	text-align: justify;
	width: 90%;
}
/* Entries */
.entries-inner {
	width: 540px;
	margin: 0 0 20px;
}
.entries-inner h1 {
	width: 484px;
	height: 40px;
	padding: 12px 28px 0 28px;
	text-align: center;
	color: #4d3c2f;
	font-size: 14px;
	font-weight: 600;
	background: url(images/entry-header.jpg) no-repeat center;
}
.entries-inner h1 span {
	color: #ac915a;
}
.entries-inner h1 a:link, .entries-inner h1 a:visited, .entries-inner h1 a:active {
	color: #4d3c2f;
}
.entries-inner h1 a:hover {
	color: #000;
}
.entry-body {
	width: 500px;
	text-align: justify;
	font-size: 12px;
	line-height: 1.5em;
	margin: 15px auto;
}
.entry-body img {
	border: 1px solid #4d3c2f;
}
.entry-continue {
	margin: 10px 0 0 40px;
	height: 65px;
	text-align: left;
}
.entry-foot {
	width: 490px;
	border-bottom: 1px dotted #ac915a;
	border-top: 1px dotted #ac915a;
	color: #ac915a;
	padding: 5px;
	margin: 10px auto;
	font-size: 11px;
	text-align: center;
	line-height: 1.7em;
}
.entry-foot a:link, .entry-foot a:visited, .entry-foot a:active {
	color: #92763d;
}
.entry-foot a:hover {
	color: #ac915a;
}
.entry-body ul {
	margin: 0;
	padding: 0;
}
.entry-body ul li {
	padding-right: 4px;
}
.entry-body ul li a {
	display: block;
	padding: 3px 0 4px;
	border-bottom: 1px dotted #ac915a;
	padding-right: 10px;
	background: url(images/bullet-5.gif) no-repeat right center;
	margin: 0 5px;
}
.entry-body ul li a:hover {
	background: url(images/bullet-1.gif) no-repeat right center #b7a889;
}
/* Comments */
#comments {
	width: 500px;
	margin: 20px auto;
}
.comment-any-inner {
	width: 500px;
}
.comment-any-inner .comment-top {
	background: url(images/comment1-top.jpg) no-repeat;
	width: 500px;
	height: 45px;
}
.comment-any-inner .comment-top h3{
	color: #4d3c2f;
	margin: 22px 25px 0 10px;
	text-align: right;
	font-size: 13px;
	font-weight: 600;
	float: right;
}
.comment-any-inner .comment-top .comment-date{
	color: #FFF;
	margin: 22px 10px 0 20px;
	float: left;
	font-size: 11px;
}
.comment-any-inner .comment-body {
	width: 460px;
	background: url(images/comment-bg.jpg) repeat-y;
	padding: 10px 20px;
}
.comment-any-inner .comment-bottom {
	background: url(images/comment1-bot.jpg) no-repeat;
	width: 500px;
	height: 25px;
}
.comment-links {
	text-align: center;
	margin: 15px 0 0 0;
}
.comment-admin-inner {
	width: 500px;
}
.comment-admin-inner .comment-top {
	background: url(images/comment2-top.jpg) no-repeat;
	width: 500px;
	height: 45px;
}
.comment-admin-inner .comment-top h3{
	color: #b3a076;
	margin: 22px 25px 0 10px;
	text-align: right;
	font-size: 13px;
	font-weight: 600;
	float: right;
}
.comment-admin-inner .comment-top .comment-date{
	color: #FFF;
	margin: 22px 10px 0 20px;
	float: left;
	font-size: 11px;
}
.comment-admin-inner .comment-body {
	width: 460px;
	background: url(images/comment-bg.jpg) repeat-y;
	padding: 10px 20px;
}
.comment-admin-inner .comment-bottom {
	background: url(images/comment2-bot.jpg) no-repeat;
	width: 500px;
	height: 25px;
}
/* Comment Form */
.comment-form-inner {
	width: 500px;
}
.comment-form-inner .comment-top {
	background: url(images/comment2-top.jpg) no-repeat;
	width: 500px;
	height: 45px;
}
.comment-form-inner .comment-top h3{
	color: #b3a076;
	margin: 22px 25px 0;
	text-align: right;
	font-size: 13px;
	font-weight: 600;
}
.comment-form-inner .comment-body {
	width: 460px;
	background: url(images/comment-bg.jpg) repeat-y;
	padding: 10px 20px;
}
.comment-form-inner .comment-bottom {
	background: url(images/comment2-bot.jpg) no-repeat;
	width: 500px;
	height: 25px;
}
.comment-form-inner input, .comment-form-inner textarea{
	border: 1px solid #4d3c2f;
	background: url(images/input-bg.png) repeat;
}
.comment-form-inner label span {
	color: #ffae00;
}
.comment-rule {
	margin: 15px 0 0 0;
}
#comments h2 {
	border-bottom: #e3dbc9 1px dotted;
	color: #4d3c2f;
	font-size: 14px;
	font-weight: 600;
	line-height: 2em;
	text-align: center;
	margin: 5px auto 10px;
	width: 50%;
}

/* Sidebar */
#right h2 {
	width: 134px;
	height: 35px;
	padding: 17px 28px 0 28px;
	text-align: center;
	color: #4d3c2f;
	font-size: 13px;
	font-weight: 600;
	background: url(images/block-header.jpg) no-repeat;
}
#right h2 a {
	color: #4d3c2f;
}
.block-body {
	width: 190px;
	text-align: right;
	margin: 10px 0 20px;
}
.block-body ul {
	margin: 0;
	padding: 0;
}
.block-body ul li {
	padding-right: 4px;
}
.block-body ul li a {
	display: block;
	padding: 3px 0 4px;
	border-bottom: 1px dotted #ac915a;
	padding-right: 10px;
	background: url(images/bullet-5.gif) no-repeat right center;
	margin: 0 5px;
}
.block-body ul li a:hover {
	background: url(images/bullet-1.gif) no-repeat right center #b7a889;
}
ul.unlink li {
	padding: 3px 0 4px;
	border-bottom: 1px dotted #ac915a;
	text-align: center;
	margin: 0 5px;
}
.player-inner {
	text-align: center;
}
.visits-counter {
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	height: 50px;
}
/* Feed */
.feed {
	text-align: center;
	margin-bottom: 15px;
}
.subscribe {
	text-align: center;
}
.input-box {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #4d3c2f;
	text-align: center;
	border: 0;
	width: 182px;
	background: none;
}
.input-button {
	width: 50px;
	height: 24px;
	margin: 5px auto;
}
.mail-text {
	font-size: 10px;
	text-align: center;
	margin: 10px 0;
}
/* Search template */
.search-inner {
	text-align: center;
}
.box-bg {
	background: url(images/box.jpg) no-repeat;
	width: 182px;
	height: 20px;
	padding: 4px;
}
/* Footer */
.footer-text {
	font-size: 11px;
	text-align: center;
	direction: ltr;
	position: relative;
	top: 10px;
	left: auto;
}
.footer-text a:link, .footer-text a:visited, .footer-text a:active {
	color: #4d3c2f;
}
.footer-text a:hover {
	color: #000;
}
/* Pagination */
ul.pagination {
	margin: 10px auto;
}
li.page {
	display: inline;
	margin-left: 5px;
	text-align: center;
	float: right;
}
.page a {
	display: block;
	width: 20px;
	height: 20px;
	background: #4d3c2f;
	color: #cfc3ab;
	border: 1px solid #cfc3ab;
	font-weight: 800;
}
.page-bt a:hover {
	background: #cfc3ab;
	color: #4d3c2f;
	border: 1px solid #4d3c2f;
}
.next-prev a {
	display: block;
	padding: 0 7px;
	height: 20px;
	background: #4d3c2f;
	color: #cfc3ab;
	border: 1px solid #cfc3ab;
	font-weight: 800;
}
.next-prev a:hover {
	background: #cfc3ab;
	color: #4d3c2f;
	border: 1px solid #4d3c2f;
}

/* Related Entries */
#related_entries_container {
	border: #FFF 1px solid;
	background: #e3dbc9;
	width: 480px;
	margin: 15px auto 20px;
	padding: 10px;
}
#related_entries_container h2 {
	border-bottom: #cfc3ab 1px solid;
	border-top: #cfc3ab 1px solid;
	color: #4d3c2f;
	font-size: 14px;
	font-weight: 600;
	line-height: 2em;
	text-align: center;
	margin: 5px 0 10px 0;
}
#related_entries_container ul {
	margin: 0;
	padding: 0;
}
#related_entries_container ul li {
	padding-right: 4px;
}
#related_entries_container ul li a {
	display: block;
	padding: 3px 0 4px;
	border-bottom: 1px dotted #ac915a;
	padding-right: 10px;
	background: url(images/bullet-5.gif) no-repeat right center;
	margin: 0 5px;
}
#related_entries_container ul li a:hover {
	background: url(images/bullet-1.gif) no-repeat right center #b7a889;
}
