/* Primecast- Life. Enhanced.
*
*  Copyright 2011 Primecast.
*  Created by Sarah Kahn, February 2011
*  
*/

/* Master styles */

* {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    outline: none;
}

body {
  background: url('/primecast/master/images/theme/body-blue.png') repeat transparent;
  font-size: 1em;
  font-family: "Trebuchet MS", arial,verdana, sans-serif;
}

#bg_wrapper {
  background: url('/primecast/master/images/theme/wrapper-blue.png') repeat-x transparent;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 750px;
}

#header {
    background: url('/primecast/master/images/theme/header.png') no-repeat transparent;
    margin: 2.2em auto 0;
    height: 200px;
}

#top_nav {
  list-style: none;
  top: -35px;
  position: relative;
  float: right;
}

#top_nav_container {
    height: 3em;
    margin: 0em;
}

#top_nav li {
  float: left;
  /*border-left: 1px solid #fff; */
}

#top_nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
  cursor: pointer;
}

#top_nav li a img {
    margin: -6px 10px -5px 5px;
}

#top_nav li a:hover {
 /*   margin-top: 2px; */
    background: #005F8B;
}

#logo {
    display: block;
    float: left;
    margin: 1em 0 1em 1em   margin: 1em 0 1em 1em;;
}

.fade {
  position: absolute;
  top: 100px
  left: 100px
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#promo_nav {
    display: block;
    float: right;
    margin: 0em 0em 0 1em;
}

#promo_nav li {
    display: block;
    float: left;
    font-size: 1.1em;
    margin: 2em .5em;
}

#promo_nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    padding: .7em .5em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    vertical-align: middle;
}

#promo_nav li a:hover {
    background: #005F8B;
}

#promo_nav li a.selected {
    background: #005F8B;
}

#promo_nav li#action_button a {
    margin: -1em -1em 0 1em !important;
    background-color: #ed1c24 !important; 
}

#promo_nav li#action_button a:hover {
    background-color: #c4161c !important; 
}

/* Buttons! */

input[type=submit],
.sc_regcheck_button,
#promo_nav #action_button a,
.form-button input,
.button, 
.button:visited {
    background: #222 url('/primecast/master/images/theme/alert-overlay.png') repeat-x; 
    display: inline-block; 
    padding: .5em; 
    color: #fff; 
    text-decoration: none;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    position: relative;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.form-button input,
.button:active { 
    top: 1px; 
}

.small.button, 
.small.button:visited { 
    font-size: 11px; 
}
    
.sc_regcheck_button,
.button, 
.button:visited {
    font-size: 13px; 
    line-height: 1; 
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
}

#promo_nav #action_button a,
.form-button input,
.large.button, 
.large.button:visited { 
    font-size: 1.2em; 
    padding: .8em; 
}

.sc_regcheck_button,
#promo_nav #action_button a,
.form-button input,
.blue.button, 
.blue.button:visited { 
    background-color: #222; 
}

.sc_regcheck_button:hover,
#promo_nav #action_button a:hover,
.form-button input:hover, 
.blue.button:hover {
    position: relative;
    background-color: #444 !important; 
}

/* Content */

#content {
    zoom: 1;
}

#content .content_section {
 /*   margin: 0em 1em 0em; */
    zoom: 1;
}

.white {
    background: #fff;
    border: 30px solid #f0f0f0;
    color: #222;
    zoom: 1;
    -moz-box-shadow: 5px 5px 20px #444;
    -webkit-box-shadow: 5px 5px 20px #444;
    box-shadow: 5px 5px 20px #444;
    min-height: 600px;
}

#home #content {
}

#home #content h1,
#selfcare_login h1,
.white h1 {
    color: #646567 !important;
    margin: .5em 1em;
    font-size: 2.8em;
    line-height: 2em;
}

.dk_gray p {
    margin: 10px;
}

.dk_gray h2 {
    font-size: 2em;
    line-height: 2em;
    font-weight: normal;
}

.red {
    color: #D90400;  
}

#content p {
    font-size: 1.2em;
    margin: 1em;
    line-height: 1.1em;
}

