/*
Theme Name: Quantum
Description: Used to style the TinyMCE editor.
*/

body {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6{
	font-family: inherit;
	font-weight: 400;
	line-height: 1.5em;
	color: inherit;
	margin: 0 0 30px 0
}
h1{font-size: 22px}
h2{font-size: 20px}
h3{font-size: 18px}
h4{font-size: 16px}
h5{font-size: 14px}
h6{font-size: 12px}

p{margin: 0}
ul{padding-left: 18px; margin: 0}

p + *,
ul + *,
* + p,
* + ul{margin-top: 15px}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6{margin-top: 30px}

a[href$=".pdf"]{
	color: #000;
	padding: 0 14px 0 0;
	background-repeat: no-repeat;
	background-position: 100% center;
	text-decoration: underline;
}
a[href$=".pdf"]{background-image: url(../images/pdf.png)}

.clearfix:before,
.clearfix:after{
	content: " ";
	display: table;
}
.clearfix:after{clear: both}