/*
Theme Name: TTPA Web Site
Theme URI: http://therapeutictouchwashington.com/
Description: Therapeutic Touch Professional Associates main site template
Version: 1.0.4
Author: Bodhi Goforth
Author URI: http://www.afinerweb.com/

*/

/* Begin Typography & Colors */
body {
/*  
  background: #B3DCFF;
  background: #A7B3FF; 
*/
  background: #CDE2FF;
  font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif; 
  color: #333; 
}

#main {
  background: #fff;
  color: #444;
}

a {
  color:#5786FD;
}

a:hover {
  color:#4776ED;
}

h1, .subtitle, .accent, .hilite {
  color: #499900 /*#3CA8AA; */
}

/* End Typography & Colors */

/* Begin Structure */
body {
  margin: 20px 0 20px 0; 
  text-align: center;
/*  font-size: 1.0em; */
  font-size: 1.05em;
}

@-moz-document url-prefix() {
  /* required for Firefox browser, which displays Open Sans bold at a larger size */
  strong { 
    font-size: 0.95em;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  strong { 
    /* required for Chrome browser, which does not display Open Sans in bold at this time */
    font-family: Arial, san-serif;
    font-size: 1.0em;
  }
}

ul {
  margin-top: -15px; 
}

li {
  margin-left: -10px;
  margin-bottom: 5px;
}

p, li {
  font-weight: 400;
}

hr {
  margin-bottom: 40px;
}

h1 {
  font-size: 1.6em;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 1px;
}

h2 {
  font-size: 1.1em;
}

h2.accent {
  font-size: 1.25em;
}

h3 {
  font-size: 1.0em;
}

.title {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.subtitle {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.accent {
  font-size: 1.2em;
  font-weight: bold; 
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.nav {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

a.pagenav {
  font-weight: bold;
  font-size: .9em;
}

.nav a {
  padding-left: 10px; 
  padding-right: 10px; 
  padding-top: 0px; 
}

.nav a:hover {  
  color: rgb(0, 175, 19)
}
  
.btm_nav {
  text-align: center;
  font-weight: bold;
  font-size: .9em;
}

#main {
/*    border: 1px solid #278300; /* #5D00B3; */
    
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15;
  
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
 
  margin: 0 auto;
  width: 780px;
}

#masthead {
  background: transparent url(images/masthead.02.png) no-repeat scroll center 8px; 
  text-align: left;
  width: 780px;
  height: 170px;
  padding-top: 8px;
  padding-bottom: 0px;
  position: relative;
}

#content img {
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 4px 1px #dadada;
  -moz-box-shadow: 0 0 4px 1px #dadada;
  -webkit-box-shadow: 0 0 4px 1px #dadada;
}

img.no-border {
  border: none; 
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.required {
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: -.1em;
}

.error_msg {
  font-weight: bold;
}

.error_input {
  border: solid 1px #880000; 
}

#page {
/*  
  background-image:  url("images/bg_main.png"); 
  background-position-x: center;
  background: #DCD8FF url(images/page_bkg.jpg) no-repeat scroll top center;
  background: #f3ecFF;
*/
  margin: 0px auto; 
  padding-bottom: 10px; 
  width: 780px;   
/*  min-height: 300px; /* also update * html #page{} below for IE */
}
/* for Internet Explorer */
/*
* html #page {
  height: 300px; 
}
*/

#left_nav {
  text-align: left;
  float: left;
  width: 225px;
}

#content {
  text-align: left;
  margin: 9px 29px; 
  padding: 5px 20px; 
  background: #fff; 
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.75);
}

div.audio-section p { margin-bottom: 5px; }
div.audioplayer { margin: -5px 0 -8px; }

form {
  margin: 0; 
  padding: 0;
}

.right {
  float: right;
  margin-left: 8px;
}

.left {
  float: left;
  margin-right: 8px;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

p.photo_credit {
  color: #888;
  text-align: center;
  font-size: .7em;
  margin-top: 2px;
}

.contact {
  margin-left: 185px;
}

.resources {
  margin: 0 40px;
}

.payment {
  margin: 0 120px;
}

.members {
  margin: 20px 40px;
}

.event_title {
  font-size: 1.05em;
  font-weight: bold;
}

textarea, input {margin-bottom: 10px;}

.site_credit, .details {
  font-size: 0.8em;
  margin-top: -10px;
  padding-bottom: 10px;
}

.site_credit a {
  color: #7070FF;
  font-weight: 400;
  text-decoration: none;
}
.site_credit a:hover {
  color: #41797A;
  text-decoration: underline;
}

/* End Structure */
