/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://creativecommons.org/licenses/MIT/	*/

/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, 
strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, 
details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
	display: block;
}

img {max-width: 100%;}

a img {border: 0;}

/*	Typography presets
	------------------	*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.7;
	color: #555;
}

h1 {
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: normal;
	margin: 0 0 1em 0;
}

h2 {
	font-weight: normal;
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}

h3 {
	line-height: 1.2;
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1em;
	font-size: 1.0em;
	line-height: 1.8;
	text-align: justify;
}

a {
	color: #00b54f;
	outline: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.next-page, a.prev-page {
	padding: 0.4em 0.6em;
	color: #FCFCFC;
	background-color: #00b54f;
	margin-top: 1em;
	font-size: 0.8em;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
}

a:hover {opacity: 0.6;}

blockquote {font-size: 1.4em;}

blockquote p {line-height: 1.5;}



.colPrim {color: #00b54f;}

/* Selection colours (easy to forget) */
::selection 	 	{background: rgba(0,181,79,0.3);}
::-moz-selection 	{background: rgba(0,181,79,0.3);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body			{-webkit-tap-highlight-color: rgba(0,181,79,0.3);}

/*		Default Layout: Designed for 1024px width (992 min display).
		Gutters: 24px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	background-color: #FCFCFC;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	background: url("images/tile.jpg") repeat scroll 0 0 transparent;
}

#wrapper {
	background-color: #FCFCFC;
	width: 100%;
	margin: 0;
	padding: 0;
}

header {
	width: 712px;
	margin: 0 auto;
	padding: 2em 0;
}

section#header-inner {
	width: 712px;
	margin: 0 auto;
}

div#logo {
	float: left;
	height: 61px;
	width: 312px;
}

nav {
	width: 712px;
}

nav ul {
	float: right;
	position: relative;
	top: 28px;
	list-style: none;
}

nav ul li {
	float: left;
}

nav ul li a {
	text-decoration: none;
	font-size: 1.2em;
	padding: 0.6em;
}

nav ul li.selected a {
	color: #494137;
}

#container {
	width: 896px;
	margin: 0 auto;
	padding: 2em 24px;
}

#image_home {
	float: right;
	width: 552px;
	text-align: center;
}

#text_home {
	float: left;
	width: 344px;
}

.image_design,.image_info,.image_guff,.image_journal {
	float: right;
	width: 460px;
	text-align: center;
}
.text_design,.text_info,.text_guff,.text_journal {
	float: left;
	width: 436px;
}

.text_guff p { padding: 0 0 0 3em; }
.text_guff h2 { margin: 0; }

#journal-container {
	float: left;
	width: 712px;
}

#journal-navigation{
	float: right;
	width: 174px;
}
#journal-navigation form input[type="text"] {margin:5px 0;width:137px;}
#journal-navigation p input {
    border: 1px solid #000000;
    margin: 0 0 0 3px;
    padding: 0;
}

#journal-navigation p {
    font-size: 0.8em;
    margin: 2px 0;
    padding: 0 2px;
}

#journal-navigation p.windowheader {
    background-color: #B3B3B3;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    padding: 0 2px;
}

a.article-perm {
	opacity: 0.8;
	float: left;
	width:30px;
	margin: 5px 20px 0 0;
}
.journal_text {
	width:660px;
	float: left;
}
p.posted, p.posted a {
	color: #999999;
	font-size: 0.9em;
	line-height: 1;
	margin: 0;
	padding: 0 0 3em 0;
}


footer {

	width: 100%;
	padding: 2em 0;
}

section#footer-inner {
	width: 896px;
	margin: 0em auto;
	font-size: 0.8em;
	text-shadow: 0 1px 0 #FCFCFC;
	color: #303030;
}

div#footer-copy {
	float: right;
	width: 344px;
}

ul#social-media {
	display: block;
	position: relative;
	width: 644px;
	list-style: none;
}

#social-media li {
	display: block;
	float: left;
	height: 50px;
	padding: 0 1em 1em 0;
	width: 131px;
}

form {margin:0;padding:0;line-height:20px;text-align: left;}
form label {display: block; margin:0 5px 0 0;width:110px; float:left;text-align:right;}
form input[type="text"] {margin:5px 0;width:315px;}
form textarea {margin:5px 0 0; width:315px;}
form .zemSubmit {margin: 5px 0 0 115px; }

/*		Large Layout: Designed for > 1230px width.
---------------------------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10     11     12     13
px      68    160    252    344    436    528    620    712    804    896    988    1088   1172  */


@media only screen and (min-width: 1230px) {

header {
	width: 1172px;
	padding: 3em 0;
}

section#header-inner {
	width: 896px;
}

nav {
	width: 896px;
}

nav ul li a {
	font-size: 1.5em;
}

#container {width: 1172px;}

#image_home {
	width: 736px;
}

