﻿/* Sunburst.css

Author: Peter H Fewster
Created: November 19, 2010
Updated: May 26, 2021
*/

body {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	background: #834f85 url('../images/Sunburst.jpg') top no-repeat;
}

/* common elements
------------------------------- */

img	{
	display: block;
	border: 0;
}

/* wrap all the divisions
------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
  width: 980px;
	text-align: left;
}

/* title used for printing
------------------------------- */

#titleprint {
	display: none;
}

/* header - includes logos (ht=180), menuceiling (ht=15) & menu (ht=39)
------------------------------- */

#header {
	height: 234px;
	width: 980px;
}

/* logos 
   as of July 1 2015, CAMH put in footer and social media circles take its place
------------------------------- */

#logos {
	height: 180px;
	width: 980px;
}

#Wordmark {
	display: block;
	float: left;
	width: 450px;
	height: 154px;
	margin: 14px 0 0 0;
	padding: 0;
}

#socialmediaCircles {
	display: block;
	float: right;
  width: 99px;
  height: 96px;
  margin: 43px 15px 0 0;
}

.CircleRow {
  width: 99px;
}

#facebookCircle {
  display: block;
	float: left;
	width: 39px;
	height: 39px;
	margin: 0;
	padding: 0;
}

#twitterCircle {
  display: block;
	float: right;
	width: 39px;
	height: 39px;
	margin: 0;
	padding: 0;
}

#LinkedInCircle {
  display: block;
	float: left;
	width: 39px;
	height: 39px;
	margin: 18px 0 0 0;
	padding: 0;
}

#academiaCircle {
  display: block;
	float: right;
	width: 39px;
	height: 39px;
	margin: 18px 0 0 0;
	padding: 0;
}

#CAMH {
	display: block;
	float: right;
/*	width: 157px; */
/*	height: 76px; */
	width: 211px;
	height: 67px;
/*	margin: 60px 15px 0 0; */
	margin: 57px 15px 0 0;
	padding: 0;
}

/* menuceiling - black background from which the menu hangs from
------------------------------- */

#menuceiling {
	height: 15px;
	width: 980px;
	background-color: #000;
}

/* menu - contains branch images
------------------------------- */

#menu {
	height: 39px;
	width: 980px;
	background-color: #fff;
}

#Home {
	display: block;
	float: left;
	width: 136px;
	height: 39px;
	margin: 0 0 0 15px;
	padding: 0;
}

#Community {
	display: block;
	float: left;
	width: 136px;
	height: 39px;
	margin: 0 0 0 0;
	padding: 0;
}

#Collaboration {
	display: block;
	float: left;
	width: 136px;
	height: 39px;
	margin: 0 0 0 0;
	padding: 0;
}

#Change {
	display: block;
	float: left;
	width: 136px;
	height: 39px;
	margin: 0 0 0 0;
	padding: 0;
}

#Projects {
	display: block;
	float: left;
	width: 136px;
	height: 39px;
	margin: 0 0 0 0;
	padding: 0;
}

#Resources {
	display: block;
	float: left;
	width: 136px;
	height: 39px;
	margin: 0 0 0 0;
	padding: 0;
}

#Team {
	display: block;
	float: left;
	width: 136px;
	height: 39px;
	margin: 0 0 0 0;
	padding: 0;
}

/* main contains the page's unique content
------------------------------- */

#main {
	float: left;
	width: 980px;
	background-color: #fff;
}

/* spacer adds white space top & bottom
------------------------------- */

#spacer {
	width: 980px;
	margin: 30px 0 12px 0;
	padding: 0;
}

/* information is the combination of old navnews and content
------------------------------- */

#information {
  float: left;
  width: 661px;
  margin: 0 0 12px 15px;
  padding: 0;
}

#information h1 {
	line-height: 120%;
}

#information h1.home {
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
	color: #999;
	margin: 7px 0 0 0;
	padding: 0 0 24px 0;
}

#information h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	color: #834f85;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

#information h3 {
	font-size: 14px;
	font-weight: bold;
	color: #834f85;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

#information p {
  font-size: 13px;
	margin: 0;
	padding: 0 0 10px 0;
}

#information p.attention {
  font-size: 16px;
  font-weight: bold;
}

#information a, #information a:visited, #information a:link, #information a:hover {
	text-decoration: none;
}

#information a {
	font-weight: bold;
	color: #834f85;
}

#information a:hover {
	color: #999;
}

#information img.proximal {
	clear: both;
	float: left;
	margin: 4px 12px 0 0;
}

#information img.proximaltext {
	clear: both;
	float: left;
	margin: 0 10px 0 6px;
}

#information img.proximalaudio {
	clear: both;
	float: left;
	margin: -6px 12px 0 0;
}

#information img.distal {
	clear: both;
	float: right;
	margin: 4px 0 0 12px;
}

#information img.title {
	margin-bottom: 10px;;
}

#information p.shortitem {
  padding-top: 20px;
}

#information p.imagedescription {
  font-size: 11px;
  line-height: 130%;
}

#information ul {
	margin: 0 0 0 32px;;
	padding: 4px 0 8px 0;
}

