@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1025px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#topbar{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:5px;
}
#main-content {
	
	/*float: center;*/
	/*margin-left: 0;*/
	/*width: 76%;*/
	display: block;
}
#left-content {
	
	float: left;
	margin-right: 0;
	width: 274px;
	height:165px;
	display: block;
	
}
#left2-content {
	
	float: left;
	margin-right: 0;
	width: 274px;
	display: block;
	padding:3px;
	
}

.logo{
	text-align:center;
	
}
img.logo  {
	width: auto;
	
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #ffffff;
	padding-bottom:10px;
}
#bgupdate0 {
	/*background:#3f0040 url(../images/bg01.jpg) center top;*/
}
#bg1{
	/*background:#3f0040  url(../images/bg2.png) center top ;*/
	/*background:#e3f1e2;*/
	/*background:#e8eae5;*/
	background: url(../images/b23_2.png) center top ;
	background-size: auto auto;
}
#bookshelf {
	/*background: transparent url(../images/book-shelf.png) center top repeat-y;*/
	background: transparent url(../images/book-shelf4.png) center bottom repeat-y;
}
#lastbookshelf {
	background: transparent url(../images/last-book-shelf.png) center top repeat-y;
	
}
.bookcover  {
	text-align:center;	
	
}
.bigcover  {
	text-align:center;	
	
}

.bookcover .view {
	display: inline-block;
	margin: 10px 5px  25px 5px;
}
.bookcover .topview {
	display: inline-block;
	margin: 10px 2px  25px 2px;
}
.bigcover .bview {
	
	display: inline-block;
	margin: 0px 5px  45px 5px;
	
}

.bigcover .bview img {
	/*width:180px;*/
	height:250px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover .topview img {
	/*width:170px;*/
	height:250px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover .view img {
	/*width:140px;*/
	height:250px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover img:hover, .bigcover img:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
	opacity:1;
	
}

#bookyear{
	padding: 5px 10px;
	background: transparent url(../images/c2.png) left top repeat-y ;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color:#ffffff;
font: "Tahoma", Arial, sans-serif 14px;
font-weight:bold;
}
.bcover{
	float:left;
	-webkit-box-shadow:  0px 2px 5px 2px #222;
	-moz-box-shadow:   0px 2px 5px 2px #222;
box-shadow:  0px 2px 5px 2px #222;
}

}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width:100%;
	padding-left: 0%;
	padding-right:0%;
}
#topbar{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:5px;
}
#main-content {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#left-content {
	text-align:center;
	float: left;
	width: 96%;
	height:165px;
	display: block;
	margin-left:5px;
	margin-right:5px;
}
#left2-content {
	
	float: left;
	
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	width: 97%;
	display: block;
	padding:3px;
	
	
}

.logo{
	text-align:center;
	
}
img.logo  {
	width: auto;
	
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #FFF;
	padding-bottom:10px;
	font-size:12px;
}
#bgupdate0 {
	/*background:#3f0040 url(../images/bg01.jpg) center top;*/
}
#bg1{
	/*background:#3f0040  url(../images/bg2.png) center top ;
	background-size: auto auto;*/
	background: url(../images/b23_2.png) center top ;
	background-size: auto auto;
}
#bookshelf {
	/*background: transparent url(../images/book-shelf2.png) center top repeat-y;*/
	background: transparent url(../images/book-shelf4.png) center bottom repeat-y;
}
#lastbookshelf {
	background: transparent url(../images/last-book-shelf.png) center top repeat-y;
	
}
.bookcover  {
	text-align:center;	
	
}
.bigcover  {
	text-align:center;	
	
}

.bookcover .view {
	display: inline-block;
	margin: 10px 1px  20px 1px;
}
.bigcover .bview {
	
	display: inline-block;
	margin: 0px 5px  36px 5px;
	
}
.bookcover .topview {
	display: inline-block;
	margin: 10px 1px  20px 1px;
}

.bigcover .bview img {
	/*width:180px;*/
	height:250px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover .topview img {
	/*width:155px;*/
	height:250px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover .view img {
	/*width:130px;*/
	height:250px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover img:hover, .bigcover img:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
	opacity:1;
	
}




}

@media only screen and (min-width: 801px) {
	.gridContainer {
	width:100%;
	padding-left: 0%;
	padding-right:0%;

}
#topbar{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:5px;
}
#main-content {
	
	float: left;
	margin-left: 0;
	width: 72%;
	display: block;
}
#left-content {
	margin-left: 0px;
	float: left;
	margin-right: 0;
	width: 274px;
	height:165px;
	display: block;
	
}
#left2-content {
	margin-left: 0px;
	float: left;
	margin-right: 0;
	width: 274px;
	display: block;
	padding:3px;
	
}

