﻿ body
{
    background:#eee;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5
{
    font-family: 'Droid Serif', Georgia, Times, serif;
    margin-bottom:10px;
}


h2
{
    font-size:2em;
    font-weight:normal;
}

h3
{
    font-size:1.25em;
    font-weight:normal;
    /*border-bottom:solid 1px #000;*/
}

h3.byline
{
    border-bottom:none;
}

h4
{
    font-size:1em;
}

.orange
{
    background:#E1A83F;
}

.red
{
    background:#BE1E2D;
}

.left
{
    float:left;
    margin-right:20px;
}

.right
{
    float:right;
    margin-left:20px;
}

#wrapper
{
    width:996px;
    margin:0 auto;
    padding-top:253px;
    background:#fff url(../img/readers_page.jpg) no-repeat;
    box-shadow: 8px 0 10px -4px rgba(0,0,0,0.5), -8px 0 10px -4px rgba(0,0,0,0.5);
}


#main
{
    position:relative;
    padding:40px;
}


#main a
{
    color:#BE1E2D;
    text-decoration:none;
}

#main a:hover
{
    color:#E1A83F;
}

p
{
    line-height:1.50em;
    margin-bottom:20px;
}

.group:after 
{
    content: "";
    display: table;
    clear: both;
}

#navigation
{
    background:#000;
    border:solid 2px #474145;
    border-top:none;
}

#navigation ol li
{
    display:inline;
}

#navigation ol li a
{
    color:#fff;
    text-decoration:none;
    padding:10px 10px 9px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    display:block;
    float:left;
    border-right:solid 2px #474145;
}

#navigation ol li a:hover
{
    background:#E1A83F;
}

#navigation ol li a.current
{
    background:#BE1E2D;
}

#featurebox
{
    background:#E1A83F;
    width:525px;
    box-shadow:5px 5px 10px rgba(0,0,0,0.5);
    margin-bottom:40px;
}

#featurebox h2
{
    background:#BE1E2D;
    color:#fff;
    text-shadow:2px 2px 1px rgba(0,0,0,0.50);
    padding:5px;
    margin-bottom:0px;
}


#featurebox #news-slider
{
    
    width:419px;
    height:395px;
    margin-left:106px;
    overflow:hidden;
    position:relative;
}

#featurebox #news-slider img
{
    vertical-align:top;
}

#featurebox .photo-meta-data
{
    background:#fff;
    padding:10px;
    border-right:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
    line-height:1.25em;
    height:92px;
    outline:solid 1px #000;
}

#featurebox .photo-meta-data p
{
    margin-bottom:0;
}

#rightcolumn
{
    width:326px;
    float:right;
    margin-left:40px;
    /*position:absolute;
    right:40px;
    top:40px;*/
}

#rightcolumn p
{
    margin-bottom:20px;
}

#footer
{
    background:#000;
    padding:40px;
    color:#fff;
}

p.contactinfo
{
    line-height:1.5em;
}

p.contactinfo a
{
    color:#fff;
    
}

.bookdetail h2, 
.bookdetail h3,
.bookdetail h4,
.bookdetail p
{
    margin-left: 265px;
}


.bookdetail p
{
    
}


.bookdetail img.bookcover
{
    float:left;
}

.bookcover
{
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

 .clubs
 {
    float:left;
    margin:0 10px 10px 0;
    max-width:125px;
    max-height:83px;
 }

/*booklists */

.booklist
{
    list-style:none;
    border:0;
    padding:0;
    margin:0;
}

.booklist.inline li
{
    display:inline;
}

.booklist li
{
    clear:left;
    margin-bottom:15px;
}

.booklist.inline img
{
    float:none;
}


.booklist.inline strong,
.booklist.inline em,
.booklist.inline p
{
    margin-left:0;
}


.booklist img
{
    float:left;
    border:solid 1px #aaa;
    box-shadow:5px 5px 10px rgba(0,0,0,0.5);
    margin: 0 15px 15px 0;
}
.booklist strong, .booklist em, .booklist p
{
    display:block;
    margin-left:95px;
}

.booklist strong
{
    font-size:1.125em;
}

.booklist em
{
    font-size:0.75em;
}

.booklist p
{
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size:0.8125em;
    margin-top:5px;
    line-height:1.230769230769231em;
}

.booklist.medium li
{
    display:inline;
    float:left;
    clear:none;
    padding:10px;
}

.booklist.medium img
{
    display:block;
    float:none;
    height:360px;
    margin:0;
    margin-bottom:15px;
}

.booklist.medium strong, .booklist.medium em, .booklist.medium p
{
    margin-left:0;
    width:240px;
}


#main .booklist a
{
    color:#000;
    text-decoration:none;
}

#main .booklist a:hover p
{
    color:#E1A83F;
}

/*   image carousel */
.image_carousel
{
    padding: 15px 0 15px 40px;
    position: relative;
    width:825px;
    margin:0 auto;
}
a.prev, a.next
{
    background: url(../img/miscellaneous_sprite.png) no-repeat transparent;
    width: 45px;
    height: 50px;
    display: block;
    position: absolute;
    top: 85px;
}
a.prev
{
    left: -22px;
    background-position: 0 0;
}
a.prev:hover
{
    background-position: 0 -50px;
}
a.prev.disabled
{
    background-position: 0 -100px !important;
}
a.next
{
    right: -22px;
    background-position: -50px 0;
}
a.next:hover
{
    background-position: -50px -50px;
}
a.next.disabled
{
    background-position: -50px -100px !important;
}
a.prev.disabled, a.next.disabled
{
    cursor: default;
}
a.prev span, a.next span
{
    display: none;
}
.pagination
{
    text-align: center;
}
.pagination a
{
    background: url(../img/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.pagination a.selected
{
    background-position: -25px -300px;
    cursor: default;
}
.pagination a span
{
    display: none;
}
.clearfix
{
    float: none;
    clear: both;
}