@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic);

body {
	font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
	font-weight: 300;
	font-size: 16px;
	color: #333;
}

	body#tinymce.home {
		width: 960px;
		margin: 20px auto 0;
		background-color: #EFEFE9;
		text-align: center;
		font-size: 40px;
	}

h1, h2, h3, h4 {
	line-height: normal;
	font-weight: 300;
	color: #98012e;
}

h1 {
	margin-bottom: 5px;
	/*font-size: 35px;*/
}

h2 {
	/*font-size: 30px;*/
}

h3 {
	/*font-size: 18px;*/
}

h4 {
	/*font-size: 15px;*/
}

* + h1,
* + h2,
* + h3,
* + h4 {
	margin-top: 25px;
}

* + p,
* + ul,
* + ol,
* + form {
	margin-top: 15px;
}

p { line-height: 30px; }
#content ul li.line { line-height: 30px; }

	body#tinymce.home p { line-height: normal; }

a {
	outline: none;
	color: #98012e;
}

b, strong {
	font-weight: 400;
}

hr {
	display: inline-block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 30px 0 5px;
	border: none;
	background-color: #EAEAEA;
}