	
	/* --------------------------------------
	RESET CSS
	-------------------------------------- */
	
	* {
		margin: 0;
		padding: 0;
		font-size: 1em;
	}
	
	body {
		background-color: #e7e7e7;
		font-family: 'Open Sans', sans-serif;
	}
	
	img {
		border: none;
	}
	
	/* --------------------------------------
	GLOBAL STYLES
	-------------------------------------- */
	
	.inner {
		width: 100%;
		margin: 0 auto; 
		box-sizing: border-box;
	}
	
	.clear {
		clear: both;
	}
	
	.screen-reader-text {
		display: none;
	}
  
  .alignright {
    float: right;
    margin: 1em 0 1em 1em;
  }
  
  .alignleft {
    float: left;
    margin: 1em 1em 1em 0;
  }
	
	/* --------------------------------------
	TYPOGRAPHY
	-------------------------------------- */
	
	h1, h2, h3, h4, h5, h6 {
	}
	
	.content-area h1 { font-size: 2.2em; margin-bottom: 0.4em; }
	.content-area h2 { font-size: 2.0em; margin-bottom: 0.4em; }
	.content-area h3 { font-size: 1.8em; margin-bottom: 0.4em; }
	.content-area h4 { font-size: 1.6em; margin-bottom: 0.4em; }
	.content-area h5 { font-size: 1.4em; margin-bottom: 0.4em; }
	.content-area h6 { font-size: 1.2em; margin-bottom: 0.4em; }
	
	.content-area p {
		font-size: 0.9em;
		line-height: 1.6em;
		margin-bottom: 15px;
		color: #333;
	}
	
	.content-area ul {
		margin: 0 0 1.6em 2em;
	}
	
	.content-area ul li {
		line-height: 1.6em;
		font-size: 0.9em;
		color: #333;
	}
	
	.entry-title {
		font-size: 1.5em;
		margin: 0 0 0.5em;
	}
	
	pre {
		white-space: normal;
		margin: 1.8em 0;
	}
	
	code {
		display: block;
		width: 100%;
		padding: 1.5em;
		background: #f3f3f3;
		border: 1px solid #ccc;
		box-sizing: border-box;
		word-wrap: break-word;
		line-height: 1.5em;
	}
	
	/* --------------------------------------
	LINKS & BUTTONS
	-------------------------------------- */
	
	a {
		color: #06C;
		text-decoration: none;
		outline: none;
	}
	
	a:hover {
		color: #039;
	}
	
	/* --------------------------------------
	FORMS
	-------------------------------------- */
	
	input {
		outline: none;
	}
	
	input[type=text],
	input[type=email],
	input[type=search],
	input[type=tel] {
		width: 100%;
		box-sizing: border-box;
		padding: 7px 3px;
		border: 1px solid #ddd;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		color: #333;
	}
	
	.search-submit {
		display: none;
	}
	
	/* --------------------------------------
	STRUCTURE
	-------------------------------------- */
	
	.wrapper {
		width: 95%;
	}
	
	.wrapper.boxed {
		margin: 3em auto;
		padding: 0;
		-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
		box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
	}
	
	.wrapper.boxed .inner {
		padding: 0 2em;
	}
	
	.wrapper.full-screen .inner {
	}
	
	#primary {
		float: left;
		width: 70%;
	}
	
	#secondary {
		float: left;
		width: 27%;
		margin-left: 3%;
	}
		
	/* --------------------------------------
	TOP BAR
	-------------------------------------- */
	
	.topbar {
		background: #000;
		border-bottom: 1px solid #666;
		padding: 0.8em 0;
		font-size: 0.8em;
	}
	
	.topbar .search-form .screen-reader-text {
		display: none;
	}
	
	.topbar ul.menu {
		text-align: right;
	}
	
	.topbar ul.menu li {
		display: inline-block;
	}
	
	.topbar ul.menu li a {
		color: #ddd;
		padding: 0 0.5em;
	}
	
	.topbar ul.menu li a:hover {
		color: #fff;
	}
	
	/* --------------------------------------
	HEADER
	-------------------------------------- */
	
	.site-header {
		padding: 2em 0;
		background: #666;
	}
		
	.site-header .inner {
	}
	
	.site-header.center {
		text-align: center;
	}
		
	/* --------------------------------------
	SITE TITLE & DESCRIPTION
	-------------------------------------- */
	
	.site-header.left .site-title {
		float: left;
	}
	
	.site-header.center .site-title {
		float: none;
		width: 100%;
		margin-bottom: 0.75em;
	}
	
	.site-header.right .site-title {
		float: right;
		text-align: right;
	}
	
	.site-title {
		font-size: 1.7em;
		line-height: 1.2em;
	}
		
	.site-title a {
		color: #F3F3F3;
	}
	
	.site-title a img {
		display: block;
	}
	
	.site-header.center .site-title a img {
		margin: 0 auto 0.8em;
	}
	
	.site-title a:hover {
		color: #FFF;
	}
	
	.site-desc {
		display: block;
		font-size: 0.65em;
		color: #F3F3F3;
		line-height: 1.4em;
	}
	
	/* --------------------------------------
	NAVIGATION
	-------------------------------------- */
	
	nav.primary {
		width: 100%;
	}
	
	nav.primary ul {
		list-style: none;
		margin: 0 auto;
		vertical-align: middle;
	}
	
	.site-header.left nav.primary ul {
		text-align: right;
	}
	
	.site-header.center nav.primary ul {
		text-align: center;
	}
	
	.site-header.right nav.primary ul {
		text-align: left;
	}
	
	nav.primary ul li {
		display: inline-block;
	}
	
	nav.primary ul li a {
		color: #CCC;
		display: block;
		font-size: 0.9em;
		padding: 0 1em;
	}
	
	nav.primary ul li a:hover {
		color: #FFF;
	}
	
	.toggle {
		background-color: rgba(255,255,255,0.85);
		padding: 0 15px;
		-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
		box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
	}
		
	.toggle span {
		background-image: url(../img/toggle.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		padding: 5px;
		display: block;
		width: 15px;
		height: 15px;
		margin: 10px 0;
		text-indent: -20000em;
	}
		
	.toggle:hover {
		color: #222;
	}
			
	/* --------------------------------------
	MAIN
	-------------------------------------- */
	
	.main {
		background-color: #fff;
		padding: 2em 0;
	}
	
	/* --------------------------------------
	CONTENT
	-------------------------------------- */
	
	.page #content {
	}
			
	/* --------------------------------------
	WIDGETS
	-------------------------------------- */

	.widget {
		padding: 1.5em;
		background: #fff;
		margin: 0 0 2.5em;
		font-size: 0.9em;
	}
	
	.widget:last-child {
		margin: 0;
	}
	
	.widget-title {
		text-transform: uppercase;
		font-size: 0.7em;
		color: #aaa;
		margin: 0 0 1.5em;
	}
	
	.widget ul {
		list-style: none;
		margin: 0 0 0 0.5em;
	}
		
	.widget ul li {
		line-height: 1.4em;
		border-top: 1px solid #e7e7e7;
	}
	
	.widget ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget ul li a {
		display: block;
		padding: 0.5em;
	}
		
	/* --------------------------------------
	SIDEBARS
	-------------------------------------- */
	
	#sidebar {
	}
	
	#sidebar > ul {
		margin: 0;
	}
			
	/* --------------------------------------
	POST THUMBNAILS
	-------------------------------------- */
	
	.post-thumbnail img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* --------------------------------------
	TEMPLATE - PAGE
	-------------------------------------- */
	
	.page-template-page-full #primary {
		width: 100%;
	}
		
	/* --------------------------------------
	TEMPLATE - POSTS
	-------------------------------------- */
	
	article	{
		background: #fff;
		margin: 0 0 2.5em;
	}
	
	article:last-child	{
		margin-bottom: 0;
	}
	
	.archive article p:last-child {
		margin-bottom: 0;
	}
	
	/* --------------------------------------
	TEMPLATE - SEARCH
	-------------------------------------- */
	
	.search .entry-summary p {
		margin-bottom: 0;
	}
	
	/* --------------------------------------
	TEMPLATE - PARTS
	-------------------------------------- */
	
	.search .page-header {
		color: #aaa;
		font-style: italic;
		font-size: 1.2em;
		background: #f3f3f3;
		padding: 1em;
	}
	
	/* --------------------------------------
	POST TYPES
	-------------------------------------- */
	
	.type-page {
		background: #fff;
		margin: 0 0 2.5em;
	}
	
	/* --------------------------------------
	FOOTER
	-------------------------------------- */
	
	footer.site-footer {
		padding: 20px 0;
		background-color: #f7f7f7;
		font-size: 0.8em;
		color: #666;
	}
		
	/* --------------------------------------
	RESPONSIVE
	-------------------------------------- */

	/* ---- MIN'S ---- */

	@media(min-width:981px) {
	}
	
	@media(min-width:769px) {
		
		.toggle {
			display: none;
		}
		
		.primary.site-navigation {
			display: block !important;
		}
		
	}
	
	@media(min-width:601px) {		
	}
	
	/* ---- MAX'S ---- */
	
	@media(max-width:980px) {
				
		.widget,
		.post {
			margin-bottom: 1.5em;
		}
		
	}
	
	@media(max-width:768px) {
		
		body {
			padding-top: 45px;
		}
		
		.wrapper {
			width: 90%;
		}
		
		.site-navigation {
			display: none;
		}
		
		#primary,
		#secondary {
			float: none;
			width: 100%;
			margin: 0;
		}
		
		#primary {
			margin: 0 0 1.5em;
		}
		
		nav.primary ul {
			 
		}
		
		nav.primary ul li {
			display: block;
			width: 100%;
		}
		
		nav.primary ul li a {
			width: 100%;
			height: auto;
			padding: 15px 20px;
			text-align: left;
		}
				
	}

	@media(max-width:600px) {
	}

	@media(max-width:480px) {
	}

	/* ------------------------------------
	KEYFRAMES
	------------------------------------ */
	
	@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
	}
	
	/* Firefox < 16 */
	@-moz-keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
	}
	
	/* Safari, Chrome and Opera > 12.1 */
	@-webkit-keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
	}
		
	/* Opera < 12.1 */
	@-o-keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
	}