/* Copyright 2007 Delicious Monster Software */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: white;
	margin: 0px;
	background-color: #17251D;
}

a img {
    border: none;
}

#libraryheader {
    width: 100%;
    height: 88px;
    background: url(../images/shelfheader.jpg);
}
    
#librarybanner {
	font-size: 42px;
	font-weight: bold;
	float: left;
	margin-top: 34px;
	margin-left: 20px;
	text-shadow: #000000 0 -1px 1px;
}

#shelfnavigation select {
	max-width: 150px;
	font-size: 1.8em;
	font-weight: bold;
	float: right;
	margin-top: 46px;
	margin-right: 20px;
}

#collection td {
    text-align: center;
    vertical-align: top;
}

#mediatable {
    width: 100%;
    background-image: url(../images/shelfpattern.png);
    
}

.medium {
	position: relative;
	
	width: 115px;
	height: 179px;
	margin-bottom: 12px;
	display: block;
	text-align: center;
	float: left;
}

.medium > .title {
	color: #d6bbb4;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	text-shadow: #000000 0 1px 1px;
	width: 95px; /* 115px - 20px padding */
	padding: 0 10px;
	height: 47px;
	position: relative;
	top: 26px;
	
	text-overflow: ellipsis;
    overflow: hidden;
}

.medium > .cover {
	text-align: center;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.medium > .cover img {
	vertical-align: -137px;
}

.medium > .creator, .medium > .description, .medium > .rating, .medium > .asin {
    display: none;
}

#details {
    position: absolute;
    top: 100%;
    display: none;
    width: 96%;
    margin: 0 2%;
    padding-bottom: 40px;
    
   -webkit-border-radius: 10px;
   -webkit-box-shadow: black 0 1px 5px;
    background: rgba(255, 255, 255, 0.9);
    color: black;
   -webkit-text-size-adjust: none;
}

#details #detailsheader {
    width: 90%;
    padding: 20px 5% 0 5%;
    
    text-shadow: white 1px 2px 0;
    text-align: left;
    font-weight: bold;
}

#details #detailstitle {
    font-size: 1.8em;
}

#details #detailscreator {
    font-size: 1.3em;
    color: gray;
}

#details #detailscover {
    float: left;
    min-width: 60px;
    min-height: 80px;
    margin: 20px 20px 0 20px;
}

#details hr {
    margin: 0 -15px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-left: none;
    border-right: none;
    clear: both;
}

#details #detailsbody {
    clear: both;
    padding: 10px 20px;
    text-shadow: white 1px 2px 0;
    font-family: Georgia, serif;
    font-size: 1.5em;
    overflow: hidden;
}

#details #detailsfooter {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 30px;
    padding: 10px 5%;
    
    text-align: center;
}

#details #detailsfooter img {
    margin-top: 4px;
    height: 26px;
}
