@charset "UTF-8";

/* ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
   ••  Project: Trends eBook Libary                                              ••
   ••  Author:  A Turley; Original code from (and credit to) @razorjack/@riddle  ••
   ••  Date:    2010                                                             ••
   ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••   
         
---------------------------------------------------------------------- */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style-type: none;
}

label {
	margin-left: 5px;
	margin-right: 10px;
	margin-top: -5px;
	border: 0;
	font-size: 140%;
	vertical-align: center;
	font: bold 15px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	color: #2d3033;
	background: transparent;
}

fieldset .label .a, {
	margin-left: 5px;
	margin-right: 10px;
	margin-top: -5px;
	border: 0;
	font-size: 140%;
	vertical-align: center;
	font: bold 15px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	color: #2d3033;
	background: transparent;
	text-decoration: none;
}

a.esipbacklink, a:hover.esipbacklink {
	color: #2d3033; 
	text-decoration: none; 
	float: left; 
	margin-left: 40px;
}

fieldset {
	width: 1000px;
	background-image: url(/ebooks/Library-navbg.png);
	background-position:center;
	background-repeat: no-repeat;
	align: center;
	margin-top: 0px;
	margin-bottom: -5px;
	padding: 5px;
	border: 0;

}

h1, h2, h3, h4, h5, h6, th {
  	font-weight: normal;
}

button, input, select, textarea {
  	font: inherit;
	style: display:none;
}

html {
  	background-color: #2d3033;
	background-image: url(/ebooks/littlebg.png);
	height: 100%;
	overflow-x: auto;
  	overflow-y: scroll;
}

body {
	background-image: url(/ebooks/blacklightbg.png);
	background-repeat: repeat-y;
	background-position:center; 
	font: normal 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #2d3033;
    padding-bottom: 40px;
	padding-left: 10px;
	min-height: 100%;
	margin: 0;
}

a {
  	color: #16a6dc;
	font-size: 90%;
}

a:hover
{
  	color: #bdbdbd;
	font-size: 90%;
}

li  { list-style: none; }

button,
input[type="submit"],
input[type="image"],
label,
label > input[type="checkbox"],
label > input[type="image"],
label > input[type="radio"] {
  	cursor: pointer;
}

ol, ul {
  	margin-left: 0px;
}

li.spaced {
  	margin-bottom: 0px;
}

strong {
  	font-weight: normal;
  	color: #fff;
  	text-shadow: rgba(255, 255, 255, 0.85) 0 0 3px;
}

.button {
  	background-color: #46c5ec;
  	color: #282b2e;
  	padding: 5px 10px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	border: 0;
}

.button:hover,
.button:focus {
  	background-color: #ededed;
  	color: #282b2e;
}

li.ebooklibrary {
	list-style-type: none;

}

.image-grid {
	align: center; 
	margin-top: -5px; 
	margin-left: 0px;
	margin-right: 0px;
  	padding-left: 0px;
  	width: 1000px;
	background-image: url(/ebooks/ebookshelving.png);

}

.image-grid ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	list-style-type: none;
	align: center;
	
}

.image-grid:after {
  	content: "";
  	display: block;
  	height: 0;
  	overflow: hidden;
  	clear: both;
}

.image-grid li {
  	width: 150px;
	height: 214px;
  	margin: 10px 10px 0 36px;
  	float: left;
  	text-align: left;
  	font-family: "Helvetica Neue", sans-serif;
  	line-height: 17px;
  	height: 220px;
  	overflow: hidden;
	background-image: url(/ebooks/bookbg.png);
	background-position:left;
	display: block;

}

.image-grid a:hover,
a:focus {
	display: block;
}


.image-grid li img {
	display: block;
	z-index: 900;
}

.image-grid li strong {
	text-align: top;
  	display: block;
	z-index: 1000;
}

.image-grid li strong {
  	color: #454646;
	font: normal 18px/1 "Myriad Pro", "Myriad", "Gill Sans", "Frutiger Linotype", "Helvetica Neue", sans-serif;
	margin: -10px 0 0 0px;
}

