/* -----------------
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 
----------------- */


/*--- Typographic Elements ---*/

h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	margin-bottom:0.15em;
}

h1 {
	color:#024081;
	font-size:22px;
	line-height:25px;
	font-weight:normal;
}

h2 {
	color:#3f3f3f;
	font-size:10.5pt;
	line-height:1.2em;
	font-weight:bold;
}

h2 span{
	color:#3f3f3f;
	font-size:10.5pt;
	line-height:1.2em;
	font-weight:bold;
}

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, .wrapper-content li {
	color:#505050;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:10.25pt;
}

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 { /* 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:#024081;
	font-weight:normal;
	text-decoration:underline;
}

a:visited {
	color:#024081;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#024081;
	font-weight:normal;
	text-decoration:none;
}

a:active {
	color:#024081;
	font-weight:normal;
	text-decoration:none;
}

a.helplink:link { 
	color:#024081;
	font-weight:normal;
	text-decoration:none;
}

a.helplink:visited {
	color:#024081;
	font-weight:normal;
	text-decoration:none;
}

a.helplink:hover {
	color:#024081;
	font-weight:normal;
	text-decoration:underline;
}

a.helplink:active {
	color:#024081;
	font-weight:normal;
	text-decoration:underline;
}

/*--- Footer Elements ---*/

.footerCopyright a, .footerCopyright a:link, .footerCopyright a:visited, .footerCopyright a:hover, .footerCopyright a:active {
	color:#024081;
}

.userProfile a,.userProfile a:link, .userProfile a:visited, .userProfile a:hover, .userProfile a:visited, .userProfile a:active {
	color:#024081;
	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%;
}
