/* -----------------
Radii Production 
Copyright 2014

Swatch colours
--------------
e6e6e6 - 10% grey
cecece - 20% grey
b5b5b5 - 30% grey
9c9c9c - 40% grey
838383 - 50% grey
696969 - 60% grey
505050 - 70% grey
363636 - 80% grey
1c1c1c - 90% grey 
----------------- */


/*--- Typographic Elements ---*/

h1, h2, h3, h4, h5, h6 {
    font-family: Calibri, Arial, sans-serif;
	margin-bottom:0.15em;
}

h1, h1 span {
	color:#3F9307;
    font-family: Calibri, Arial, sans-serif;
	font-size:22px;
	line-height:25px;
	font-weight:normal;
	margin-bottom: 8px;
}

h2, h2 span {
	color:#3F9307;
    font-family: Calibri, Arial, sans-serif;
	font-size:14pt;
	line-height:1.2em;
}

h3 {
	color:#363636;
	font-size:16pt;
	line-height:20pt;
	font-weight:bold;
}

h4 {
	color:#505050;
	font-size:14pt;
	line-height:18pt;
	font-weight:bold;
}

h5 {
	color:#505050;
	font-size:13pt;
	line-height:17pt;
	font-weight:bold;
}

h6 {
	color:#505050;
	font-size:11pt;
	line-height:15pt;
	font-weight:bold;
}

p, div {
	color:#505050;
    font-family: Calibri, Arial, sans-serif;
	font-size:11pt;
}

p {
	line-height:15pt;
	margin-bottom:1.2em;
}

hr { /* hr markup used for horizonal rules - properties must appear in the order below */
	height:1px;
	border-width:0;
	color:#b5b5b5;
	background-color:#b5b5b5;
	margin:0.4em 0em;
}

q:before { /* opening quote styling */
	content:open-quote;
}

q:after { /* closing quote styling */
	content:close-quote;
}

em { /* em markup used for emphasizing a word */
	font-style:italic;
}

strong { /* em markup used for bolding a word */
	font-weight:bold;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup { /* sup markup is used for superscripts */
	bottom: .8ex;
}

sub { /* sub markup is used for subscripts */
	top: .5ex;
}


/*--- Blockquotes - markup used for stylized pull quote/ callout blocks (eg. testimonials) ---*/

blockquote { 
	margin:16px;
}

blockquote:before { /* opening pull quote styling */
	color:#cecece;
	content:open-quote;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42pt;
	float:left;
	margin:12px 8px 0 -16px;
}

blockquote:after { /* closing pull quote styling */
	color:#cecece;
	content:close-quote;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42pt;
	float:right;
	margin:-22px -16px 0 6px;
}


/*--- Lists ---*/

ul, ol {
	color:#363636;
	font-size:10pt;
	line-height:14pt;
	list-style-position:outside;
}

ul {
	list-style:disc;
	margin:0 1.8em 1.2em;
}

ol {
	list-style:decimal;
	margin:0 2.5em 1.2em;
}

li {
	margin-bottom:0.5em;
}


/*--- Links - Rules must appear in this order ---*/

a:link { 
	color:#DE6419;
	font-weight:normal;
	text-decoration:none;
}

a:visited {
	color:#DE6419;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

a:active {
	color:#DE6419;
	font-weight:normal;
	text-decoration:none;
}

a.helplink:link { 
	color:#DE6419;
	font-weight:normal;
	text-decoration:none;
}

a.helplink:visited {
	color:#DE6419;
	font-weight:normal;
	text-decoration:none;
}

a.helplink:hover {
	color:#DE6419;
	font-weight:normal;
	text-decoration:underline;
}

a.helplink:active {
	color:#DE6419;
	font-weight:normal;
	text-decoration:underline;
}
.navG, .navG ul li a {
	color: #949494;
	text-decoration: none;
}
.navG ul li a:hover {
	text-decoration: underline;
}
.navG a.button:hover {
	text-decoration: none;
}

/*--- Footer Elements ---*/

.footerCopyright a, .footerCopyright a:link, .footerCopyright a:visited, .footerCopyright a:hover, .footerCopyright a:active {
	color:#949494;
	text-decoration: none;
}
.footerCopyright a:hover {
	text-decoration: underline;
}
.userProfile a,.userProfile a:link, .userProfile a:visited, .userProfile a:hover, .userProfile a:visited, .userProfile a:active {
	color:#DE6419;
	font-weight:bold;
}

/*--- CUSTOM ---*/

.results {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
    float: left;
}
.smaller {
	float: left;
	font-size:90%;
	line-height:120%;
	width: 100%;
}
.form-field label {
	font-size: 12.5px;
	margin-right: 2px;
}
.form-field input[type="radio"] {
	margin: 3px 3px 3px 0;
}