/*The asterix will reset everything*/
* {
    margin:0px;
    padding:0px;
}
body {
    background:url("images/body_bg.jpg") top no-repeat;
}
h1 {
    font-size:40px;
    font-family:Georgia;
    color:#fff;
}
h2 {
    font-size:35px;
    font-family:Times New Roman, Times, serif;
    color:#71add8;
}
a img {
    border:none;
}
a {
    text-decoration:none;
    color:#c7eafa;
    font-size:11px;
    font-family:Helvetica;
}
a:hover {
    color:#aadff8;
}
/*The Construction Page wrapper*/
#cp-wrapper {
    width:840px;
    height:265px;
    margin:220px auto;
}
/*The style for the "We are currently..."*/
h1.top-title {
    font-size:35px;
    color:#0f252f;
    font-weight:bold;
    font-style:normal;
    text-align:center;
}
/*The style for the "Our team..."*/
p.typeface {
    font-family:Helvetica;
    font-size:11px;
    text-align:center;
    margin-top:55px;
    color:#fff;
}
/*The Countdown wrapper*/
#countdown_dashboard {
    height: 110px;
    width:680px;
    margin:40px 90px 0px 90px;
}
.dash {
    width: 110px;
    height: 114px;
    background: transparent url('images/dash_bg.jpg') top repeat-x;
    float: left;
    margin-left: 20px;
    position: relative;
}
/*The digits*/
.dash .digit {
    font-size: 65px;
    font-weight: bold;
    float: left;
    width: 55px;
    text-align: center;
    color: #e4f3fa;
    position: relative;
    font-family:Helvetica;
}
/*The title of the digits "... minutes seconds"*/
.dash_title {
    position: absolute;
    display: block;
    bottom: 0px;
    right:5px;
    font-size: 12px;
    color: #80c9ec;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*The div that wraps the form*/
#subscribe_form {
    position: relative;
    top:40px;
    left:80px;
    padding:5px;
    background:#3e7387;
    border:1px solid #2b6e8e;
    width:394px;
    float:left;
} 
#email_field {
    font-size: 12px;
    font-family:Helvetica;
    color:#c9c9c9;
    padding: 6px 10px 6px 5px;
    width: 260px;
    float:left;
    position:absolute;
}
#subscribe_button {
    font-size: 14px;
    font-family:Helvetica;
    color: #fff;
    width:103px;
    height:30px;
    margin:0px 0px 0px 290px;
    background-color:#28556a;
    border:none;
}
.tipsy {
    font-size: 12px;
    font-family:Helvetica;
    padding: 5px 8px 4px 8px;
    background-color: #183f5b;
    color: white;
    max-width: 200px;
    text-align: center;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    }
  .tipsy-north { background-position: top center; }
/*The Social Media part*/
ul.social-media {
    list-style:none;
    margin:45px 0px 0px 510px;
}
ul.social-media li {
    float:left;
}
ul.social-media li a img{
    padding:5px 5px;
}
ul.social-media li a:hover img{
    background:url("images/social-media-hover.png") bottom no-repeat;
}
