﻿html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
header, section, aside, footer
{
    display: block;
}

header, footer
{
    clear: both;
}

.h2, h3
{
    font-family:  Georgia;
    font-size:  18px;    
}
.heading
{
    color: #000;
    font-size: 28px;
    font-weight: normal;
    margin-top: 10px;
    font-family: Georgia;
}

.footnote
{
    color: blue;   
    vertical-align: top;
    font-size:  70%;   
    margin-left: 2px;
    text-decoration:  none;
    color:  #999999;
}
.imageOutline
{
    background-color: #efefef;
    padding: 4px;
}

.small
{
    font-size:  14px;   
}

.indent
{
    padding-left:  40px;
    padding-right:  40px;
}

body
{
    font-family: Verdana, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #bfbfbf;
}

#frame
{
    width: 1050px;
    background: #f7f7f7 url('/Cloud/Book/top_gradient.png') repeat-x;
    text-align: left;
    
    margin: 20px auto 0px auto;
}

.portraitPhoto
{
    float: right; 
    background-color: #f9f9f9; 
    padding: 4px; 
    margin-left:  20px;
}

.landscapePhoto
{
    background-color: #f9f9f9; 
    padding: 4px; 
}

.imagePadding{
    margin-top: 18px;
    margin-bottom:  18px;

}

a
{
    color: #555;
}

    a:hover
    {
        text-decoration: underline;
    }

h1, h2
{
    font-family: Georgia;
    margin-top: 32pt;
    padding: 0;
}

h3, h4, h5
{
    font-family: Georgia;
    margin-top: 32pt;
    padding: 0;
}



img
{
    border: 0;
}

.inline-block
{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.group:before, .group:after
{
    content: "";
    display: table;
}

.group:after
{
    clear: both;
}

.group
{
    zoom: 1;
}

.uppercase
{
    text-transform: uppercase;
}

.leftColumn
{
    width: 580px;
    margin: 0 10px 0 40px;
    float: left;
}

.rightColumn
{
    width: 300px;
    margin: 0 40px 0 10px;
    float: right;
}

@media (max-width: 1050px)
{
    #frame
    {
        width: 100%;
        min-width: 640px;
    }

    .leftColumn
    {
        margin: 0 10px 0 20px;
    }
    .rightColumn
    {
        margin: 0 10px 0 0;
    }
    
}

@media (max-width: 980px)
{
    #frame
    {
        width: 960px;
    }  
}

.content
{
    background-color: white;
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
}

    .content p
    {
        font-family: Georgia;
        font-size: 14pt;
        line-height: 1.4em;
        margin-bottom: 25px;
    }

ol, ul
{
    font-family: Georgia;
    font-size: 14pt;
    line-height: 1.4em;
    margin-bottom: 25px;
}

    ul li
    {
        margin-bottom:  28px;        
    }


#bookNavigation
{
    font-size: 12pt;
    color: #999;
    margin-top: 50px;
}

#share
{
    font-size: 12pt;
    color: #999;
}


.pageSplitter
{
    background-color: #f3f3f3;
    color: #f3f3f3;
    border: 0;
    height: 4px;
    margin: 8px -20px;
}

.chapter
{
    color: #666;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.tocButton
{
    background: #ececec url('/Cloud/Book/toc_bg.png') repeat-x;
    width: auto;
    line-height: 33px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial Narrow', ArialNarrow, Arial, sans-serif;
    color: #6e6e6e;
    border: 1px solid #d5d5d5;
    border-top-width: 0;
    text-shadow: 0px 1px 0px #fff;
    text-decoration: none;
    padding: 0 13px;
    cursor: pointer;
    vertical-align: middle;
    top: 0;
    right: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .tocButton img
    {
        vertical-align: middle;
        margin-left: 7px;
        margin-top: -2px;
    }

.title
{
    background: url('/Cloud/Book/BeyondBeatmatching.png') no-repeat;
    width: 620px;
    height: 140px;
    white-space: nowrap;
    text-indent: -9000px;
}

.buyButton
{
    height: 55px;
    width: 253px;
    display: block;
    margin: 10px auto;
    background: url('/Cloud/Book/buy_button.png') no-repeat;
    text-align: left;
    padding: 3px 0 0 9px;
}

.buyPanel
{
    
    text-align: center;
    background: #e5e5e5 url('/Cloud/Book/side_background.png') repeat-x;
    border: 1px solid #d5d5d5;
    margin-bottom: 20px;
    padding-bottom: 8px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .buyPanel h2, .pricing
    {
        font-size: 22px;
        font-weight: normal;
    }

.pricing
{
    vertical-align: top;
    position: relative;
}

    .pricing > .big
    {
        font-size: 72px;
        position: relative;
        top: -20px;
        vertical-align: text-top;
    }

.buyPanel h2
{
    margin: 22px auto;
}

footer, #shade
{
    height: 140px;
}

#shade
{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: transparent url('/Cloud/Book/footer.png') repeat-x;
    margin: 0 auto;
}

.shadeInner
{
    margin: 30px 0 0 60px;
    text-align: center;
}

.shadeLink
{
    font-family: "etica", sans-serif;
    font-size: 35px;
    color: white;
    text-decoration: none;
}

.nextButton
{
    /*margin: 0 0.25em;*/
    vertical-align: middle;
}

.highlight
{
    background-color: #FFC;
}

