/*  
Theme Name: Compassionate Listening Project 
Theme URI: http://www.compassionatelistening.org/
Description: Custom WordPress theme.
Version: 1.0
Author: J.M. Dodd
Author URI: http://www.jmdodd.com/

CSS Reset by Eric Meyer <http://meyerweb.com/eric/tools/css/reset/>.
v1.0 | 20080212 
*/

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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

td {
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bolder;
}

a {
  text-decoration: none;
}

/* TEXT STYLES */

a {
  color: #336867;
}

a:hover,
a:active {
  color: #448a89;
}

br.clear {
  clear: left;
  line-height: 1px;
}

h1, h2, h3, h4, h5, h6,
p, 
ul, ol, dl,
div.code, div.wp-caption,
table,
form {
  padding-top: 9px;
  font-weight: normal;
}

h1 {
  font: 22px/28px Georgia, "Times New Roman", Times, serif;
  padding-top: 18px;
}

h2 {
  font: 20px/26px Georgia, "Times New Roman", Times, serif;
}

h3 {
  font: 18px/24px Georgia, "Times New Roman", Times, serif;
}

h4 {
  font: 14px/18px Georgia, "Times New Roman", Times, serif;
}

blockquote {
  margin-top: 9px;
  margin-right: 18px;
  margin-left: 18px;
  padding-right: 9px;
  padding-left: 9px;
  border-left: 9px solid #becc85;
}

blockquote > p:first-child {
  padding-top: 0;
}

blockquote p cite {
  display: block;
  font-size: smaller;
  font-style: normal;
  margin-left: 72px;
}

blockquote p cite:before {
  content: '~ ';
}

.meta {
  font-size: 0.8em;
}

.newer {
  float: right;
  width: 200px;
  text-align: right;
}

.older {
  float: left;
  width: 200px;
  text-align: left;
}

/* LAYOUT */

body {
  background: #e8e1c9;
  color: #000;
  font: small/1.6em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
  text-align: center;
}

#page {
  width: 819px;
  margin: 36px auto;
  text-align: left;
  background: #fff url("images/page-bkg.gif") top left repeat-y;
  color: #000;
}

#banner {
  height: 171px;
  background: #cbca8b url("images/banner-bkg.gif") bottom left no-repeat;
}

#logo {
  padding-left: 171px;
}

#logo a {
  display: block;
  height: 144px;
  width: 639px;
  background: url("images/title-bkg.gif") top left no-repeat;
  color: #cbca8b;
}

#tabs {
  height: 27px;
  margin-left: 171px;
  background: #9a997d;
  color: #dde9aa;
  line-height: 13px;
  margin-right: 9px;
}

#content {
  clear: both;
  float: right;
  width: 639px; 
  text-align: left;
}

#multiple,
#single {
  margin: 18px 38px 18px 9px;
  padding: 0 18px;
  border: 1px solid #8c935e;
  background: #fff;
  color: #000;
}

#frame {
  padding: 18px 18px 0 9px;
}

#slideshow {
  height: 304px;
  width: 594px;
  text-align: left;
}

#slideshow img {
  border: 1px solid #8c935e;
}

#addendum {
  clear: both;
  background: #e8e1c9 url("images/addendum-bkg.gif") top left no-repeat;
  color: #000;
  padding: 0 27px 9px 18px;
  text-align: center;
}

#addendum p {
  font-size: 0.8em;
  line-height: 1.2em;
}

/* SIDEBAR styes: #sidebar. */

#sidebar {
  float: left;
  width: 171px;
  font: 14px/1.6em Verdana, Helvetica, sans-serif;
}

#sidebar ul {
  padding-top: 72px;
}

#sidebar ul li {
  padding: 0 9px 9px 9px;
  border-bottom: 1px solid #e2dabc;
  background: #a44311;
  color: #e2dabc;
}

#sidebar ul li h4 {
  text-align: center;
  text-transform: uppercase;
}

#sidebar ul li a {
  color: #e2dabc;
}

#sidebar ul li a:active,
#sidebar ul li a:hover {
  color: #fff;
}

#sidebar input.text {
  width: 144px;
}

#sidebar span.submit {
  display: block;
  margin-top: 4px;
  text-align: right;
}

#sidebar ul li.donate {
  text-align: center;
}

#sidebar ul li.donate a {
  color:#ffaf33;
  font-weight:bolder;
  font-size:larger;
}


#sidebar ul li.donate a:hover {
  color: #fff;
}

/* ENTRY styles: .header, .post, .footer. */

.entry {
  padding: 0 0 18px 0;
  background: #fff;
  color: #000;
  text-align: left;
}

.post a {
  text-decoration: underline;
}

.post ul {
  list-style: disc outside;
  margin-left: 2em;
}

.post ol {
  list-style: decimal outside;
  margin-left: 2em;
}

.footer {
  padding-top: 9px;
  text-align: right;
}

/* SEARCH styles. */

form.search {
}

form.search input.s {
}

form.search input.search-submit {
}

/* CONTACT FORM styles. */

.contact form {
  line-height: 2em;
}

.contact label {
  display: block;
  float: left;
  width: 180px;
  padding-right: 9px;
  text-align: right;
} 

.contact input {
  width: 216px;
}

.contact textarea {
  width: 410px;
  padding: 9px;
  background: #fff;
  color: #000;
  font: small/1.6em "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

.contact p.submit {
  text-align: right;
}

.contact p.submit input {
  width: auto;
}

/* STORE styles. */

.store #page {
  background: #fff url("images/store-bkg.gif") top left repeat-y;
  color: #000;
}

.store #content {
  float: none;
  width: 810px;
}

.store #single {
  margin: 18px 18px 18px 18px;
  padding: 0 0 0 0;
  border: 1px solid #8c935e;
  background: #fff;
  color: #000;
}

.store #single>h1,
.store #single>h2 {
  clear: left;
  margin-left: 18px;
  margin-right: 18px;
}

.store #single>h1 {
  padding-bottom: 0px;
}

.store #single>h2 {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-bottom: 9px;
  border-top: 1px solid #8c935e;
  border-bottom: 1px solid #8c935e;
  background: #cbca8b;
  text-align: center;
}

.store .description {
  padding-left: 18px;
}

table.section {
  margin-left: 18px;
  margin-right: 18px;
}

div.store {
  margin-right: 18px;
  padding: 9px;
}

table.section>tbody>tr>td {
  border: 1px solid #8c935e;
}

table.section td.null {
  border: 0;
}
/* EC3 styles. */

.ec3_iconlet {
  float: right;
  margin-top: 9px;
  margin-left: 9px;
  margin-bottom: 9px;
}

.ec3_iconlet td {
  padding: 9px;
  border: 2px solid #becc85;
  background: #d1dba9;
  color: #000;
  text-align: center;
}
.ec3_day {
  font-size: 24px;
  line-height: 26px;
}

/* Image and caption styles. */

.size-full {
  margin: 1em auto 0 auto;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  margin: 0 0 9px 9px;
}

img.alignleft {
  margin: 0 9px 9px 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.wp-caption {
  text-align: center;
}

.wp-caption.alignleft {
  margin: 0 9px 9px 0;
}

.wp-caption.alignright {
  margin: 0 0 9px 9px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 0 2em;
}

.noborder span.img,
.noborder span.img img {
  border: 0;
}