/* 
	THEME: Soone Come
	AUTHOR: Kris/Themewerk
	WEBSITE: http://www.themewerk.com
	VERSION: 1.0 | 20120712 
*/

/*-- BODY--*/

body {
	margin:0;
	padding: 0;
	background:#521804;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
}

a{
color: #FDCF01;
}

/*--LOGO--*/

header#logo {
    width: 50%;
	height:auto;
	padding-top:10px;
	padding-bottom:40px;
	margin: 0 auto;
    font-family: 'Dancing Script', cursive;
	font-size: 48px;
	color: #fff;
	-webkit-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	-moz-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	text-shadow:0px 1px 2px rgba(0,0,0,0.95);

}
p.tagline{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	-webkit-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	-moz-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	text-shadow:0px 1px 2px rgba(0,0,0,0.95);
}

/*--TEXT--*/

#text_top {
	height:auto;
	padding-top:35px;
	margin:0 auto;
	color: #fff;
	text-align: center;
    line-height: 30px;
    font-size: 18px;	
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	z-index: 1000;
	-webkit-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	-moz-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	text-shadow:0px 1px 2px rgba(0,0,0,0.95);
}
/*--COUNTDOWN--*/

#defaultCountdown {
	width:580px;
	height:95px;
	margin:0px auto;
	text-align:center;
	padding-top:0;
	clear:both;
}

p.countdown_text {
	color:#fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height:50px;
	font-size:14px;
	text-align:center;
	margin-top:30px;
	-webkit-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	-moz-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	text-shadow:0px 1px 2px rgba(0,0,0,0.95);
}

.countdown_section {
	color:#fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height:55px;
	font-size:14px;
	float:left;
	-webkit-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	-moz-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	text-shadow:0px 1px 2px rgba(0,0,0,0.95);
}
.countdown_amount {
	font-size:24px;
	font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
	line-height:95px;
	letter-spacing:2px;
	color:#fff;
	-webkit-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	-moz-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	text-shadow:0px 1px 2px rgba(0,0,0,0.95);
}
span.countdown_section {
	width:95px;
	height:95px;
	background:url('../images/background.png') repeat 0 0;
    border: 5px solid rgba(0,0,0,0.25);	
	padding:10px;
	margin: 0 10px 0 10px;
	border-radius:15em; 
    -moz-border-radius: 15em; 
    -khtml-border-radius: 15em; 
    -webkit-border-radius: 15em; 
    -moz-box-shadow: inset 0 0 0 5px #FDCF01, 0px 1px 0px 0px white;
    -webkit-box-shadow: inset 0 0 0 5px #FDCF01, 0px 1px 0px 0px white;
    box-shadow: inset 0 0 0 5px #FDCF01, 0px 1px 0px 0px white;
}

/*--BLOG TOGGLE--*/

#show-hide-left a {
	color:#fff;
	text-decoration:none;
	background:url(../images/show_left.png) 0 0;
	width:120px;
	height:120px;
	position:absolute;
	left:0;
	bottom:0
}
#show-hide-left a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../images/show_left.png) 0 120px;
	width:120px;
	height:120px;
	position:absolute;
	left:0;
	bottom:0
}
#show-hide-left a.active {
	background:url(../images/hide_left.png) 0 0;
	width:120px;
	height:120px
}
#show-hide-left a.active:hover {
	background:url(../images/hide_left.png) 0 120px;
	width:120px;
	height: 120px
}

/*--FOOTER--*/

footer#toggled {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	display:none;
	height:120px;
	background:url('../images/background_dark.png') repeat 0 0;
	border-top:1px solid #FDCF01;
}
footer#toggled #inside {
	width:530px;
	margin:0 auto
}

/*--FOOTER TOGGLE--*/

#show-hide a {
	color:#fff;
	text-decoration:none;
	background:url(../images/show.png) 0 0;
	width:120px;
	height:120px;
	position:absolute;
	right:0;
	bottom:0
}
#show-hide a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../images/show.png) 0 120px;
	width:120px;
	height:120px;
	position:absolute;
	right:0;
	bottom:0
}
#show-hide a.active {
	background:url(../images/hide.png) 0 0;
	width:120px;
	height:120px
}
#show-hide a.active:hover {
	background:url(../images/hide.png) 0 120px;
	width:120px;
	height: 120px
}

/*--CONTACT INFO--*/

.contact-info {
	float:left;
	margin-top:44px
}
.phone {
	float:left;
	padding-right:2px
}
.contact-info p {
	float:left;
	line-height:32px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#eaeaea;
	font-size:12px;
	color:#fff
}
.mail {
	float:left;
	padding-right:7px;
	padding-left: 26px
}
/*--SOCIAL ICONS--*/

.social-icons {
	float:left;
	margin-left:28px;
	margin-top: 46px
}

/*--ANIMATED BACKGROUND--*/

.smoke {
    width:100%;
    height:100%;
	position:fixed;
	top:0;
	right:0;
	z-index: -1;
    background:url(../images/smoke_overlay.png) repeat;
}

/*--SUBSCRIBE FORM--*/

#email_form {
    width: 323px;
	margin:95px auto 0 auto;
	text-align:center;
	padding-top:0px;
	clear:both;
}

#email_form  p{
    font-size: 14px;
	color: #fff;
	line-height: 30px;	
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	-webkit-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	-moz-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	text-shadow:0px 1px 2px rgba(0,0,0,0.95);
}

