
@font-face {
    font-family: 'MerriweatherRegular';
    src: url('fonts/merriweather-regular-webfont.eot');
    src: url('fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweather-regular-webfont.woff') format('woff'),
         url('fonts/merriweather-regular-webfont.ttf') format('truetype'),
         url('fonts/merriweather-regular-webfont.svg#MerriweatherRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MerriweatherBold';
    src: url('fonts/merriweather-bold-webfont.eot');
    src: url('fonts/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweather-bold-webfont.woff') format('woff'),
         url('fonts/merriweather-bold-webfont.ttf') format('truetype'),
         url('fonts/merriweather-bold-webfont.svg#MerriweatherBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------
    RESET
----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------------
    GENERAL
---------------------------------------------------------- */
/* HTML */
html { overflow-y: scroll; }

/* Body */
body {
    font-family: Georgia, Serif;
    font-size: 16px;
    line-height: 25px;
    color: #3B3B3B;
    background: url(../images/bg.png) left top repeat ;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

/* Paragraphs */
p { 
	margin-bottom: 25px; 
}
p.intro { 
	font-size: 18px; 
}
p.description {
	color: #747474;
}

/* Links */
a:link, a:visited {
    color: #285935;
    text-decoration: none;
    outline: 0;
}
a:hover, a:focus, a:active {
    color: #5E1F00;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: 'MerriweatherBold', Serif;
}
h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.9px;
    color: #046416;
    margin-left: -2px;
}
h2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
h3 {
    font-size: 18px;
    line-height: 25px;
}

/* Lists */
ul, ol {
	margin-bottom: 25px;
	padding: 0 20px;
}
ul { 
	list-style: disc; 
}
ol { 
	list-style: decimal; 
}

dl { 
	margin-bottom: 25px; 
}

dt {
    font-weight: bold;
    color: #046416;
}

dd {
    padding-left: 20px;
}

input, select {
    vertical-align: middle;
}

/* Other Text */
strong, b {
    font-weight: bold; 
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

mark {
    background-color: #FDD2B3;
}

/* Clearing and Alignment Classes */
.align-left {
    float: left;
}

.align-right {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */

/* ------------------------------------------------------
    STRUCTURE
--------------------------------------------------------- */
/* Floating Header Structure */
#header-wrap {
    background: url(../images/header-bg.png);
    width: 100%;
    height: 70px;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
}

header {
    position: relative;
    width: 940px;
    height: 70px;
    margin: 0 auto;
}

/* Content Structure */
.content-wrap {
    width: 940px;
    margin: 0 auto;
}

.content-wrap section {
    position: relative;
    padding: 50px 0 25px 0;
    background: url(../images/section-sep.png) repeat-x left 25px;
}

.content-wrap section .no-bottom-margin{
    margin-bottom: 0;
}

/* Footer Structure */
footer {
    position: relative;
    background: url(../images/section-sep.png) repeat-x left 25px;
    width: 940px;
    margin: 0 auto;
    padding-top: 50px;
}

/* -------------------------------------------
    Header
-------------------------------------------- */

/* Header Logo */
header hgroup {
    position: absolute;
    background: url(../images/logo.png) no-repeat;
    height: 31px;
    width: 312px;
    display: block;
    top: 25px;
    left: 0;
}
header hgroup h1 a {
    text-indent: -9999em;
    display: block;
    height: 31px;
    width: 130px;
}

/* ---------------------------------------
 Info
 ----------------------------------------- */

section#info {
    margin: 50px auto;
    width: 940px;
}

/* ---------------------------------------
 App
 ----------------------------------------- */

section#info .app_and_support {
    width: 940px;
    height: 235px;
}

section#info .app_icon {
    height: 235px;
    width: 470px;
    padding: 50px; 50px;
}

section#info .app_icon .thumb {
    margin: 0px auto;
    height: 150px;
    width: 150px;
}

section#info .app_icon h3.entry-title {
    font-size: 14px;
    line-height: 25px;
	text-align: center;
}


/* ---------------------------------------------------
 Contact
 ----------------------------------------------------- */

section#info .app_support {
    text-align: left;
    padding: 50px 50px;
    height: 235px;
    width: 470;
}

section#info .app_support p {
    font-family: "MerriweatherBold", Serif;
    font-size: 14.5px;
	color: #046416;
}

/* ----------------------------------------------------
    Footer
----------------------------------------------------- */
footer p.footer-text {
    text-align: center;
    font-family: "MerriweatherRegular", Serif;
    font-size: .75em;
    padding: 0 10px;
    margin-bottom: 0;
    clear: both;
}
footer .footer-content {
    position: relative;
    width: 940px;
}


