#indexleft {
    float:left;
    width:256px;
}
#indexright {
    float:right;
    width:690px;
}

.adminbulletin {
    border: 1px solid #FF0000;
}
.adminbulletinheader {
    background: #FF0000;
    color:#FFFFFF;
}

.nickname {
    font-size: 14px;
    font-weight:bold;
    text-align:left;
}

#castingcouch {
    width:99.5%;
}

.articletitle {
    font-size:12px;
    font-weight:bold;
}

.articledate {
    color: #737373;
}

/* notification styles */
.notifications {
    padding-left:20px;
    font-size:12px;
    font-weight: bold;
}

.notifications a:hover {
    text-decoration: none;
}

.comments {
    background: url(../../images/icons/comment.gif) no-repeat top left;
}

.friendrequest {
    background: url(../../images/icons/add.gif) no-repeat top left;
}

.privatemessage {
    background: url(../../images/icons/email_add.gif) no-repeat top left;
}

.blogpost {
    background: url(../../images/icons/note_add.gif) no-repeat top left;
}

.vod {
    background: url(../../images/icons/present.gif) no-repeat top left;
}

#featuredprofiles {
    height:110px;
}
html>body #featuredprofiles {
    min-height:110px;
}

#featuredtabs a:focus, a:active {
    outline: none;
}

#featuredtabs  {
    margin-left:20px;
    padding:0px;
}

#featuredtabs a {
    color:#FFFFFF;
    background-color: #811788;
    padding:3px;
    border-top: 1px solid #98CE18;
    border-left: 1px solid #98CE18;
    border-right: 1px solid #98CE18;
}

#featuredtabs a:hover {
    background-color: #98CE18;
    color:#000000;
    text-decoration:none;
}

#featuredtabs .activetab {
    background: #FFFFFF;
    color:#000000;
}

#events a.title {
    font-size:12px;
    font-weight:bold;
}
#events .details {
    font-size:9px;
    color:#444444;
    font-style: italic;
}

.featuredmovie {
    padding:2px;
    height:230px;
}

html>body .featuredmovie {
    padding:2px;
    height:233px;
}
