/* Custom Classes used to style text, and available for use in the back-end */
.left {
  display: inline;
  float: left;
  margin: 2px 10px;
}

.right {
  display: inline;
  float: right;
  margin: 2px 10px;
}

.red { color: red; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #AE0703;
  font-family: 'Century Gothic', sans-serif;
  font-weight: 100;
}

body {
  font: normal normal normal 14px/20px Arial, sans-serif;
}

/*

Default type

*/
hr {
  display: block;
  background: #92846E;
/*  border: none;*/
  color: #92846E;
  margin: 20px 0;
}

ol, ul {
  margin-left: 2em;
  padding-bottom: 1em;
}

p {
	line-height:1.5em;
	margin:1em 0 .5em;
}

  p:first-child, p.first-child {
    margin-top: 0;
  }

h1
{
	font-size:2.1em;
	line-height:1;
	margin:1em 0 .5em;
}

h2
{
	font-size:1.5em;
	line-height:1;
	margin:1.07em 0 .535em;
}

h3
{
	font-size:1.4em;
	line-height:1;
	margin:1.14em 0 .57em;
}

h4
{
	font-size:1.3em;
	line-height:1;
	margin:1.23em 0 .615em;
}

h5
{
	font-size:1.2em;
	line-height:1;
	margin:1.33em 0 .67em;
}

h6
{
	font-size:1em;
	line-height:1;
	margin:1.6em 0 .8em;
}
