/*
THEME NAME: OOBE
THEME URI: http://oobe.com
DESCRIPTION: Dark and pleasing to match the style of oobe.com
VERSION: 1
AUTHOR: <a href="http://mikethecoder.com">Mike Crittenden</a> with <a href="http://mergeweb.com/">Merge</a>
AUTHOR URI: http://mergeweb.com
TAGS: dark, black, oobe
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('http://oobe.com/sites/oobe.com/themes/oobe/css/style.css');

.sIFR-alternate { display: none; }

.sidebar-block {
    background:#000000 none repeat scroll 0 0;
    margin-bottom:15px;
    padding-bottom: 5px;
    width:260px;
}

.sidebar-block ul {
    margin-left: 10px;
}

.sidebar-block li {
    list-style-type: none;
    font-style: italic;
    font-family: Georgia, serif;
    color: #999;
}

.sidebar-block li a {
    font-weight: bold;
    color: white;
    text-decoration; none;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
}

.sidebar-block li span {
    font-style: italic;
    color: #999;
    font-family: Georgia, serif;
}

.sidebar-block h3.sIFR-replaced {
    margin-left: 10px;
    padding-top: 5px;
}

textarea#comment {
    width: 100%;
}

#commentform label, #comments-list h3 {
    font-weight: bold;
    font-size: 14px;
}

.comment-meta {
    color: #888;
    font-size: 11px;
}

em {
    color: #333;
    font-style: italic;
}

.p2, .p4, .p6, .p8, .p10 {
    background-color:#E5E5E5;
    padding:10px;
    margin: 25px 0;
}

.nav-previous { float: left; }
.nav-next { float: right; }

#nav-below {
    margin:20px 0;
    overflow:auto;
}


