/*
Theme Name: Saboury
Theme URI: https://saboury.net
Author: Amir
Author URI: https://amirs.dev
Description: for my dad
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 5.6
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Saboury WordPress Theme, (C) 2020 WordPress.org
Saboury is distributed under the terms of the GNU GPL.
*/

* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #222;
}
ul {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}
div#footer {
  width: 800px;
  margin: 10px auto 50px auto;
  color: #000000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  text-align: center;
}
div#nav {
  width: 800px;
  margin: 70px auto 0px auto;
  line-height: 25px;
}
div#nav ul li {
  display: inline;
}
div#nav ul li a {
  font-weight: normal;
  text-decoration: none;
  color: #999999;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  display: block;
  float: left;
  padding: 2px 10px 2px 0px;
}
div#nav ul li:hover a {
  color: #fdb020;
}
div#nav ul li a::before {
  content: "/";
  color: #999999;
}
div#nav ul li a {
  transition: color 0.5s;
  -moz-transition: color 0.5s; /* Firefox 4 */
  -webkit-transition: color 0.5s; /* Safari and Chrome */
  -o-transition: color 0.5s; /* Opera */
}
div#nav ul li.current_page_item a {
  color: #fdb020;
}
div#main {
  width: 800px;
  margin: 10px auto 5px auto;
  background: #ffffff;
  border-top: #fdb020 solid 17px;
  border-bottom: #fdb020 solid 17px;
}
div#header {
  width: 100%;
  height: 200px;
  background: #f8f8f8;
  border-bottom: #dfdfdf solid 1px;
}
div.content {
  padding: 10px;
}
div.image {
  padding: 5px;
  background: #fff;
  border: 1px #dfdfdf solid;
  float: left;
  margin: 15px 15px 0px 30px;
}

a.btn {
  display: block;
  float: right;
  width: 90px;
  border-radius: 3px;
  background: #ddd;
  padding: 5px 5px;
  text-align: center;
  position: relative;
  top: -40px;
  font-size: 10px !important;
  font-family: Tahoma !important;
}
div.content_image {
  padding: 5px;
  background: #fff;
  border: 1px #dfdfdf solid;
  float: right;
  margin: 5px;
}

div#image_container {
  transition: background 2s;
  -moz-transition: background 2s; /* Firefox 4 */
  -webkit-transition: background 2s; /* Safari and Chrome */
  -o-transition: background 2s; /* Opera */
  background: url(a.a.saboury.jpg) no-repeat;
  width: 160px;
  height: 160px;
}
div#image_container:hover {
  background: url(a.a.saboury.color.jpg) no-repeat;
}
div#pic_loader {
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  background: url(a.a.saboury.color.jpg) no-repeat;
  opacity: 0;
}
div#header_text h1 {
  float: right;
  font-weight: normal;
  font-family: quicksand;
  color: #475261;
  margin-top: 70px;
  margin-right: 50px;
  letter-spacing: -10px;
  font-size: 78px;
}
div.content p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #333;
  margin-top: 5px;
  text-align: justify;
}
div.content p a {
  text-decoration: none;
  color: #ff3300;
}
div.content .fa {
  font-family: Tahoma, Geneva, sans-serif;
}

.clear {
  clear: both;
}
div.content_image p {
  font-family: Tahoma;
  font-size: 10px;
  color: #999999;
  text-align: center;
}
.tag {
  width: 100px;
  height: 100px;
  border: #009966 solid 1px;
  right: 40px;
}
a img {
  border: 0px;
}
.center {
  text-align: center;
}
div.content a {
  text-decoration: none;
  color: #ff3300;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
div.content ul {
  padding: 5px 10px 5px 40px;
}
div.section {
  padding-top: 10px;
}
div.section h2 {
  font-family: "Aller";
  font-weight: normal;
  font-style: italic;
  width: 100%;
  float: left;
  padding-right: 10px;
  font-size: 24px;
  color: #475261;
  margin: 5px 0px;
}
div.section h3 {
  margin: 5px 0px;
  font-family: "Aller";
  font-weight: normal;
  width: 100%;
  float: left;
  padding-right: 10px;
  font-size: 23px;
  color: #06a;
}
div.section h3.inline {
  font-family: "Aller";
  font-weight: normal;
  display: inline;
  width: auto;
  font-size: 19px;
  color: #06a;
  position: relative;
  top: -5px;
}
div.section div.date {
  float: right;
  border-radius: 2px;
  background: #efefef;
  padding: 5px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  margin: 2px;
  position: relative;
  top: -4px;
}
div.section div.text {
  width: 97%;
  clear: right;
  padding-left: 10px;
}
div.section div.text p {
  color: #555;
  text-align: justify;
}
div.section div.desc {
  width: 570px;
  float: right;
  padding-top: 5px;
}
div.section div.text p.small {
  color: #666666;
  font-size: 10px;
  margin-left: 10px;
}
div.section div.text p strong {
  position: relative;
  top: -3px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #444;
}
div.sep {
  width: 90%;
  clear: both;
  background: #dfdfdf;
  height: 1px;
  margin: 30px auto;
  position: relative;
  top: 20px;
}
div.section div.subsection {
  margin-bottom: 10px;
}
span.gray {
  color: #999;
  font-weight: bold;
  margin-right: 10px;
}
div.subsep {
  width: 90%;
  clear: both;
  background: #dfdfdf;
  height: 1px;
  margin: 20px auto;
}
div.nos {
  display: none;
}
div.text a.ref {
  color: inherit;
}
p.bold {
  font-weight: bold;
  line-height: 19px;
}
.national-papers {
  direction: rtl;
  font-family: "B Nazanin";
  text-align: right !important;
}
p.national-papers a {
  color: blue !important;
}

.rtl,
.rtl p {
  direction: rtl;
  font-size: 14px !important;
  line-height: 145% !important;
  font-family: "B Zar" !important;
}

.rtl .bold {
  font-weight: bold;
}

.rtl ul li a {
  color: #190094;
  display: inline;
  font-size: 14px;
  line-height: 125%;
  font-family: "B Zar";
}
.rtl ul li a:before {
  content: "• ";
}
.rtl ul li a:hover {
  color: #940000;
}
.rtl ul li {
  margin: 7px;
}
.rtl ul {
  list-style: none;
}
