/*
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/texture.jpg) top repeat fixed; color: #fff;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);}

a{color: #333;}
a:hover{color: #000;}


/*--------------------------------------------------*/
/*- HEADER -----------------------------------------*/
/*--------------------------------------------------*/
.logo .tagline{color: #777;}


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

	/*-------------------------------------------*/
	/*- TIMER -----------------------------------*/
	.timer{border-bottom: 4px solid #ccc; border-top: 4px solid #ccc;}
	.timer li{background: #333 url(layout/texture.jpg) top repeat-x; border-radius: 0px;}
	.timer li strong{border-bottom: 2px solid #222;}
	.timer li small{color: #777; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); border-top: 2px solid #555;}


	/*-------------------------------------------*/
	/*- COPY AREA -------------------------------*/
	.copy{color: #777;}
	.copy .post-title{color: #333;}

	/*-------------------------------------------*/
	/*- SUBSCRIBE FORM --------------------------*/
	.subscribe-form{background: #333 url(layout/texture.jpg) top repeat-x; border-radius: 0px;}
	.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); border-radius: 0px;}
	.subscribe-form input[type=submit]{background: url(layout/signup.jpg) center repeat-x; border: none; color: #333; border-radius: 0px;}


/*--------------------------------------------------*/
/*- FOOTER -----------------------------------------*/
/*--------------------------------------------------*/
.footer-text{color: #999;}
.footer-text a{color: #999;}