﻿@import url(https://fonts.googleapis.com/css?family=Dancing+Script);
@import url(https://fonts.googleapis.com/css?family=Sacramento);
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
@import url(https://fonts.googleapis.com/css?family=Cookie);

/*proposed
#31368d blue

*/

body
{
    background: url('../images/bg.png') #ecebe5;
}

p
{
    margin-top: 15px;
    margin-bottom: 15px;
}

h1
{
    font-size: 35px;
}



a
{
    text-decoration: none;
    color: #31368d;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.buyNow {
background-color:#fcc415;
border-radius:5px;
padding:5px;
color:#dc4841;
font-size:20px;

}

a:hover
{
    color: #dc4841;
}

#topStrip
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 5px;
    background: url('../images/redbg.png') #c8271f;
}

#pageWrapper
{
    margin: 0 auto;
    width: 1000px;
}

#header
{
    width: 100%;
    margin: 0 auto;
    height: 125px;
    margin-top: 10px;
    padding-top: 10px;
}

#logoHolder
{
    margin: 0 auto;
    height: 125px;
    width: 550px;
}

#logoHolder h1
{
    font-family: 'Pinyon Script' , cursive;
    color: #c8271f;
    font-size: 55px;
    line-height: 65px;
}

#logoHolder h1 > span
{
    font-size: 30px;
    color: #31368d;
    line-height: 15px;
    margin-left: -15px;
}

#menuHolder
{
    float: left;
    width: 100%;
    height: 50px;
    padding-top: 20px;
    text-align: center;
    z-index: 5;
    position: relative;
}

#menuHolder a
{
    color: #918c7b;
    text-decoration: none;
    font-family: 'Pinyon Script' , cursive;
    font-size: 27px;
    font-weight: 700;
    margin-right: 30px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#menuHolder a:hover
{
    color: #c8271f;
}

#contentHolder
{
    margin: 0 auto;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 25px;
    border-bottom: 1px solid #918c7b;
    margin-bottom: 10px;
}

.contentInfo
{
    display: none;
}


/*http://fortysevenmedia.com/blog/archives/making_your_footer_stay_put_with_css/*/
#footer
{
    height: 400px;
    position: relative;
    background: #f0efec;
    background: -moz-linear-gradient(top,#f0efec 0%,#f0efec 48%,#f0efeb 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f0efec),color-stop(48%,#f0efec),color-stop(100%,#f0efeb));
    background: -webkit-linear-gradient(top,#f0efec 0%,#f0efec 48%,#f0efeb 100%);
    background: -o-linear-gradient(top,#f0efec 0%,#f0efec 48%,#f0efeb 100%);
    background: -ms-linear-gradient(top,#f0efec 0%,#f0efec 48%,#f0efeb 100%);
    background: linear-gradient(to bottom,#f0efec 0%,#f0efec 48%,#f0efeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0efec',endColorstr='#f0efeb',GradientType=0);
    position: relative;
    overflow: visible;
    padding-top: 45px;
    padding-bottom: 33px;
}

#footerContent
{
    padding-top: 25px;
    margin: 0 auto;
    height: 300px;
    width: 1000px;
}

.footerContentHolder
{
    float: left;
    border-right: 1px solid #918c7b;
    font: 400 italic 12px Georgia;
    color: #484848;
    color: #484848;
    width: 27%;
    height: 200px;
    padding-left: 10px;
}

.footerSpotlightSection
{
    border: 1px solid #e5e4e3;
    background-color: #f4f4f2;
    width: 320px;
    height: 250px;
    margin-left: 15px;
    padding-right:10px;
    float: left;
}

.footerContentHolder h2, .footerSpotlightSection h2
{
    font: 400 italic 22px/1.2em Georgia;
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
}

.footerList
{
    margin-left: 15px;
    font: 400 italic 13px Georgia;
}

.footerList ul li a
{
    color: #918c7b;
}

#footerBottomSection
{
    position: absolute;
    bottom: 0;
    height: 100px;
    background: url('../images/redbg.png') #c8271f;
    width: 100%;
    font: 400 italic 22px/1.2em Georgia;
    color: #fff;
    padding-top: 40px;
    text-align: center;
}


/**********content page stylings*******/
#homeIntro
{
    margin: 0 px;
    width: 1000px;
}

#homeIntro h1, .contentInfo h1
{
    color: #918c7b;
    font-family: 'Pinyon Script' , cursive;
}

#homeIntro p, .contentInfo
{
    font: 400 italic 18px/25px Georgia;
    font-size: 15px;
    color: #918c7b;
}


.newBooksList ul
{
}

.newBooksList ul li
{
    display: inline-block;
    list-style-type: none;
}

.more
{
    background-color: #31368d;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    font: 400 italic 12px/1.2em Georgia;
}

.more:hover
{
    color: #ffffff;
    background-color: #c8271f;
}


/*******style for div with page peel/shadow****/
.contentHolderShadow
{
    float: left;
    width: 950px;
    min-height: 450px;
    padding: 25px;
    border: 1px solid #efefef;
    margin: 0 15px 10px 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

/*form stylings*/
.pnlContactForm
{
}

input[type=text], textarea, select, input[type=password]
{
    width: 95%;
    padding: 8px;
    margin: 0.5em 0 0;
    border: 1px solid #ccc;
    background: #fafafa;
    font-family: sans-serif;
    float: left;
    margin-top: 10px;
}

.submitButton
{
    padding: 10px;
    color: #ffffff;
    background-color: #9e0001;
    border-radius: 5px;
    text-decoration: none;
}

.btnLink
{
    padding: 5px;
    color: #ffffff;
    background-color: #9e0001;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
}

/****calendar stylings*****/
.glyphicon-chevron-right:before
{
    content: ">";
}

.glyphicon-chevron-left:before
{
    content: "<";
}

.eventItem
{
    background-color: #dc4841;
    color: #fff;
    cursor:pointer;
    font-size:25px;
}

fieldset
{
    padding:10px;
    border-radius:10px;
    border: 1px solid #918c7b;
    margin-top:10px;
    width:95%;
}

legend
{
    font-size:12px;
    color:#918c7b
}



