/* File Created: ������ 15, 2012 */
body {
    background-image: url('../img/background.jpg');
}

p {
    font-family: 'Segoe UI';
    font-size: 10pt;
    color: rgb(77, 77, 77);
}

a {
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    color: inherit;
}

div.header {
    margin-top: 10%;
    margin-bottom: 15px;
    background-image: url('../img/line1000.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 1000px;
    left: 50%;
    padding-bottom: 15px;
}

div.header h1 {
    font-family: 'Verdana';
    font-size: 22pt;
    text-align: center;
    font-style: normal;
    font-weight: normal;
}

div.right p {
    padding: 0px 0px 15px 15px;
    font-weight: normal;
    text-align: justify;
    text-indent: 35px;
    line-height: 15pt;
}

div.footer {
    margin-top: 15px;
    background-image: url('../img/line1000.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 1000px;
    left: 50%;
    padding-top: 15px;
}

div.footer p {
    text-align: center;
    font-size: 10pt;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

div.footer a:hover {
    color: black;
    font-weight: bold;
}

div.left img {
    border: 1px solid #000000;
}

#date-text p {
    text-align: right;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18pt;
    font-style: normal;
}

#quote-p{
    text-align: right;
    font-weight: bold;
    font-size: 10pt;
    font-style: italic;
    color: rgb(41, 48, 59);
    margin-top: 25px;
    padding: 0;
}

#quote-small-p{
    text-align: right;
    font-weight: normal;
    font-size: 10pt;
    font-style: italic;
    color: rgb(41, 48, 59);
    line-height: normal;
    padding-bottom: 15px;
}

div.datetime {
    margin-top: 25%;
}

div.datetime p, br {
    text-align: right;
    padding: 0;
    line-height: 6px;
    
}

div.datetime p.clock-text {
    font-size: 26pt;
color:rgb(50,50,50);
    font-weight: bold;
}

div.datetime p.date-text{
    font-size: 20pt;
}

div.container {
    width: 460px;
    height: 320px;
    background-color: white;
    margin: 5px;
    margin-bottom: 15px;
}

div.container p.header {
    display: block;
    height: 35px;
    background-color: black;
    text-align: left;
    font-weight: normal;
    font-family: 'Segoe UI';
    font-size: 12pt;
    color: white;
    padding-left: 5px;
    line-height: 30px;
}

div.container img {
    border-image: none;
    width: 170px;
    height: 220px;
    float: left;
    margin: 5px;
}

div.container p.title {
    display: block;
    width: 170px;
    height: 50px;
    
    background-color: black;
    color: white;
    opacity: 0.7;
    margin-left: 5px;
    margin-top: 150px;
    position: fixed;
}

div.container div.book-description {
    display: block;
    margin-left: 190px;
    padding-top: 5px;
    height: 220px;
    margin-right: 5px;

}
div.container p {
    line-height: 18px;
    text-align: justify;
}

div.container div.book-footer {
    margin-left: 5px;
    margin-top: 5px;
}

div.container p.download-book {
    border: thin inset #FFFFFF;
    display: block;
    width: 280px;
    height: 25px;
    background-color: black;
    word-spacing: 5px;
    letter-spacing: 2px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: right;
    margin: 0;
    padding: 0;
}