@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
html, body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}
a {
	/*font-weight:bold;*/
	text-decoration: none;
}
a:link, a:visited {
	color: #000000;
}
a:hover, a:active {
	color: #db1115;
}
acronym, abbr {
	cursor: help;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
blockquote {
	border: 1px dashed #89090d;
	padding: 7px 15px 7px 30px;
	background: url(../pngs/66.png) #f7f8fd no-repeat top left;
	margin: 10px 10px 20px 10px;
}
h1, h2, h3, h4, h5, p {
	color: #333333;
}
h1, h2, h3, h4, h5 {
	font-weight: 400;
	letter-spacing: 0.15em;
}
p {
	font-weight: 300;
	letter-spacing: 0.04em;
}
h1 {
	font-weight: 400;
	font-size: 1.4em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 0.2em;
}
h3 {
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.2em;
}
h4 {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0.14em;
	line-height: 1.5em;
}
h5 {
	font-size: 0.9em;
}
h1 + h2 {
	display: block;
}
br, p {
	line-height: 1.5em;
}
p {
	font-size: 1em;/*text-align:justify;*/
}
p + p, p + h1, p + h2, p + h3 {
	margin-top: 1.5em;
}
.responsive_menu {
	font-family: Raleway, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}
.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.green {
	color: #006600;
}
.red {
	color: #8A1D20;
}
#indextext h2, #indextext h3 {
	letter-spacing: 0.4em;
}
#copytext1 p, #copytext2 p, #copytext3 p, #copytext4 p {
	text-align: justify;
}
.rhwd a {
	font-size:0.85em;
	color: #EBEBEB;
}
.knotted h1,.knotted h2 {
	text-align: center;
}