#information li {
	font-size: 13px;
	margin: 0;
	padding: 0 0 2px 0;
}

#information ul ul {
	margin: 0 0 0 24px;;
	padding: 4px 0 1px 0;
}

#information ol.loweralpha {
	margin: 0 0 0 32px;;
	padding: 4px 0 8px 0;
  list-style-type: lower-alpha;
}

#information img.proximal {
	clear: both;
	float: left;
	margin: 4px 12px 0 0;
}

#information img.distal {
	clear: both;
	float: right;
	margin: 4px 0 0 12px;
}

#information img.title {
	margin-bottom: 10px;;
}

#information p.shortitem {
  padding-top: 20px;
}

#information p.imagedescription {
  font-size: 11px;
  line-height: 130%;
}

#information p.commentor {
  padding-bottom: 2px;
  font-weight: bold;
}

#information p.comment {
  margin-bottom: 26px;
}

#information p.datestamp {
  font-size: 9px;
  color: #000;
}

#information .stress {
	font-weight: bold;
	color: #c00;
}

#information fieldset {
  margin-bottom: 22px;
}

#information .comboblurbimportant {
  margin: 24px 0;
  border: 1px #6f4371 dotted;
  padding: 8px 12px 4px 12px;
}

#information .comboblurbgeneral {
  margin: 24px 0;
  border: 1px #ccc solid;
  padding: 8px 12px 4px 12px;
}

#information .imageboxproximal {
	clear: both;
	float: left;
	margin: 4px 12px 0 0;
	padding: 0
}

#information .imageboxdistall {
	clear: both;
	float: right;
	margin: 4px 0 0 12px;
	padding: 0
}

#information img.imagebox {
	margin: 0;
	padding: 0;
}

#information .imagecaption {
  font-size: 11px;
  line-height: 120%;
  padding: 4px 0 4px 0;
}

#information .citation {
  font-size: 9px;
  font-weight: bold;
}

#information p.quotation {
  margin-left: 50px;
}

#information .hidden {
	display: none;
}

#information .audioicon {
	margin: 10px 0 0 0;
}

#information .audioplay {
	margin: 10px 0 0 0;
}

#information .audiopodcast {
	float: left;
	width: 600px;
}

#information p.note {
  font-size: 10px;
}

/* Comment Sharing
------------------------------- */

#commentsharecontainer {
  clear: both;
  float: left;
  margin: 0;
  border: 1px #6f4371 dotted;
  width: 661px;
  height: 440px;
  overflow: auto;
}

#commentshare {
  float: left;
  margin: 0;
  padding: 8px 12px 4px 12px;
/*  width: 626px; */
  width: 620px;
  height: auto;
}

/* navnews
------------------------------- */

#navnews {
	float: left;
	width: 245px;
	margin: 54px 0 12px 15px;
	padding: 0;
}

#navnews a, #navnews a:visited, #navnews a:link, #navnews a:hover {
	text-decoration: none;
}

#navnews a {
	font-weight: bold;
	color: #bbb;
}

#navnews a:hover {
	color: #999;
}

#navnews .caption {
  font-size: 11px;
  line-height: 120%;
  padding-top: 4px;
}

/* pullbox
 - common to the navnews and sidebar divisions
 - except Left/Right styles/images specific to navnews/sidebar
------------------------------- */

.pullbox {
	width: 245px;
	margin-bottom: 14px;
}
.pullbox a, .pullbox a:visited, .pullbox a:link, .pullbox a:hover {
	text-decoration: none;
}

.pullbox a {
	font-weight: bold;
/*	color: #999; */
	color: #bbb;
}

.pullbox a:hover {
/*	color: #777; */
	color: #999;
}

.pullbox p.note {
  font-size: 10px;
}

.pullbox img.link {
  display: inline;
  vertical-align: bottom;
  margin: 0 0 0 6px;
}

.pullboxTop {
	width: 245px;
	height: 8px;
}

.pullboxLeftMiddle {
	width: 245px;
	background: #fff url('../images/pullboxLeftMiddle.jpg') top repeat-y;
}

.pullboxLeftMiddle p, .pullboxRightMiddle p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 8px 22px 10px 14px;
}

.pullboxLeftMiddle p.more, .pullboxRightMiddle p.more {
	text-align: right;
	padding-top: 0;
}

.pullboxLeftMiddle ul, .pullboxRightMiddle ul {
	margin: 0 22px 0 44px;;
	padding: 4px 0 8px 0;
}

.pullboxLeftMiddle li, .pullboxRightMiddle li {
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 2px 22px 2px 0;
}

.longstring {
	font-size: 12px;
}

.pullboxBottom {
	width: 245px;
	height: 16px;
}

/* content
------------------------------- */

#content {
	float: left;
	width: 368px;
	margin: 0 0 12px 48px;
	padding: 0;
}

#content h1 {
	line-height: 120%;
}

#content h1.home {
/*	font-size: 48px; */
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
	color: #999;
	margin: 7px 0 0 0;
	padding: 0 0 24px 0;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #834f85;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #834f85;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

#content p {
	margin: 0;
	padding: 0 0 10px 0;
}

