@charset 'UTF-8';
/*
Theme Name:		Starkers
Theme URI:		http://viewportindustries.com/products/starkers
Description:	The totally nude Wordpress theme!
Version:		4.0
Author:			Elliot Jay Stocks & Keir Whitaker
Author URI:		http://viewportindustries.com
Tags:			starkers, naked, clean, basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries
===========================
*/

/* ----------------------------------------------------------------------------------------------------------
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/*@import "css/reset.css";*/
/*@import "css/stylesheets/screen.css" screen;*/
/*@import url(blue.css) (min-width:800px);*/

@import url("css/stylesheets/full.css?v=1.6") screen and (min-width:640px);
@import url("css/stylesheets/mobile.css?v=1.6") screen and (max-width:640px);

div,
article,
section,
/*header,*/
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
/*::-moz-selection 	{ background:#ff0; color:#333; }*/
/*::selection 		{ background:#ff0; color:#333; }*/

article,
section,
header,
footer,
figure,
nav { display:block; }
/* ----------------------------------------------------------------------------------------------------------
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }