/* ====-==-=--=----=-------- ---- -- -  -    -
** mobile first
** ========-====-==-=--=----=-------- ---- -- -  -    -
*/
html *
{
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	line-height: 1em;
	-webkit-text-size-adjust: 100%;
}

img
{
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

h1
{
	font-size: 1.333333;
	font-weight: normal;
	line-height: 1em;
}

h1, h1 a
{
	color: #678b5d;
	text-decoration: none;
}

h1 a:hover
{
	text-decoration: underline;
}

p
{
	line-height: 2em;
}



/* ---- -- -  -    -
** header
** -------- ---- -- -  -    -
*/
.header
{
	margin: 1em 0 0 0;
	text-align: center;
}



/* ---- -- -  -    -
** nav
** -------- ---- -- -  -    -
*/
.nav ul
{
	padding: 0;
	list-style: none;
}

.nav li
{
	margin: 0;
	padding: 0;
	display: inline-block;
}

.nav a
{
	display: block;
	margin: 0.25em;
	padding: 0.5em 0.5em;
	line-height: 1.5em;
	color: #739170;
	text-decoration: none;
}



/* ---- -- -  -    -
** content
** -------- ---- -- -  -    -
*/
.content
{
	margin: 1em 1em 0 1em;
}



/* ====-==-=--=----=-------- ---- -- -  -    -
** 17em+ ~= 272px+
** ========-====-==-=--=----=-------- ---- -- -  -    -
*/
@media only screen and (min-width: 17em) and (min-device-width: 17em)
{
	.nav a
	{
		margin: 0.325em 0.25em;
		padding: 0.325em 0.75em;
		line-height: 1.5em;
		color: #fff;
		text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.5 );
		background-color: #a4c5be;
		background-image:    -moz-radial-gradient(center 1.25em, ellipse farthest-corner, #a4c5be 0%, #5d824f 100%);
		background-image: -webkit-radial-gradient(center 1.25em, ellipse farthest-corner, #a4c5be 0%, #5d824f 100%);
		background-image:     -ms-radial-gradient(center 1.25em, ellipse farthest-corner, #a4c5be 0%, #5d824f 100%);
		background-image:      -o-radial-gradient(center 1.25em, ellipse farthest-corner, #a4c5be 0%, #5d824f 100%);
		background-image: radial-gradient(center 1.25em, ellipse farthest-corner, #a4c5be 0%, #5d824f 100%);
		border-radius: 2.25em;
	}
}



/* ====-==-=--=----=-------- ---- -- -  -    -
** 31em+ ~= 496px+
** ========-====-==-=--=----=-------- ---- -- -  -    -
*/
@media only screen and (min-width: 31em) and (min-device-width: 31em)
{
	.header
	{
		border-bottom: 0.5625em solid #dae3a0;
	}

	.nav a
	{
		margin: 0;
		padding: 0.25em 0.5em;
		background: #fff;
		color: #739170;
		text-shadow: none;
		border-radius: none;
	}
}
