/* ************************************************   
Template Name: Noise Under Construction
Author URI: http://themeforest.net/user/karu 
Version: 1.0 

************************************************ */


/****************** GLOBAL SETTINGS **************/

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,dd,dl,dt,
li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
}

body {
 background:#202228 url(../images/bg.jpg) repeat;
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;
 }
 
.clear{clear:both}

.line {
 background: url(../images/line.jpg) repeat-x;
 height:10px;
 position:relative;
 top:60px;
 left:8px;
 }

img{border:none; margin: 90px 0 0 10px}

h1,h2,h3,h4,h5,h6 {
 color:#fff;
 margin:0;
 font-family: 'Open Sans Condensed', sans-serif;
 font-weight:700;
 padding:0;
 } 
 
h1{
 font-size:150px;
 }  
 
h2{
 font-size:26px; 
 } 

#main{
 position: relative;
 color:#fff;
 text-shadow:1px 1px 1px #000;
 background-position:center center;
 font-family:Arial, Helvetica, sans-serif;
 width:800px;
 left:100px;
 top:80px;
 } 

 
 
/****************** General Links **************/ 


a:link,a:active,a:visited,a:hover{
 color:#eee;
 outline: none; 
 text-decoration:none;
 }
a:hover{
 text-decoration:underline;
 }
 
 
/****************** Header **************/ 


#header p {
 font-size:60px;
 line-height:0.9em;
 margin-left:7px;
 font-family: 'Open Sans', sans-serif;
 font-weight: 300;
 color:#efefef;
 }
 

 
 
 
/****************** Container **************/  

 
#container{
 padding:0;
 margin:0;
 top:30px;
 position:relative;
 font-family: 'Open Sans Condensed', sans-serif;
 font-weight:700;
 }
 
/****************** Countdown **************/
 
 
#countdown {
 padding:0;
 margin:0 0 0 6px;
 background: url(../images/counter.png) no-repeat;
 width:700px;
 height:150px;
 }  
 
.hasCountdown {
 border: 0;
 padding:0;
 overflow: hidden;
 display:block;
 }
 
.countdown_row {
 clear: both;
 width: 100%;
 margin:0 auto;
 display: block;
 }
 
.countdown_show4 {
 width: 100%;
 margin:0 auto;
 }

.countdown_section {
 display: block;
 float: left;
 color:#fff;
 text-shadow: 1px 1px 1px #444;
 text-align: center;
 width:102px;
 height:60px;
 margin-right:29px;
 text-transform: uppercase;
 padding:15px 0 0 0;
 margin-top:30px;
 }
 
.countdown_section:first-child {
 margin-left:2px;
}

.countdown_amount {
 font-size: 28px;
 }

.countdown_descr {
 display: block;
 width: 100%;
 }

.counter {
 text-transform: uppercase;
 padding:0;
 }  


/****************** Social **************/


#social {
 top:80px;
 position:relative;
 left:6px;
 } 
 
.tipsy {
 background: url(../images/tipsy.png) no-repeat;
 font-size: 11px;
 opacity: 0.8;
 padding: 5px;
 }
.tipsy-inner {
 background-color: black;
 color: white;
 max-width: 200px;
 padding: 6px 10px;
 text-align: center;
 }

.tipsy-inner { 
 box-shadow: 0 0 3px #000000; 
 -webkit-box-shadow: 0 0 3px #000000; 
 -moz-box-shadow: 0 0 3px #000000; 
 }
 
.tipsy-inner {
 border-radius: 3px 3px 3px 3px;
}
.tipsy-south {
 background-position: center bottom;
}