#content a, #content a:visited, #content a:link, #content a:hover {
	text-decoration: none;
}

#content a {
	font-weight: bold;
	color: #834f85;
}

#content a:hover {
	color: #999;
}

ul {
	margin: 0 0 0 32px;;
	padding: 4px 0 8px 0;
}

li {
	font-size: 12px;
	margin: 0;
	padding: 0 0 2px 0;
}

ul ul {
	margin: 0 0 0 24px;;
	padding: 4px 0 1px 0;
}

.Caddressinfo {
	font-size: 12px;
	line-height: 150%;
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
}

.CaddressinfoQ {
	clear: left;
	float: left;
}

.CaddressElectronic {
	width: 50px;
}

.CaddressResume {
	width: 100px;
}

.CaddressinfoA {
	float: left;
}

#content img.proximal {
	clear: both;
	float: left;
	margin: 4px 12px 0 0;
}

#content img.distal {
	clear: both;
	float: right;
	margin: 4px 0 0 12px;
}

#content img.title {
	margin-bottom: 10px;;
}

#content p.shortitem {
  padding-top: 20px;
}

#content p.imagedescription {
  font-size: 11px;
  line-height: 130%;
}

/* sidebar
------------------------------- */

#sidebar {
	float: left;
	width: 245px;
	margin: 54px 0 12px 48px;
	padding: 0;
}

.address {
	float: left;
	width: 245px;
	margin-bottom: 14px;
}

.addressboxTop {
	width: 245px;
	height: 8px;
}

.addressboxMiddle {
	width: 245px;
	background: #fff url('../images/addressboxMiddle.jpg') top repeat-y;
}

.addressboxMiddle h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	color: #000;
	margin: 0;
/*	padding: 0 22px 10px 14px; */
	padding: 0 12px 10px 14px;
}

.addressboxMiddle p {
/*	font-size: 11px; */
	font-size: 12px;
	line-height: 120%;
	color: #000;
	margin: 0;
/*	padding: 0 22px 10px 14px; */
	padding: 0 12px 10px 14px;
}

.addressinfo {
	font-size: 11px;
	line-height: 120%;
	color: #000;
	margin: 0;
/*	padding: 0 22px 10px 14px; */
	padding: 0 12px 10px 14px;
}

.addressinfoQ {
	clear: left;
	float: left;
}

.addressinfoQ2{
	clear: left;
	float: left;
	padding-bottom: 0;
}

.addressPaper {
	width: 32px;
}

.addressElectronic {
	width: 50px;
}

.addressinfoA {
	float: left;
}

.addressinfoA2 {
	clear: left;
	float: left;
	padding: 0 0 0 8px;
}

.addressEnd {
	padding-bottom: 16px;
}

.addressboxBottom {
	width: 245px;
	height: 16px;
}

/* sidebarGeneral contains general information outside of pullboxes
------------------------------- */

#sidebarGeneral {
	float: left;
	width: 245px;
	margin-bottom: 4px;
}

#sidebarGeneral p {
	margin: 0;
	padding: 0 0 10px 0;
	color: #666;
}

#sidebarGeneral p.title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#sidebarGeneral .comboblurbgeneral {
  margin: 6px 7px 20px 0;
  border: 1px #78487a solid;
  padding: 6px 12px 0 12px;
}

#sidebarGeneral .caption{
  font-size: 11px;
  line-height: 120%;
/*  padding-top: 4px; */
  padding: 0 0 20px 0;
}

#sidebarGeneral a, #sidebarGeneral a:visited, #sidebarGeneral a:link, #sidebarGeneral a:hover {
	text-decoration: none;
}

#sidebarGeneral a {
	font-weight: bold;
	color: #834f85;
}

#sidebarGeneral a:hover {
	color: #999;
}

#sidebarGeneral img	{
	margin-bottom: 10px;
}

/* socialmedia nested within the right column
   As of July1 2015, the icons were moved to the Logos div within the header.
   So make the dimesions 0 and the legacy code within each page can stay with no affect
------------------------------- */

#socialmedia {
  width: 0;
  height: 0;
}

/* feed (eg twitter) nested within the right column
------------------------------- */

#feed {
  float: left;
/*  width: 231px; */
  width: 235px;
  margin-bottom: 14px;
  border: 1px #734574 solid;
  padding: 2px 2px;
}

/* form elements
------------------------------- */

button {
}

/* footer
------------------------------- */

#footer {
  clear: both;
	width: 980px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#footergap {
	float: left;
	width: 980px;
	height: 12px;
}

#affiliation {
	height: 110px;
  width: 980px;
  margin: 29px 0 16px 0;
}

#UofTDallLana {
	display: block;
	float: left;
  width: 442px;
  height: 81px;
  margin: 0 0 0 60px;
	padding: 0;
}

#CAMHlogo {
	display: block;
	float: right;
	width: 139px;
	height: 81px;
	margin: 0 60px 0 0;
	padding: 0;
}

#footer p {
	font-size: 10px;
	line-height: 120%;
	text-align: center;
	color: #333;
	margin: 0;
	padding: 0 0 10px 0;
}