/*

Title: Shell styles
Media: Screen
Updated: Jan 7, 2010

/* ---------------------------
=Globals & Resets 
---------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

/* 	font-size set following Richard Rutter's method to allow text resizing across all browsers: 
http://www.alistapart.com/articles/howtosizetextincss/ 
16px baseline font-size. See ie.css for IE baseline font-size rule. 

Important: 
Line-height calculations are based on the most immediate font size. 
For example: if font-size is resized to 14px, begin line-height calculation for that element at 14px (not 16px).
Otherwise line-height will inherit base line-height of 17px (see body rule). 
*/

body {
  background-color: #fff;
  background-image: url(/img/bg/bg-body3.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat; 
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  line-height: 1.125em; /* 16 x 1.125 = 18px */	
  text-align: center;
  color: #000;
}

/* HIde Cufon to get rid of FOUT */

.cufon-loading .lt, .cufon-loading .reg, .cufon-loading .sbold, .cufon-loading .bold, .cufon-loading #bigidea h1, .cufon-loading #wrap h2, .cufon-loading .threecol h3, .cufon-loading .lt strong, .cufon-loading .lnav h3 {
    visibility: hidden !important;
    }

h1,
h2,
h3,
h4,
h5,
h6 { 
  font-weight: normal;
  line-height: normal; 
  font-size: 1em;
}

ul { list-style: none; }

ol {
  margin-left: 20px;
}

img, fieldset { border:none; }

a, #rc .icon h2 a, #points li p span { 
  outline: none;
  text-decoration: none; 
  color: #009dd8;
}

    a:hover, h2 a:hover, #section a:hover, #rc .icon h2 a:hover, #points li a:hover p span {
      color: #02bffd;
    }

u {
    text-decoration: none;
    background: #f3fcc1;
    }

:focus, :active {
  outline: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: bold;
}

td {
  vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.fleft { 
  float:left;
  margin: 2px 10px 2px 0;
}

.fright { 
  float:right; 
  margin: 2px 0 2px 10px;
}

.fcenter {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  font-size: .75em; /* 12px */
}

#content .no-m {
  margin: 0;
}

#content .m-top {
    padding-top: 30px;
    }

#content .m-b {
	margin-bottom: 12px;
	}

#content .mgn, #content .col .mgn, #content .m-b-big {
	margin-bottom: 24px;
	}

    #content .mgn.fortytwo {
        margin-bottom: 42px;
        }

#content .mgn-med {
    margin-bottom: 30px;
    }
    
	
.mgn-b {
   margin-bottom: 60px;
   }
	
h1.mgn {
	margin-bottom: 30px;
	}


div.hr {
  clear: both;
  height: 1px;
  background: #e6e6e6;
}

.hide, 
.skip, 
hr, 
.closed, 
.iphone-top, 
.iphone-nav, 
.iphone-sub-nav { 
  display: none; 
  }

.open { 
  display: block; 
  }

#content p.reserve, #content p.trial, #content p.signup {
	width: 222px;
	height: 164px;
	margin-bottom: 58px;
	margin-bottom: 12px;
	}
	
#content p.trial, #content p.signup {
	width: 143px;
	height: 35px;
	margin: 0 0 0 24px;
	}

#content p.signup {
	width: 129px;
	padding-top: 0;
	margin: 0 0 0 12px;
	border-top: none;
	}
	
#content p.reserve a, #content p.trial a, #content p.signup a {
	display: block;
	height: 164px;
	text-indent: -99999px;
	overflow: hidden;
	background-image: url(/img/btn/btn-webinar.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
#content p.trial a, #content p.signup a {
	height: 35px;
	background-image: url(/img/btn/btn-trial-2.jpg);
	}
	
#content p.signup a {
	background-image: url(/img/btn/btn-signup.jpg);
	}
	
#content p.reserve a:hover {
	background-position: 0 -164px;
	}
	
#content p.trial a:hover {
	background-position: -143px 0;
	}
	
#content p.signup a:hover {
	background-position: -129px 0;
	}
	
#content p.reserve.sm {
	width: 226px;
	height: 50px;
	margin-bottom: 0;
	}
	
#content p.reserve.sm a {
	height: 50px;
	background-image: url(/img/btn/btn-reserve.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
#content p.reserve.sm a:hover {
	background-position: 0 -50px;
	}

h1 img.btn {
	position: relative;
	top: 5px;
	}

a.addthis_button {
	margin-bottom: 24px;
	display: block;
	}
	
.errorExplanation h2 {
	background: #c00;
	font-size: .815em;
	padding: 12px;
	margin-bottom: 12px;
	color: #fff;
	}
	
#content .errorExplanation p {
	margin-bottom: 12px;
	}
	
#content .errorExplanation p, #content .errorExplanation li {
	color: #900;
	}

#content .errorExplanation ul {
	margin-bottom: 24px;
	}

/* 
Clearing floats: http://www.positioniseverything.net/easyclearing.php  
*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.c\learfix:after { line-height: 0; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* Rounded corners */

.round, #nav-s li ul, .highlight, #footer p.bug, #nav-s li a, .enterprise-solutions, #points li, #points li a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.noround, #nav-s li li a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
    }        

.roundbottom, #nav-s li ul li:last-child a, .bigger, .example-programs.index .programs a, .customer-solutions.overview .programs a, .products .programs a, .signalhome .programs a {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;		
	border-bottom-left-radius: 5px;
	}
	
