﻿/* dark-theme.css */


body.dark-theme {
  color: #eee;
  background: rgb(40, 44, 52);
}


body.dark-theme a {
  color: #809fff;
}

body.dark-theme h2 {
    color: #eee;
  }

body.dark-theme span.sycin 
{
    font-family: syc, Serto Antioch Bible; color:#eee; direction:rtl; line-height:normal; text-align: justify;
}

body.dark-theme span.sycinred
{
    font-family: syc, Serto Antioch Bible; color:rgb(255, 153, 127); direction:rtl; line-height:normal; text-align: justify;
}
body.dark-theme .sycred
{
    font-family: syc, Serto Antioch Bible; direction:rtl; color:rgb(255, 153, 127); line-height:normal; text-align: justify;
}

body.dark-theme .sycredsmall
{
    font-family: syc, Serto Antioch Bible; direction:rtl; color:rgb(255, 153, 127); line-height:normal; text-align: justify;
}

body.dark-theme .syccenterredsmall
{
    font-family: syc, Serto Antioch Bible; font-size:170%; direction:rtl; color:rgb(255, 153, 127); text-align: center;
}

body.dark-theme span.sycred
{
	font-family: syc, Serto Antioch Bible; font-size:230%; direction:rtl; color:rgb(255, 153, 127); line-height:normal; text-align: justify;
}

body.dark-theme .syccenterred
{
    font-family: syc, Serto Antioch Bible; direction:rtl; color:rgb(255, 153, 127); text-align: center;
}

body.dark-theme .syc2
{
    font-family: syc2, Estrangelo Quenneshrin; font-size:130%; direction:rtl; color: #eee;
}

body.dark-theme .entypo
{
    font-family: entypo, Entypo; font-size:1.5em; line-height:normal; text-align: justify; color:#eee;
}

body.dark-theme a.syccenterredlink:link
{
    font-family: syc, Serto Antioch Bible; direction:rtl; color:rgb(255, 153, 127); text-decoration:underline; line-height:normal;
}
body.dark-theme a.syccenterredlink:active
{
    font-family: syc, Serto Antioch Bible; direction:rtl; color:#FF0000; text-decoration:underline; line-height:normal;
}
body.dark-theme a.syccenterredlink:hover
{
    font-family: syc, Serto Antioch Bible; direction:rtl; color:#ff6600; text-decoration:underline; line-height:normal;
}
body.dark-theme a.syccenterredlink:visited
{
    font-family: syc, Serto Antioch Bible; direction:rtl; color:#ff4d4d; text-decoration:underline; line-height:normal;
}

body.dark-theme a.syc:link
{
    font-family: syc, Serto Antioch Bible; direction:rtl; color: rgb(241, 232, 202); 
}
body.dark-theme a.syc:active
{
    font-family: syc, Serto Antioch Bible; direction:rtl;
}
body.dark-theme a.syc:hover
{
    font-family: syc, Serto Antioch Bible; direction:rtl; color: rgb(238, 225, 149); 
}
body.dark-theme a.syc:visited
{
    font-family: syc, Serto Antioch Bible; direction:rtl; color:rgb(253, 223, 89);
}

body.dark-theme .art-page-footer
{
   color: #eee;
}

body.dark-theme a.buttonmawerbe
{
    background-color: rgb(40, 44, 52);
    border: 2px solid; color: rgb(255, 153, 127);}

body.dark-theme .art-header
{
    margin:0 auto;
    position:relative;
    background-image: url('../images/headerdark.png');
    background-position: center top;
    background-repeat: no-repeat;
}

body.dark-theme .responsive .art-header
{
   background-image: url('../images/headerdark.png') !important;
   width: auto;
   height: auto !important;
   min-height: 100px !important;
   min-width: 1%;
   background-position: center center !important;
   background-size: cover !important;
   background-repeat: repeat !important;
}
