/*!
 * 
 */
 
 /* steve - megamenu */
.dropdown .mega {
  position: fixed; 
  max-width: none;
  top: 40px;
  left: 0px;
  width: 100%;
}

.mega:before {
  display: none !important;
}

.mega:after {
  display: none !important;
}

.dropdown .mega .nav-stacked li {
  float: none !important;
}

/* end */


.btn-primary, .btn-info{
  color: white !important;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ECDCE8;
  background-image: -moz-linear-gradient(top, #f7e8f3, #ECDCE8);
  background-image: -ms-linear-gradient(top, #f7e8f3, #ECDCE8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7e8f3), to(#ECDCE8));
  background-image: -webkit-linear-gradient(top, #f7e8f3, #ECDCE8);
  background-image: -o-linear-gradient(top, #f7e8f3, #ECDCE8);
  background-image: linear-gradient(top, #f7e8f3, #ECDCE8);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e8f3', endColorstr='#ECDCE8',GradientType=0 ); /* IE6-9 */
}
.navbar .nav > li > a {
  color: #222;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.navbar .nav > li > a:hover {
  color: #454545;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
  color: #888;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar .nav .active .caret{
 opacity: 0.3;
}
.brand-img{
  float: left;
  margin-right: 15px; 
}
.navbar .brand{
  font-size: 18px;
  padding: 10px;
  color: #454545;
  font-weight: normal;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret{
  border-top-color: #454545;
}
.navbar .caret{
  color: #454545;
}

.navbar .divider-vertical {
  background-color: #ECDCE8;
  border-right: #f7e8f3;
}
 
.relative{
  position: relative;
}
.clear{
  clear: both;
}

.mega h3{
  font-family: 'Annie Use Your Telescope', cursive;
  text-shadow: 0px 1px 0px white;
  color: #555;
  font-size: 26px;
}
.mega .thumbnail  {
  margin-top: -20px;
  background: white;
}
.mega-pcard-thumb{
  margin-top: -20px; 
}
.mega-postcard-splash{
  margin-top: -20px; 
}

.dropdown .mega {
  width: 980px;
  left: 50%;
  margin-left: -490px; /* half of 960 to center it */
  padding: 0px;
  margin-top: 0px;
  border-top: 0px;
}
.mega-topbar{
  height: 35px;
  background-color: rgb(69,166,217);
  font-size: 16px;
  color: white;
  border-top: 1px solid rgb(169,208,233);
  border-bottom: 1px solid rgb(73,115,183);
  text-shadow: 0px -1px 0px rgb(73,115,183);
}

.mega .big a{
  font-size: 15px;
  line-height: 20px;
}

.mega ul {
  margin-left: 15px;  
}
.mega li {
  list-style-image: url("../imgs/arrow.png");  
}

.mega li a {
  padding: 5px;
  border-radius: 5px 5px 5px 5px;  
}

#mega-ecards{
  background: rgb(235,241,241);
  background-image: url(../imgs/mega-bg-ecards.png);
  background-repeat: no-repeat;
}
#mega-pcards{
  background: rgb(235,241,241);
  background-image: url(../imgs/mega-bg-pcards.png);
  background-repeat: no-repeat;
}

#faceit-icon{
  background: url("../imgs/star-faceit.png") repeat scroll 0 0 transparent;
  height: 46px;
  position: absolute;
  left: -10px;
  top: 150px;
  width: 46px;
}
#email-fb-icons{
  width: 110px;
  height: 50px;
  margin-top: -25px;
  margin-right: 20px;
  background-image: url(../imgs/emailandfb.png);  
}
#pcard-envelope{
  width: 60px;
  height: 45px;
  margin-top: -25px;
  margin-right: 20px;
  background-image: url(../imgs/pcard-envelope.png);  
} 
#gift-present{
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-right: 20px;
  background-image: url(../imgs/present.png);  
} 
#flowers-icon{
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-right: 20px;
  background-image: url(../imgs/flower-icon.png);  
}
#star-flash{
  width: 110px;
  height: 110px;
  background-image: url(../imgs/free-star-flash.png);
  margin-top: -80px;
}
#first-free{
  width: 175px;
  height: 100px;
  background-image: url(../imgs/1st-free.png);
  margin-top: -70px;
  margin-right: 10px;
}

#mega-flowers{
  background: rgb(235,241,241);
  background-image: url(../imgs/mega-bg-flowers.png);
  background-repeat: no-repeat;
}

#mega-gifts{
  background: rgb(235,241,241);
  background-image: url(../imgs/mega-bg-pcards.png);
  background-repeat: no-repeat;
}

.form-search{
  margin-bottom: 0;
}

.pad10 {padding: 10px;}
.pad5  {padding: 5px;}
.pad8  {padding: 8px;}


/* make menus show on hover
ul.nav li.dropdown:hover dropdown-menu{
    display: block;    
}


a.menu:after, .dropdown-toggle:after {
  content: none;
}
*/


