/*------------------------------------*\
	Every Page
\*------------------------------------*/ 

body {
	background-image: url("../images/site/bg.png");
  background-size: cover; 
  background-color: #f5617d;
	background-position: left center;
      background-repeat: repeat-x;
      height: 979px;
	font-family: 'Droid Serif', serif;
	font-size: 13px;
  color: #432941;
   }

a {color: #17a586;
   hover: underline overline;}
  
  #menu {
  width: 50px;
	position:absolute;
	left: 0px;
	top: 0px;
  float:left;
  background-color: #5b3758; 
  height:auto;
  }
  
  #mangalinks {
    height: 450px;
    margin-top: 130px;
  }
  
    #doujinshilinks {
    height: 300px;      
    margin-top: 286px;
  }
  
      #projectslinks {
    height: 166px;
    margin-top: 486px;
  }
    
  .sidenav {
  width: 0;
  position: relative;
  z-index: 1;
  background-color: #5b3758;
  overflow-x: hidden;
  transition: 0.5s;
  float:left;
  
}


.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #bf9aca;
  display: block;
  transition: 0.3s;
  font-family: "FuturaStdCondensed";
}
  
  .sidenav a:hover {
  color: #1cc9a3;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 25px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

.container {
  clear:both;
  padding-left:15px;
  margin-left: 60px;
    float:left;
    margin-top: -660px;
  position:inline-block;
  width:1000px;
 }

  @font-face { /* declare fonts */
	font-family: "FuturaStdCondensed";
	src: url("futurastd-condensed.otf");
	src: local("FuturaStdCondensed"), local("FuturaStdCondensed"),
		url("futurastd-condensed.otf") format("opentype"),
}

  @font-face { /* declare fonts */
	font-family: "Absender";
	src: url("absender1.ttf");
	src: local("Absender"), local("Absender"),
		url("absender1.ttf") format("truetype"),
}

h4{
    font-family: "FuturaStdCondensed";
    font-size: 20px;
    text-align: right;
	  line-height: 25px;
	    margin: 0;
}

h5{
    font-family: "Absender";
    font-size: 45px;
    text-align: center;
	  line-height: 55px;
	    margin: 0;
}



 /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  bottom: 0%;
  right: 0%
}

/* Style the icon bar links */
.icon-bar a {
  display: inline-block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  opacity: 100%;
}

.icon {
  opacity: 50%;
  height: 30px;
}
/*------------------------------------*\
	Index
\*------------------------------------*/
.indexcontainer {
  clear:both;
  padding-left:15px;
  margin-left: 50px;
    float:left;
  width:1260px;
    margin-top: -660px;
 }

.updatecontainer {
  width: 210px;
  margin: 10 10 10 10;
     float:left;
}

.preview {
  margin-bottom: 15px;
  width: 200px;
  height: 200px;
  background-color:#f9ada0;
  padding: 5 5 5 5;
}

.updates {
    background-color:#f9ada0;
  padding:5px;
  }

#twitter {
  width: 250px;
  height: 950px;
  background-color: #f9ada0;
  float:left;
  margin: 10 10 10 10;
}
  
/*------------------------------------*\
  Manga
\*------------------------------------*/

.description {
  margin-top: 50px;
  padding: 5px;
  background-color:#f9ada0;
  width: 280px;
  float:left;
  margin-left:auto;
  margin-right:auto;
  position:sticky;
  top:0;
  left:0;
}


.downloads {
    margin-top: 50px;
    padding-bottom: 10px;
  float:right;
  width: auto;
  text-align:center;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
}

.volumewrap{
  margin-right:5px;
  display:block;
}

.details {
  border: 5px solid #5b3758;
        height:130px;
      width:95px;
  font-family: "Absender";
  font-size:28;
      float:left;
  margin-bottom: 5px;
  margin-left: 5px;
}
	
.details:hover { border: 5px solid #17a586;
  color: #17a586;  
}

#mainImage{
    -webkit-transition:all 0.5s linear;
    transition:all 0.5s linear;

}

.img-container {
  float:left;
  position:inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
    width:98px;
}

ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
li{
    list-style-type:none;
  float:left;}
  
/*------------------------------------*\
  Doujinshi
\*------------------------------------*/
  
  .dj {
visibility:hidden;
  position:absolute;
    width:280px;
      background-color:#f9ada0;
    
}

.djdescription {
  margin-top: 50px;
  padding: 5px;
  background-color:#f9ada0;
  width: 280px;
  float:left;
  margin-left:auto;
  margin-right:auto;
  height: 600px;
    position:sticky;
  top:0;
  left:0;
}

.djdetails {
  border: 5px solid #5b3758;
        height:130px;
      width:95px;
  font-family: "Absender";
  font-size:25;
      float:left;
  margin-bottom: 5px;
  margin-left: 5px;
}

