/*
  Skin Name: LovePsychedelic
  Description: LovePsychedelicサイト用Skin
  Skin URI: https://psychedelic.lies.jp/
  Author: psychedelic
  Author URI: https://psychedelic.lies.jp/
  Screenshot URI: https://psychedelic.lies.jp/wp-content/uploads/skin-template.png
  Version: 1.0
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/

.card-title {
  color:#04c !important;
}

body {
  background-image: url(images/bg01.png);
  background-repeat: repeat;
  background-color: rgba(150, 150, 150, 0.2);
  background-size:unset;
}

.header-container, .main, .sidebar, .footer {
  background-color: transparent;
}
#header-in {
  background-image:url(images/header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header-in .site-name-text {
    color: #eee;
  }
#header-in .tagline {
    color: #ddd;
  }

#main.main {
  padding: 0;
}

#sidebar {
  background-color: #fefefe;  
  border:solid 1px #eee;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(0,0,0, .22);
}

.single-post #main.main
{
  padding: 20px;
  background-color: #fefefe;
  border:solid 1px #eee;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(0,0,0, .22);
}
#list a {
  background-color: #fefefe;
  border:solid 1px #eee;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(0,0,0, .22);
}
.page #main.main{
  padding: 20px;
  background-color: #fefefe;
  border:solid 1px #eee;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(0,0,0, .22);
}

.entry-content a:link {
  
  font-weight: 600;
}
.page-numbers {
  background-color: #fefefe;
}
.page-numbers.dots {  
  background-color: #ddd;
}
.page-numbers.current {  
  background-color: #fefefe;
  border:solid 1px #04c;
}
.navi {
  background-color: transparent !important;
}
.navi-in {
  background-color: #fefefe;
}