.roundtop, #nav-s li ul li:first-child a, .incl h2 {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;		
	border-top-left-radius: 5px;
}

.roundright {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	}
	
.roundleft {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;		
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;		
	border-bottom-left-radius: 5px;
  }  



/* ---------------------------
=Layout 
---------------------------- */

#announcement {
    font-size: 11px;
    padding: 1px 8px;
    position: absolute;
    top: 20px;
    left: 124px;
    }

#wrap {
    width: auto;
    }

.bounds {
  width: 960px; 
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#content {
  padding: 30px 0 0;
  z-index: 90;
  background: #fff;
}

.cross-channel-marketing #wrap.landing #content {
    padding-bottom: 0;
    }

.title {
    position: relative;
    height: 100px;
    }

/* Masthead styles */

#logo {
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 1000;
}

#nav-s {
    padding: 26px 0 0;
    }

.mnav {
    padding-left: 139px;
    float: left;
    }

#nav-s li {
  float: left;
  margin: 0;
}

#nav-s a {
  display: block;
  position: relative;
  font-size: 12px;
   padding: 5px 10px 7px;
    color: #c2d7df;
   }
   
   #nav-s .mnav a {
    font-size: 14px;
    padding: 5px 12px 7px;
    color: #c9e0e8;
    }
    
#nav-s a:hover
 {
     color: #fff;
    }
    
body.features li#products a,
body.messaging-channels li#messaging-channels a,
body.services li#services a,
body.cross-channel-marketing li#cross-channel-marketing a,
body.resources li#resources a, 
body.signup li#sign-up a, 
body.customer-solutions li#customer-sols a,
body.products li#products a, 
body.messaging-channels li#products a, #nav-s a.here, 
body.support li#support a {
    color: #fff;
     background: #0e2b3b;
     }
    
ul.also {
    float: right;
    }

li#login {
    margin-right: 0;
    }
    
/* Dropdowns */

#nav-s li ul {
	position: absolute;
	left: -999em;
	width: 160px;
	padding: 0;
	}

#nav-s li li.sfhover ul, #nav-s li:hover ul {
	left: auto;
	z-index: 110;
	margin-top: -12px;
}

#nav-s li ul li {
	float: none;
	padding: 0;
	margin: 0;
	}

#wrap #nav-s li li a {
	margin-right: 0;
	display: block;
	padding: 8px 10px;
	color: #009dd8;
	border: 1px solid #d0d0d0;
	border-bottom: 0;
	background:  #fff;
	width: auto;
	z-index: 110;
	font-size: .75em;
  text-indent: 0;
}

#wrap #nav-s li li:last-child a {
	border-bottom: 1px solid #ddd;
	}

#wrap #nav-s li li a:hover {
	background: #f6f6f6;
	color: #222;
}


/* Get Started btn */

p#getstarted {
    height: 38px;
    width: 185px;
    z-index: 100;
    text-indent: -99999px;
    overflow: hidden;
    }
    
p#getstarted a {
    display: block;
    height: 38px;
    background-image: url(/img/btn/btn-view-plans-185.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    }
    
    p#getstarted.unlimited a {
        background-image: url(/img/btn/btn-signup-now.png);
        }
    
   
p#getstarted a:hover {
    background-position: 0 -38px;
    }

#bignav p#getstarted {
    position: absolute;
    top: 100px;
    right: 0;
    left: auto;
    }


/* Footer styles */

#footer {
  clear: both;
  padding-bottom: 100px;
  color: #ddd;
  padding-top: 18px;
  background: #101d29;
}

#footer p {
  font-size: 12px; 
	line-height: 18px;
	color: #ddd;
}

    #footer p.bug {
/*    background: #142433; */
    padding: 12px 0 0;
    }
    
    #footer p.bug a {
      position: relative;
      top: 3px;
    }
    
    #footer p.bug.mma a {
      top: 14px;
      }
    
    #footer p.bug img {
        float: left;
        margin: 3px 12px 8px 0;
        }

.search {
    margin-bottom: 24px;
}

input#site-search {
  border: 1px solid #ddd;
  margin-right: 4px;
  padding: 4px 3px;
  width: 189px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: .687em;
  font-size: 11px;
}

.search input#btn-search {
  position:  absolute;
}


#footer ul {
	margin-bottom: 30px;
	}

#footer li {
  font-size: 12px; /* 12px */
  margin-bottom: 6px;
}

#footer h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
	}
	
	#footer h3, #footer h3 a {
	   color: #ddd;
	   }
	   
	   #footer a:hover, #footer h3 a:hover {
	       color: #02bffd;
	       }
	
	#footer h3.pad-top {
	   padding-top: 24px;
	   }

/* Find us styles */

.findus {
  padding: 18px 0 6px;
  }

.findus a {
  display: block;
  float: left;
  margin-right: 25px;
  text-indent: -999999px;
  height: 36px;
  width: 37px;
  overflow: hidden;
  background-image: url(/img/ico/ico-findus-googleplus2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  }
  
  .findus a.right, .findus a.gplus {
    margin-right: 0;
    float: right;
    }

  .findus a:hover {
    height: 36px;
    background-position: 0 -36px;
    }
    
.findus a.fb {
  background-image: url(/img/ico/ico-findus-fb2.png);
  margin-right: 24px;
  }

.findus a.twitter {
  background-image: url(/img/ico/ico-findus-twitter2.png);
  }

.findus a.linkedin {
  background-image: url(/img/ico/ico-findus-linkedin2.png);
  }

