#container {
    /*width: 962px; */
    min-height: 800px;
    border: none;
    overflow: visible !important;
    position: relative;
}

.site {
    overflow: visible !important;
}

.site-content {
    margin-top: 0 !important;
    width:100% !important;
}

#page {
    min-width: 962px;
}

.navigation {
    visibility: hidden;
}

.child {
    background: transparent;
    color: #222;
    float: left;
    height: 320px; /* option 1: 250px; option 2 (original): 320, option 3: 270, changed from 350 */
    margin: 5px;
    width: 210px; /* option 2 (original): 220px */ /* option 1: 140px, option 3: 180 */
    display: none;
    z-index: 1;
    border-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.child .book-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.child .book-thumb {
    box-shadow: none;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#sort-by {
    list-style: none outside none;
    margin: 0;
}

#enlarge {
    float: right;
    cursor: pointer;
    border-radius: 4px;
    background-color: #DDDDDD;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    color: #222222;
    display: block;
    font-weight: bold;
    padding: 0.4em 0.5em;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

#sort-by li {
    /*float: left;
    margin-bottom: 0.2em;
    padding:5px 0;*/
}

#sort-by li a.selected {
   /* background-color: #00063f;*/
    color: white;
    text-shadow: none;
}

#sort-by li:first-child a {
   /* border-left: medium none;
    border-radius: 4px 0 0 4px;*/
}

#sort-by li:last-child a {
   /* border-right: medium none;
    border-radius: 0 4px 4px 0;*/
}

#sort-by li a {
    /*border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.2);*/
}

#sort-by li a {
   /* background-color: #DDDDDD;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));*/
    color: #ffffff;
    display: block;
    font-weight: bold;
   /* padding: 0.4em 0.5em;*/
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.name {
    display:none;
    line-height: 38px;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 2px 10px;
    text-shadow: 0 0 1px #222222;
}

.dateofposting, .name, .popular, .author, .reader {
    float:right;
    display:none;
}

.meta {
    position:absolute;
    z-index:150;
    bottom: 0;
    display:none;
}

.width2 {
    width: 460px;
}

.height2 {
    height: 453px;
}

.large {
    width: 450px; 
    height: 410px;
}
.widebook {
	width: 220px; /* option 1: 290px; option 2: quote it out, option 3: 220 */
    height: 270px; /* option 1: 300px; option 2: quote it out, option 3: 270; changed from 350 */
}
.extratall {
height: 350px;
}

.extrashort {
height: 220px;
width: 220px;
}

.mediumtall {
height: 335px;
}

.displayed, .red {
    display:block !important;
}

.largest {
    background: #fff;
    display: block !important;
    z-index: 99;
	width: 450px; 
    height: 450px;
    overflow: visible;
}


.bookScaleDown {
  width: 150px;
}

/*ANIMATIONS*/

/*@-webkit-keyframes bounce {
  0%   { -webkit-transform: scale(0.9); }
  25%  { -webkit-transform: scale(0.5); }
  50%  { -webkit-transform: scale(1.2); }
  75%  { -webkit-transform: scale(0.9); }
  100% { -webkit-transform: scale(1.0); }
}

@-moz-keyframes bounce {
  0%   { -moz-transform: scale(0.9); }
  25%  { -moz-transform: scale(0.5); }
  50%  { -moz-transform: scale(1.2); }
  75%  { -moz-transform: scale(0.9); }
  100% { -moz-transform: scale(1.0); }
}

@-ms-keyframes bounce {
  0%   { -ms-transform: scale(0.9); }
  25%  { -ms-transform: scale(0.5); }
  50%  { -ms-transform: scale(1.2); }
  75%  { -ms-transform: scale(0.9); }
  100% { -ms-transform: scale(1.0); }
}

@-o-keyframes bounce {
  0%   { -o-transform: scale(0.9); }
  25%  { -o-transform: scale(0.5); }
  50%  { -o-transform: scale(1.2); }
  75%  { -o-transform: scale(0.9); }
  100% { -o-transform: scale(1.0); }
}

@keyframes bounce {
  0%   { transform: scale(0.9); }
  25%  { transform: scale(0.5); }
  50%  { transform: scale(1.2); }
  75%  { transform: scale(0.9); }
  100% { transform: scale(1.0); }
}*/

@-webkit-keyframes bounce {
  0%   { -webkit-transform: scale(0.9); }
  25%  { -webkit-transform: scale(0.7); }
  55%  { -webkit-transform: scale(1.0); }
}

@-moz-keyframes bounce {
  0%   { -moz-transform: scale(0.9); }
  25%  { -moz-transform: scale(0.7); }
  55%  { -moz-transform: scale(1.0); }
}

@-ms-keyframes bounce {
  0%   { -ms-transform: scale(0.9); }
  25%  { -ms-transform: scale(0.7); }
  55%  { -ms-transform: scale(1.0); }
}

@-o-keyframes bounce {
  0%   { -o-transform: scale(0.9); }
  25%  { -o-transform: scale(0.7); }
  55%  { -o-transform: scale(1.0); }
}

@keyframes bounce {
  0%   { transform: scale(0.9); }
  25%  { transform: scale(0.7); }
  55% { transform: scale(1.0); }
}

.child:hover .book-thumb{
    -webkit-animation: bounce 0.6s ease-out;
       -moz-animation: bounce 0.6s ease-out;
        -ms-animation: bounce 0.6s ease-out;
         -o-animation: bounce 0.6s ease-out;
            animation: bounce 0.6s ease-out;
}

.child:hover {
    z-index: 2;
}