.landing_page h1, .landing_page h2 { margin: .25em .5em; }

.landing_page li {
    list-style-type: none;
    text-align: center;
}

.landing_page_noImages .landing_page_block,
.landing_page .landing_page_block {
    border-top: 1px solid #ddd;
    margin: 1em;
}

.landing_page_noImages .landing_page_block h2 {
   margin-left: .4em; 
}

.landing_page_noImages .landing_page_block p, 
.landing_page .landing_page_block p {
    margin-left: 1.4em;
}

.landing_page .landing_page_block h2 img {
    float: left;
    padding: .5em 1em 0 1em;
}

.landing_page_block table {}
.landing_page_block table tr {}
.landing_page_block table tr.odd {background: #f0f0f0;}
.landing_page_block table td, 
.landing_page_block table td { 
    width: auto;
    padding: 1em;
    margin: 1em;
}

#home #content h2,
.white h2 {
    font-size: 2.5em;
    line-height: 2em;
} 

.sc_regcheck_text_error,
.form-error {
    color: red;
    display: block;
    line-height: 1em;
    border: dotted red 1px;
    padding: .5em;
    margin: 1em;
}

#sc_login {
    padding: 1em;
}

#sc_login_register ul li {
    font-size: 1em;
}

#sc_login ul li {
    list-style-type: none;
    margin: 1em 0;
}

#home #content h3,
.white h3 {
    font-size: 1.8em;
    line-height: 2em;
    margin: 1em .5em;
}

.landing_page .tagline {
    display: block;
    font-size: 1.1em;
    line-height: 1em;
    margin: -0.5em 1em 1em;
}

#sc_login_header h3 {
    margin: .5em;
}

.landing_page_noImages .tagline {
    display: block;
    font-size: 1.4em;
    line-height: 1.2em;
    margin: -0.5em 1em 1em;
    color: #222;
}

#sc_login_header_desc { 
    margin: 1em !important;
}

.landing_page li a {
    color: #222;
    font-size: 1.2em;
    text-decoration: none;
}

.landing_page li a img, 
.landing_page li a img {
    border: solid 1px #eee;
}

span.large {
    color: #a7a8aa;
    font-size: 4em;
    font-family: serif;
}

.left {float: left;}
.right {float: right;}

span.small {
    font-size: .5em;
    clear: both;
    vertical-align: super;
}
/* homepage */

p#homepage_tagline {
  margin: 1em 2em 0 1em;
  padding: 1em;
  border-bottom: solid 1px #ddd;
  font-size: 1.5em;
  line-height: 1.4em;
  color: #222;
  text-shadow: 1px 1px #eee;

}

#customer_block, #promo_block {
  margin: 1em !important;
}

.content_section .feature_block {
    width: 260px !important;
    height: 400px;
    margin: 1em 2em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    left: 0;
    background: none repeat scroll 0 0 #E8E8E8;
    border-radius: 3px 3px 3px 3px;
}

.content_section .feature_block p { 
    height: 15%;
    margin: 0 auto;
    width: 90%;
}

.content_section .feature_block h2 {
    color: #646567;
    font-size: 1.6em !important;
    line-height: 2em !important;
    background: none repeat scroll 0 0 #DDDDDD;
    border-bottom: 1px dotted #646567;
    color: #646567;
    margin: 0 auto 1em;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    padding: 0 .5em;
}

.content_section .feature_block img {
    -moz-box-shadow: 5px 5px 12px #444;
    -webkit-box-shadow: 5px 5px 12px #444;
    box-shadow: 5px 5px 12px #444;   
    position: relative;
    margin: 0 1em;

}

#promo_block ul li{
    margin: 1em 0 1em 1.5em;
}

.content_section .feature_block a.button,
#promo_block a.button {
    margin: 1.5em 1em 2em;
    float: left;
}

#promo_block h3,
#customer_block h3 {
    font-size: 1.6em;
    line-height: 2em;
    margin: 10px;
}

#customer_block blockquote,
#customer_block span.customer_name {
    width: 60%;
    margin: 1em auto;
    display: block;
}

