/*----------------------------------------------------------
Base CSS rules for Titans of Fortune, Dan Alef

author:     Andrew Le
email:      andrew@alchemistcreative.com
website:    http://alchemistcreative.com/
version:    1.0
date:       28 May 2008
----------------------------------------------------------*/


/* Header
----------------------------------------------------------*/
.navigation li a {
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
}

.navigation li a:hover {
    background-color: #6396B8;
    color: #fff;
}

.navigation li.current {
    background-color: #000;
    color: #fff;
}

.navigation li.current a:hover {
    background-color: #000;
}

.navigation .subnav li a:hover {
    background-color: #6396B8;
}

#members, #members a {
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.95em;
}

#members span {
    color: #70777f;
}


/* Main
----------------------------------------------------------*/
.drop-cap {
    float: left;
    font-size: 3em;
    line-height: 1em;
    margin-right: 0.1em;
}

.article-body img.portrait {
    float: left; 
    margin: 0 1.5em 1.5em 0;
    padding:0;
    width: 11em;
}

.content-end {
    float: none;
    margin: 0;
}

ul.purchasing a {
    font-size: 1em;
    text-decoration: none;
}

/* Alphabetical Index
----------------------------------------------------------*/
.alphabetical_section {
    position: relative;
}

.alphabetical_section ul {
    border-bottom: 1px solid #ccc;
    list-style: none;
    margin: -3em 2em 2em;
    padding-bottom: 1em;
    position: relative;
}

.alphabetical_section span.decortive,
.alphabetical_section h2 {
    position: absolute;
    top: 0.1em;
    left: 0;
}

.alphabetical_section h2 {
    font-size: 2em;
    z-index: 1;
}

.alphabetical_section span.decorative {    
    color: #efefef;
    line-height: 1em;
    font-size: 6em;
    z-index: 0;
}

#sidebar ul.alphabet li {
    float: left;
    height: 3em;
    width: 3em;
}

#sidebar ul.alphabet a {
    display: block;
    line-height: 3em;
    width: 3em;
    text-align: center;
}

#sidebar ul.alphabet a:hover {
    font-size: 2em;
    line-height: 1.5em;
    width: 1.5em;
}

/* Category Index
----------------------------------------------------------*/
.category_section {
    position: relative;
}

.category_section ul {
    border-bottom: 1px solid #ccc;
    list-style: none;
    margin: -1em 2em 2em;
    padding-bottom: 1em;
    position: relative;
}

/* Additional Article Formats
----------------------------------------------------------*/
.buying-info {
    margin-bottom: 2em
}

.buying-info + .article {
    border-top: 1px solid #444;
}

.buying-info h3 {
    font-weight: bold;
}

.buying-info table {
    width: 100%;
}

.buying-info th {
    background-color: #efefef;
    font: 0.85em Arial, sans-serif;
    font-weight: bold;
    line-height: 1.5em;
}

th.format-col {
    width: 50%;
}

th.price-col {
    width: 25%;
}

span.isbn {
    color: #777;
    display: block;
    font-size: 0.9em;
}

/* Sidebar
----------------------------------------------------------*/
#sidebar ul.purchasing a {
    display: block;
    font-size: 1.2em;
    text-decoration: none;
}

#otherworks a.thumb {
    float: left;
    margin: 0 1em 0 0;
    padding: 0;
}

#otherworks h3 {
    clear: none;
    line-height: 1.5em;
}

#otherworks p {
    clear: none;
    font-size: 12px;
}

#otherworks li {
    margin-bottom: 3em;
}

/* Notification
----------------------------------------------------------*/
.notification {
    background-color: #Ffffee; 
    border: 1px solid #FFD54A; 
    padding: 0.5em; 
    margin-bottom: 1.5em; 
}

.notification h3 {
    font-weight: bold;
}

#notify-input {
    border: 1px inset #666666;
    padding: .1em .2em;
    font-size: 1.2em;
}

#notify-submit {
    padding: .2em;
    width: 7em;
    font-size: 1.2em;
}

#notify-input.unfocus {
    color: #ccc;
}

#notify-input.focus {
    color: #333;
}

p.error {
    background-color: #fff7cc;
    display: block;
    color: #330000;
    font-style: italic;
}

/* Footer
----------------------------------------------------------*/
#explore a {
    color: #fff;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2em;
    line-height: 1.25em;
    text-decoration: none;
}

#explore a:hover {
    background-color: #fff;
    color: #000;
}