@charset "ISO-8859-1";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #fff;
	background-color: #3d3d3d;
	text-align: center;
}

html, body, input, select, textarea, table, td, tr { font-family: Arial, Helvetica, sans-serif; }

img { border: none; outline: none; }

/** IMAGE DISPLAY FIXES FOR CONTRIBUTE */

*:first-child+html img { display: inline; }
* html img { display: inline; }
html>/**/body img { display: block; }

/******/

a { text-decoration: none; outline: none; cursor: pointer !important; }
a:hover { text-decoration: underline; cursor: pointer !important; }

object { outline: none; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Rounded", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


/* LEGACY BODY STYLES */
img, form {border:0; margin:0; vertical-align:top;}
p.noBottomMargin {margin-bottom:0;}
p.noTopMargin {margin-top:0;}
p.negativeTopMargin {margin-top:-10px;}
fieldset {border:0; margin:0; padding:0;}
select, textarea {font-size:1em; border:solid 1px #696867; color:#666;}
input[type=text], input[type=checkbox] {font-size:1em; border:solid 1px #696867; color:#666;}
dl, dd {margin:0; padding:0;}
ul {margin-left:15px; padding-left:0;}
ul.spacedListItems li {margin-bottom:12px;}
ol {margin:10px 0 0 18px; padding-left:0;}
ol li {margin-bottom:12px;}

/****************************************/
/*******            IDs           *******/
/****************************************/

#wrapper {
	width: 924px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.7em;
	color: #3d3d3d;
	background-color: #fff;
}

#access { display: none; }

/****************************************/
/*******          HEADER          *******/
/****************************************/

#header {
	width: 924px;
	height: 198px;
	background-color: #3d3d3d;
	position: relative;
}

#logo { 
	width: 305px;
	height: 176px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#photos {
	width: 619px;
	height: 176px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#navigation {
	width: 924px;
	height: 22px;
	position: absolute;
	top: 176px;
	left: 0;
	z-index: 3;
	background-color: #f7a11a;
}

/****************************************/
/*******        NAVIGATION        *******/
/****************************************/

#navigation ul, #navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	display: inline;	
}

#navigation ul li a {
	background-image: url('/images/common/nav-home.gif');
	background-position: top center;
	position: relative;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
}
#navigation ul li a:hover, #navigation ul li a.on {
	background-position: bottom center;
}
#navigation ul li a strong {
	position: absolute;
	left: -999em;
}

/* individual link styles */
#navigation ul li a.nav-home { background-image: url('/images/common/nav-home.gif'); width: 91px; }
#navigation ul li a.nav-our-work { background-image: url('/images/common/nav-our-work.gif'); width: 137px; }
#navigation ul li a.nav-news { background-image: url('/images/common/nav-news.gif'); width: 116px; }
#navigation ul li a.nav-fundraising { background-image: url('/images/common/nav-fundraising.gif'); width: 156px; }
#navigation ul li a.nav-support-us { background-image: url('/images/common/nav-support-us.gif'); width: 157px; }
#navigation ul li a.nav-donate { background-image: url('/images/common/nav-donate.gif'); width: 141px; }
#navigation ul li a.nav-contact { background-image: url('/images/common/nav-contact.gif'); width: 126px; }

#sub-navigation { margin: 10px 0; } 

#sub-navigation ul, #sub-navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1em;
}
#sub-navigation ul li {
	margin: 0 0 1px 0;	
}
#sub-navigation ul li a {
	display: block;
	background: url('/images/common/bullet-our-work.gif') no-repeat 4px 0.3em;
	padding: 3px 3px 3px 17px;
	font-weight: bold;
	color: #3d3d3d;
}
#sub-navigation ul li ul {
	margin: 5px 0;
}
#sub-navigation ul li ul li {
	margin-left: 20px;
}

#sub-navigation ul li a.selected {
	background-color: #1ab7ea;
	color: #FFF !important;
}

/****************************************/
/*******          COLUMNS         *******/
/****************************************/

#columns {
	background-color: #c0ebf9; /* colour overriden in each section */
	background-image: url('/images/common/column-mask.png'); /* GIF replacement in msie.css */
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	position: relative;
	zoom: 1;
}
#columns.wide {
	background-image: url('/images/common/column-mask-wide.png'); /* GIF replacement in msie.css */
}
#columns #side {
	float: left;
	width: 315px;
	padding: 10px 0 0 0;
	margin-bottom: 50px;
}
#side .spacer {
	padding: 0px 12px 0px 18px;	
	zoom: 1;
}
#columns #main {
	float: right;
	width: 609px;
	/*padding: 10px 0 0 0; - not here, its on #content */
	margin-bottom: 50px;
}
#columns #footer {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 300px;
	background-color: #ffde00;
	text-align: center;
	height: 25px;
	line-height: 25px;
	color: #3d3d3d;
}
#columns #footer p { margin: 0; padding: 0; }
#columns #footer a, #columns #footer a:hover, #columns #footer a:focus  { color: #3d3d3d; background-color: transparent; }
#columns #footer a:hover, #columns #footer a:focus  { text-decoration: underline; }

