/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
a {
    text-decoration: none;
    padding:4px;
    }

a:link, a:visited {
    color: #cc0000;
    }
a:hover, a:active {
    color: black;
    }



/**************************************/
/*              HEADER                */
/**************************************/
#header {
    color: grey;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 0.2em;
    border-bottom: 2px solid #cc0000;
    }
#header h1 {font-size: 2em;}
#header h2 {
    font-size: 1.5em;
    margin-left: 50px;
    width: 20em;
    }

/**************************************/
/*             NAVIGATION             */
/**************************************/
div#nav_container {
    float: left;
    }
    
ul#nav {
    margin-top: 10px;
    width: 7em;
    list-style-type: none;
    }
ul#nav li {
    padding:4px;
    }
ul#nav a{
    display: block;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
    padding: 2px 6px 2px 6px;
    width: 5em;
    }    
ul#nav a:link, ul#nav a:visited {
    background-color: #cc0000;
    color: white;
    border: 2px solid #c00000;
    }
ul#nav a:hover, ul#nav a:active {
    background-color: white;
    color: #cc0000;
    border: 2px solid #cc0000;
    }
    
ul#sub_nav {
    list-style-type: none;
    margin-top: 10px;
    }
ul#sub_nav li {margin: 5px;}
ul#sub_nav li.title {
    margin: 20px 5px 5px 0px;
    }

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

body {
    font-size: 1.5em;
    color: grey;
    margin: 10px;
    padding: 5px;
}

#content {
    float: left;
    margin: 10px 10px 10px 100px;
    padding-right: 30px;
    padding-bottom: 20px;
    border-right: 3px solid grey;
    border-bottom: 3px solid grey;
    width: 28em;
    }

h3 {
    font-size: 1.4em;
    }

p {
    color: #333333;
    line-height: 1.45em;
    margin: 5px 5px 10px 0px;
    padding: 5px;
}
ul#archive {margin-top: 10px;}
ul#archive li {margin-top: 7px;}

.blog_post { margin-top: 30px; }
.detail { margin-top: 5px; }
.blog_post hr {margin-bottom: 10px;}

.blog_post a:link h4, .blog_post a:visited h4 {
    color: grey;
    }
.blog_post a:hover h4, .blog_post a:active h4 {
    color: #cc0000;
    }

.blog_post h4 {
    font-size: 1.2em;
    margin-bottom: 3px;
    }

.blog_post h5 {
    font-size: 0.8em;
    }

/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
    font-size: 0.8em;
    text-align: right;
    clear: both;
    float:right;
    }
#footer a {
    text-decoration: none;
    }
#footer a:link, #footer a:visited {
    color: #cc0000;
    }
#footer a:hover, #footer a:active {
    color: black;
    }
    
#extras {
    clear: both;    
    display: block;
    margin-top: 30px;
    float: right;
    bottom: 5px;
    padding: 0px;
    }
    
#extras a {
    text-decoration: none;
    padding:4px;
    }

#extras a:link, #extras a:visited {
    color: #cc0000;
    }
#extras a:hover, #extras a:active {
    color: black;
    }
