/*
Theme Name: Dancing Heart Center
Theme URI: http://dancingheartcenter.com
Description: Dancing Heart Center main site template
Version: 0.1
Author: Bodhi Goforth
Author URI: http://www.afinerweb.com/
*/

/* Begin Typography & Colors */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #000;
	background: #e0e0ff;
}

.page {
	background: #ffffff; 
}

a {
  color: #6058ff;
}

a:hover {
  color: #08009f;
}

.nav_bar a {
  color: #6058ff;
}

.nav_bar a:hover {
  color: #08009f;
}

h1 {
  color: #00713B;
}

h2 {
  color: #00713B;
}

/* End Typography & Colors */

/* Begin Structure */
body {
	text-align: center;
	padding: 0;
}

.page {
	margin: 20px auto;
	width: 776px;
	border: 1px solid #007010;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
}

img.border {
	border: 1px solid #007010;
}

.content {
	width: 736px;
	margin: 20px;
	text-align: left;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
	margin-top: 30px;
}

.contact {
  font-size: 1.2em;
	font-weight: bold;
  margin-bottom: -15px;
}

.title {
  font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 8px;
}

#masthead {
	margin: 7px;
}

hr {
  width: 80%;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}

.subtitle {
  font-size: 1.1em;
	font-weight: bold;
}

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

.desc {
	text-align: justify;
	margin: 0;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.center table {
  text-align: left;
}

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

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

.note {
  font-size: .8em;
}

.nav_bar {
  font-size: 1.0em;
	font-weight: bold;
}

.nav_bar a {
	text-decoration: none;
	padding: 0px 10px;
}

.left_col {
  float: left;
  width: 350px;
}

.right_col {
  float: right;
  width: 350px;
}

.right {
  float: right;
}

.left {
  float: left;
}

img {
  border: #000000 1px solid;
}

img.noborder {
  border: none;
}

.site_credit {
  font-size: .8em;
  margin-top: 10px;
}

/* End Structure */
