/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,form,fieldset,input,select,textarea,div,p,img,table,th,td,object,pre,blockquote,address { 
	margin:0;
	padding:0;
}

a, object, embed {
   outline: none;
}

:link,:visited,:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img, table, fieldset, img {
	border: none;
}

address, abbr {
	font-style: normal;
}

body {
	color: #999;
	background: #9eacc3 url('../i/layout/page-bg.gif') bottom repeat-x;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

dt	{ 
	font-weight: bold; 
}

blockquote {
	margin-left: 1em;
}

img {
	display: block;
}

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
	
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#content p {
	margin: 1em 0;
	font-size: 1.2em
}

h1 {
	font-family: Arial, Verdana, sans-serif, "Lucida Sans", "Myriad Pro", "Myriad Pro Light";
	font-size: 1.75em;
	color: #122037;
}

h2 {
	font-family: Arial, Verdana, sans-serif, "Lucida Sans", "Myriad Pro", "Myriad Pro Light";
	font-size: 1.35em;
	color: #122037;
	font-weight: normal;
}

h2 a {
	text-decoration: underline;
}

h2#twitter-header {
	font-family: Arial, Verdana, sans-serif, "Lucida Sans", "Myriad Pro", "Myriad Pro Light";
	font-size: 1.75em;
	color: #757575;
	font-weight: normal;
	background: url('../i/layout/twitter-bird-top.gif') 10px center no-repeat;
	padding: 5px 0px 15px 70px;
}

img.image-left {
	float: left;
	margin: 12px 10px 10px 0px;
	border: solid 1px #bdbcbd;
	clear: left;
}
img.image-right {
	float: right;
	margin: 12px 0px 0px 10px;
	border: solid 1px #bdbcbd;
	clear: right;
}

div#content div.twitter-feed p.center {
	text-align: center;
}
li#mail {
	padding: 0px 15px 0px 0px;
	background: url('../i/layout/mail-icon.gif') right no-repeat;
}

div#content a {
	color: #4884cd;
	text-decoration: underline;
}
div#content a:hover {
	text-decoration: none;
}

div#paypal-button {
	display: block;
	width: 585px;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: dashed 1px #cad9f2;
}

div#paypal-button form {
	display: block;
	width: 585px;
	padding-top: 10px;
	border-top: dashed 1px #cad9f2;
}

a.pdf {
	display: block;
	padding: 4px 0px 4px 25px;
	background: url('../i/icons/pdf.gif') left no-repeat;
}

span.icon {
	display: inline;
	padding: 3px 15px 3px 25px;
}
span.flag-uk {
	background: url('../i/icons/uk.gif') left center no-repeat;
}
span.flag-usa {
	background: url('../i/icons/usa.gif') left center no-repeat;
}
span.phone {
	padding-right: 28px;
	background: url('../i/icons/phone.gif') left center no-repeat;
}
span.email {
	padding-right: 33px;
	background: url('../i/icons/email.gif') left center no-repeat;
}
span.skype {
	padding-right: 28px;
	background: url('../i/icons/skype.gif') left center no-repeat;
}
span.twitter {
	padding-right: 22px;
	background: url('../i/icons/twitter.gif') left center no-repeat;
}
span.mail {
	background: url('../i/icons/house.gif') left center no-repeat;
}

div#left-column ul li {
	font-size: 1.2em;
	padding: 0px 0px 0px 10px;
	margin: 0.5em 0px;
}
div#left-column ul li ul li {
	font-size: 1em;
	padding: 0px 0px 0px 10px;
}
/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container-bg {
	background: #fbfaf9 url('../i/layout/page-bg.gif') bottom repeat-x;
}
div#container {
	width: 980px;
	margin: 0 auto;
}
div#left-column {
	width: 585px;
	margin: 30px 10px 0px 0px;
	float: left;
	color: #122037;
}
div#right-column {
	width: 365px;
	margin: 0px 0px 0px 0px;
	float: left;
	color: #122037;
}

