/*
Theme Name: Eugene Health and Well-Being Guild Web Site
Theme URI: http://hwbguild.com/
Description: Eugene Health and Well-Being Guild main site template
Version: 0.1
Author: Bodhi Goforth
Author URI: http://www.afinerweb.com/
*/

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

#masthead-text {
  background: #fffacd;
  color: #b22222;
}

#top-text {
  color: #cc6633;
}

#page {
  background: #8fbc8f url(images/page-bkg.jpg) top left repeat-y;
}

#content {
  background: #fffacd;
}

a {
  color: #b22222;
}

a:hover {
  color: #2f5c2f;
}

#left-nav a, #left-nav a:hover {
  color: #ffffe0;
}

.calendar {
  color: #b22222;
}

/* End Typography & Colors */

/* Begin Structure */

body {
  margin: 20px 0;
  text-align: center;
  font-size: .9em; 
}

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

#masthead-img {
  background: url(images/OrangeFlowerTop.jpg) top left no-repeat;
  width: 290px;
  height: 100px;
	float: left;
}

#masthead-text {
  width: 685px;
  height: 100px;
	float: right;
}

#masthead h1 {
  margin: 30px 0 0 0;
}

#top-text {
  width: 975px;   
  height: 35px;
	line-height: 35px;
	font-size: 1.1em; 
	font-weight: bold;
	border-top: #8fbc8f 3px solid;
	border-bottom: #8fbc8f 3px solid;
}

.ttbullet {
  font-size: 0.6em;
}

#page {
  width: 975px;   
}

#left-nav {
  margin: 0;
  padding: 0;
  width: 290px;
	float: left;
	font-size: 1.25em;
}

#left-nav-img {
  background: url(images/PlantSunburst.jpg) top left no-repeat;
	width: 290px;
	height: 225px;
}

#content {
	margin: 0;
	padding: 70px 50px;
  width: 585px;
	float: right;
  text-align: left;
	font-size: 1.1em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#content a {
  text-decoration: underline;
}

h1 {
	font-size: 2.0em;  
}

h2, .pagetitle {
	font-size:  1.4em; 
	margin-top: 0;
	font-weight: normal;
}

h3, .subtitle {
  font-size: 1.15em;
	margin-bottom: 0;
	font-weight: normal;
}

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

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

.center {
	text-align: center;
}

.clear {
  clear: both;
}

#left-nav ul.nav {
  text-align: left;  
	list-style:none;
	margin-left: 15px;
	padding: 0;
}

#left-nav ul li {
	margin: 0 15px 20px 0;
	padding: 0;
}

li.nav-selected {
  background: #6f9c6f;
}

ul.practitioner li {margin-bottom: 8px;}
#content ul li {margin-bottom: 8px;}

.site_credit {
  font-size: .7em;
}

.site_credit a {
  text-decoration: underline;
}

/* End Structure */