#columns h3 {
	font-size: 1.2em;	
}
#columns h4 {
	font-size: 1em;	
}

/****************************************/
/*******          CONTENT         *******/
/****************************************/
#side h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
#side h1 a {
	padding: 2px 5px;
	display: block;
	background-color: #1ab7ea;
	color: #3d3d3d;
}

#content {
	width: 485px; /* by default the content column is set too narrow */
	/* full width can be acheived by overriding in-page */
	background-color: #fff;
	padding: 20px 15px 10px 15px; /* extra top padding */
}

#content h1, #content h2 {
	font-size: 1.4em;
	background: url('/images/common/element-mask.png') repeat-y top center;
	padding: 10px 30px;
	background-color: #1ab7ea;
	margin-bottom: 0;
}
#columns.wide #content h1, #columns.wide #content h2, #content h1.wide, #content h2.wide {
	background-image: url('/images/common/element-mask-wide.png');
}
#content p, #content ul {
	padding: 0.5em 30px;	
}
#content .introText {
	background: url('/images/common/element-mask.png') repeat-y center;
	background-color: #1ab7ea;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	color: #FFF;
	font-size: 1.2em;
	text-align: justify;
	display: block;
}
#content .introText.wide, #columns.wide #content .introText {
	background-image: url('/images/common/element-mask-wide.png');
}
#content .introText a {
	color: #fff !important;	
	text-decoration: underline;
}
#content p span.introText {
	padding-left: 5px;
	padding-right: 5px;
}

#content table {
	margin: 10px;	
}
/*
#content ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#content li {
	margin-left: 20px;
	padding-left: 0;
}
*/
#content ul.linkList { 
	list-style: none; 
	margin-left: 10px; 
	margin-right: 0; 
	padding: 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content ul.linkList li { 
	margin: 2px 0px 2px 10px;
	padding-left: 0;
	padding-right: 0;
	font-weight: bold;
}

#content .greyDarkBox {
	background: url('/images/common/element-mask.png') repeat-y center;
	background-color: #1ab7ea;
	margin-top: 0;
	display: block;
}
#content .greyDarkBox.wide, #columns.wide #content .greyDarkBox {
	background-image: url('/images/common/element-mask-wide.png');
}
#content .greyDarkBox img {
	margin: 5px 0 0 0;
}
#content div.greyDarkBox {
	padding: 0.5em 30px;
}

#content .textWhite { font-size: 0.8em; }

#columns a {
	color: #1ab7ea;
}
#columns a:hover, #columns a:focus {
	background-color: #1ab7ea;	
	color: #fff;
	text-decoration: none;
}

#content .backToTopLink {
	text-align: right;	
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/****************************************/
/*******         .CLASSES         *******/
/****************************************/
#columns .iconPanel {
	background: url('/images/common/icon-panel.gif') #fbd08c repeat-y top left;	
	margin-bottom: 20px;
	/*padding-right: 5px;*/
	clear: both;
	zoom: 1;
}
/*#columns .iconPanel:after {content: "."; display:block; height:0; clear:both; visibility:hidden;}*/

#columns .iconPanel .icon {
	float: left;
	width: 44px;
}
#columns .iconPanel h1, #columns .iconPanel h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	background: none;	
}
#columns .iconPanel .title strong, #columns .iconPanel h1 {
	font-family: "Helvetica Rounded", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#columns .iconPanel .title a, #columns .iconPanel h1 a {
	background-color: #fbd08c;
	display: block;
	padding: 5px 5px 3px 52px;
	color: #3d3d3d;
}
#columns .iconPanel .title a:hover, #columns .iconPanel .title a:focus, #columns #side .iconPanel .title a:hover, #columns #side .iconPanel .title a:focus,
#columns .iconPanel h1 a:hover, #columns .iconPanel h1 a:focus {
	background-color: #f7a11a;
	color: #3d3d3d;
}
#columns .iconPanel p, #columns .iconPanel h2 {
	margin: 5px 0 0 52px;	
	padding: 0 5px 0 0;
	/*font-size: 0.9em;*/
}
#columns .spacer .iconPanel {
	margin-top: 10px;	
}


.column {
	float: left;
	width: 285px;
	background-color:#fff;
}

.column.right { float: right; }

#side .column {
	/* RESET .column styles for #side */
	float: none;
	width: auto;
	background: none;
}

.column .image { 
	float: right; 
	padding: 5px 5px 10px 5px;
}
#side .column .image {
	padding-right: 0px;	
}

#columns .column p {
	padding: 0.4em 5px;	
	margin: 0.4em 5px;
}

a.arrowLink {
	/*display: block;*/
	background: url('/images/common/bullet-our-work.gif') transparent no-repeat 0px 0.2em;
	padding-left: 12px;
	font-weight: bold;
	color: #3d3d3d;
}

/**** LEGACY CLASSES ****/

/* ========= RESEARCH PROJECT LIST ========= */

