/** Introduction **/
h1, h2, h3, h4, p {
    padding: 0;
    margin: 0;
}

#introduction {
    width: 100%;
    margin: 20px 0;
    float: left;
}

#introduction .advertisement {
    width: 300px;
    height: 200px;
    margin-left: 10px;
    float: right;
}

#introduction .mantle {
    width: 650px;
    float: left;
}

#introduction .tweetbubble {
    margin-top: 10px;
    float: left;
}

.tweetbubble #content_tweetUs {
    background-color: #fff;
}

#content_tweetUs .header {
    display: none;
}

#content_tweetUs .subtitle {
    display: none;
}

#content_tweetUs .iconBird {
    display: none;
}

#content_tweetUs .content {
    margin: 0px;
    position: relative;
    background: transparent url(../images/common/tweetbubble/imgbubblegradient.jpg) repeat-x center center;
}

#content_tweetUs .content .left_side {
    float: left;
    height: 66px;
    background-image: url(../images/common/tweetbubble/imgleftcorners.jpg);
    background-repeat: no-repeat;
}

#content_tweetUs .content .tweetMessage {
    height: 40px;
    width: 565px;
    margin: 10px 15px;
    float: left;
    border: none;
    border-top: groove 2px #eee;
    border-bottom: solid 1px #dedede;
    font-size: normal;
}
#content_tweetUs .content .tweetMessage.initial {
    color: #81826F;
    font-size: x-large;
}

#content_tweetUs .content button {
    width: 51px;
    height: 23px;
    margin-right: 5px;
    border: none;
    padding-top: 6px;
    background: transparent url(../images/common/button_sprite.gif) no-repeat 0 -96px;
    overflow: hidden;
    cursor: pointer;
}

#content_tweetUs .content button:hover {
    background-position: 0 -120px;
}

#content_tweetUs .content .right_side {
    background-image:url(../images/common/tweetbubble/imgrightcorners.jpg);
    background-position:right center;
    background-repeat:no-repeat;
    float:left;
    height:66px;
    margin-top:0;
}

#content_tweetUs .character_count {
    color:#0097C4;
    font-size:medium;
    font-weight:bold;
    margin-right:30px;
    margin-top:10px;    
}
#content_tweetUs .tail {
    height: 19px;
    position: absolute;
    background: #696969 url(../images/common/tweetbubble/imgbubblearrow.jpg) no-repeat center top;
    width: 36px;
    left: 20px;
    bottom: -20px;
    border-top:1px solid #949494;
}


/** Hubs **/
#hub {
    width: 100%;
    border-bottom: 1px solid #46C8F5;
    padding-bottom: 30px;
    float: left;
}

#hubLeft {
    width: 630px;
    float: left;
}

#hubRight {
    width: 300px;
    margin-left: 30px;
    float: left;
    margin-top: -35px;
}

#hubRight #tweetUs {
    margin-top: 15px;    
}

#hubRight #tweetUs .tail {
    display: none;
}



/** Featured Blogs **/
#featured_blogs {
    margin: 10px 0;
    float: left;
}

/** Featured Videos **/
#featuredVideos {
    width: 100%;
    margin: 20px 0;
    float: left;
}

#featuredVideos .header {
    border-bottom:3px dotted #CCCCCC;
    color:#0097C4;
    float:left;
    font-size:x-large;
    padding-bottom:15px;
    padding-left:20px;
    text-transform:uppercase;
    width:100%;
}

#featuredVideos .header img {
    width: 252px;
    height: 25px;
    margin-left: 30px;
}

#featuredVideos .videos {
    width: 940px;
    margin-top: 15px;
    padding: 0 10px 15px 10px;
    float: left;
    list-style: none;
}

#featuredVideos .mainvideo {
    width: 300px;
    margin-right: 20px;
    float: left;
}

#featuredVideos .mainvideo.last {
    margin-right: 0px;
}

#featuredVideos .mainvideo .clip {
    width: 300px;
    height: 250px;
}

#featuredVideos .mainvideo .twitterthisvideo {
    margin: 5px 0;
    font-weight: bold;
    color: #99E8F5;
}

#featuredVideos .mainvideo .twitterthisvideo a {
    color: #FFFFFF;
}

#featuredVideos .mainvideo .title {
    font-weight: bold;
}

#featuredVideos .mainvideo .title a {
    color: #A6007C;
    text-decoration: none;
}

#featuredVideos .mainvideo .title a:hover {
    text-decoration: underline;
}

#featuredVideos .featuredcontent {
    width: 100%;
    margin-top: 15px;
    text-align: right;
    float: left;
}

#featuredVideos .featuredcontent ul {
    margin: 0;
    margin-left: 15px;
    padding-left: 0px;
    color: #0097C5;
}

#featuredVideos .featuredcontent a {
    color: #FFFFFF;
}

#featuredVideos .featuredcontent a img {
    width: 275px;
    height: 14px;
    border: none;
}

#huluPanel {
    margin: 0 auto;
    width:780px;
}

/** Icons **/
img.iconTwitter {
    width: 16px;
    height: 16px;
    border: none;
}