/* Global Styles - Ventana Editions */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}

a {
    color: #df2020;
    text-decoration: none;
}

a:visited {
    color: #666666;
}

a:active {
    color: #df2020;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

/* Layout */
.page-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.content-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.content-narrow {
    max-width: 366px;
    margin: 0 auto;
}

.content-wide {
    max-width: 732px;
    margin: 0 auto;
}

/* Dividers */
hr {
    width: 100px;
    margin: 15px auto;
    border: none;
    border-top: 1px solid #999;
}

hr.wide {
    width: 500px;
    max-width: 100%;
}

/* Typography */
.text-small {
    font-size: 12px;
}

.text-medium {
    font-size: 14px;
}

.text-large {
    font-size: 16px;
}

.text-tiny {
    font-size: 11px;
}

.text-center {
    text-align: center;
}

.quote {
    font-style: italic;
}

.quote-attribution {
    font-style: italic;
}

.gray {
    color: gray;
}

/* Header */
.site-header {
    margin-bottom: 20px;
    text-align: center;
}

.site-header .logo {
    margin: 20px 0 10px;
}

.site-header .tagline {
    margin: 10px 0;
}

.store-link {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
}

/* Footer */
.site-footer {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
}

.site-footer .contact-info {
    margin: 15px 0;
}

.site-footer .site-updated {
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Spacing helpers */
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }

/* Sample page navigation */
.sample-nav {
    font-size: 12px;
    margin: 10px 0 15px;
}

.sample-nav a {
    margin: 0 3px;
}

/* Back link */
.back-link {
    display: inline-block;
    margin: 15px 0;
}

/* Purchase button style */
.purchase-link {
    font-weight: bold;
    display: block;
    margin: 15px 0;
}

/* Book/Calendar info */
.book-info {
    font-size: 14px;
    margin: 10px 0;
}

.book-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

/* Quotes section */
.quotes-section p {
    margin-bottom: 15px;
    font-size: 14px;
}

/* Bio section */
.bio-section {
    text-align: center;
    font-size: 14px;
}

.bio-section h3 {
    font-size: 16px;
    margin: 15px 0 10px;
}
