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

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

#main {
  background: #fdfcff;
  color: #000;
}

a {
  color:#4433FF;
}

a:hover {
  color:#41797A;
}

h1, .subtitle {
  color: #3CA8AA;
}

/* End Typography & Colors */

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

ul {
  margin-top: -15px; 
}

li {
  margin-left: -10px;
}

p, li {
  font-weight: 400;
}

h1 {
  font-size: 1.5em;
	font-variant: small-caps;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 1px;
}

h2 {
  font-size: 1.1em;
}

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;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

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

.nav a {
  padding-left: 10px; 
  padding-right: 10px; 
  padding-top: 0px; 
}
  
.btm_nav {
  text-align: center;
  font-weight: bold;
	font-size: .9em;
}


#main {
  margin: 0 auto; 
  width: 780px;   
}

#masthead {
/*  background: #DCD8FF url(images/masthead.jpg) no-repeat scroll center center; 
  background: #DCD8FF;
  background: #f3ecFF;
*/
  width: 780px;
  height: 170px;
  border-left: #5D00B3 1px solid; 
  border-right: #5D00B3 1px solid; 
  border-top: #5D00B3 1px solid; 
	padding-top: 8px;
	padding-bottom: 0px;
}

img {
  border: #5D00B3 1px solid; 
}

img.no-border {
  border: none; 
}

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

.error_msg {
  font-weight: bold;
}

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

#page {
  border-left: #5D00B3 1px solid; 
  border-right: #5D00B3 1px solid; 
  border-bottom: #5D00B3 1px solid; 
/*  
  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 {
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
}

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 {
  text-align: center;
  font-weight: bold;
	font-size: .8em;
	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;
}

.site_credit, .details {
  font-size: 0.8em;
}

.site_credit a {
  font-weight: 400;
  text-decoration: none;
}

/* End Structure */
