/*   
Theme Name: MitchelOsborne.com Theme
Theme URI: http://www.mitchelosborne.com
Description: The WordPress theme for mitchelosborne.com.
Author: Michael Stenta
Author URI: http://www.mstenta.net
*/


/* overall body styles */
body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    margin: 0;
    text-align: center;
}

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

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

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

/* default link styles */
a:link, a:visited {
    color: #cc6633;
    text-decoration: none;
}
a:active, a:hover {
    color: #587a90;
    text-decoration: none;
}

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


/* template page divisions */
#container {

}

#top {
    margin: 0 auto;
    text-align: left;
    width: 800px;
}

#title {
    margin: 10px 0 0 0;
    padding: 0;
}

#menu {
    border-bottom: 1px solid #EEEEEE;
    color: #587a90;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 800px;
}
#menu ul {
    display: inline;
    list-style: none;
    padding: 0;
}
#menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 120px;
}
.menu {
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: 2px;
}
#menu a:link, #menu a:visited {
    color: #999999;
    text-decoration: none;
}
#menu a:active, #menu a:hover {
    color: #587a90;
    text-decoration: none;
}

#content {
    margin: 15px auto 50px auto;
    text-align: justify;
    width: 800px;
}

#left {
    margin: 0;
    padding: 0;
    text-align: justify;
}
#left h2 {
    font-size: 11pt;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0;
}

#right {
    float: right;
    margin: 0 0 20px 20px;
    padding: 0;
    text-align: left;
}

#copyright {
    background-color: #FFFFFF;
    font-size: 7pt;
    height: 20px;
    padding: 30px 0 0 0;
    position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
    text-align: center;
    width: 100%;
}

#bottom {

}


/* blog specifics */
.post-title {
    font-size: 11pt;
}