.logo{
	text-align:center;
	
}
img.logo  {
	width: auto;
	
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #FFF;
	padding-bottom:10px;
}
#bgupdate0 {
	/*background:#3f0040 url(../images/bg01.jpg) center top;*/
}
#bg1{
	/*background:#3f0040  url(../images/bg2.png) center top ;
	background-size: auto auto;*/
	background: url(../images/b23_2.png) center top ;
	background-size: auto auto;
}
#bookshelf {
	/*background: transparent url(../images/book-shelf2.png) center top repeat-y;*/
	background: transparent url(../images/book-shelf4.png) center bottom repeat-y;
}
#lastbookshelf {
	background: transparent url(../images/last-book-shelf.png) center top repeat-y;
	
}
.bookcover  {
	text-align:center;	
	
}
.bigcover  {
	text-align:center;	
	
}

.bookcover .view {
	display: inline-block;
	margin: 10px 2px  20px 2px;
}
.bookcover .topview {
	display: inline-block;
	margin: 10px 1px  20px 1px;
}
.bigcover .bview {
	
	display: inline-block;
	margin: 0px 5px  36px 5px;
	
}
.bigcover .bview img {
	/*width:180px;*/
	height:250px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover .topview img {
	/*width:155px;*/
	height:250px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover .view img {
	/*width:130px;*/
	height:250px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover img:hover, .bigcover img:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
	opacity:1;
	
}

}

/* Mobile Layout: 480px and below. */
@media only screen and (min-width: 200px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#topbar{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:5px;
}
#main-content {
	
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
}
#left-content {
	text-align:center;
	float: left;
	width: 98%;
	height:165px;
	display: block;
	margin-left:5px;
	margin-right:5px;
}
#left2-content {
	
	float: left;
	
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	width: 96%;
	display: block;
	padding:3px;
	
	
}

.logo{
	text-align:center;
	
}
img.logo  {
	width: auto;
	
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #FFF;
	padding-bottom:10px;
	font-size:10px;
}
#bgupdate0 {
	background:#3f0040 url(../images/bg01.jpg) center top;
}
#bg1{
	/*background:#3f0040  url(../images/bg2.png) center top ;
	background-size: auto auto;*/
	background: url(../images/b23_2.png) center top ;
	background-size: auto auto;
}
#bookshelf {
	/*background: transparent url(../images/book-shelf2.png) center top repeat-y;*/
	background: transparent url(../images/book-shelf4.png) center bottom repeat-y;
}
#lastbookshelf {
	background: transparent url(../images/last-book-shelf.png) center top repeat-y;
	
}
.bookcover  {
	text-align:center;	
	
}
.bigcover  {
	text-align:center;	
	
}

.bookcover .view {
	display: inline-block;
	margin: 10px 2px  20px 2px;
}
.bigcover .bview {
	
	display: inline-block;
	margin: 0px auto  20px  auto;

	
}
.bigcover .bview img {
	width:180px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover .view img {
	/*width:130px;*/
    height:200px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover img:hover, .bigcover img:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
	opacity:1;
	
}

}

@media only screen and (min-width: 321px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#topbar{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:5px;
}
#main-content {
	
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
}
#left-content {
	text-align:center;
	float: left;
	width: 98%;
	height:165px;
	display: block;
	margin-left:5px;
	margin-right:5px;
}
#left2-content {
	
	float: left;
	
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	width: 96%;
	display: block;
	padding:3px;
	
	
}

.logo{
	text-align:center;
	
}
img.logo  {
	width: auto;
	
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #000;
	padding-bottom:10px;
	font-size:15px;
}
#bgupdate0 {
	/*background:#3f0040 url(../images/bg01.jpg) center top;*/
}
#bg1{
	/*background:#3f0040  url(../images/bg2.png) center top ;
	background-size: auto auto;*/
	background: url(../images/b23_2.png) center top ;
	background-size: auto auto;
}
#bookshelf {
	/*background: transparent url(../images/book-shelf2.png) center top repeat-y;*/
	background: transparent url(../images/book-shelf4.png) center bottom repeat-y;
}
#lastbookshelf {
	background: transparent url(../images/last-book-shelf.png) center top repeat-y;
	
}
.bookcover  {
	text-align:center;	
	
}
.bigcover  {
	text-align:center;	
	
}

.bookcover .view {
	display: inline-block;
	margin: 10px 2px  20px 2px;
}
.bookcover .topview {
	display: inline-block;
	margin: 10px 2px  35px 2px;
}
.bigcover .bview {
	
	display: inline-block;
	margin: 0px 5px  20px 10px;

	
}
.bigcover .bview img {
	/*width:180px;*/
	height:250px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover .topview img {
	/*width:150px;*/
	height:250px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover .view img {
	/*width:130px;*/
	height:250px;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.9;
}
.bookcover img:hover, .bigcover img:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
	opacity:1;
	
}

}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

