/*
 * Project:		MWRC
/* ---------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	margin: 0 0 1px;
	font-size: 100.01%;
}
body {
	background: #141414;
	font-size: 62.5%;
}
.clearfix {
	clear: both;	
}
 @media only screen and (max-device-width: 480px) {
html {
-webkit-text-size-adjust: none;
}
}
body, textarea, input, select, option, button {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.25;
}
li, dt, dd, p, th, td, caption, pre {
	font-size: 1.2em;
}
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}
a {
	color: #43a4d5;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #43a4d5;
	text-decoration: underline;
}
ul, ol, dd, blockquote {
	padding-left: 40px;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
li *, li p, li li, dt *, dd *, p * {
	font-size: 1em;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
}
pre {
	font-family: "Courier New", monospace;
	white-space: pre-wrap;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	overflow: visible;
	padding: 0 10px;
	cursor: pointer;
}
button::-moz-focus-inner {
padding: 0;
border: none;
}
hr {
	overflow: hidden;
	height: 1px;
	margin: 15px 0 !important;
	margin: -5px 0 8px;
	padding: 0;
	border: none;
	background-color: #ccc;
	color: #ccc;
}
*:first-child+html hr {
	margin: -7px 0 8px !important;
}
.offset {
	position: absolute !important;
	left: -10001px !important;
	overflow: hidden !important;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-family: "Avenir", Helvetica, Helvetica Neue, Arial, sans-serif;
	text-transform: uppercase;
	color: #959e29;
	font-weight: normal;
}
h1 {
	font-size: 3.6em;
	color: #748d94;
	text-transform: none;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.0em;
}
/* tables */
table th, table td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.downloads { background:#43a4d5; color: #fff; padding: 20px 15px; -webkit-border-radius: 5px;
-moz-border-radius: 5px; text-decoration: none;
border-radius: 5px; font-size: 18px; }
.downloads:hover { color: #fff; text-decoration: none;}