#customer_block span.customer_name {
    font-style: italic;
}

#customer_block span.left {
    margin-left: .5em;
}

#customer_block span.right {
    margin: 0em .5em 0 0;
}

/* landing page */

.button_nav {
    margin: 4em 0 0 1em;
    height: 100px !important;
}

.button_nav li {
    float: left;
    list-style: none;
    margin: 0 0 0 .5em;
}

#content_nav {
    height: 200px;
    display: block;
}

/* easy slider */

#customer_block ul, #customer_block li{
    margin:0;
    padding:1.5em 0 0 0;
    list-style:none;
    width:440px;
    height:260px;
    overflow:hidden; 
    display:block;
}

span#prevBtn{
    /*background: url('/primecast/master/images/theme/btn_prev.png') no-repeat;
*/
    display: none;
}
span#nextBtn{
    /*background: url('/primecast/master/images/theme/btn_next.png') no-repeat;
*/
    display: none;
}  

/* nivo slider */

#homepage_slider_container{
    background: #fff;
    height:400px;
    width:960px;
    margin:0em auto;
}

#tv_slider_container {
    background: #fff;
    height:300px;
    width:960px;
    margin:0em auto;
}

#homepage_slider {
   position:relative;
   width:960px;
   height:400px;
   background:url(/primecast/master/images/theme/loading.gif) no-repeat 50% 50%;
   overflow: hidden; 
}

#tv_slider {
   position:relative;
   width:960px;
   height:300px;
   background:url(/primecast/master/images/theme/loading.gif) no-repeat 50% 50%;
   overflow: hidden;
}

#tv_slider img,
#homepage_slider img {
   position:absolute;
   top:0px;
   left:0px;
   display:none;
   cursor: pointer;
}

#tv_slider a,
#homepage_slider a {
   border:0;
   display:block;
}

.nivo-directionNav {
    display: block !important;
    top: 45%;
}

.nivo-controlNav {
   position:absolute;
   right: 0px;
   bottom: -55px;
}

.nivo-directionNav a {
   display:block;
   width:90px;
   height:90px;
   text-indent:-999px;
   border:0;
}
a.nivo-nextNav {
   background:url(/primecast/master/images/theme/btn_next.png) no-repeat;
   right: 0px;
   width: 20px;
}

a.nivo-nextNav:hover {
    width:20px
    overflow: hidden;
    background-position: -20px 0;
}

a.nivo-prevNav {
   background:url(/primecast/master/images/theme/btn_prev.png) no-repeat;
   left:0px;
   width: 20px;
}

a.nivo-prevNav:hover {
    width: 40px;
    overflow: hidden;
    left: -20px;
}

.nivo-caption {
    text-shadow:none;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}

/* Contact Form  */


#contact h2 {
    margin: .5em;
}

.form-item-wrapper,
#contact .form_wrapper {
    margin: 1em;
}

#contact h2 img {
  float: left;
  margin: .6em .25em .25em;  
}

#contact p {
  display: block;
  padding: 1em 0em;
  text-align: left;
  line-height: 1.2em; 
}


#sc_login_input_form label,
#contact .form_wrapper label {
    font-size: 1.1em;
    display: block;
    width: auto;
}

.form-widget input,
#contact .form_wrapper input,
#contact .form_wrapper textarea {
    border: 1px solid gray;
    background: #fff;
    display: block;
    margin-top: .5em;
    width: 90%;
    padding: .5em;
    font-size: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: none !important;
}

#sc_forgot_pass,
.form-button,
#sButton {
    float: right;
    display: block;
    clear: both;
    margin: 1em;
}

/* Footer */

#footer_wrapper {
    background: #00539b url('../images/theme/footer_border.jpg') repeat-x top center;
    padding: 1em 0;
    margin-top: 2em;
}
#footer {
    color: #f0f0f0;
    padding: 0 0 0 3em;
}

#footer ul {
    margin: .5em 0 .75em;
    list-style-type: none;
}

#footer .sf-menu,
#footer .sf-menu li {
    clear: both;
    float: none;
    width: 10.5em;
    border-left: none;
    margin: 0;
}

