@CHARSET "UTF-8";

/*
 * COMMON
 */

.fL {
	float: left;
}

.fR {
	float: right;
}

.tL {
	text-align: left !important;
}

.tC {
	text-align: center !important;
}

.tR {
	text-align: right !important;
}

.cL {
	clear: left;
}

.cR {
	clear: right;
}

.cB {
	clear: both;
}

.hidden {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.handwrite {
	font-family: "Fox In The Snow",Lucida Handwiting,Times New Roman;
	font-size: 130%;
	font-weight: bold;
}

/**
 * STRUCTURE
 */
@font-face {
	font-family: 'Fox In The Snow';
	src: url('fox_in_the_snow-webfont.eot');
	src: url('fox_in_the_snow-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fox_in_the_snow-webfont.woff2') format('woff2'),
	     url('fox_in_the_snow-webfont.woff') format('woff'),
	     url('fox_in_the_snow-webfont.ttf') format('truetype'),
	     url('fox_in_the_snow-webfont.svg#fox_in_the_snowregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	color: #444444;
	background-color: #EEEEEE;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 14px;
}
h1 {}
h2 {
	font-size: 24px;
	font-family: "Fox In The Snow",Lucida Handwiting,Times New Roman;
	margin: 0;
}
hr {
	border: none;
	height: 1px;
	color: #444444;
	background-color: #444444;
}
textarea {
	width:600px;
	height:100px;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 14px;
}
#page {
	background-color: #FFFFFF;
	width: 800px;
	margin: 24px auto;
	padding: 2px 0;
	-webkit-box-shadow: 10px 10px 15px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 10px 10px 15px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 10px 10px 15px 0px rgba(50, 50, 50, 0.5);
}
#header {
	display: block;
	margin: 0;
	padding: 0;
	color: transparent;
	background: url('../images/logo.png');
	width: 800px;
	height: 82px;
	margin: 20px 0;
}
#navigation {
	font-family: "Fox In The Snow",Lucida Handwiting,Times New Roman;
	font-size: 22px;
	font-weight: bold;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
#navigation li {
	display: inline-block;
	margin: 0 14px;
	height: 33px;
	line-height: 33px;
}
#navigation li a {
	text-decoration: none;
	color: black;
	display: inline-block;
	padding: 0 5px;
}
#navigation li a:hover, #navigation li a.active {
	color: white;
	background-color: black;
}
#content {
	clear: both;
	padding: 30px 10px 20px 10px;
}
#footer {
	background-color: #f9f9f9;
	clear: both;
	color: #666666;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer .back img {
	vertical-align: bottom;
}
#footer .back a {
	font-family: "Fox In The Snow",Lucida Handwiting,Times New Roman;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

form {
	
}
form fieldset {
	margin-bottom: 10px;
}
form fieldset > div {
	display: table-row;
}
form label {
	display: inline-block;
	margin: 2px;
}
form label[for], form label.cell {
	display: table-cell;
	padding: 0 10px 10px 0;
	vertical-align: top;
}
input, textarea {
	border: 1px solid #888888;
	font-size: 14px;
	padding: 2px;
	color: black;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input.success, textarea.success {
	border-color: #356635;
}
input.error, textarea.error {
	color: #953b39;
	border-color: #953b39;
	background-color: #FFEEEE;
}
input.success:focus, textarea.success:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #7aba7b;
}
input.error:focus, textarea.error:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #d59392;
}

a.circle {
	background: url("../images/circle-white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: black;
	display: inline-block;
	font-family: "Fox In The Snow",Lucida Handwiting,Times New Roman;
	font-size: 30px;
	font-weight: bold;
	height: 120px;
	padding: 90px 30px;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: 237px;
}
a.circle:hover {
	background: url("../images/circle-black.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: white;
}