/*
Theme Name: MIDNIGHT OIL - Version: 1.1
Description: Designed by <a href="http://themeforest.net/user/josweb">josweb</a>.
Author: <a href="http://www.spiralpixel.com">Jo</a>
*/

/*  reset */
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, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent }


/* === Change Your Background Here === */
body {
    /* put in a single background for browsers that don't support multiple backgrounds */
    background: url("style/images/purple.jpg") no-repeat;

    /* add your background here */
    background: url("style/images/pattern.png") repeat,
                url("style/images/purple.jpg") no-repeat center center;
        background-color: #000;
    margin:0 auto;
	text-align:center; 
	overflow-x:hidden;
	 scrollbar-face-color: #333;
}

/* links */	
a {
	color: #fff;text-decoration:none;
	-moz-transition:color .3s ease-in,background .3s ease-in,opacity .3s ease-in ; 
	transition:color .3s ease-in,background .3s ease-in,opacity .3s ease-in ; 
	-webkit-transition:color .3s ease-in,background .3s ease-in,opacity .3s ease-in ;
	-o-transition: color .3s ease-in,background .3s ease-in,opacity .3s ease-in ;
	outline: 0;
	}
	
a:hover {color: #999; }

/* container */	
.container {
    width: 960px; height: 700px;
    margin: 0px auto;
	color: #fff;
	}
	
/* logo */
#logo {
	padding-top: 20px;
	display:block;
	width:960px;
	height:70px;
	text-align: center;
    font-size: 14px;
    color: #ccc;line-height:30px;
    font-weight: normal;
    letter-spacing: 2px;
   	text-transform: uppercase;
	margin: 0px auto;
    padding-bottom: 10px;
	font-family: 'Ubuntu Condensed', sans-serif;
	}
	
/* === Countdown === */
#launch_date {
	width: 620px;
	text-align: center;
	margin: 0px auto;
	}
	
.counter {
	height: 150px;
    margin: 0;
    text-align: center;
    position: relative;
	}

.countdown ul{ }
.countdown li{
	margin: 20px 0px 0px 10px;
	display: inline;
	text-align: center;
	float: left;
	width: 120px; height: 115px;
	border: 1px solid #111;
	padding-top: 0px;
	background-color: #222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=70);
	opacity: .70;	
	}

.number{
	font-size: 70px;
	color: #fff;
	font-family: 'Ubuntu Condensed', sans-serif;
	}

.time{
	font-size: 15px;
	text-transform: uppercase;
	color: #aaa;
	font-family: 'Ubuntu Condensed', sans-serif;
	}
	
/* === Updates Container === */
#box {
    background-color: #222;
    width: 420px;
    margin:0 auto;border: 1px solid #111;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=70);
	opacity: .70;padding:10px;-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
/* sidebar link */		
.read  {
	text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
   	text-transform: uppercase;
	margin: 10px auto 0px auto;
    padding-bottom: 10px;
	font-family: 'Ubuntu Condensed', sans-serif;
	}
	
/* === Email Updates === */	
.details {
	z-index: 1000;
    height: 60px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
    width: 340px;
   }

input#email {
    background: url(style/images/mail-bg.png) no-repeat scroll 0 0;
    width: 217px;
    height: 45px;
    border: 0 none;
    padding: 0 10px 0 10px;
    color: #ccc; font: normal 12px  'Ubuntu', sans-serif; 
    float: left;
    margin-right: 10px;
    line-height: 40px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=90);
	opacity: .90;	
	}

input#submit {
    background: url(style/images/pink_button.png) no-repeat scroll 0px 1px;
    width: 92px;
    height: 45px;
    border: 0 none;
    cursor: pointer;
    color: #ccc; padding-left:10px;
    float: left;
    font: normal 12px  'Ubuntu', sans-serif; letter-spacing:2px;
    text-shadow: 1px 1px 0px #393939;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=90);
	opacity: .90;
	}

.success { 
  	font: normal 30px 'Niconne', serif;
	color: #999;
	margin-top: 0px;
	}

.error {
	color: #999;
	font: normal 10px 'Ubuntu', sans-serif;
	position: relative;
	float: right;
	margin: 5px 5px 0px 0px;
	}

/* === Sidebar === */	
#pageslide {
		display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 300px;
    padding: 0px 0px 0 10px;
    background-color: #000;
    color: #999;
	}

::-webkit-scrollbar {  width: 8px; } /* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar-track { background-color: #333; } /* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2);  } /* this will style the thumb, ignoring the track */
::-webkit-scrollbar-button { background-color: #222; } /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
:-webkit-scrollbar-corner { background-color: black; } /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

