/* 
Theme Name: harmonyhealth
Theme URL: http://localhost/
Description: Based on Whiteboard by Brian Purkiss.
Author: Geoff Cox, Brian Purkiss
Author URI: http://geoffcox.com
Version: 1.0.4

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* h1, h2, h3, h4, h5, h6, p, li, ol, ul, object, strong, em, */
/*td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}*/
html, body, div, span, applet, iframe, blockquote, pre, a, abbr, del, dfn, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, sub, sup, tt, var,dl, dt, dd, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, caption, th, td {text-align:left;}table {border-collapse:separate;border-spacing:0;padding:0;margin:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
/* * {margin:0;padding:0;}*/

body{
	font: 12pt/1.3em Georgia, "Times New Roman", Times, serif;
	background: #FFDEB0 url(images/bg/sandy-bg.jpg) repeat-x;
}
/* body tag id determines background image */
/*#b1,#b11 { background:url(images/bg/texture9928907.jpg); }
#b2,#b3,#b13 { background:url(images/bg/texture1234757.jpg); }
#b4 { background:url(images/bg/texturehue1302358.jpg); }
#b15 { background:url(images/bg/natfl141.jpg); }
#b17,#b19,#b21,#b23,#b26 { background:url(images/bg/wood029.gif); }*/

p {
  margin-top: 0;
  margin-bottom: 0;
}

h1,h2 {
	margin-bottom: 0.5em;
}

h3, h4 {
	margin-bottom: 1em;
}

h1 {
	font: bold 18pt Papyrus, Georgia, "Times New Roman", Times, serif;
	color: #800080;/*#343399;*/
}
h2 {
	font-size: 16pt;
	text-transform: capitalize;
	color: #B04299;
	font-weight: bold;
}
h3 {
	font: bold 14pt Papyrus, Georgia, "Times New Roman", Times, serif;
	color: #343399;
}
h4 {
	font: bold 14pt Papyrus, Georgia, "Times New Roman", Times, serif;
	color: #459BB4;
}
h5 {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
h6 {
	font-size: 12pt;
	color: #B04299;
	font-weight: bold;
	margin: 6pt 0;
}
.headsub {
  font-size: 60%;
  font-weight: normal;
}
.blue {
	color: #343399;
}
td img,#header object {
   display: block;
}
code {font-size: 95%;}
/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{
	width: 800px;
	border: solid #960 5px;
	margin: 10px auto;
	background-color:#FFFFEA;
}
.rborder{
	border-right: solid #960 5px;
}
.lborder{
	border-left: solid #960 5px;
}
.tborder {
	border-top: solid #960 5px;
	text-align: center;
}
.tborder a img,.picrow a img {
  display: inline;
  padding: 10px 0;
}
.picrow {text-align: center;}

/*#main,#post,.post*/
#post,.post {
	width: 604px;
	padding: 10px;
}
#postinfo {
  margin-top: -1em;
  margin-bottom: 1em;
  font-size: 70%;
  font-weight: bold;
	color: #B04299;
}
#header{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#homepage {
}
div#main table {
	width: 100%;
}
/*div#main table td {
	height: 400px;
}*/
td#leftnav,td#bodytext,div#bodytext {
	padding-top: 10px;
}
td#leftnav,td#leftblog {
	/*float: left;*/
	background: #B7DFEE url(images/chakra-colors.png) repeat; /*#b4b4cb;*/ /*#DFF9FF;*/
	width: 175px;
	padding-left: 10px;
	padding-right: 5px;
	margin-right: 10px;
	overflow: auto;
  font: bold 12px arial,helvetica,sans-serif;
/*  line-height: 1.5em;*/
}
td#leftnav a,td#leftblog a {
  display: block;
  padding: 0.25em;
  color: #343399;
  text-decoration: none;
}
td#leftnav a:hover,td#leftblog a:hover {background-color: #ffa;}
td#leftnav ul,td#leftblog ul ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
td#leftnav ul ul {
	display: none;
	padding-left: 15px;
}
td#leftnav ul ul a {
  color: #B04299;
}
td#sidemenu {
	background: #0cf;
	padding-left: 20px;
	padding-bottom: 1em;
}
td#bodytext,div#bodytext {
	background: #fff url(images/turtle-watermark.jpg) no-repeat center;
	padding-left: 10px;
	padding-right: 10px;
}
td#bodytext div.scrolling {
	height: 400px;/*100%;*/
  overflow: auto;
}
td#bodytext .flrt {float: right; padding-right: 10px;}
td#bodytext ol li ul li {
	list-style: none;
	margin-bottom: 1em;
}
td#rightpic {
	background: #FFDEB0; /*#b4b4cb;*/
	width: 160px;
}
td#bottompic {
	background: #FFDEB0;
}
#sidemenu li {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sidemenu a {
	text-decoration: none;
	color: #ffa;
}
#sidemenu a:hover {
	color: #0cf;
	background: #ffa;
}
#post{}
#postmeta{
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #960;
}
#postnavigation{}
#commentlist {
	margin-left: 20px;
}
#searchform{}
#sidebar{
/*	background: #B7DFEE;*/
	width: 160px;
	height: 100%; /*400px;*/
/*	float: left;*/
	/*margin: 10px 10px 0 0;*/
	padding-right: 0px;
/*	padding-top: 10px;*/
/*	border-right: solid #960 5px;*/
}
#sidebar ul {
	list-style: none;
	padding-left: 10px;
}
#sidebar ul ul {
	list-style: disc;
	padding-left: 1em;
}
#footer{
	clear: both;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: solid #960 5px;
}
.post-edit-link {
  position: absolute;
  margin-top: 20px;
  margin-left: -5px;
  padding: 3px;
  background-color: #960;
  color: #fff;
  font: bold 12px verdana,arial,helvetica,sans-serif;
  text-decoration: none;
}
/*table#eventreg {
  position: absolute;
  padding-left: 195px;
}*/

div.ngg-galleryoverview {
  background-color: #FFDEB0;
  margin-top: 0;
}
div.ngg-gallery-thumbnail-box {
  height: 170px;
}
#eventlist li {
  padding-bottom: 1em;
}
div.event {
  border: 1px solid #343399;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}