/*  
Theme Name: Twittle Default 2.0
Theme URI: http://twittle.net/
Description: The NEW default Twittle theme.
Version: 2.0
Author: Chris Millar
Author URI: http://twittle.net/

*/

body
{
    background-color: #676767;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

a, a img 
{
    border: none;
    color: White;
    text-decoration: none;
}

h2
{
    font-size: 16px;
    color: #833743;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

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

.container
{
    background-image: url("images/background.gif");
    padding: 0px;
    margin: 0px auto;
    width: 1400px;
    border-left: solid 1px white;
    border-right: solid 1px white;
}

.header 
{
    background-image: url("images/header.jpg");
    height: 450px;
}

.homelink 
{
    display: block;
    float: left;
    width: 400px;
    height: 80px;
    margin: 100px 0px 0px 175px;
}

#downloadbutton 
{
    margin: 40px 0px 0px 263px;
    clear: both;
    float: left;
}

.content 
{
    background: url("images/second-header.jpg") no-repeat;
    height: 237px;
    padding: 30px 262px 0px 175px;
    font: 12px/20px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
    color: #222;
}

.postcontent 
{
    clear: both;
}

.postcontent p
{
    margin-top: 0px;
    padding: 0px;
}

.introcopy 
{
    font: 17px/24px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
    color: White;
}

.leftside 
{
    float: left;
    width: 600px;
}

.leftside ul li 
{
    margin: 5px 0px;   
}

.rightside 
{
    float: right;
    width: 325px;
}

.rightside ul 
{
    font: 14px/24px "Trebuchet MS", sans-serif, arial;
    list-style-type: none;
    margin: 5px 0px 5px 10px;
    padding: 0px;
}

.footer
{
    background: url("images/background-footer.gif") repeat-x;
    background-color: #353535;
    height: 50px;
    clear: both;
    text-align: center;
    padding: 10px 0px;
}

.footer ul li
{
    display: inline;
    font: 10px/20px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px 10px;
}

.storytitle 
{
    border-bottom: solid 1px white;
    margin-bottom: 10px;
    height: 18px;
}

.post-title 
{
    float: left;   
}

.post-date 
{
    float: right;   
}