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

#introduction {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #46C8F5;
    float: left;
}

#introduction .mantle {
    width: 560px;
    height: 250px;
    float: left;
}

#introduction .mantle embed {
    width: 560px;
    height: 250px;
}

#introduction .welcome {
    width: 380px;
    padding-left: 20px;
    float: left;
}

#introduction .welcome .gheader {
    color: #f60;
}

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

#introduction .welcome p {
    padding: 0;
    margin: 0;
    color: #333333;
}

/** Hubs **/
#hub {
    width: 100%;
    margin: 20px 0;
    float: left;
}

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

#hubRight {
    width: 630px;
    margin-left: 30px;
    float: left;
}


/** Top Requests **/
#topRequests {
    width: 100%;
    margin-bottom: 15px;
    float: left;
}

#topRequests .header {
    position: relative;
    background: url(../images/common/header_sprite.gif) no-repeat right top;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #A6007C;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    top-right-border-radius: 5px;
    top-left-border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: medium;
    padding-left: 15px;
}

#topRequests .content {
    width: 100%;
    float: left;
    background-color: #EDEDED;
}

#topRequests .content .subtitle {
    width: 270px;
    padding: 10px 15px 0 15px;
    font-size: 9pt;
    float: left;
}

#topRequests .content .requestlist {
    width: 245px;
    margin: 0;
    padding: 10px 30px 20px 25px;
    float: left;
}

#topRequests .content .requestlist .show {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #CCCCCC;
    float: left;
}

#requestlist .showtitle {
    float: left;
    width: 154px;
    padding-left: 25px;
    padding-top: 5px;
    font-weight: bold;
    color: #A6007C;
    background: transparent url(../images/common/hub_icons.gif) no-repeat;    
}

#requestlist .showtitle.tv {
    background-position: left top;    
}

#requestlist .showtitle.movies {
    background-position: left -22px;
}

#requestlist .showtitle.nba {
    background-position: left -43px;
}

#requestlist .showbutton {
    float: left;
    display: block;
    height: 23px;
    width: 66px;
    background: transparent url(../images/common/button_sprite.gif) no-repeat 0 -48px;
}

#requestlist .showbutton:hover, 
#requestlist .showbutton:active {
    background-position: 0 -72px;
}

/** Featured Pages **/
#featuredPages {
    width: 100%;
    padding-bottom: 15px;
    float: left;
}

#featuredPages .fheader {
    padding-bottom: 15px;
    color: #0097C4;
    border-bottom: 3px dotted #CCCCCC;
}

#featuredPages {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    position: relative;
}

#featuredPages .tv_icon {
    background:transparent url(../images/common/hub_icons.gif) no-repeat scroll left top;
    height:20px;    
    width:25px; 
    float: left;
    margin-left: 5px; 
}

#featuredPages .small_header {
    font-size: small;  
    float: left;
    margin-top: 15px;
}

/* FOLLOW X ON TWITTER */
.horizontal_list {
    height:50px;
    list-style-type:none;
    margin:0 0 10px;
    padding:0;
    width:300px;
}
.horizontal_list li {
    float:left;
    height:50px;
}
.horizontal_list li img {
    border:1px solid #A6007C;
    width:50px;
}
.horizontal_list {
    height:50px;
    list-style-type:none;
    margin:0 0 10px;
    padding:0;
    width:300px;
}
.horizontal_list li {
    float:left;
    height:50px;
}

.horizontal_list li img {
    border:1px solid #A6007C;
    width:50px;
}

/** Coming Soon to Tweetswirl **/
#comingSoon {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 3px dotted #CCCCCC;
    float: left;
    list-style: none;
}

#comingSoon .gheader {
    padding-bottom: 10px;
    color: #666;
    font-size: larger;
    border-bottom: dotted 3px #cccccc;
}

#comingSoon .task {
    float: left;
    margin-top: 15px;
    color: #666;
    width: 45%;
    padding: 0 10px;
}

#comingSoon h3 {
    color: #0097C4;
    padding-bottom: 15px;
    font-size: medium;
    position: relative;
    margin-bottom: 5px;
}

#comingSoon .featured_movie_icon {
    background:transparent url(../images/common/hub_icons.gif) no-repeat scroll left -23px;
    height:18px;
    position:absolute;
    left:255px;
    top:-12px;
    width:20px;
}

#comingSoon .task img {
    float: left;
    margin-right: 5px;
}

