/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {  margin: 0;  padding: 0;  border: 0;  font-size: 100%;  font: inherit;  vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block;}body {  line-height: 1;}ol, ul {  list-style: none;}blockquote, q {  quotes: none;}blockquote:before, blockquote:after,q:before, q:after {  content: '';  content: none;}table {  border-collapse: collapse;  border-spacing: 0;}

/*
-----------------------------------------------
NormPratt.com
author:   Ken Pratt
version:  6 Feb 2005
----------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  font-family: palatino, georgia, times, serif;
  font-size: 90%;
  color: #333;
  background: #eee url("/images/cloth_alike.png");
  text-align: center;
}
div, p, li, dd  {
  font-size: 1em;
}
th, td {
  font-family: palatino, georgia, times, serif;
  font-size: 90%;
}
input, label, textarea, select {
  font-family: palatino, georgia, times, serif;
  font-size: 1em;
}


/* Structure & Page header
----------------------------------------------- */
#wrapper {
  width: 800px;
  margin: 2em auto;
  padding: 0;
  background: #fff;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 0 10px #aaa;
}
#header {
  margin: 0;
  padding: 0.75em 2em 1em 1em;
  background: #8B008B;
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  position: relative;
}
#header ul.roles {
  position: absolute;
  right: 100px;
  top: 2.1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", palatino, georgia, arial, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.8;
}
#header ul.roles li {
  display: inline-block;
  margin: 0 2.5em;
  padding: 0;
}
#header .logo {
  background: url("/images/logo.png") no-repeat center right;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
}
#container {
  display: table;
  width: 100%;
}
#sidebar {
  display: table-cell;
  vertical-align: top;
  width: 11em;
  border-right: 1px solid #eee;
}
#content {
  display: table-cell;
  vertical-align: top;
}
#content .inner {
  padding: 2em 2em 0 2em;
}
#footer {
  font-size: 0.8em;
  background: #8B008B;
  height: 1.75em;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#footer p {
  display: none;
}


/* Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.75em 0;
  padding: 0;
  font-family: "Trebuchet MS", palatino, georgia, arial, sans-serif;
  font-weight: normal;
  color: #660066;
}
h1 {
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: bold;
  line-height: 1.25em;
}
h2 {
  margin-bottom: 0;
  font-size: 1.25em;
  font-style: italic;
  opacity: 0.8;
}
h3 {
  font-size: 1.6em;
}
h4 {
  margin-bottom: 0.75em;
  font-size: 1.2em;
  font-weight: bold;
}
h5 {
  font-size: 0.9em;
  font-weight: bold;
}
h6 {
  font-size: 0.8em;
  font-weight: bold;
}
#content {
  font-family: "Trebuchet MS", palatino, georgia, times, serif;
  color: rgb(54, 29, 88);
}
#content blockquote {
  color: rgb(89, 46, 148);
}


/* Paragraphs, etc
----------------------------------------------- */
p, blockquote {
  line-height: 1.5em;
  margin: 0 0 1.2em 0;
/*  text-indent: 1.5em; */
}
ul {
  list-style-type: disc;
}
li p {
  margin: 0;
  text-indent: 0;
}
form p, p.noindent {
  text-indent: 0;
}
blockquote {
  margin-left: 1em;
  margin-right: 1em;
}
pre {
  font-family: monospace;
  font-size: 1.0em;
}
strong, b {
  font-style: bold;
}
em, i {
  font-style: italic;
}
br {
  margin: 0;
  padding: 0;
  height: 1em;
}
img {
  display: block;
  margin: 0;
  padding: 4px;
  border: 1px solid #ddd;
}
p.floatimage {
  float: right;
  margin: 0 0 0.5em 1em;
  padding: 0;
}
.clear {
 clear: both;
}


/* Links
----------------------------------------------- */
a {
  color: #660066;
  text-decoration: underline;
}
a:link {
  color: #660066;
}
a:visited {
  color: #660066;
}
a:hover {
  color: #BB00BB;
  background-color: #F6F6F6;
}
a:active {
  color: #EE00EE;
}
#header h1 a, #header h2 a {
  color: #FFFFFF;
  text-decoration: none;
}
#header h1 a:link, #header h2 a:link {
  color: #FFFFFF;
}
#header h1 a:visited, #header h2 a:visited {
  color: #FFFFFF;
}
#header h1 a:hover, #header h2 a:hover {
  color: #FFFFFF;
  background-color: transparent;
}
#header h1 a:active, #header h2 a:active {
  color: #FFFFFF;
}

/* menu */
#sidebar a {
  text-decoration: none;
}
#sidebar a:link {
}
#sidebar a:visited {
}
#sidebar a:hover {
}
#sidebar a:active {
}
#sidebar #upcoming p {
  text-indent: 0;
  font-size: 0.8em;
}

/* Lists
----------------------------------------------- */
ul {
  margin: 0 0 1em 0;
  padding: 0;
}
li {
  margin: 0.2em 0 0.1em 2.2em;
  padding: 0;
  font-size: 1.0em;
  line-height: 1.8em;
}

/* menu blocks lists */
ul#menu {
  margin: 0;
  padding: 1em 0;
}
ul#menu li {
  margin: 0;
  font-size: 95%;
  line-height: 1.4em;
  list-style-type: none;
}
ul#menu li a {
  display: block;
  margin: 0.25em 0.5em 0.25em 0.75em;
  padding: 0 0 0 0.5em;
  width: 8.5em;
}
html>body ul#menu, html>body ul#menu li a {
  width: auto;
}


