/*
Theme Name: Slow Life Reloaded 2
Theme URI: n/a
Author: JohnHenry.net
Author URI: http://www.johnhenry.net
Description: Clean Slow Life is an awsome wordpress theme created for the S.L.O.W. Life Symposium by Six Senses
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: sand, light, one-column, two-columns, right-sidebar, fixed-width, custom-menu, editor-style, featured-images, full-width-template, rtl-language-support, theme-options
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

*{
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #000;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
strong, b
{
	font-weight:bold
 }

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/*Structure */
.assistive-text, .skip-link
{
	display:none
}