#comingSoon .task .title {
    font-weight: bold;
}

#comingSoon .task .subtitle {
    margin-top: 5px;
}

.new_moon_link {
    color: #A6007C;
    text-decoration: none;
}

.new_moon_link:hover {
    text-decoration: underline;
}

.tweetswirl_link {
    color: #f60;
    text-decoration: none;
}
.tweetswirl_link:hover {
    text-decoration: underline;
}

/** More news **/  
#morenews {
    width: 100%;
    float: left;
    text-decoration: none;
    margin: 0;
    margin-left: 15px;
    margin-top: 15px;
    padding-left: 0px;
    color: #0097C5;
    list-style: square;
}

#morenews .gheader {
    color: #A60076;
    border: none;
}

#morenews .subtitle {
    color: #999999;
}

#morenews a, #morenews a:visited, #morenews a:hover {
    text-decoration: none;
}


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

img.iconTV_20 {
    width: 20px;
    height: 20px;
    border: none;
}


/* tweetUs */
#tweetUs img.iconBird {
    width: 30px;
    height: 30px;
    border: none;
}

#tweetUs .tail {
    display: none;
}

/* Filmstrip */
.filmstrip {
    position: relative;
    width: 100%;
}

.filmstrip .arrow_left, .filmstrip .arrow_right {
    position: relative;
    margin-top: 5px;
    border: none;
    height: 42px;
    width: 24px;
    background: url(../images/common/arrow_sprite.gif) no-repeat 0 0;
    outline-style: none;
    outline-width: 0;
}

.filmstrip .arrow_left.active, .filmstrip .arrow_right.active {
    margin-top: 7px;
}

.filmstrip .arrow_left {
    margin-right: 5px;
    background-position: 0 -42px;
    float: left;
}

.filmstrip .arrow_left.more_participants {
    background-position: 0 -84px;
}

.filmstrip .arrow_right {
    margin-left: 5px;
    background-position: 0 0;
    float: right;
}

.filmstrip .arrow_right.more_participants {
    background-position: 0 -126px;
}

.filmstrip .viewport {
    position: relative;
    width: auto;
    height: 50px;
    overflow: hidden;
}

.filmstrip .gallery {
    position: absolute;
    width: 1000%;
    height: 100%;
    top: 0;
    left: 0;
    list-style: none;
    padding-left: 0;
}

.filmstrip .gallery .frame {
    position: relative;
    width: auto;
    height: 100%;
    margin-right: 10px;
    float: left;
}

.filmstrip .gallery .frame.last {
    margin-right: 0;
}

.filmstrip .gallery .frame a {
    outline-style: none;
    outline-width: 0;
}

.filmstrip .gallery .frame img {
    width: 100px;
    height: 30px;
    border: 1px solid #A6007C;
}

.filmstrip .gallery .frame p {
    margin: 0;
    padding: 0;
}

.filmstrip .clear {
    clear: both;
}


/* Featured Pages - Filmstrip */
#filmstrip_featured_pages {
    margin-top: 15px;
    clear: both;
}
#filmstrip_featured_pages .filmstrip .arrow_left, .filmstrip .arrow_right {
    margin-top: 20px;
}

#filmstrip_featured_pages .filmstrip .arrow_left.active, .filmstrip .arrow_right.active {
    margin-top: 22px;
}

#filmstrip_featured_pages .filmstrip .viewport {
    height: 175px;
}

#filmstrip_featured_pages .filmstrip .gallery .frame {
    width: 132px;
    margin-right: 14px;
    font-size: 10pt;
}

#filmstrip_featured_pages .filmstrip .gallery .frame.last {
    margin-right: 0;
}

#filmstrip_featured_pages .filmstrip .gallery .frame img {
    width: 130px;
    height: 85px;
}

#filmstrip_featured_pages .filmstrip .gallery .frame p.show_thumb {
    margin-bottom: 5px;
}

#filmstrip_featured_pages .filmstrip .gallery .frame p.show_title {
    margin-bottom: 5px;
    font-weight: bold;
}

#filmstrip_featured_pages .filmstrip .gallery .frame p.show_title a {
    color: #A6007C;
    text-decoration: none;
}

#filmstrip_featured_pages .filmstrip .gallery .frame p.show_title a:hover {
    text-decoration: underline;
}

#filmstrip_featured_pages .filmstrip .gallery .frame p.show_time {
}
