﻿/*

@font-face
{
	font-family: Vollkorn;
	font-style: italic;
	src: url(../Fonts/Vollkorn-Italic.ttf);
}

@font-face
{
	font-family: Signika;
	font-weight: normal;
	src: url(../Fonts/Signika-Regular.otf);
}

@font-face
{
	font-family: Signika;
	font-weight: bold;
	src: url(../Fonts/Signika-Bold.otf);
}

*/

@font-face {
    font-family: 'Signika';
    src: url('../Fonts/Signika-Regular-webfont.eot');
    src: url('../Fonts/Signika-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/Signika-Regular-webfont.woff') format('woff'),
         url('../Fonts/Signika-Regular-webfont.ttf') format('truetype'),
         url('../Fonts/Signika-Regular-webfont.svg#SignikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Signika';
    src: url('../Fonts/Signika-Bold-webfont.eot');
    src: url('../Fonts/Signika-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/Signika-Bold-webfont.woff') format('woff'),
         url('../Fonts/Signika-Bold-webfont.ttf') format('truetype'),
         url('../Fonts/Signika-Bold-webfont.svg#SignikaBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Vollkorn';
    src: url('../Fonts/Vollkorn-Italic-webfont.eot');
    src: url('../Fonts/Vollkorn-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/Vollkorn-Italic-webfont.woff') format('woff'),
         url('../Fonts/Vollkorn-Italic-webfont.ttf') format('truetype'),
         url('../Fonts/Vollkorn-Italic-webfont.svg#VollkornItalic') format('svg');
    font-weight: italic;
    font-style: normal;
}

body
{
	background: #f8f8f8;
	margin: 0px;
}

ul, dl
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

.left
{
	float: left !important;
}

.right
{
	float: right !important;
}

.clear
{
	clear: both !important;
}

.center
{
	text-align: center;
}

.nodisplay
{
	display: none;	
}

/* Text styles */

body, input, textarea
{
	font-family: Signika, Arial, Sans-Serif;
	font-size: 17px;
	color: #ecedef;
}

input, textarea
{
	color: #737a83;
}

h1, h2, h3
{
	font-weight: normal;
}

a
{
	color: #659fae;
	text-decoration: none;
}

a:hover
{
	color: #ecedef;
}

p
{
	line-height: 1.5em;
}

.darker
{
	color: #89929b;
}

.dark
{
	color: #45505b;
}

.smaller
{
	font-size: 15px;
	line-height: 1.4em;
}

.small
{
	font-size: 13px;
	line-height: 1.3em;
}

.large
{
	font-size: 26px !important;
	line-height: 1.2em;
}

.em
{
	font-family: Vollkorn, Times New Roman, Serif;
	font-style: italic;
	font-size: 19px;
}

.strong
{
	font-size: 19px;
}