div.twitter-feed {
	width: 343px;
	border: solid 1px #bdbcbd;
	background: #FFF url('../i/layout/twitter-box-bg.gif') bottom repeat-x;
	padding: 10px 10px;
	margin: 10px 0px;
}
li.twit-newdate {
	margin-top: 5px;
	border-top: dashed 1px #cad9f2;
}
li.twit-date {
	padding-top: 10px;
	color: #4884cd;
	font-size: 1.2em;
}
li.twit-date ul li {
	padding: 5px 0px;
}
li.twit-light {
	color: #9a9a9a;
}
li.twit-dark {
	color: #656565;
}
li.twit-date span.twit {
	color: #4884cd;
}
a.twit-more {
	width: 293px;
	display: block;
	font-size: 1.35em;
	color: #4884cd;
	background: url('../i/layout/twitter-bird-bottom.gif') right center no-repeat;
	padding: 5px 50px 15px 0px;
	margin-top: 10px;
	text-decoration: underline;
	text-align: right;
}
a.twit-more:hover {
	text-decoration: none;
}

div.event-archive {
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #cad9f2;
}
div.news-item {
	padding-bottom: 10px;
	border-bottom: dashed 1px #cad9f2;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#header {
	width: 100%;
	height: 170px;
	background: url('../i/layout/header-bg.gif') repeat-x;
}
div#header-content {
	width: 980px;
	margin: 0 auto;
}
div#top-flash {
	width: 980px;
	height: 143px;
	display: block;
}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#content {
	width: 960px;
	padding: 0px 10px;
}
div#music-player {
	position: absolute;
	top: 143px;
	left: 50%;
	margin-left: 115px;
	width: 365px;
}
div#left-column p {
	text-align: justify;
}
a#free-audio {
	width: 365px;
	height: 73px;
	display: block;
	text-indent: -999em;
	letter-spacing: 133px;
	background: url('../i/layout/audio.gif') no-repeat;
}
div#video {
	width: 365px;
	height: 274px;
	display: block;
	margin: 130px 0px 10px 1px;
}
div#video-comment {
	width: 365px;
}
div.content-box {
	width: 525px;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 15px 20px;
	background: #e1e1e1 url('../i/layout/content-box-bg.gif') top repeat-x;
	border: solid 1px #bdbcbd;
}
div#channeling-box {
	float: left;
	width: 585px;
	margin: 10px 0px;
}
div.steps{
	float: left;
	clear: none;
	width: 326px;
}
div.steps div{

}
div#step-richard {
	float: left;
	width: 259px;
	height: 260px;
	display: block;
	background: url('../i/layout/richard.jpg') no-repeat;
}
a#step-one,
div#step-three,
div#step-two,
div#step-four {
	float: left;
	width: 326px;
	height: 64px;
	display: block;
	background: url('../i/layout/step1.jpg') no-repeat;
		margin-bottom: 2px;
}
div#step-two {
	background: url('../i/layout/step2.jpg') no-repeat;
}
div#step-three {
	background: url('../i/layout/step3.jpg') no-repeat;
}
div#step-four {
	height: 63px;
	background: url('../i/layout/step4.jpg') no-repeat;
}
a#step-one {
/*	height: 62px;*/
	text-indent: -999em;
	letter-spacing: 133px;
	background: url('../i/layout/step1.jpg') no-repeat;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
ul#top-nav {
	width: 605px;
	float: left;
	height: 27px;
}
ul#top-nav li {
	float: left;
}
ul#top-nav li a {
	float: left;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 5px;
	margin: 0px 16px 0px 0px;
}
*html ul#top-nav li a {
	margin: 0px 7px 0px 0px;
}
ul#top-nav li a:hover {
	color: #666;
}
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer {
	margin-top: 30px;
	padding-top: 20px;
	height: 66px;
}
ul#footer-nav {
	float: left;
	width: 800px;
	margin-bottom: 10px;
}
ul#footer-nav li {
	float: left;
}
ul#footer-nav li a {
	float: left;
	color: #93a2b9;
	text-decoration: underline;
	margin-right: 15px;
}
ul#footer-nav li a:hover {
	color: #cad9f2;
}
p#footer-text {
	float: left;
	width: 980px;
}
p#footer-text a {
	color: #717a88;
	text-decoration: underline;
}
p#footer-text a:hover {
	color: #cad9f2;
}
a#optix {
	float: right;
	margin-right: 10px;
	color: #93a2b9;
}
a#optix:hover {
	float: right;
	color: #cad9f2;
}
/***********************************************************************
	TOOLS
************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessibility {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}


/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/* FORMMAILER */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	float: left;
	margin: 15px auto 15px auto;
	width: 400px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	width: 380px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

div.radioButton {
	clear: none;
	width: 60%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

div.radioButton input {
	width: 20px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
	float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	padding: 3px;
}