.djdetails:hover { border: 5px solid #17a586;
  color: #17a586;  
}

/*------------------------------------*\
	PROGRESS PAGE
\*------------------------------------*/

.mangaprogress {
  margin-top: 40px;
  width: 400px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:900px;
  float: left;
  }

.doujinprogress {
  margin-top: 40px;
  width: 1050px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:915px;
  float: right;
  }

.progresswrap{
  float:left;
  margin-top:10px;
}
.progressguts {
  float:right;
  padding:5px;
}

.progresscover {
  float:left;
   height:200px;
  width:140px;
}

.progressbottom {
  float:left;height:20px;width:1050px;
}
/*------------------------------------*\
	PROGRESS BARS
\*------------------------------------*/

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  
  /* Get rid of default border in Firefox. */
  border: none;
  
  /* Dimensions */
  width: 200px;
  height: 15px;
}

progress[value]::-moz-progress-bar { 
  background-image:
    -moz-linear-gradient(
      135deg, 
      transparent 33%, 
      rgba(0, 0, 0, 0.1) 33%, 
      rgba(0, 0, 0, 0.1) 66%, 
      transparent 66% 
    ),
    -moz-linear-gradient(
      top, 
      rgba(255, 255, 255, 0.25), 
      rgba(0, 0, 0, 0.25)
    ),
    -moz-linear-gradient(
      left, 
      #5B3758,
      #F5617D 
      
    );

  border-radius: 2px; 
  background-size: 35px 20px, 100% 100%, 100% 100%; 
}

progress[value]::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #5B3758, #F5617D);

    border-radius: 2px; 
  background-size: 35px 20px, 100% 100%, 100% 100%;}
  

  
/*------------------------------------*\
	Planned
\*------------------------------------*/
  
  .planned {
  margin-top: 40px;
  width: 950px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 10px;
  height:875px;
  float: left;
  }

.planwrap{
    float:left;
  margin-bottom:10px;
  width:310px;
}

.plancover {
  float:left;
  width:100px;
}
.planguts {
  float:left;
  padding-left:10px;
  width:200px;
}

/*------------------------------------*\
	About
\*------------------------------------*/
  
  .about {
  margin-top: 40px;
  width: 800px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 10px;
  height:350px;
  float: left;
  }

/*------------------------------------*\
	Wishlist
\*------------------------------------*/
  
.wishlistguts {
  float:right;
  padding:10px;
}

.wishwrap{
  float:left;
  margin-top:10px;
}

.wishcover {
  float:left;
   height:200px;
  width:140px;
}

.wishlistspecifics {
  margin-top: 40px;
  width: 400px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:700px;
  float: left;
  }

.wishlistgeneral {
  margin-top: 40px;
  width: 800px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:700px;
  float: right;
  }

/*------------------------------------*\
  For Sale
\*------------------------------------*/

.salenotes {
  margin-top: 40px;
  width: 400px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:850px;
  float: left;
  }

.salelist {
  margin-top: 40px;
  width: 2950px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:850px;
  float: right;
  }

.salefate {
   margin-top: 40px;
  width: 725px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:850px;
  float: left;
}

.saletales {
   margin-top: 40px;
  width: 725px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:850px;
  float: left;
}

.salesnk {
   margin-top: 40px;
  width: 725px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:850px;
  float: left;
}

.salemarvel {
   margin-top: 40px;
  width: 725px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:850px;
  float: left;
}

.salebasara {
   margin-top: 40px;
  width: 400px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:850px;
  float: left;
}

.saleelshaddai {
   margin-top: 40px;
  width: 725px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:850px;
  float: left;
}

.saleother {
   margin-top: 40px;
  width: 375px;
  margin-left:20px;
  margin-right:20px;
  background-color:#f9ada0;
  padding: 5px;
  height:850px;
  float: left;
}

.salewrap {
  float:left;
  margin-top:10px;
}

.salecover{
    float:left;
   height:250px;
  width:175px;
}

.saleguts{
    float:right;
  padding-left:10px;
  width:175px;
  height:250px;
}

.salepreview {
border: 2px solid #5b3758;
        height:15px;
      width:15px;
  font-family: "Absender";
  font-size:15;
      float:left;
text-align:center;
  margin-bottom: 5px;
  margin-left: 2px;
}

.R18preview {
border: 2px solid #5b3758;
        height:15px;
      width:15px;
  font-family: "Absender";
  font-size:15;
      float:left;
text-align:center;
  margin-bottom: 5px;
  margin-left: 2px;
}

.salepreview:hover { border: 2px solid #17a586;
  color: #17a586;  
}

.R18preview:hover { border: 2px solid #FF0000;
  color: #FF0000;  
}

