/*
Theme Name: Friends from Ohio
Theme URI: http://www.friendsfromohio.net
Description: Theme for the Friends from Ohio Band
Version: .5
Author: Erik Teichmann
Author URI: http://www.eriktdesign.com
*/

/* Import 960 grid */
@import url("css/reset.css");
@import url("css/960.css");

/* =Structure */

body {
    background: fixed center #031301 url('images/forest-bg.jpg');
    font-family: Georgia, Times, serif;
    font-size: 1em;
    color: #231f20;
}

#container {
    text-align: left;
}

#header-container {
    background: repeat-x #f8eed4 url('images/header-bg.jpg');
    height: 100px;
    margin-top: 75px;
    margin-bottom: 75px;
}

    #header h1, #header h1 a {
        text-indent: -1000em;
        width: 200px;
        height: 100px;
        background: transparent url('images/logo.png');
        display: block;
    }

#nav {
    height: 30px;
    background: transparent url('images/nav.png');
    margin-top: 35px;
}

    #nav ul {
        width: 620px;
        height: 30px;
        position: relative;
    }

        #nav ul li {
            display: inline;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
            text-indent: -100em;
        }
        
        #nav ul li, #nav ul a {
            height: 30px;
            display: block;
        }
        
            li#news {
                left: 0px;
                width: 88px;
            }
            
                li#news > a:hover {
                    background: transparent url('images/nav.png') 0 -30px no-repeat;
                }
            
            li#music {
                left: 88px;
                width: 99px;
            }

                li#music > a:hover {
                    background: transparent url('images/nav.png') -88px -30px no-repeat;
                }
            
            li#photos {
                left: 187px;
                width: 118px;
            }
            
                li#photos > a:hover {
                    background: transparent url('images/nav.png') -187px -30px no-repeat;
                }
            
            li#live {
                left: 305px;
                width: 80px;
            }
            
                li#live > a:hover {
                    background: transparent url('images/nav.png') -305px -30px no-repeat;
                }
            
            li#contact {
                left: 385px;
                width: 137px;
            }
            
                li#contact > a:hover {
                    background: transparent url('images/nav.png') -385px -30px no-repeat;
                }

            li#about {
                left: 522px;
                width: 98px;
            }
            
                li#about > a:hover {
                    background: transparent url('images/nav.png') -522px -30px no-repeat;
                }
                

        #nav ul li span {
                float: left;
                padding: 5px 0 5px 0;
                margin: 0 0 5px 0;
                position: absolute;
                top:30px;
                display: none; /*--Hide by default--*/
                width: 620px;
                text-indent: 0;
        }
        
        #nav ul li#about span {
            right: 0;
            text-align: right;
        }
        
        #nav ul li#music span {
            left: 0;
        }
        
        #nav ul li span a {
            display: inline;
            padding: 0 0 0 20px;
            font-family: Rockwell;
            font-weight: bold;
        }

#content {
    background: repeat-x #f8eed4 url('images/content-bg.jpg');
    padding-bottom: 20px;
    /*-moz-border-radius: 50px;*/
}

    #photo {
        height: 255px;
        background: transparent;
        /*-moz-border-radius-topleft: 50px;
        -moz-border-radius-topright: 50px;*/
        margin-bottom: 10px;
    }

    .post, #comment-area, .pagetitle, #discography, #bios {
        margin-left: 40px;
    }
    
        #comment-area {
            margin-bottom: 20px;
        }

    .entry, .commentlist, form#commentform {
        border-top: 1px solid #c8b78b;
        padding-top: 20px;
    }
    
    ul#discography {
        
    }
    
    ul#discography li, ul#bios li {
        border: 1px solid #c8b78b;
        clear: both;
        min-height: 100px;
        padding: 10px;
        margin-bottom: 20px;
        background: #e8dec4;
        position: relative;
    }
    
    .albumcover, .bioimage {
        margin-right: 20px;
        margin-bottom: 10px;
        border: 1px solid #c8b78b;
    }
    
        .albumcover {
            float: left;
        }
    
        .albumcover:hover, .bioimage:hover {
            border: 1px solid #231f20;
            opacity: .5;
        }
        
        .buy_link a, .buy_link_page a {
            text-indent: -100em;
            background: top transparent url('images/buy-now.png');
            display: block;
            width: 194px;
            height: 50px;
            padding: 0;
            margin: 0;
        }

        .buy_link a {
            position: absolute;
            right: 10px;
            top: 10px;
        }
        
        .buy_link_page a {
            margin-top: 220px;
            margin-left: 5px;
        }
        
            .buy_link a:hover, .buy_link_page a:hover {
                background-position: bottom;
            }

    .bio {
        padding-left: 120px;
    }
    
    .bio_image {
        float: left;
        width: 120px;
    }
    
#sidebar {
    
}

    #sidebar > ul {
        padding: 10px;
        border-left: 1px solid #c8b78b;
    }
    
    #sidebar ul.vcalendar li {
        background: no-repeat transparent url('images/calendar-icon.png');
        background-position: 0px 4px;
        padding-left: 25px;
        padding-bottom: 5px;
    }
    
    .pagenav {
        margin-bottom: 20px;
    }

#footer-container {
    background: #231f20;
    color: #ffffff;
    clear: both;
    position: relative;
    margin-top: 75px;
    bottom: -75px;
    height: 50px;
}

#footer {
    padding-top: 10px;
}

    #footer_left p {
        margin-left: 40px;
    }

    #footer_right p {
        text-align: right;
        margin-right: 40px;
    }
    
    #footer a {
        color: #938F90;
    }
    
        #footer a:hover {
            color: #A8976B;
        }

/* =Typography */

h1, h2, h3, h4, h5, h6 {
    font-family: Rockwell;
    font-weight: bold;
    padding-bottom: 10px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
    /*18pt;*/
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.125em;
}

h5 {
    
}

h6 {
    
}

a {
    text-decoration: none;
    color: #88774b;
}

    a:hover {
        color: #231f20;
    }

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #231f20;
    }
    
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
        color: #a8976b;
    }

p {
    line-height: 1.25em;
    padding-bottom: 1.25em;
}

    #commentform p {
        padding-bottom: .5em;
    }

        .commentlist li {
            padding-bottom: 20px;
        }

        .avatar {
            float: left;
            margin-right: 10px;
            border: 1px solid #c8b78b;
        }
        
        .comment-author {
            font-weight: bold;
        }
        
        span.comment-meta {
            font-style: italic;
        }

    .alt {
        background: #cccccc;
    }
    
    .entry a {
        text-decoration: underline;
    }
    
    p.meta, label, p.albuminfo, p.memberinfo, #footer p {
        font-size: .875em;
        color: #635f60;
        font-style: italic;
    }
    
        p.meta {
            padding-bottom: 40px;
        }
        
        p.albuminfo, p.memberinfo {
            padding-bottom: 5px;
        }
    
    blockquote {
        padding-left: 40px;
    }
    
    strong {
        
    }
    
    em {
        
    }
    
    .entry ul {
        list-style: square inside;
    }
    
        ul.gigpress-related-show {
            list-style: none inside;
        }
            
            ul.gigpress-related-show li {
                margin-left: 0;
            }
    
    .entry ol {
        list-style: decimal inside;
    }
    
    .entry li {
        margin-left: 20px;
    }