﻿
/*  BANNER AREA ------------------------------------------------------------------------- */

h1
{
    width: 100%;
    border-bottom: solid 1px #888888;
    padding-bottom: 8px;
    padding-top: 4px;
    margin-bottom: 0px;
}
h1 a.taggedlink:link, h1 a.taggedlink:visited
{
    font-family: Arial;
    font-size: 24px;
    letter-spacing: -1px;
    color: #000;
    font-weight: normal;
}
.authorPubdate
{
    height: 17px;
    border-bottom: 1px solid #F0F0F0;
}
div.post .pubDate
{
    color: #666666;
    font-size: 10px;
    float: right;
}

div.post .text
{
    padding-top: 10px;
}
.bookmarks
{
    float: left;
    font-size: 11px;
}

/*----------------------------
						Menu
----------------------------*/

#menu
{
    background: #fff;
    border: 1px solid silver;
    padding: 2px 5px 2px 5px;
    margin-bottom: 40px;
}

#menu a.apmlfilter
{
    float: right;
    margin-right: 10px;
    background: url(../../pics/apml.png) no-repeat left 1px;
    padding-left: 16px;
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    line-height: 12px;
    margin-bottom: 3px;
}

#menu ul li
{
    display: inline;
}

#menu ul li a
{
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

#menu ul li a.feed img
{
    margin-right: 3px;
    margin-bottom: -2px;
}

.recentPosts a
{
    font-size: 11px;
    letter-spacing: -.2px;
}
.recentPosts a:link, .recentPosts a:visited
{
}
.recentPosts a:active, .recentPosts a:hover
{
    color: #000;
    text-decoration: underline;
}
ul.recentPosts li
{
    padding-bottom: 0px;
}
a
{
    color: #979797;
}
.sidebarcontent
{
    margin: 30px 0px;
}

.PageIntroArea
{
    width: 100%;
    margin: 0px;
}
.PageIntroLeft
{
    width: 300px;
    display: block;
    float: left;
    margin-right: 40px;
}
.PageIntroRight
{
    width: 300px;
    display: block;
    float: left;
    border: solid 1px #ccc;
    background-color: #f4f4f4;
    padding: 15px;
}
.PageBodyArea
{
    min-height: 500px;
    width: 100%;
    margin: 0px;
}