#email_form  p.form_bottom{
    font-size: 10px;
	color: #fff;
	line-height: 25px;	
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	-webkit-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	-moz-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	text-shadow:0px 1px 2px rgba(0,0,0,0.95);
}

#email_form form{
	background:url('../images/background.png') repeat 0 0;
	display:block;
	height:31px;
	padding:10px;
	position:relative;
	width:323px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:-7px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
  -o-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
}

#email{
	background:url('../images/submit_form.png') no-repeat;
	border:none;
	color:#888888;
	height:31px;
	left:10px;
	line-height:31px;
	padding-left:8px;
	position:absolute;
	text-shadow:1px 1px 0 #FFFFFF;
	top:10px;
	width:215px;
	outline:none;
}

#submitButton{
	background:url('../images/submit_form.png') no-repeat right top;
	border:none;
	cursor:pointer;
	height:31px;
	left:236px;
	line-height:31px;
	position:absolute;
	text-indent:-99999px;
	text-transform:uppercase;
	top:10px;
	width:96px;
}

#submitButton:hover{
	background-position:right bottom;
}

/*-- THE END OF DESKTOP CSS --*/

/*--------------------------------------------------
  :: Smartphone and Small desktop version
--------------------------------------------------*/


@media only screen and (max-width: 480px) {

/*-- BODY--*/

body {
	font-size: 10px;
}

/*--LOGO--*/

header#logo {
	padding-top:14px;
	margin: 0 auto;
	font-size: 28px;
}
p.tagline{
	font-size: 10px;
	line-height: 20px;
}

/*--TEXT--*/

#text_top {
	padding-top:5px;
    line-height: 15px;
    font-size: 11px;	
}
/*--COUNTDOWN--*/

#defaultCountdown {
	width:320px;
	height:35px;
	padding-top:15px;
}
p.countdown_text {
	color:#fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height:20px;
	font-size:11px;
	text-align:center;
	margin-top:10px;
	-webkit-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	-moz-text-shadow:0 1px 2px rgba(0,0,0,0.95);
	text-shadow:0px 1px 2px rgba(0,0,0,0.95);
}
.countdown_section {
	line-height:35px;
	font-size:14px;
}
.countdown_amount {
	font-size:12px;
	line-height:35px;
}
span.countdown_section {
	width:35px;
	height:35px;
	font-size:10px;
	padding:10px;
	margin: 0 10px 0 5px;
}

/*--BLOG TOGGLE--*/

#show-hide-left a {
	background:url(../images/show_left_mobile.png) 0 0;
	width:60px;
	height:60px;
}
#show-hide-left a:hover {
	background:url(../images/show_left_mobile.png) 0 60px;
	width:60px;
	height:60px;
}
#show-hide-left a.active {
	background:url(../images/hide_left_mobile.png) 0 0;
	width:60px;
	height:60px
}
#show-hide-left a.active:hover {
	background:url(../images/hide_left_mobile.png) 0 60px;
	width:60px;
	height: 60px
}

/*--FOOTER--*/

#footer {
	height:120px;
	background:url('../images/background_dark.png') repeat 0 0;
	font-size:10px;
}
#footer #inside {
	width:320px;
	font-size:10px;
}

/*--FOOTER TOGGLE--*/

#show-hide a {
	background:url(../images/show_mobile.png) 0 0;
	width:60px;
	height:60px;
}
#show-hide a:hover {
	background:url(../images/show_mobile.png) 0 60px;
	width:60px;
	height:60px;
}
#show-hide a.active {
	background:url(../images/hide_mobile.png) 0 0;
	width:60px;
	height:60px
}
#show-hide a.active:hover {
	background:url(../images/hide_mobile.png) 0 60px;
	width:60px;
	height: 60px
}
/*--CONTACT INFO--*/

.contact-info {
	float:left;
	margin-top:24px;
}
.phone {
	float:left;
	padding-right:7px;
}
.contact-info p {
	float:left;
	line-height:32px;
	font-size:10px;
}
.mail {
	float:left;
	padding-right:7px;
	padding-left: 26px;
}
/*--SOCIAL ICONS--*/

.social-icons {
	float:left;
	margin:10px 0 0 75px;
}

/*--ANIMATED BACKGROUND--*/

.smoke {
}

/*--SUBSCRIBE FORM--*/

#email_form {
    width: 223px;
	margin-top:50px;
}

#email_form  p{
    font-size: 11px;
	line-height: 15px;	
}

#email_form  p.form_bottom{
    font-size: 8px;
	line-height: 10px;	
}

#email_form form{
	height:21px;
	padding:10px;
	width:223px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:-7px;
}

#email{
	background:url('../images/submit_form_mobile.png') no-repeat;
	height:21px;
	left:10px;
	line-height:21px;
	padding-left:8px;
	top:10px;
	width:215px;
}

#submitButton{
	background:url('../images/submit_form_mobile.png') no-repeat right top;
	height:21px;
	left:130px;
	line-height:31px;
	top:10px;
	width:96px;
}

#submitButton:hover{
	background-position:right bottom;
}
		
}


/*--------------------------------------------------
  :: Ipad/Tablet css
--------------------------------------------------*/

@media handheld, only screen and (max-device-width: 768px) {

	/* ipad and tablet css here */
	
}

@media handheld, only screen and (max-device-width: 480px) {

	/* Smartphone css here */
	
}

/* Target Iphone4 and HiRes Retina Displays with specific CSS */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}

/*-- THE END OF CSS --*/
