/*
THEME NAME: PlasticWings09
THEME URI: http://www.plasticwings.net/
DESCRIPTION: Plastic Wings blue and pink 2009
VERSION: 0.1
AUTHOR: Alex Taylor
AUTHOR Uri: http://www.milliamp.org
TAGS: blue, pink
TEMPLATE: plasticwings09
*/

body
{
    background: url(images/background5.png) #4c85d9;
    margin: 0;
    padding: 0;
    
    font-family: Corbel, Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 62.5%;
}

#wrapper
{
    font-size: 1.5em;
    min-height: 200px;
    background: url(images/top-gradient.png) repeat-x fixed;
    padding: 60px 0;
}

#document
{
    background: url(images/banner.png) no-repeat;
    width: 943px;
    margin: 0 auto;
}

#header
{
    position: relative;
    height: 157px;
}

#title
{
    position: absolute;
    top: 30px;
    right: 80px;

    height: 0;
    width: 209px;

    background: url(images/logo.png) no-repeat;
    padding-top: 42px;
    overflow: hidden;
}

#wing
{
    position: absolute;
    right: -60px;
    top: 0px;

    width: 101px;
    height: 128px;

    background: url(images/wing.png) no-repeat;
}

.skip-link
{
    display: none;
}

#menu
{
    position: relative;
    height: 35px;
    background: url(images/split-top.png) no-repeat;
    line-height: 15px;
    margin: -76px 2px 0px 2px;
}
    #menu ul
    {
        padding: 3px 25px;
        list-style: none;
        list-style-image: none;
    }
    
    #menu li
    {
        float: left;
        padding: 0 0;
        text-align: center;
    }
        #menu li a
        {
            text-decoration: none;
            color: white;
            font-weight: bold;

            display: block;
            width: 100px;

            margin: 0 1px;
            padding: 8px 20px;
        }
        
        #menu li a:hover
        {
            text-decoration: underline;
        }

#content
{
    padding: 1px 0 50px 0;
    margin: 0;
    
    margin-top: 30px;

    background: url(images/content-bg.png);
    overflow: auto;
}

#page
{
    width: 609px;
    float: left;
    padding: 0 30px;
    text-align: justify;
}


h1, h2
{
    margin-top: 0;
    border-bottom: 1px solid #f7c;
    line-height: 1.7em;
}

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

p .plastic,
p .wings
{
    font-weight: bold;
    text-shadow: 2px 2px 2px #888;
}
p .plastic
{
    color: #ab5bcb;
}
p .wings
{
    color: #fff;
}
a
{
    color: #183fd7;
    text-decoration: none;
}
a:hover
{
    color: #4095f6;
    text-decoration: underline;
}

#additional
{
    float: left;

    width: 268px;

}
    #additional img
    {
        float: left;

        margin-right: 5px;
        margin-bottom: 5px; 
    }

    #additional h3
    {
        background: url(images/sidebar-header.png) no-repeat center bottom;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;

        text-align: center;
        color: white;

        padding: 0px 10px;
        margin: 0 0;
        clear: both;

        height: 22px;
        width: 248px;
    }
    
    #additional p + h3
    {
        padding-top: 20px !important;
    }
    
    #additional p
    {
        margin: 10px 0;
        padding: 0 15px;
    }
    
    #additional ul
    {
        padding: 0 30px;
        margin: 10px 0;
        list-style: none;
    }
    
    #additional .xoxo
    {
        margin: 0;
        padding: 0;
    }
    
    #additional .blogroll
    {
        padding: 0 30px;
        margin: 10px 0;
    }
    
    #additional #searchform
    {
        padding: 0 30px;
        margin: 10px 0;
    }

#footer
{
    clear: both;
    background: url(images/footer.png) no-repeat;
    line-height: 78px;
    padding: 0 0 0 20px;
    color: #c490e1;
    height: 100px;
    font-size: smaller;
}


.entry-date
{
    font-family: Gill Sans;
    font-weight: bold;
    float: right;
    width: 55px;
    height: 50px;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #f7c;
    background: #f0e0fe;
    
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.entry-date span
{
    display: block;
    text-align: center;
}
.entry-date .post-month
{
    font-size: 13px;
    line-height: 15px;
}
.entry-date .post-day
{
    font-size: 20px;
    line-height: 22px;

}

.entry-date .post-year
{
    font-size: 11px;
    line-height: 13px;
}

.entry-content
{
    border-bottom: 1px solid #f7c;
}
.entry-meta
{
    font-size: smaller;
    text-align: center;
    color: #5b5760;
    padding-top: 5px;
}
.entry-meta a
{
    color: #2d2c30;
}
.post
{
    margin-bottom: 60px;
    line-height: 1.6em;
}

#s
{
    border: 1px solid #8b39b3;
    background: white;
    padding: 3px;

}

.navigation
{
    height: 1.7em;
    padding: 10px 0;
}

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

.aktt_tweets li
{
    margin: 6px 0;
}