@import url('fonts/aller/font.css');

/****TYPOGRAPHY***/

body {
	font: 13px Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, h7, #wpmem_reg legend, #wpmem_login legend {
	font-family: 'Aller Light';
	color: #6f421b;
}

h1, .h1, #wpmem_reg legend, #wpmem_login legend {
	font-family: 'Aller Light';
	font-size: 31px;
	line-height: 38px;
}

.text h1, #wpmem_reg legend, #wpmem_login legend {
	margin: 0 0 16px;
}

h2 {
	font-size: 31px;
	line-height: 38px;
}

.text h2 {
	margin: 0 0 16px;
}

h3 {
	font-size: 26px
}

.text h3 {
	margin: 0 0 7px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p, li, address {
	line-height: 140%;
}

p, address {
	margin-bottom: 22px;
}

p, li, h1, h2, h3, h4, h5, h6 {
	word-wrap: break-word;
}

strong, b, .strong {
	font-weight: bold;
}

em, i, .em {
	font-style: italic;
}

strong em, b em, em b, em strong, strong i, b i, i strong, i b {
	font-style: italic;
	font-weight: bold;
}

address {
	font-style: normal;
}

a {
	text-decoration: none;
}	

.lowercase  { text-transform: lowercase; }
.uppercase  { text-transform: uppercase; }
.capitalize	{ text-transform: capitalize; }
.small_caps { font-variant: small-caps; }

.normal		{ font-weight: normal; }
.oblique	{ font-style: oblique; }

.underline { text-decoration: underline; }

/* custom */

.brown, a {
	color: #6f421b;
}

.text p a {
	color: #6f421b;
	border-bottom: 1px dotted #6f421b;
}

#header-contact a {
	font-family: 'Aller Light', Arial, sans-serif;
	font-size: 32px;
	text-align: right;
	color: #6f421b;
}

#header-contact .email {
	line-height: 30px;
}

#header-contact .telephone {
	font-family: 'Aller';
	font-size: 42px;
	line-height: 36px;
}

.navigation, .navigation a, #header ul, #header ul a {
	color: #FFF;
	font: 20px 'Aller Light', Arial, sans-serif;
	text-decoration: none;
}

.navigation li {
	text-align: center;
}

#footer-info {
	color: #FFF;
	font: 11px Verdana, Arial, sans-serif;
	line-height: 110%;
}

.sidebar-inner h2 {
	margin-bottom: 16px;
}

.sidebar-inner h2, .sidebar-inner a, .sidebar-inner li, .sidebar-inner p, .sidebar-inner {
}

#sidebar h2, .sidebar-inner h2, #sidebar h2 a, #user a, #service .service-link {
}

.sidebar-inner a, .sidebar-inner li, .sidebar-inner p, .sidebar-inner {
}

.sidebar-inner p strong {
}

.sidebar-inner p {
	margin: 0 0 10px;
	line-height: 130%;
}

#sidebar .wpcf7 p {
	margin: 0 0 3px;
}

#sidebar input[type="submit"] {
	color: #FFF;
	font-size: 20px;
}

#sidebar a {
}

.read-more {
	display: block;
	text-align: right;
	text-decoration: underline;
}