/*  
Theme Name: [ ]
Theme URI: http://www.aptronymband.com
Description: This is the stylesheet for our band's website
Version: 1.0
Author: Colin Sullivan
Author URI: http://www.colin-sullivan.com

*/

body
{
    color: #FFFFFF;
    font-size: 70%; /* 62.5% Resets 1em to 10px */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #000000;
    width: 100%;
    min-width: 1000px;
}
#page
{
    background-color: #000000;
    padding: 1%;
    border: 10px solid #186d97;
    min-height: 800px;
}
#header
{
    border: 1px solid #186d97;
    background-color: #101010;

    padding: 1%;
    text-align:center;

    clear: both;
    float: left;
    width: 98%;
    margin-bottom: 1%;
}
.colmask
{
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
}
.colright, .colmid, .colleft
{
    float: left;
    width: 100%;
    position: relative;
}
.center, .left, .right
{
    float: left;
    position: relative;
    padding: 0 0 0 0;
    overflow: hidden;
}
.threecol
{
    background: black;  
}
.threecol .colmid
{
    right: 25%;
    background: black;

}
.threecol .colleft
{
    right: 50%;
    background: black;

}
.threecol .center
{
    width: 50%;
    left: 95.5%;

    padding: 1%;
    margin-bottom: 1%;
    min-height: 700px;
}
.threecol .left
{
    width: 17%;
    left: 23%;

    text-align: right;
    padding: 1%;
}
.threecol .right
{
    width: 24%;
    left: 77.5%;

    padding: 1%
}
.threecol .center, .threecol .left, .threecol .right
{
    border: 1px solid #186d97;
    background-color: #101010;
}
/**
* Footer
**/
#footer
{
    background-color: black;
    color: white;
    border: 1px solid #186d97;
    text-align: center;
    clear: both;
    width: 100%;
}
/**
*  Blog Title and subtitle
**/
h1
{
    font-size: 6em;

    margin-top:0px;
    margin-bottom:10px;
}
h1 a:hover
{
    text-decoration:none;
}
#blogDescription
{
    margin: 0px;
    font-size: 1em;
}

/**
*  random words
**/
.randomBracketWords
{
    font-size: 1em;
    text-align: right;
}
/**
* Post Titles
**/
h2.postTitle
{
    font-size: 1.4em;
    margin-bottom: 0;
}
h3.postDate
{
    margin: 0;
    font-size: 1em;
}
/**
* Navigation headers
**/
span.navigationHeader
{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    margin-top: 0px;
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
}
span.brackets
{
    margin-top: 0px;
    font-size: 2.5em;
    font-weight:bold;
    color: #808080;
    margin-bottom: 0px;
}

ul.navigationHeaderList
{
    margin-top: 0;
    padding-top: 0;

}
ul.navigationHeaderList li
{
    list-style: none;
}

ul.navigationList
{
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}

ul.navigationList li
{
    margin-left: 10px;
    font-size: 1.2em;
    list-style: none;
}


/**
* Sidebar
**/

span.sidebarHeader
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
}

div.sidebarItem
{
    margin-bottom: 25px;
    margin-right: 25px;
}

div.sidebarItem:last-child
{
    margin-bottom: 0;
}


/**
* UI Objects
**/
.textInput
{
    background-color: black;
    border: 1px solid #186d97;
    color: white;
    padding: 5px;
}
/* Search form */
#s
{
    width: 165px;
}
.button
{
    background-color: black;
    color: white;
    padding: 5px;
    border: 1px solid #186d97;
}

/* Random Bracket words */
.randomBracketWords
{
    color: white;
}


a
{
    color: #808080;
    text-decoration: none;
}
a:hover
{
    text-decoration:underline;
}

/**
*  Post
**/

/** All divs in post metadata section */
div.postmetadata.inline div {
    display: inline-block;
}
div.postmetadata_filed_under_container {
    width: 20%;
}

div.postmetadata {
    margin: auto;
}

div.postmetadata_facebook_like_container {
    padding: 0;
    position: relative;
    top: 5px;
    width: 67%;
    text-align: center;
}
div.social_media_container {
}


/**
*  Facebook
**/
div.facebook_container {
    background-color: #EDEFF4;  
    margin: 0px;
}
div.facebook_sidebar_container {
    width: 200px;
}

div.center_contents {

}
div.facebook_comments_container {
    padding: 5px 10px 10px 10px;
    margin: 10px auto 20px auto;
    width: 550px;
}

div.postmetadata_facebook_comment_count_container {
    text-align: right;
    width: 10%;
}

div.facebook_comments_header {
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}


/** 
* Copyright notice in post
**/
div.cc_copyright_notice {
    text-align: center;
    margin-top: 25px;
}

/**
 *  Show dates
 **/
div.sidebarShowTitle {
    font-size: 1.3em;
}