/*
THEME NAME: Coming Sooner
THEME URI: http://counterpart.x10.mx/html/uc/cnr
DESCRIPTION: Coming Sooner- Underconstruction Theme
VERSION: 1.0
AUTHOR: <a href="http://www.wordpresstoblogger.info">Dilip Kumar</a>
AUTHOR URI: http://www.wordpresstoblogger.info
*/


/* `Main Styles
----------------------------------------------------------------------------------------------------*/

body {
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	color:#828282;
	line-height:20px;
}

a:link,a:visited,a:active{
	color:#e93802;
	outline: 0;
	text-decoration:none;
}

a:hover{
	color:#000;
}

div#cover {
	width:100%;
	margin:0 auto;
}

div.topline {
	height:4px;
	background:url(../images/topline.png) repeat-x ;
}

/* `Topbar Section
----------------------------------------------------------------------------------------------------*/

div.topbar {
	min-height: 45px;
	background:#232323;
	z-index: 555;
	display: none;
	line-height:20px;
}

div.topbar p {
	font-size:12px;
	color:#fff;
}

div.topbar a {
	font-weight:bold;
}

a.topbar-btn{
	background-image: url(../images/controls.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	float:right;
}

a.topbar-btn.active {
	background-image: url(../images/controls.png);
	background-repeat: no-repeat;
	background-position: -45px 0px;
	width: 45px;
	height: 45px;
}

/* `Header section
----------------------------------------------------------------------------------------------------*/

div#header {
	height:45px;
	padding:40px 0;
}

div.logo {
	background-repeat:no-repeat;
}


div.social-wrap {
	font-size:18px;
	color:#fff;
}

ul.social-networks {
	list-style:none;
	overflow:hidden;
	float:right;
	margin-top:3px;
}

ul.social-networks li {
	float:left;
	margin:0 1px;
	border:none;
}

.icon-twitter a,
.icon-facebook a,
.icon-dribbble a,
.icon-skype a,
.icon-forrst a,
.icon-rss a {
	float:left;
	background:url(../images/social-sprite.png) no-repeat left bottom;
	text-indent:8000px;
	width:30px;
	height:33px;
	-webkit-transition:all 0.3s ease-in-out;  
	-moz-transition:all 0.3s ease-in-out;  
	-o-transition:all 0.3s ease-in-out;  
	transition:all 0.3s ease-in-out; 
	margin-top:3px;
}

.icon-twitter a:hover,
.icon-facebook a:hover,
.icon-dribbble a:hover,
.icon-skype a:hover,
.icon-forrst a:hover,
.icon-rss a:hover{
	background:url(../images/social-sprite.png) no-repeat left top;
	-webkit-transition:all 0.3s ease-in-out;  
	-moz-transition:all 0.3s ease-in-out;  
	-o-transition:all 0.3s ease-in-out;  
	transition:all 0.3s ease-in-out; 
}

.icon-twitter, .icon-twitter a {
	background-position:-0px bottom
}
.icon-twitter a:hover {
	background-position:-0px top;
}

.icon-facebook, .icon-facebook a {
	background-position:-30px bottom
}
.icon-facebook a:hover {
	background-position:-30px top;
}

.icon-dribbble, .icon-dribbble a {
	background-position:-60px bottom
}
.icon-dribbble a:hover {
	background-position:-60px top;
}

.icon-skype, .icon-skype a {
	background-position:-90px bottom
}
.icon-skype a:hover {
	background-position:-90px top;
}

.icon-forrst, .icon-forrst a {
	background-position:-120px bottom
}
.icon-forrst a:hover {
	background-position:-120px top;
}

.icon-rss, .icon-rss a {
	background-position:-150px bottom
}
.icon-rss a:hover {
	background-position:-150px top;
}

/* `Welcome content section
----------------------------------------------------------------------------------------------------*/

div.welcome-content {
	padding:60px 0 0 0;
	text-align:center;
	background:url(../images/welcome_bg.png) no-repeat top center;
}

h3.welcome-title {
	text-transform:uppercase;
	font-size:35px;
	color:#fff;
	font-weight:bold;
	line-height:40px;
	padding-right:10px;
}

div.welcome-content p {
	font-size:14px;
	color:#fff;
	line-height:23px;
	text-align:center;
	margin: 10px 0 0 0;
}

span.highlight , span.highlight a {
	color:#fff;
}


/*  Subscribe Email Section
----------------------------------------------------------------------------------------------------*/

#subscribe {
	padding:20px 20px 10px 20px;
	height:70px;
	background:#222222;
}

#subscribes {
	width:500px;
	margin:0px auto;
	height:74px;
}

#emailsub {
	background:#fff;
	border:1px solid #fff;
	color:#000;
	height:36px;
	line-height:36px;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	width:265px;
	outline:none;
	margin-left:58px;
	margin-top:10px;
}

#submitButton {
	background:#e93802;
	border:none;
	cursor:pointer;
	height:40px;
	position:absolute;
	text-transform:uppercase;
	width:98px;
	margin-left:343px;
	margin-top:10px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:35px;
}

