/*
	This CSS file is dependent on the MAIN file from the 
	Active Coming Soon Template. 
	
	This is a file only for color scheme, use it to change the colors, 
	if you really need. My advice is to leave it 'as is' due to future updates. 
	So, any	modifications, are on your own risk.
*/
/* Color */
.submit-button:hover {
	color: #ffffff;
	background-color:#666666;
	border: 1px solid rgba(255,255,255, 0.4);
}
.submit-button {
	font-weight:bold;
	background-color:rgba(0,0,0, 0.3);
	color: #ffffff;
	border: 1px solid rgba(0,0,0,0.9);
}

#bordersub {
	background:rgba(0,0,0,0.4);
}
#verticalbar {
	background-color:#666666;
}
#bgcontrols {
	background-color: rgba(255, 255, 255, 0.8);
}
.sub-title, .sub-title2  {
	background-color:#111111;
}
#comingsoon, #comingsoon2 {
	background-color:rgba(0, 0, 0, 0.2);
}
#tweetwrap {
	background:url(../img/twit_bg.png) no-repeat left rgba(255,255,255,0.3);
}
#sub {
	background: rgba(100,100,100,0.2);
}
#effect {
	background-color: rgba(255,255,255, 0.9);
}