#text_home {
	width: 436px;
}

.image_design,.image_info,.image_guff,.image_journal {
	width: 644px;
}
.text_design,.text_info,.text_guff,.text_journal {
	width: 528px;
}

#journal-container {
	width: 896px;
}

#journal-navigation{
	width: 174px;
}

.journal_text {
	width:845px;
	float: left;
}

section#footer-inner {width: 1172px;}

div#footer-copy {
	margin-right: 160px;
}

ul#social-media {
	left: 160px;
}

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
p {
	font-size: 1.0em;
}

form {}
form label {width:170px;}
form input[type="text"] {width:395px;}
form textarea {width:395px;}
form .zemSubmit {margin: 5px 0 0 173px; }

}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
header {
	width: 712px;
	padding: 1em 0;
}

section#header-inner {
	width: 712px;
}

nav {
	width: 712px;
}

#container {
	width: 712px;
	padding: 0;
}

#image_home {
	width: 712px;
}

#text_home {
	width: 712px;
}

.image_design,.image_info,.image_guff,.image_journal {
	width: 712px;
}
.text_design,.text_info,.text_guff,.text_journal {
	width: 712px;
}

section#footer-inner {width: 712px;}

div#footer-copy {
	margin-right: 0;
}

ul#social-media {
	left: 0;
}

div#footer-copy {
	width: 276px;
}

ul#social-media {
	width: 436px;
}


h1 {
	font-size: 1.5em;
}
p {
	font-size: 1.0em;
}

form {}
form label {width:170px;}
form input[type="text"] {width:395px;}
form textarea {width:395px;}
form .zemSubmit {margin: 5px 0 0 173px; }

}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
body {}
#wrapper {}

header {
	width: 252px;
	padding: 1em 0;
}

section#header-inner {
	width: 252px;
}

div#logo {
	width: 252px;
}

nav {
	width: 252px;
}

nav ul {
	float: left;
	top: 0px;
}

nav ul li {}

nav ul li a {
	font-size: 1.0em;
	padding: 5px;
}

#container {
	width: 252px;
	padding: 2px 0;
}

#image_home {
	float: right;
	width: 252px;
}

#text_home {
	float: left;
	width: 252px;
}

.image_design,.image_info,.image_guff,.image_journal {
	float: right;
	width: 252px;
}
.text_design,.text_info,.text_guff,.text_journal {
	float: left;
	width: 252px;
}
.text_guff p { padding: 0 0 0 2em; }

#journal-container {
	width: 252px;
}
a.article-perm {
	margin: 5px 20px 0 0;
}
.journal_text {
	width:200px;
}

footer {
	padding: 5px 0;
}

section#footer-inner {
	width: 252px;
}

div#footer-copy {
	width: 252px;
	margin-right: 0;
}

#footer-copy p {
	text-align: right;
}

ul#social-media {
	position: relative;
	width: 252px;
	left: 0;
}

#social-media li {
	float: left;
	padding: 0 1em 1em 0;
	width: 131px;
}

h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 0.9em;
}
p {
	font-size: 0.9em;
}

form {}
form label {width:252px;text-align: left;}
form input[type="text"] {width:252px;}
form textarea {width:252px;}
form .zemSubmit {margin: 5px 0 0 0px; }

}


/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
#container {
	width: 436px;
	padding: 0;
}

#image_home {
	width: 436px;
}

#text_home {
	width: 436px;
}

.image_design,.image_info,.image_guff,.image_journal {
	width: 436px;
}
.text_design,.text_info,.text_guff,.text_journal {
	width: 436px;
}
#journal-container {
	width: 436px;
}
a.article-perm {
	margin: 5px 20px 0 0;
}
.journal_text {
	width:385px;
}


section#footer-inner {width: 436px;}

div#footer-copy {
	margin-right: 0;
}

ul#social-media {
	left: 0;
}

div#footer-copy {
	width: 436px;
}

ul#social-media {
	width: 436px;
}

h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.0em;
}
p {
	font-size: 0.9em;
}

form {}
form label {width:170px;text-align: left;}
form input[type="text"] {width:395px;}
form textarea {width:395px;}
form .zemSubmit {margin: 5px 0 0 0px; }

}

/* self-clear floats */
.selfclear:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }