/*   
Theme Name: laurahudspeth.com
Theme URI: http://www.laurahudspeth.com
Description: the theme of laurahudspeth.com
Author: Michael Stenta
Author URI: http://www.mstenta.net
*/


.storycontent p {
    text-align: right;
}

/* overall body styles */
body {
    background-color: #FFFFFF;
    color: #5b4d44;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    margin: 0;
    overflow: auto;
    text-align: left;
}

/* line breaks and horizontal rules */
br {line-height: 1em;}
hr {display: block;}

/* small text and strong text */
em {font-style: italic;}
small {font-size: 9px;}
strong {font-weight: bold;}

/* form styles */
input, textarea {
    background-color: #F9F9F9;
    border: 1px solid #666677;
    font-size: 12px;
}
input.button {
    background-color: #EEEEEE;
    font-family: Verdana, Arial, sans-serif;
}

/* default link styles */
a:link, a:visited {
    color: #4F443B;
    text-decoration: none;
}
a:active, a:hover {
    color: #999999;
    text-decoration: none;
}

/* image styles */
img {border: 0;}

#container {
    min-width: 1000px;
    overflow: auto;
    padding: 0;
    position: absolute;
        top: 0;
        right: 0;
        bottom: 60px;
        left: 0;
}

#top {
    border-bottom: 20px solid #4F443B;
    background-color: #AAAAAA;
    height: 57px;
    width: 100%;
}

#title {
    position: absolute;
        top: 18px;
        left: 20px;
}

#top-girl {
    float: right;
}

#menu {
    margin: 0 20px 20px 20px;
    text-align: left;
}
#menu ul {
    display: inline;
    list-style: none;
    padding: 0 20px 0 0;
}
#menu li {
    display: inline;
    margin: 0 20px 0 0;
}

.menu {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
}

#left {
    margin: 0 30% 0 10%;
    padding: 0 0 0 0;
    text-align: right;
}

#right {
    border-left: 1px solid #CCCCCC;
    height: 60%;
    margin: 0 0 0 20px;
    padding: 80px 0 0 20px;
    position: absolute;
        top: 120px;
        right: 10px;
        bottom: 25px;
        left: 70%;
    text-align: left;
}
#right h2 {
    font-size: 12px;
}
#right ul {
    list-style: none;
    padding: 0 0 0 20px;
}
#right li {
    padding: 0 0 4px 0;
}

#copyright {
    background-color: #FFFFFF;
    font-size: 10px;
    height: 20px;
    padding: 5px 0 0 0;
    position: absolute;
        right: 0;
        bottom: 20px;
        left: 0;
    text-align: center;
    width: 100%;
}

#bottom {
    background-color: #4F443B;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    width: 100%;
}