#projectList {margin:0; list-style:none; padding: 10px;}
#projectList li {background:#f6f6f6; padding:10px; border-top:solid 3px #FFF; border-bottom:solid 6px #ccc;}
#projectList li a {text-decoration:none;}
#projectList li a:hover strong, #projectList li a:hover,
#projectList li a:hover .whiteText { background-color: transparent; color: #3d3d3d; }
#projectList li strong { font-size:1.3em; display:block; margin-bottom:7px; background-image:url(/images/musicTherapy/projectListArrow.gif); background-position: right top; background-repeat: no-repeat;}
#projectList li em {font-style:normal; font-weight:bold;}


/* ========= DONATION FORM ========= */

form#donate {padding:15px 10px; border:dotted 1px #666; margin:5px 0 20px 0;}
form#donate ul {list-style:none;}
form#donate ul li {float:left; margin-right:20px;}
form#donate fieldset {display:block; margin:15px 0;}
form#donate fieldset label {display:block; float:left; width:120px;}
form#donate #name {width:203px;}
form#donate select {width:145px;}
form#donate #amount {width:53px;}

/* ========= CASE STUDIES ========= */

#caseStudiesTable {width:465px; background:#fff;}
#caseStudiesTable td {width:100%; padding:10px; border-top:solid 2px #FFF; border-bottom:solid 11px #f7f7f7; line-height:1em; background:url(/images/musicTherapy/iconArrow.gif) 395px 50px no-repeat;}
#caseStudiesTable a {text-decoration:none; display:block; width:100%; height:100%;}
#caseStudiesTable a:hover strong {border-bottom:solid 1px #FFF;}
#caseStudiesTable img {float:left;}
#caseStudiesTable a:hover img {border:solid 2px #FFF; margin:-2px;}
#caseStudiesTable span {display:block; margin-left:130px;}
#caseStudiesTable a strong { font-size:120%; margin-right:10px; line-height:1.2em;}
#caseStudiesTable strong span {display:inline; font-weight:normal; margin:0;}
#caseStudiesTable span.condition {display:block; margin:9px 0 0 0; padding:0; font-style:normal; line-height:1.3em;}
#caseStudiesTable span.condition em {font-weight:bold; font-style:normal;}




#columns .banner h3 {
	margin-top: 0;
}

.banner {
	background: url('/images/common/banner-mask.png') repeat-y top right;
	background-color: #1ab7ea;	
	height: 91px;
	margin-bottom: 18px;
	color: #FFF;
}
#columns .banner a { color: #3d3d3d; }

.banner .photo { float: left; }
#columns .banner p { font-size: 0.95em; margin-top: 0; margin-bottom: 0; padding-top: 3px; }
#columns .banner h3 { padding-top: 10px; margin-bottom: 0; padding-bottom: 0px; }

#columns .column h4 {
	background-color: #1ab7ea; /* colour overrides used */
	padding: 0.4em 5px;	
	margin: 0.4em 5px;
	clear: both;
}

#columns .column .spacer h4, #columns .column .spacer p {
	/* remove margins because its handled by .spacer */
	margin-left: 0;
	margin-right: 0;
}

#columns .column .textGreen {
	background-color: #1ab7ea; /* colour overrides used */
}
#columns .column span.textGreen {
	/* make <span> behave like <p> */
	display: block;
	padding: 0.4em 5px;	
	margin: 0.4em 5px;
}

/*   *****   */


/* legacy classes */
.left {float:left;}
.right {float:right;}
.imageAlignLeft {float:left; margin:0 10px 5px 0;}
.imageAlignRight {float:right; margin:0 0 5px 10px;}

.clear { clear: both; }

/* HIDDEN TEXT */
.hidden {position:absolute; left:0px; top:-10000px; width:0px; height:0px; overflow:hidden;}

/* IMAGE REPLACEMENT */
.replace {position:relative; overflow:hidden;}
.replace em, .replace a {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; background-repeat:no-repeat;}
* html>body .replace {overflow:visible; font-size:5px;}


.inlineImages img { display: inline; }



/****************************************/
/*******     COLOUR OVERRIDES     *******/
/****************************************/


#columns #side a { color: #3d3d3d; } /* links in left column always grey for contrast reasons */
#columns #side a:hover, #columns #side a:focus { color: #fff; } 
/*#columns #side h4 a:hover, #columns #side h4 a:focus, #columns #side h3 a:hover, #columns #side h3 a:focus {
	color: #fff;
}*/

#columns .column h4 a, #columns .column h3 a {
	color: #3d3d3d;	
	display: block;
}
#columns .column h4 a:hover, #columns .column h4 a:focus, #columns .column h3 a:hover, #columns .column h3 a:focus {
	color: #fff;
}

#columns .banner h3 a:hover, #columns .banner h3 a:focus {
	background-color: transparent; /* no background colour here because it overlays the tear effect */
}

#columns a.arrowLink:hover, #columns a.arrowLink:focus { background-position: 0px -87px; color: #fff; }
#columns #sub-navigation a:hover, #columns #sub-navigation a:focus, #columns #sub-navigation a.selected { background-position: 4px -86px; }
