
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-family:Calibri;
    background-color: #FFFFFF;
}


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;
}
.ultab
{
    float: left;
    list-style:none;
    margin-top: 40px;
    color: White;  
    display:block;
    padding-left:0px;margin-left:26px;  
}
ul#tabsNav
{
    float: left;
    list-style:none;
    margin-top: 40px;
    color: White;  
    display:block;
    padding-left:0px;margin-left:26px;
}
/* tabmodified*/
.atab
{
    background: url(images/tabsNavBg.png) no-repeat center;
    color: White;
}

.atab:hover
{
    background: url(images/tabsNavBg.png) no-repeat center;
    text-align:left;
    
}

.atab.active
{
    background: url(images/tabsNavActive.png) no-repeat center;
}
/* tabmodified*/
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;
    text-align:left;
    
}

ul#tabsNav li.active
{
    background: url(images/tabsNavActive.png) no-repeat center;
}

ul#tabsNav li.active a
{
    color: #cc0000;
}

ul#tabsNav li a
{
    margin: 1px 0 1.4em 0;
    display: block;
    text-decoration: none;
    color: #002448;
    font-weight: bold;
    font-size: 10pt;line-height:1.05em;
}

ul#tabsNav a:hover
{
    color: #cc0000;
}

#tabContent
{
    margin-left:0px;
    padding-left: 20px;
    padding-top:10px;
    list-style-type:none;padding-right: 20px;
}
.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;
}


