﻿/* File Created: 2012/03/27 */
html {
  font-family: "Varela Round", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  color: #363636;
  line-height: 32px;
}
body {
  line-height: 32px;
  background-color: #EFF0EB;
}

input, select, textarea, button {
  font-family:  "Varela Round", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  color: #363636;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  /*font-weight: bold;*/
}
input[type='radio'], input[type='checkbox'] {
  /*margin-left: .5em;*/
  margin-right: .4em;
}
input[type='text'], input[type='password'], textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  border-top-color: #d1d1d1;
  padding-left: .5em;
  padding-right: .5em;
  vertical-align: top;
}
input[type='text']:hover, input[type='text']:focus, input[type='text']:active, 
input[type='password']:hover, input[type='password']:focus, input[type='password']:active, 
select:hover, select:focus, select:active,
textarea:hover, textarea:focus, textarea:active {
	border-color: #CECECE;
  border-top-color: #c1c1c1;
}
input[type='checkbox'], input[type='radio']  {
	height: auto;
}
textarea {
  resize: none;
  min-height: 5em;
  line-height: 1.5em;
  padding-right: 0;
}
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  border-top-color: #d1d1d1;
  padding: .3em;
}
label {
	height: 32px;
	line-height: 32px;
  display: inline-block;
  margin-right: .5em;
}
table {
  border-collapse: collapse;
}
td {
	vertical-align: top;
}
sub, sup {
	font-size: 80%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
strong {
  font-weight: bold;
}
h1 {
  line-height: 56px;
	font-size: 56px;
	font-weight: bold;
	padding-bottom: 28px;
}
h2 {
  line-height: 26px;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 13px
}
p {
  line-height: 1.2em;
}
small {
	font-size: 12px;
}
a {
  text-decoration: none;
}
a:visited {
  color: #3B85C2;
}
a:focus, a:hover, a:active {
  color: #2D6899;
}