#footer .sf-menu li ul,
#footer .sf-menu li ul li {
    background: #005F8B;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#footer .sf-menu li ul li a:hover {
    background: #005F8B;
}

#footer .sf-menu li ul {
    padding: 10px 5px 5px 5px;
    margin-top: -10px;
}

#footer .sf-menu li a img,
#footer #user_tools li a img {
   margin: 5px 10px -5px 0 !important; 
}

#footer .sf-menu li a,
#footer ul li a {
    display: block;
    padding: .25em 0;
    text-decoration: none;
    color: #f0f0f0;
    border-style: none;
}

#footer .sf-menu li a:hover,
#footer ul li a:hover {
    color: #fff;
    text-shadow: 1px 1px #333333;
    background: #0183BF;
}

#footer ul li a img{
   margin: 0 10px -10px 0; 
}

#footer ul h3 {
    font-size: 1.2em;
    line-height: 2em;
    border-bottom: 1px solid #fff;
    display: inline;
}

p#copyright {
    text-align: center;
    display: block;
    padding: 1em 0 0 0;
    color: #fff;
    font-size: .8em;
}

/* Mailchimp signup form */

.mc-field-group label {
    margin: 1em 0 0 0;
    display: block;
}

#mce-EMAIL {
    font-size: 14px !important;
    border: 1px solid gray;
    background: #fff;
    display: block;
    margin-top: .5em;
    width: 90%;
    padding: .5em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

input#mc-embedded-subscribe {
    margin: -2.3em -35% 1em 0;
    float: right;
}

li.mc-power {
    width: 70%;
    padding: 0.25em 0 0 0 !important;
}

.mc-power a {
    display: block;
    float: right;
    padding: 0;
}

/* ribbon headings */
 
.homepage_feature_block {}
.homepage_feature_block h2 {
    border-radius: 8px;
    background: #003F7C;
    color: #fff;
    width: 95%;
    margin: .5em auto;
    font-size: 2.2em !important;
    line-height: 1.2em !important;
    padding: .5em;
}

.homepage_feature_block p {
    font-size: 1.8em !important;
    line-height: 1.2em !important;
}

.homepage_feature_block p a {
    color: #003F7C;
    text-decoration: none;
}

.homepage_feature_block p a:hover {
    color: #008AC9;
}
   
.rectangle {
   background: #00539b;
   height: 60px;
   position: relative;
   left:-30px;
   width: 990px;
   float: left;
   -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
   z-index: 500; /* the stack order: foreground */
   margin: 1em 0 2em 1em;
}
   
.rectangle h2 {
  float: left;
  margin: -.2em 0 0 1em;
  color: #f0f0f0;
}
 
.triangle-l {
   border-color: transparent #7d90a3 transparent transparent;
   border-style:solid;
   border-width:15px;
   height:0px;
   width:0px;
   position: relative;
   left: -30px;
   top: 60px;
   z-index: 55; /* displayed under bubble */
}

.triangle-r {
   border-color: transparent transparent transparent #7d90a3;
   border-style:solid;
   border-width:15px;
   height:0px;
   width:0px;
   position: relative;
   left: 945px;
   top: 30px;
}



/* Secondary Page */

.header_image {
   float: left;
   margin: 1em 2em 1em 2em;
   -moz-box-shadow: 5px 5px 12px rgba(0,0,0,0.5);
   -webkit-box-shadow: 5px 5px 12px rgba(0,0,0,0.5);
   box-shadow: 5px 5px 12px rgba(0,0,0,0.5);
}

.tagline {
    clear: right;
    display: block;
    margin: 1em;
    padding: 0 0 2em 0;
    line-height: 1.5em;
}

/* DIRECTV Page Content */

.directv_package_block {
    float: left;
    text-align: center;
    width: 40%; 
}

.directv_package_block img {
}

.directv_package_block a.button {
    clear: both;
    float: right;
    margin: 1em;
    width: 80%;
}

#packages a.button {
    clear: both;
}

