/*
Theme Name: Apollo
Design Studio: Obox Design http://www.obox-design.com/
Style: Minimal
Version: 1.0.0
Author: Obox Design
Author URI: http://www.obox-design.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: #f9f9f9; color: #999; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

a{color: #000;}
a:hover{color: #a3c567; text-decoration: none;}

textarea, input{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}


/*--------------------------------------------------*/
/*- HEADER -----------------------------------------*/
/*--------------------------------------------------*/
.logo h1{text-transform: none; font-size: 68px; font-weight: 100; line-height: 1em;}
.logo .tagline{text-transform: none; font-size: 16px; font-weight: 200;}


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

	/*-------------------------------------------*/
	/*- TIMER -----------------------------------*/
	.timer{padding: 30px 0px;}
	.timer li{background: #fff;}
	.timer li strong{color: #333; border: 1px solid #f0f0f0; border-bottom: none; border-radius: 4px 4px 0px 0px;}
	.timer li small{font-size: 11px; color: #ccc; border: 1px solid #f0f0f0; border-radius: 0px 0px 4px 4px;}


	/*-------------------------------------------*/
	/*- COPY AREA -------------------------------*/
	.copy .post-title{color: #777; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 200;}


	/*-------------------------------------------*/
	/*- SUBSCRIBE FORM --------------------------*/
	.subscribe-form{background: #fff; border: 1px solid #f0f0f0;}
	.subscribe-form input[type=text], .subscribe-form input[type=email]{width: 59%; background: #fff; border: 1px solid #f4f4f4;}
	.subscribe-form input[type=submit]{background: #a3c567; border: 1px solid #8aac4d; color: #fff; text-transform: none;}


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