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


/* Default
----------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: #000;
    color: #fff;
	line-height: 22px;
	font-family: 'BebasNeueRegular', '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: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px 0 0 2px;
    font-size: 13px;
	display: inline;
    height: 21px;
    padding: 6px 10px;
	background: #fff;
	vertical-align: top;
	border-right: none;
}
input[type="textarea"] {
   border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px 0 0 2px;
    font-size: 13px;
	display: inline;
    height: 82px;
    width: 400px;
    padding: 6px 10px;
	background: #fff;
	vertical-align: top;
	border-right: none;
}
input[type="submit"] {
	background: url("../images/email.png") no-repeat scroll center center orange;
	text-indent: -9999px;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
	border: none;
	display: inline;
	height: 33px;
	width: 50px;
	text-decoration:none;
	color: #f3f3f3;
	cursor: pointer;
	vertical-align: top;
	margin: -7 -20 0 -9px;
	border-left: none;
}
fieldset {
	margin-bottom: 0;
}



/* Content
----------------------------------------------------------------------------------------------------*/
#overlay { background: url(../images/overlay.png) repeat scroll 0 0 transparent; position:fixed; left:0; top:0; overflow:hidden; z-index:-1; height:100%; width:100%; opacity: 0.5;}
#content {
	display: none;
	overflow: hidden;
	clear: both;
}
#logo {
    background: url("../img/separator.png") no-repeat scroll center 0 rgba(0, 0, 0, 0.75);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
    float: left;
    padding: 20px;
	border-radius: 3px 3px 0 3px;
}
#logo img:hover {
    opacity: 0.75;
}
#message {
    font-size: 48px;
    line-height: 44px;
    background: rgba(0, 0, 0, 0.75);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
	padding: 20px;
	float: left;
	border-radius: 0 3px 0 3px;
}
.warning {
	font: bold 12px/20px 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	color: #E50003;
}
#subscribe-title {
	color: orange;
    margin-bottom: 10px;
	font: 14px/20px 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
}


/* Tweet
----------------------------------------------------------------------------------------------------*/
#twitter {
    bottom: 0;
    color: #fff;
    font: 11px/18px 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
    left: 0;
    min-height: 20px;
    position: fixed;
    width: 100%;
	top: auto;
	display: none;
}
#twitter p {
    background: rgba(0, 0, 0, 0.75);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
    float: left;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
	bottom: 0;
	display: none;
}
#twitter .tweet-image {
	background: url(../images/tweet.png) no-repeat scroll 0 0 transparent;
    padding-left: 23px;
}
#twitter .tweet-spacer {
	display: block;
	height: 12px;
}
#twitter .tweet-time {
	font-weight: normal;
	color: #f5f5f5;
}
#twitter a {
	color: orange;
}
#twitter a:hover {
	color: red;
}



/* Social
----------------------------------------------------------------------------------------------------*/
#socials {
    position: absolute;
	top:0;
	right: 0;
	display: none;
}
#socials ul {
    text-align: right;
    background: rgba(0, 0, 0, 0.75);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
	padding: 0 20px;
	float: left;
	margin:0;
}
#socials li {
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 0;
}
#socials a {
	background: url("../images/socials.png") no-repeat scroll 0 0 #000;
	color: #FFFFFF;
	line-height: 26px;
	padding: 4px 16px;
	float: left;
}
#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;
}




/* Tipsy
----------------------------------------------------------------------------------------------------*/
.tipsy { font: 10px/18px 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #fff; max-width: 200px; padding: 0 5px; text-align: center; }
/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-inner { box-shadow: 0 1px 2px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }




/* Supersized
----------------------------------------------------------------------------------------------------*/
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../images/progress.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { margin:0; display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../images/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }



/* Countdown
----------------------------------------------------------------------------------------------------*/
#countdown {
	font-size: 70px;
	line-height: 56px; 
    background: url("../img/separator.png") no-repeat scroll center 0 rgba(0, 0, 0, 0.75);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
	float: right;
	border-radius: 0 3px 3px 3px;
}
#countdown .count {
    float: left;
    padding: 25px 20px 20px 20px;
    text-align: center;
}
#countdown .count:last-child {
	margin-right: 0;
}
#countdown span {
    display: block;
	font: 11px/18px 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	color: orange;
}




/* 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 #35373F;
	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 #35373F;
	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 #35373F;
    padding: 4px;
    width: 192px;
}