/* Forms
----------------------------------------------- */
form {
  margin: 0 0 1em 0;
  padding: 1em 1em 0 1em;
  background: #F9F9F9;
  border: 1px solid #eee;
}
textarea {
  display: block;
  width: 20em;
}
#sidebar form {
  background: none;
  border: 0;
  padding: 0;
  font-size: 90%;
}
#donate form {
  background: none;
  border: 0;
  padding: 0;
  text-align: center;
}

/* Extra
----------------------------------------------- */
.boxy {
  margin: 0 0 1em 0;
  padding: 1em 1em 0 1em;
  background: #F9F9F9;
  border: 1px solid #eee;
}

#sidebar div {
  margin: 0 0.5em 0.5em 0.75em;
  padding: 0.25em 0;
}

.clearfix {
  clear: both;
}

/* Hompeage formatting
----------------------------------------------- */
.breakout {
  border: 1px solid rgb(192, 192, 192);
  border-radius: 8px;
  background: #f5f5f5;
  padding: 15px;
  margin: 2em;
  min-height: 130px;
}
.breakout h4 {
  text-align: center;
}
.breakout li {
  margin-left: 1em;
}
.breakout :last-child {
  margin-bottom: 0;
}
#heart-soul .icon {
  background: #131b74 url("/images/logo.png") no-repeat center center;
  float: right;
  width: 85px;
  height: 110px;
  margin-left: 6px;
  margin-bottom: 4px;
  border-radius: 6px;
}
#describing-norms-work {
  text-align: center;
}
#donate p {
  text-align: center;
  color: #660066;
}
#giveaways .icon {
  background: transparent url("/images/healing_hands.png") no-repeat center center;
  float: right;
  width: 100px;
  height: 99px;
  margin-left: 6px;
  margin-bottom: 4px;
}
.listen {
  margin: 2em 0;
}
.videos {
  margin: 2em 0 2.5em 0;
}
.videos iframe:nth-child(1), .videos iframe:nth-child(2) {
  margin-bottom: 15px;
}
.videos iframe:nth-child(odd) {
  float: left;
  margin-right: 15px;
}
.callout-link {
  text-align: center;
  font-size: 1.45em;
  font-weight: bold;
}

/* Media Coverage page formatting
----------------------------------------------- */
ul.coverage {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.coverage li {
  line-height: 1.5em;
  padding-left: 1.5em;
  margin-left: 1em;
  margin-bottom: 0.75em;
  background-repeat: no-repeat;
  background-position: top left;
}
.coverage li.extension {
  margin-top: -0.25em;
}
.coverage .tv {
  background-image: url("television.png");
}
.coverage .newspaper {
  background-image: url("newspaper.png");
}
.coverage .radio {
  background-image: url("sound.png");
}
.coverage .web {
  background-image: url("page_white_world.png");
}
.coverage audio {
  zoom: 0.75;
  vertical-align: top;
}

/* Book promotion in sidebar
----------------------------------------------- */
#book-promotion {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
#book-promotion a.preview {
  display: inline-block;
  width: 123px;
  border: 2px solid rgb(247, 176, 50);
  border-bottom: 0;
  padding-top: 1px;
  background: rgb(255, 255, 158);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 0.85em;
  color: rgb(24, 151, 0);
}
#book-promotion img {
  padding: 0;
  border: 0;
  margin: 0 auto;
}
#book-promotion p {
  line-height: 1.25em;
}
#book-promotion p {
  line-height: 1.25em;
  margin-bottom: 0.5em;
}

p.listen {
  text-align: center;
  font-weight: bold;
}

/* PayPal
----------------------------------------------- */
.purchase_box {
  text-align: center;
}
.purchase_box h5 {
  text-decoration: underline;
}
.purchase_box .price {
  font-style: italic;
  font-size: 90%;
  margin-bottom: 0.5em;
}
#paypal_buttons img {
  margin: 0 auto;
  border: 0;
}

/* Other call-to-action buttons
----------------------------------------------- */
a.cta {
  background: #5dd934;
  background-image: -webkit-linear-gradient(top, #5dd934, #288f1e);
  background-image: -moz-linear-gradient(top, #5dd934, #288f1e);
  background-image: -ms-linear-gradient(top, #5dd934, #288f1e);
  background-image: -o-linear-gradient(top, #5dd934, #288f1e);
  background-image: linear-gradient(to bottom, #5dd934, #288f1e);
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 13px 5px 13px;
  text-decoration: none;
}
.cta:hover {
  opacity: 0.75;
}

/* Spirit tracker page formatting
----------------------------------------------- */
#spirit-tracker h4 {
  margin-left: 5em;
  font-size: 1.6em;
  font-weight: bold;
}

#sidebar #other-sites {
  font-size: 85%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* Special formatting for pages with lists following paras
----------------------------------------------- */
#private-consultations + p {
  margin-bottom: 0.5em;
}

#contact-images {
  width: 210px;
}
#contact-images img:nth-child(1) {
  margin-left: -100px;
}
#contact + p {
  width: 220px;
}
#contact-form {
  width: 300px;
}
#contact-form p.thanks {
  font-style: italic;
  color: green;
}
#contact-form p.error {
  font-style: italic;
  color: red;
}
