@import 'reset.css';
@import 'text.css';


/* Default
----------------------------------------------------------------------------------------------------*/
body {
	color: #333;
	line-height: 22px;
	background-attachment: scroll;
	background-image: url(../images/shadow.png);
	background-repeat: repeat;
	background-position: center center;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #4e4e4e;
}
input[type="text"] {
    border: 1px solid #4D4D4D;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px 0 0 2px;
    color: #000;
    font-size: 13px;
	display: inline;
    height: 17px;
    padding: 5px;
	text-shadow: 1px 1px #ccc;
	background: transparent;
}
input[type="submit"] {
	background:none repeat scroll 0 0 #4D4D4D;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border: 1px solid #4D4D4D;
	display: inline;
    font: bold 13px 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	height: 29px;
	text-decoration:none;
	color: #fff;
	cursor: pointer;
	vertical-align: top;
	margin: 0 0 0 -5px;
}input[type="submit"]:hover {
	color:#ccc;
}input[type="submit"]:active {
	position:relative;
}
fieldset {
	margin-bottom: 0;
}



/* Content
----------------------------------------------------------------------------------------------------*/
#wrapper {
 /*background: url("../images/patterns/pat_42.png") repeat scroll 0 0 transparent;*/
}
#wrapper {
    min-height: 100%;
    width: 100%;
	float: left;
}
#content {
	display: none;
	margin-top: 20px;
}
#logo, #message, #countdown, #subscribe-wrapper {
	text-align: center;
}
#logo {
	margin-bottom: 5px;
}
.warning {
	font-weight: bold;
}
#subscribe {
	margin-top: -70px;
}
#subscribe-wrapper {
	margin-bottom: 20px;
}
#message {
	font-size: 16px;
	line-height: 26px;
	text-align:justify;
}
#subscribe-title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
	text-shadow: 1px 1px #d9d9d9;
}


/* Tweet
----------------------------------------------------------------------------------------------------*/
#twitter {
	font-size: 11px;
	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;
}



/* Social
----------------------------------------------------------------------------------------------------*/
#social {
	font-size: 11px;
	position: relative;
	text-align: center;
	min-height: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#social a {
    border: 1px solid #4D4D4D;
    border-radius: 2px 2px 2px 2px;
    display: inline;
    margin-right: 20px;
    padding: 2px 5px 2px 0;
	font-weight: bold;
}
#social a:last-child {
    margin-right: 0;
}
#social span {
	padding: 2px 5px;
	margin-right: 5px;
    color: #FFFFFF; 
    background: none repeat scroll 0 0 #4D4D4D;
	text-shadow: none;
}



/* Countdown
----------------------------------------------------------------------------------------------------*/
#countdown {
    clear: both;
    display: block;
    overflow: hidden;
	font-size: 48px;
	font-weight: bold;
	line-height: 130px; 
    margin-bottom: 20px;
    padding-top: 12px;
    background: url("../images/count-bg.png") no-repeat scroll center top transparent;
	height: 246px;
	text-shadow: 1px 1px #ddd;
}
#countdown .container_12 div {
	height: 140px;
	margin-bottom: 20px;
	background: url("../images/count.png") no-repeat scroll center top transparent;
}
#countdown div.prefix_2 {
	background-position: right center;
}
#countdown div.suffix_2 {
	background-position: left center;
}
#countdown span {
    display: block;
	font-size: 11px;
	margin-top: -100px;
}




/* Switcher
----------------------------------------------------------------------------------------------------*/
#switcher label {
	display: block;
	clear: both;
}
#switcher select, #switcher .colorpicker, #switcher input[type="text"] {
	border-radius: 2px;
}
#option_btn {
    background: url("../images/switcher.png") no-repeat scroll right 0 #4D4D4D;
	border-radius: 0 4px 4px 0;
    cursor: pointer;
    height: 40px;
    left: 0;
    position: fixed;
    top: 19px;
    width: 40px;
    z-index: 999;
}

#option_wrapper {
	position: fixed;
	background: none repeat scroll 0 0 #4D4D4D;
	top: 19px;
	left:-245px;
	width: 217px;
	z-index: 99;
	min-height: 40px;
	color: #666666;
}
#option_wrapper .inner {
    margin: 0 10px;
}
#option_wrapper select {
    border: 1px solid #4D4D4D;
    padding: 4px;
    width: 192px;
}