/*
Theme Name: Apollo
Design Studio: Obox Design http://oboxthemes.com/
Style: Grunge
Version: 1.0.0
Author: Obox Design
Author URI: http://oboxthemes.com/

*-----------------------------*
WARNING! DO NOT EDIT THIS FILE!
*-----------------------------*
To make update your theme, do not edit the styles in this file. Rather use
the custom.css file to add your style changes. By copying a style from this
file and pasting it in custom.css you it will override the style in this file.

*/


/*-------------------------------------------------------------------------------------------*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
body{background: url(../../images/bg/beachsunset.jpg) top no-repeat fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; color: #fff;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);}

a{color: #fff;}
a:hover{color: #fff;}


/*--------------------------------------------------*/
/*- HEADER -----------------------------------------*/
/*--------------------------------------------------*/
.logo .tagline{color: rgba(255, 255, 255, 0.8);}


/*--------------------------------------------------*/
/*- INDEX ------------------------------------------*/
/*--------------------------------------------------*/

	/*-------------------------------------------*/
	/*- TIMER -----------------------------------*/
	.timer{border-bottom: 3px dotted rgba(255, 255, 255, 0.1); border-top: 3px dotted rgba(255, 255, 255, 0.1);}
	.timer li{background: #000 url(layout/timer-bg.png) top repeat-x;
				box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 0px rgba(0, 0, 0, 0.8), 0px 2px 0px rgba(255, 255, 255, 0.3),
							0px 3px 0px rgba(0, 0, 0, 0.8), 0px 4px 0px rgba(255, 255, 255, 0.3), 0px 5px 0px rgba(0, 0, 0, 0.8),
							0px 0px 4px rgba(0, 0, 0, 0.5); }
	.timer li strong{border-bottom: 1px dotted #000; border-bottom: 1px solid #000;}
	.timer li small{color: #777; border-top: 1px solid #363844;}


	/*-------------------------------------------*/
	/*- COPY AREA -------------------------------*/
	.copy{color: rgba(255, 255, 255, 0.8);}
	.copy .post-title{color: #fff;}


	/*-------------------------------------------*/
	/*- SUBSCRIBE FORM --------------------------*/
	.subscribe-form{background: rgba(0, 0, 0, 0.5); box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 1px 0px rgba(255, 255, 255, 0.3);}
	.subscribe-form input[type=text], .subscribe-form input[type=email]{background: #fff; border: none; box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);}
	.subscribe-form input[type=submit]{background: url(layout/submit-bg.png) center repeat-x; border: none; color: #fff; box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);}


/*--------------------------------------------------*/
/*- FOOTER -----------------------------------------*/
/*--------------------------------------------------*/
.footer-text{color: rgba(255, 255, 255, 0.7);}
.footer-text a{color: #ccc;}