/* -----------------
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:Arial, Helvetica, sans-serif;
	margin-bottom:0.15em;
}

h1 {
	color:#404040;
	font-size:26pt;
	line-height:30pt;
}

h2 {
	color:#FFFFFF;
	font-size:18pt;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:15px;
}

h3 {
	color:#363636;
	font-size:8pt;
	line-height:20pt;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
}

h4 {
	color:#505050;
	font-size:8pt;
	line-height:14pt;
}

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:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

p {
	line-height:16pt;
	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:1.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:Arial, Helvetica, sans-serif;
	font-size:42pt;
	float:left;
	margin:12px 8px 0 -16px;
}

blockquote:after { /* closing pull quote styling */
	color:#cecece;
	content:close-quote;
	font-family:Arial, Helvetica, sans-serif;
	font-size:42pt;
	float:right;
	margin:-22px -16px 0 6px;
}


/*--- Lists ---*/

ul, ol {
	color:#363636;
	font-size:10pt;
	line-height:18pt;
	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:#404040;
	font-weight:normal;
	text-decoration:underline;
}

a:visited {
	color:#404040;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#1c1c1c;
	font-weight:normal;
	text-decoration:none;
}

a:active {
	color:#404040;
	font-weight:normal;
	text-decoration:underline;
}

a.homeCTALink:hover {
	color:#776F66;	
}

#footerLink {
	color:#E0E0D8;	
	text-decoration:none;
}

#footerLink:hover{
	color:#CC0C2F;	
}

/*--- Footer Elements ---*/

.footerAddress, .footerCopyright, .footerNav, .footerDesigner {
	color:#FFFFFF;
	font-size:8.5pt;
}

#wrapperFooter a, #wrapperFooter a:link, #wrapperFooter a:visited {
	color:#E0E0D8;
}

#wrapperFooter a:hover {
	color:#404040;
}

a.homeCTALink {
	color:#CC0C2F;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/*--- Link Icons ---*/

a.more {
	font-size:9pt;
    background: url(/images/icons/icon_more.png) center right no-repeat;
    padding-right: 20px;
}

a.external {
    background: url(/images/icons/icon_external.png) center right no-repeat;
    padding-right: 18px;
}

a[href$='.doc'], a[href$='.docx'], a.doc, a.docx {
    background: transparent url(/images/icons/icon_word.gif) center right no-repeat;
    padding-right: 18px;
}

a[href$='.xls'], a[href$='.xlsx'], a.xls, a.xlsx {
    background: transparent url(/images/icons/icon_excel.gif) center right no-repeat;
    padding-right: 18px;
}

a[href$='.pdf'], a.pdf {
    background: transparent url(/images/icons/icon_pdf.gif) center right no-repeat;
    padding-right: 18px;
}

a[href$='.zip'], a.zip {
    background: transparent url(/images/icons/icon_zip.gif) center right no-repeat;
    padding-right: 18px;
}

a[href$='.ppt'], a[href$='.pptx'], a.ppt, a.pptx {
    background: transparent url(/images/icons/icon_ppt.gif) center right no-repeat;
    padding-right: 18px;
}

a[href$='.swf'], a.swf {
    background: transparent url(/images/icons/application_flash.gif) center right no-repeat;
    padding-right: 18px;
}

a.bmp, a.eps, a.gif, a.jpeg, a.jpg, a.png, a.psd, a.psp, a.thm, a.tif  {
    background: transparent url(/images/icons/image.gif) center right no-repeat;
    padding-right: 18px;    
}