#submitButton:hover {
	background:#000;
	color:#fff;
}

/*  Countdown Timer Section
----------------------------------------------------------------------------------------------------*/

#countdown-wrap {
	min-height:300px;
	background:url(../images/bg.jpg);
}

#countdown-timer {
	color:#000;
	margin: 30px auto;
	width: 450px;
	overflow: hidden;
	text-align: center;
}

#countdown-timer .block{
	float: left;
	height: 55px;
	width: 55px;
	display:block;
	padding:5px;
}

#countdown-timer .block span {
	display: block;
	font-size:55px;
	padding:10px 0 5px 0;
	line-height:60px;
	color: #fff;
}

#countdown-timer div.space {
	color: #232323;
	display: block;
	line-height: 1.7em;
	font-size: 50px;
	float: left;
	height:120px;
	width: 30px;
}

/*  Topbar - Contact Section
----------------------------------------------------------------------------------------------------*/

div.contact-details {
	margin-bottom:25px;
	color:#888;
	font-size:12px;
}

.phone {background:url(../images/ico_phone.png)no-repeat left; padding:0 0 0 30px;margin-bottom:10px;}

.cell {background:url(../images/ico_cell.png)no-repeat left; padding:0 0 0 30px;margin-bottom:10px;}

.fax {background:url(../images/ico_fax.png)no-repeat left; padding:0 0 0 30px;margin-bottom:10px;}

.email {background:url(../images/ico_email.png)no-repeat left; padding:0 0 0 30px;margin-bottom:10px;}

.address {background:url(../images/ico_address.png)no-repeat left; padding:0 0 0 30px;margin-bottom:10px;}

.main-wrap {
	padding:20px 0;
}

.contact-block {
	padding:20px 0;
	margin:0px auto;
}

.contact-block h1 {
	font-size:15px;
	color:#e93802;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:15px;
}

input[type="text"] {
	height:22px;
	border:none;
	width:280px;
	margin:15px 0 0 0;
	background:#333;
	padding: 2px 10px 0 10px;
	color:#ffcc2f;
	font-size:12px;
}

#contact_form {
	margin:10px 0px;
	width:300px;
}

#contact_form textarea {
	border:none;
	width:280px;
	padding: 10px;
	margin: 15px 0;
	background:#333;
	color:#ffcc2f;
	font-size:12px;
}

#contact_form label {
	float:left;
	width:100px;
	margin-top:15px;
}

#contact_form input[type="submit"] {
	float:right;
	background:#e93802;
	color:#fff;
	border:none;
	padding:5px 10px;
	text-transform:uppercase;
	font-size:12px;
	font-family: 'Droid Sans', sans-serif;
}
iframe.map-placeholder{
	padding:0;
	overflow: hidden;
}


/*  Footer - Copyright Section
----------------------------------------------------------------------------------------------------*/
.footer {
	padding:50px 0;
}

.footer h3{
	padding-bottom:20px;
	text-transform:uppercase;
	color:#333333;
	font-size:13px;
	font-weight:bold;
}

/*  Footer - tweets Section
--------------------------------------*/

.tweet, .query {
	line-height: 1.5em;
}
  
.tweet .tweet_list,
.query .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.tweet .tweet_list .awesome,
.tweet .tweet_list .epic,
.query .tweet_list .awesome,
.query .tweet_list .epic {
	text-transform: uppercase;
}

.tweet .tweet_list li,
.query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px 5px 10px 19px;
	margin-bottom: 10px;
	background: url("../images/quotes-tweet.png") no-repeat 0px 3px transparent;
}

.tweet .tweet_list li:last-child,
.query .tweet_list li:last-child {
	border-bottom: none;
}

.tweet .tweet_list li a,
.query .tweet_list li a {
	text-decoration: none;
}

.tweet .tweet_list li a:hover,
.query .tweet_list li a:hover {
	border-bottom: 1px dotted #999;
}

.tweet .tweet_list .tweet_avatar,
.query .tweet_list .tweet_avatar {
	padding-right: 6px;
	float: left;
}

.tweet .tweet_list .tweet_avatar img,
.query .tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.tweet .tweet_list .tweet_time a{
font-size:12px;
}

.tweet .tweet_list .tweet_text{
	color: #666;
	font-size:11px;
}

/*  Footer - Flickr Section
--------------------------------------*/

.thumbs {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.thumbs li {
	list-style: none;
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
	padding: 4px;
	border:1px solid #d5d5d5;
	width:50px;
	height:50px;
	-webkit-transition:all 0.5s ease-in-out;  
	-moz-transition:all 0.5s ease-in-out;  
	-o-transition:all 0.5s ease-in-out;  
	transition:all 0.5s ease-in-out; 
}

.thumbs li:hover {background:#e93802;}

.thumbs li a { }

.thumbs li img { display: block;width:50px;height:50px; }

.thumbs li a img { border: none;}


/*  Footer - Copyright Section
--------------------------------------*/

div.footer-bottom {
	padding:15px 0;
	color:#999;
	border-top:1px solid #c5c5c5;
}

div.copyright {
	text-align:center;
	font-size:12px;
}