/*  
Theme Name: 'Weblog, the'
Theme URI: http://safetyfork.net/
Description: A custom theme developed for safetyfork.net.
Version: 0.1
Author: Matthew Xavier
Author URI: http://safetyfork.net/

    Weblog, the' v0.1
	http://safetyfork.net/
	
    This theme was created by Matthew Xavier specifically for
    his 'blog, safetyfork.net.
    
    Thanks to Michael Heilemann whose Kubrick theme proved an
    exellent reference for figuring out the Wordpress theme
    system.  Kubrick is the default Wordpress theme and can be
    found at http://binarybonsai.com/kubrick/

*/

a, a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
    color: black;
}

#page {
    background-color: white;
    margin-left: 10pt;
    margin-top: 10pt;
    padding: 0;
    width: 432pt;

    font-size: 12pt;
    font-family: Garamond, Georgia, Serif;
    color: #444444;
}

#header {
}

#header h1 {
    margin: 0;
    
    font-size: 48pt;
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
    text-align: left;
}

#header a, #header a:hover, #header a:visited {
    text-decoration: none;
    color: black;
}

#bodyarea {
    border-top: 2pt solid black;
    border-bottom: 2pt solid black;
}

.bodycolumn {
    margin: auto;
    padding-bottom: 16pt;
    width: 360pt;
}

.bodycolumn .pagetitle {
    font-size: 24pt;
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
    color: black;
}

.post {
    margin: 32pt 0pt;
}

.post h2 {
    margin: 6pt 0pt 0pt 0pt;
    
    font-size: 24pt;
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
}

.post h2 a, .post h2 a:hover, .post h2 a:visited {
    text-decoration: none;
    color: black;
}

.post .dateline {
    margin: 0;
    padding: 0;
    
    font-size: 10pt;
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
}

.post .entry {
    margin: 0pt 0pt 0pt 4pt;
    
    text-align: justify;
}

.post .postmetadata {
    font-size: 10pt;
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
}

.post .singlepostmetadata {
    font-size: 10pt;
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
}

.navigation {
    font-size: 12pt;
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

#footer {
    margin: 0pt 10pt;

    font-size: 10pt;
}

#footer div {
    float: left;
    width: 124pt;
    padding-left: 8pt;
    padding-right: 8pt;
    
    text-align: justify;
}

#footer #archives {
    width: 112pt;
}

#footer h2 {
    margin: 10pt 0pt 0pt 0pt;
    
    font-size: 14pt;
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
    color: black;
}

#footer .falbum-recent {
    float: none;
    clear: both;
}

#footer .falbum-recent li {
    display: inline;

}
