/* -----------------
Radii Production 
Copyright 2009

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 
----------------- */

/* -----------------
DIN Fonts - Do NOT Edit
----------------- */

/* FF DIN Web Regular - IE 4–8 */
@font-face {
	font-family: DINWeb;
	src: url("/fonts/DINWeb.eot");
}
/* FF DIN Web Regular - WOFF-capable browsers */
@font-face {
	font-family: DINWeb;
	src: url("/fonts/DINWeb.woff") format("woff");
}

/* FF DIN Web Italic - IE 4–8 */
@font-face {
	font-family: DINWeb;
	src: url("/fonts/DINWeb-Ita.eot");
	font-style: italic;
}
/* FF DIN Web Italic - WOFF-capable browsers */
@font-face {
	font-family: DINWeb;
	src: url("/fonts/DINWeb-Ita.woff") format("woff");
	font-style: italic;
}

/* FF DIN Web Bold - IE 4–8 */
@font-face {
	font-family: DINWeb;
	src: url("/fonts/DINWeb-Bold.eot");
	font-weight: bold;
}
/* FF DIN Web Bold - WOFF-capable browsers */
@font-face {
	font-family: DINWeb;
	src: url("/fonts/DINWeb-Bold.woff") format("woff");
	font-weight: bold;
}

/* FF DIN Web Bold Italic - IE 4–8 */
@font-face {
	font-family: DINWeb;
	src: url("/fonts/DINWeb-BoldIta.eot");
	font-style: italic;
	font-weight: bold;
}
/* FF DIN Web Bold Italic - WOFF-capable browsers */
@font-face {
	font-family: DINWeb;
	src: url("/fonts/DINWeb-BoldIta.woff") format("woff");
	font-style: italic;
	font-weight: bold;
}

/*--- Typographic Elements ---*/

h1, h2, h3, h4, h5, h6 {
	font-family: DINWeb, Arial, Helvetica, Verdana, sans-serif;
	margin-bottom:0.15em;
}

h1, h1 span {
	color:#333333;
	font-family: DINWeb, Arial, Helvetica, Verdana, sans-serif;
	font-size:24px;
	line-height:32px;
	font-weight:normal;
	margin-bottom: 8px;
}

h2, h2 span {
	color:#4d7ea6;
	font-family: DINWeb, Arial, Helvetica, Verdana, sans-serif;
	font-size:18px;
	line-height:1.2em;
}

h3 {
	color:#363636;
	font-size:20px;
	line-height:20px;
	font-family: DINWeb, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

h4 {
	color:#505050;
	font-size:14pt;
	line-height:18pt;
	font-family: DINWeb, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

h5 {
	color:#505050;
	font-size:13pt;
	line-height:17pt;
	font-family: DINWeb, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

h6 {
	color:#505050;
	font-size:11pt;
	line-height:15pt;
	font-family: DINWeb, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

p, div, span, .wrapper-content li {
	color:#505050;
	font-family: DINWeb, Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
}

p {
	line-height:15pt;
	margin-bottom:1.2em;
}

.wrapper-content li {
	line-height:15pt;
	margin-bottom:0.5em;
}

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, i { /* em markup used for emphasizing a word */
	font-family: DINWeb, Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
}

strong, b { /* strong markup used for bolding a word */
	font-family: DINWeb, Arial, Helvetica, Verdana, sans-serif;
	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:#505050;
	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:#4d7ea6;
	font-weight:normal;
	text-decoration:underline;
}

a:visited {
	color:#4d7ea6;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#3d6483;
	font-weight:normal;
	text-decoration:none;
}

a:active {
	color:#4d7ea6;
	font-weight:normal;
	text-decoration:none;
}

a.helplink:link { 
	color:#4d7ea6;
	font-weight:normal;
	text-decoration:none;
}

a.helplink:visited {
	color:#4d7ea6;
	font-weight:normal;
	text-decoration:none;
}

a.helplink:hover {
	color:#3d6483;
	font-weight:normal;
	text-decoration:underline;
}

a.helplink:active {
	color:#4d7ea6;
	font-weight:normal;
	text-decoration:underline;
}

/*--- Footer Elements ---*/

.footerCopyright a, .footerCopyright a:link, .footerCopyright a:visited, .footerCopyright a:hover, .footerCopyright a:active {
	color:#4d7ea6;
}

.footerCopyright a:hover {
	color:#3d6483;
}

.userProfile a,.userProfile a:link, .userProfile a:visited, .userProfile a:hover, .userProfile a:visited, .userProfile a:active {
	color:#4d7ea6;
	font-family: DINWeb, Arial, Helvetica, Verdana, sans-serif;
	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%;
}

/*--- New PEAK Styles ---*/

.footerCopyright, .footerPOS {
	font-size:14px;
	line-height: 1.5em;
}

.footerPOS {
	font-family: DINWeb, Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
}

div.navG a {
	color:#4d7ea6;
	line-height: 16pt;
	list-style-position:outside;
	text-decoration:none;
}

div.navG a:hover {
	color:#3d6483;
	text-decoration: underline;
}

div.navG a:hover.button {
	text-decoration: none;
}

div.navG a:active {
	color:#00adef;
}

.form-field label {
	font-size: 12px;
	margin-right: 2px;
}

.form-field input[type="radio"] {
	margin: 3px 3px 3px 0;
}
