
body
{
    margin: 0;
}

#wrapperhome
{
    width: 600px;
    margin: 0 auto;
}

.post
{
    clear: both;
    width: 600px;
}

.post .left
{
    width: 180px;
    float: left;
    padding-right: 20px;
}

.post .right
{
    width: 350px;
    float: right;
    padding: 0 25px 20px;
}

/*-----STYLES-----*/

body
{
    font: 75%/18px Georgia, "Times New Roman" , Times, serif;
    background-color: #FFFFFF;
}

a
{
    color: #669900;
    text-decoration: underline;
}
a:hover
{
    text-decoration: underline;
}
img
{
    border: 0;
}

.post .left
{
    text-align: right;
    color: #898989;
}

.post .left p.postmetadata strong
{
    display: block;
    text-transform: uppercase;
}

.right
{
    background-color: #fff;
    min-height: 150px;
}

.entry
{
    color: #3c3c3c;
}

.entry p img
{
    padding: 0 10px 7px 0;
    float: left;
}

a.more-link
{
    display: block;
    padding-top: 10px;
    text-transform: uppercase;
}

/*-----EXTRAS-----*/

.hero .left p.postmetadata
{
    margin-top: 30px;
}

.hero .left p.postmetadata strong
{
    margin-bottom: 20px;
}

.hero .right h2
{
    font-size: 46px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.5em;
}

.hero .right p
{
    font-size: 14px;
}

.hero a.more-link
{
    background: url(images/arrow_right.png) no-repeat right bottom;
    float: left;
    padding-right: 20px;
}

.villain .left p.postmetadata
{
    margin-top: 20px;
}

.villain .left p.postmetadata strong
{
    margin-bottom: 15px;
}

.villain .right h2
{
    font-size: 32px;
    font-weight: normal;
    color: #747474;
}

.villain .right p img
{
    float: right;
    padding: 0 0 7px 10px;
}

/*------TABS------*/

#container
{
    width: 600px;
    margin: 0 auto;
}

h1
{
    font-size: 1.3em;
    text-transform: uppercase;
    color: #949494;
    letter-spacing: 1px;
}

#tabsAndContent
{
    padding: 0;
}

ul#tabsNav
{
    float: left;
    width: 199px;
    list-style: none;
    margin-top: 20px;
    color: White;
}

ul#tabsNav li
{
    background: url(images/tabsNavBg.png) no-repeat center;
    color: White;
}

ul#tabsNav li:hover
{
    background: url(images/tabsNavBg.png) no-repeat center;
}

ul#tabsNav li.active
{
    background: url(images/tabsNavActive.png) no-repeat center;
}

ul#tabsNav li.active a
{
    color: #303030;
}

ul#tabsNav li a
{
    padding: 1em 15px;
    margin: 1px 0 1em 0;
    display: block;
    width: 170px;
    text-decoration: none;
    color: White;
    font: arial;font-weight:bold;
    text-transform: uppercase;
    font-size:8pt;
}

ul#tabsNav a:hover
{
    color: #0a0a0a;
}

#tabContent
{
    margin-left:0px;
    padding-left: 20px;
    padding-top:10px;
    list-style-type:none;padding-right: 20px;
    font-family: "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
}
.tabalign
{
    float: left; width: 699px;
}
.tabtop
{
    background: url(images/tabtop.png);
    height: 29px;
    width: 699px;
}
.tabbtm
{
    background: url(images/tabbtm.png);
    height: 29px;
    width: 699px;
}
.tabbg
{
    background-color:#ededed;
    background-attachment:fixed;
    margin-top:-12px;margin-bottom:-12px;
    width:699px;
    min-height:400px;
}
.tabpara
{
    font-family: arial;
    font-size: 9pt;
    text-align: justify;
    line-height: 1.8em;
    color: black;
    margin-bottom: 10px;
    width: 600px;
    letter-spacing: 0.01em;
}

.ulclassHome
{
    font-family: Arial;
    font-size: 9pt;
    line-height: 2.0em;
    padding-left:10px;
}


