/*
Theme Name: Audibly LOST
Theme URI: http://audiblylost.com
Description: Custom theme for Audibly Lost
Version: 1.0
Author: Bauer
Tags: lost, audibly
*/

body {
    background-color: #FFF;
    margin: 0; padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    background-image: url(background.png);
    background-repeat: repeat-y;
    background-position: center;
}

h1,h2,h3,h4,h5 {
    margin: 3px 0;
}

h3 {
    border-bottom: 1px solid #CCC;
}

h4 {
    color: #666;
}

a:link,
a:active,
a:visited
{
    text-decoration: none;
    color: #336699;
}

a.post-title {
    font-size: 16px;
    font-weight: bold;
}
p.edit {
    float: right;
}

#page {
    background-color: #FFF;
    margin-bottom: 20px;
}

#header {
    height: 280px;
    position: relative;
}

#navigation {
    position: absolute;
    bottom: 0;
    width: 920px;
    left: 10px;
    height: 45px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-radius-topleft: 6px;
    -webkit-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 45px;
    background-image: url(navigation-background.png);
}

#navigation-inner {
    
}

#navigation a {
    z-index: 100;
    height: 45px;
    color: #666;
    font-size: 18px;
    text-decoration: none;
    padding: 0 12px;
    display: block;
    float: left;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-radius-topleft: 6px;
    -webkit-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    margin-right: 5px;
    padding: 0 20px;
}

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

#navigation a:hover {
    color: #111;
    background-image: url(navigation-background.png);
}

#page-inner {
    padding-top: 10px;
}

#menu {
    font-size: 12px;
}

.widget-title {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.widget {
    margin-bottom: 10px;
}


.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget_twitter ul li {
    padding: 10px;
    margin: 10px 0;
    background-color: #FAFAFA;
    border: 1px solid #CCC;
}

.widget ul li:hover {
    background-color: #F0F0F0;
}

.widget_twitter .entry-meta {
    font-size: 10px;
    color: #666;
    display: block;
}

.widget_twitter .entry-content {
    font-size: 12px;
    color: #000;
}

.meta,
.links {
    font-size: 11px;
    color: #999;
}

.feedback a,
.meta a,
.links a {
    color: #999;
    font-weight: bold;
    text-decoration: none;
}

.links a {
    margin-right: 10px;
}

.links a:hover,
.feedback a:hover,
.meta a:hover {
    text-decoration: underline;
}

.storycontent {
    margin: 10px 0;

    font-size: 12px;
}

.pagecontent,
.post {
    padding: 6px;
    border: 1px solid #CCC;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #FAFAFA;
}

.storycontent p {
    margin: 2px;
    margin-bottom: 8px;
}

#footer {
    text-align: center;
    font-size: 11px;
    color: #666;
}

label {
    font-weight: bold;
    color: #333;
}


.section-title {
    color: #999;
    font-weight: bold;
    font-size: 12px;
}

a.url {
    color: #369;
}

.comment {
    margin: 10px 0;
}

.comment-body p {
    margin: 0;
    font-size: 12px;
}

#sub-nav {
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #E9E9E9;
    padding: 3px 6px;
    margin-bottom: 10px;
}

#sub-nav a {
    font-size: 15px;
    margin-right: 10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

#sub-nav a:hover {
    background-color: #F0F0F0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

#sub-nav a.active {
    color: #333;
    cursor: default;
    background-color: #FFF;
}