/*	
body {
	background-attachment: scroll;
	background-image: url(/phplugins/images/vertical1.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100%;
	}	
*/
	
/*
body {
	background-attachment: scroll;
	background-image: url(/phplugins/images/vertical1.png);
	background-repeat: repeat-y;
	background-color: transparent !important;
	background-position: center top;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	}	
*/	

/*	
#the-block img {
    -moz-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5);
    }	
*/

details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
  background-color: #5e5e5e;
}

summary {
  /*font-weight: bold;*/
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  cursor: pointer;
}

summary::marker {
  color: #e162bf;
  font-size: 1.2em;
}

details[open] {
  padding: 0.5em;
}

details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
}


hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)); 
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)); 
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)); 
    background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)); 

/*	

hr{
  clear: both; 
  float: none; 
  width: 100%; 
  height: 2px;
  margin: 1.4em 0;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.5, rgb(210,210,210)),
      color-stop(0.5, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(210,210,210) 50%,
      rgb(255,255,255) 50%
  );
}
*/

@media only screen and (min-width: 601px) {    
#login .mantle {
    padding-left: 24px;
    padding-right: 24px;
}
}

