@import 'reset.css';
@import 'text.css';


/* Default
----------------------------------------------------------------------------------------------------*/
body {
    background: url("../images/patterns/pat_17.png") repeat scroll 0 0 transparent;
    color: #f3f3f3;
	line-height: 22px;
	text-shadow: 1px 1px #f9f9f9;
	font-family: 'Open Sans Condensed', 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #4e4e4e;
}
input[type="text"] {
   border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px 0 0 20px;
    color: #f3f3f3;
    font-size: 13px;
	display: inline;
    height: 21px;
    padding: 6px 20px;
	background: #35373F;
	border-right: none;
}
input[type="submit"] {
/* 	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #35373F), color-stop(1, #474A54) );
	background:-moz-linear-gradient( center top, #35373F 5%, #474A54 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#35373F', endColorstr='#474A54');
	background-color:#35373F;	 */
	background: url("../images/email.png") no-repeat scroll left center #35373F;
	text-indent: -9999px;
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
	border: none;
	display: inline;
    font: bold 13px 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	height: 33px;
	width: 40px;
	text-decoration:none;
	color: #f3f3f3;
	cursor: pointer;
	vertical-align: top;
	margin: 0 0 0 -5px;
	border-left: none;
}input[type="submit"]:hover {
	color:#ccc;
}input[type="submit"]:active {
	position:relative;
}
fieldset {
	margin-bottom: 0;
}



/* Content
----------------------------------------------------------------------------------------------------*/
#top {
	background: url("../images/top.png") repeat-x scroll 0 bottom transparent;
	text-shadow: 1px 1px #000;
}
#wrapper {
    min-height: 100%;
    width: 100%;
	float: left;
}
#content {
	display: none;
}
#logo, #message, #countdown, #subscribe-wrapper {
	text-align: center;
}
#logo {
	margin-bottom: 10px;
}
#subscribe {
	color: #222;
}
#subscribe-wrapper {
	margin-bottom: 20px;
}
#message {
    font-family: 'Open Sans Condensed','Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 40px;
}
.warning {
	font-weight: bold;
	color: #E50003;
}
#subscribe-title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}


/* Tweet
----------------------------------------------------------------------------------------------------*/
#twitter {
	font-size: 12px;
	position: relative;
	min-height: 20px;
	line-height: 18px;
	font-weight: bold;
	color: #222;
}
#twitter p {
	top: 0;
	left: 0;
	margin:0;
	position: absolute;
	display: none;
	width: 100%;
	text-align: center;		
}
#twitter .tweet-image {
	background: url(../images/tweet.png) no-repeat scroll 0 1px transparent;
    padding-left: 23px;
}
#twitter .tweet-spacer {
	display: block;
	height: 12px;
}
#twitter .tweet-time {
	font-weight: normal;
}
#twitter a {
	color: #666;
}
#twitter a:hover {
	color: #999;
}
.loading-tweets {
	display: block;
	text-align: center;
}



/* Social
----------------------------------------------------------------------------------------------------*/
#socials ul {
    margin: 10px 0;
    text-align: center;
}
#socials li {
	display: inline;
	list-style: none;
	padding: 10px 5px 10px 5px;
	margin: 0;
}
#socials a {
	background: url("../images/socials.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	line-height: 26px;
	padding: 6px 12px;
}
#socials .digg {
	background-position: 0 0;
}
#socials .share {
	background-position: -34px 0;
}
#socials .flickr {
	background-position: -67px 0;
}
#socials .dribble {
	background-position: -100px 0;
}
#socials .forrst {
	background-position: -134px 0;
}
#socials .rss {
	background-position: -168px 0;
}
#socials .google {
	background-position: -200px 0;
}
#socials .vimeo {
	background-position: -234px 0;
}
#socials .twitter {
	background-position: -268px 0;
}
#socials .facebook {
	background-position: -302px 0;
}





/* Countdown
----------------------------------------------------------------------------------------------------*/
#countdown {
    clear: both;
    display: block;
    overflow: hidden;
	font-size: 42px;
	font-weight: bold;
	line-height: 120px; 
    margin-bottom: 20px;
    padding-top: 12px;
	color: #35373F;
	text-shadow: none;
	font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
}
#countdown .container_12 div {
	height: 135px;
	margin-bottom: 20px;
}
#countdown .grid_2 {
	width: 158px;
}
#countdown .grid_2.count {
	background: url("../images/date.png") no-repeat scroll center top transparent;
	width: 131px;
}
#countdown span {
    display: block;
	font-size: 11px;
	margin-top: -90px;
}