﻿#modSplash {
    height:auto;
    overflow:hidden;
    clear:both;
}

#modSplash {
    margin-bottom:40px;
}

#modSplash .about {
    float:left;
    width:400px;
    min-height:470px;
    margin-right:20px;
}

#modSplash .featured {
    float:left;
    min-height:470px;
}

#modSplash .featured .media {
    position:relative;
    width:518px;
    height:385px;
    z-index:0;
    overflow:visible;
}
#modSplash .featured .content, #modSplash .featured .content iframe {
    width:518px;
    height:385px;
}
#modSplash .featured .content {
    position:absolute;
    top:0px;
    left:0px;
    z-index:0;
    overflow:hidden;
}
#modSplash .featured .storyAsset .text {
    position:relative;
    z-index:0;
    overflow:hidden;
    border: solid 1px #cc9999;
    height:249px;
    width:auto;
    padding:35px 80px;
    color:#aa6767;
    font-family:Georgia, Times;
    font-style:italic;
    font-size:21px;
    font-weight:normal;
}
#modSplash .featured .storyAsset .text a:link, #modSplash .featured .storyAsset a:visited, #modSplash .featured .storyAsset .text a:hover {
    text-decoration:none;
    font-weight:normal;
    color:#aa6767;
}
#modSplash .featured .storyAsset .text a:hover {
    text-decoration:underline;
    font-weight:normal;
}
#modSplash .featured .storyAsset .text .lquot {
    position:absolute;
    top:22px;
    left:10px;
    background:#ffffff url('../img/pg/home/leftquot.png') no-repeat top left;
    width:56px;
    height:41px;
}
#modSplash .featured .storyAsset .text .rquot {
    position:absolute;
    bottom:22px;
    right:10px;
    background:#ffffff url('../img/pg/home/rightquot.png') no-repeat top left;
    width:56px;
    height:41px;
}
#modSplash .featured .content iframe {
    z-index:0;
    position:absolute;
    top:0px;
    left:0px;
}
#modSplash .featured .info {
    position:absolute;
    bottom:0px;
    width:518px;
    height:65px;
    background:transparent url('../img/global/bg-video-trans.png') top left;
    clear:both;
    z-index:10;
}
#modSplash .featured .info .thumb {
    float:left;
    height:auto;
    width:auto;
    overflow:hidden;
    margin-right:10px;
}
#modSplash .featured .info .thumb img {
    width:45px;
    height:45px;
    border:solid 4px #fbcccc;
    margin:6px;
}
#modSplash .featured .info .username {
    float:left;
    color:#fbcccc;
    font-family:Arial, Helvetica;
    font-weight:bold;
    font-size:18pt;
    line-height:60px;
}
#modSplash .featured .btn-visit {
    position:absolute;
    bottom:-36px;
    right:5px;
    z-index:15;
}
