/* ************************************************   
Template Name: Under Construction
Author URI: http://themeforest.net/user/karu 
Version: 1.0 

************************************************ */


/****************** GLOBAL SETTINGS **************/

* {margin:0; padding:0}
body {
 background:#444 url(bg.jpg) repeat;
 height:100%;
 }
 
.clear{clear:both}

img{border:none}

/********************* Main Section ******************/

#main{
 margin:110px auto;
 padding:0;
 font-family:Georgia, "Times New Roman", Times, serif;
 color:#696969;
 background-position:center center;
 width:600px;
 text-align:center;
 }
 
#container{
 background: url(../images/container1_bg.png) repeat;
 -moz-border-radius: 10px;
 border-radius: 10px;
 margin:10px 20px;
 font-size:20px;
 padding:20px;

 }
 
#container p{
 font-size:25px;
 line-height:1.2em;
 text-transform:lowercase;
 }
 
.info {
 margin-bottom:35px;
 } 

.social {
 margin: 20px;
 }
 
.line {
 background: url(line.png) no-repeat;;
 height:10px;
 margin-top:10px;
 } 

/****************** Countdown **************/
 
 
#countdown {
 padding:10px;
 width: 440px;
 margin:0px auto;
 background: url(counter.png) no-repeat;
 }  
 
.hasCountdown {
 border: 0;
 padding:30px 0 30px 26px;
 overflow: hidden;
 display:block;
 }
 
.countdown_row {
 clear: both;
 width: 100%;
 margin:0 auto;
 display: block;
 }
 
.countdown_show4 {
 width: 540px;
 margin:0 auto;
 }

.countdown_section {
 display: block;
 float: left;
 font-size: 15px;
 color:#fff;
 text-shadow: 1px 1px 1px #1f3e0b;
 text-align: center;
 width:82px;
 height:66px; 
 margin-right:10px;
 text-transform: uppercase;
 font-weight: normal;
 padding:18px 0 0 2px;
 }
 
.countdown_section:first-child {
 margin-left:5px;
}

.countdown_amount {
 font-size: 32px;
 font-weight:400;
 }

.countdown_descr {
 display: block;
 width: 100%;
 }

.counter {
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
 text-transform: uppercase;
 padding-top:20px;
 margin-bottom:25px;
 }  



/****************** Subscribe **************/

.subscribe {
 padding:0px;
 margin:0 auto;
 width:480px;
 }
 
.subscribe form input#email {
 width:368px;
 padding:8px 5px 6px 7px;
 float:left;
 margin:1px 0 8px 0;
 } 
 
.subscribe form input#submit {
 width:84px;
 height:34px;
 margin-left:10px;
 float:left;
 padding:0;
 border:none;
 background: url(../images/submit.png) no-repeat;
 } 
 
.subscribe form input#submit:hover { 
cursor:pointer;
}  
 