#packages ul {
    width: 60%;
    float: right;
    margin: -1em 0 3em;
}

#packages li {

}

#equipment img {
   margin-left: -1em; 
}

#equipment a.button {
    margin-top: 15%;
}

/* About Page Content */

#reasons ol {
    margin-left: 3em;
}


/*FAQ Page Content */

/* Interior tab section */
    
.tabs {
    margin: 0 0 0 1em;
}
    
.tabs-list {
    margin: 0 1.5em 0 0;
    padding: 0;
    float: left;
}   
    
.tabs-list li {
    list-style: none;
    padding: .5em 0;
}   
    
.tabs-list li a {
    font-size: 1em;
    padding: .5em;
    color: #646567;
    border-bottom: dotted 1px #646567;
    text-decoration: none;
    display: block;
    outline: 0 !important;
    width: 100%;
}   
    
.tabs-list li a img {
    float: left;
    margin: -5px 5px 5px 5px;
    border-style: none;
}   
.tabs-list li.current a {
    background: #005DAC url('../images/alert-overlay.png') repeat-x;
    display: block;
    padding: .7em .3em; 
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border:none;
    cursor: pointer;
    position: relative;
    border-bottom: none;
}

.tabs-list a:focus {
    outline: 0 !important;
}

h4.tabhead {
    outline: 0;
    display: none;
}

span.current-info {
    display: none;
}


/* Tab content */

#faq .tabbody .landing_page_block {
    width: 65%;
    float: right;
    border-top: none;
    margin: -8.5% 1em 1em;
}

#faq h2 {
   margin: 0 0 0 .5em; 
}

#faq .landing_page_block h3 {
    font-weight: bold;
}

#faq .landing_page_block ul {} 

.landing_page_block ul li {
    list-style: none;
    display: block;
    margin: 2em 1em;
} 

#faq .landing_page_block ul li ul,
#faq .landing_page_block ul li li {
    list-style: circle;
}

#faq .landing_page_block ul li h3 {
    margin: 2em 0em;
    font-size: 1.4em;
    font-weight: bold;
} 

#faq .landing_page_block ul li p {
    margin: 1em 0;
    line-height: 1.4em;
}

/* Email page */

#email ul {
    list-style: none;
    margin: .5em;
} 

#goPrimecast_email,
#email li {
    margin: .5em;
}

/* Channel lineups page */

#channels table {
    font-size: .8em;
    font-family: Helvetica, sans-serif;
    margin: .5em 0 .5em .5em;
}

#channels td {
    margin: .5em;
    padding: .5em;
    width: 100%;
}

#choice_block a.button,
#xtra_block a.button, 
#ultimate_block a.button, 
#premier_block a.button {
    clear: both;
    margin: 10% 2em 0 0;
    float: right;
}

span.hd {
    font-size: .8em;
    background: #444;
    color: #fff;
    padding: 2px;
    vertical-align: middle;
    border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 1em;
}

a#choice {
    background: #00aeef;
    color: #fff;
}

a#choice:hover {
    background: #1381cd !important;
}

#channels #choice_block h2 {
    color: #00aeef;
}

#channels #choice_block td {
    background: #00aeef;
    color: #fff;
}

a#xtra {
  background: #00529b;
  color: #fff;
}

a#xtra:hover {
    background: #01407c !important;
}

#channels #xtra_block h2 {
    color: #00529b;
}

#channels #xtra_block td {
    background: #00529b;
    color: #fff;
}

a#ultimate{
   background: #59408e;
   color: #fff;
}

a#ultimate:hover {
   background: #463074 !important;
}

#channels #ultimate_block h2 {
    color: #59408e;
}

#channels #ultimate_block td {
    background: #59408e;
    color: #fff;
}

a#premier {
    background: #ed1c24;
    color: #fff;

}

a#premier:hover {
    background: #c21a1f !important;
}

#channels #premier_block h2 {
    color: #ed1c24;
}

#channels #premier_block td {
    background: #ed1c24;
    color: #fff;
}

/* Hackey Fix for Safari/IE Background bug */

.hideOverflow {overflow-x: hidden;}


