/* Stylesheet for You Fly Like a Woman website */

/* Why?
* {
    margin : 0px;
    padding : 5px;
}
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Oswald);

body {
    background-color : #cbfce7;
    color : #643c3c;
    font-family : Oswald, Arial, Helvetica, sans-serif;
    font-size : 14pt;
}

#outer {
    max-width : 800px;
    margin : 30px auto;
}

.blurb {
    margin-left : 300px;    /* for the image */
    padding : 0px 2em 0px 2em;
    text-align : justify;
    clear : right;
}

.excerpt {
    background-color : white;
    padding : 2px 5px;
    font-family : "Droid Serif", "Times New Roman", Times, serif;
    font-size : 11pt;
    line-height : 140%;
    color : black;
}

.excerpt > p:first-child:first-letter {
    font-size : 300%;
    float : left;
}

.reviews .excerpt {
    max-width : 350px;
}

.attribution {
    font-size : smaller;
    text-align : right;
}

.attribution em:before {
    content : '(';
}

.attribution em:after {
    content : ')';
}

section.excerpt {
    margin-bottom : 1ex;
}

.e1 {
    clear : both;
    float : left;
}

.e2 {
    float : right;
}

#cover {
    float : left;
    /*
    border : 5px outset grey;
    width : 300px;
    height : 386px;
    */
}

#cover div {
    text-align : center;
}

h1 {
    color : #f90092;
    font-size : 30px;
    line-height : 36px;
}

h2 {
    font-size : 18px;
    line-height : 24px;
    font-style : italic;
    margin-left : 2ex;
}

h2 a, h2 a:visited {
    text-decoration : none;
}

h2 a:hover {
    text-decoration : none;
}

h1.free {
    margin-top : -1em;
    padding-top : 0px;
}

.new {
    clear : both;
    padding-top : 1ex;
}

.clear {
    clear : both;
}

a, a:visited {
    text-decoration : underline;
    color : #643c3c;

}

a:hover {
    text-decoration : underline;
    color : #f90092;
}

form {
    width : 60%;
}

.input {
    width : 340px;
    float : right;
}

.price {
    font-size : 70%;
}

#kindle {
    float : right;
    text-align : right;
    position: relative;
}

#kindle a {
    margin-left : 4px;
}

.ebook {
    margin : 0px auto 12px;
    width : 740px;
}

.ebook a ~ a {
    margin-left : 16px;
}

.audiobook {
    margin : 6px auto 0px;
    width : 330px;
}

.audiobook a ~ a {
    margin-left : 116px;
}

.img-sony {
    position : relative;
    top : -8px;
}

.amazon {
    list-style : none;
}

.amazon li {
    float : left;
    padding-right : 2ex;
}

h3 {
    clear : both;
    font-size : 12pt;
    padding-top : 1ex;
}
