/*
RiverGarden Yoga Center CSS v.2 using email colors
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01b.gif) repeat-x; /* green bg #E8FFE4 */
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #506761;
}

h1 {
	color: #64b571;
	font: italic 2.3em Georgia, Times New Roman, Times, serif;
	margin-bottom: 12px;
}

h2 {
	color: #4fab11;
	font-weight: normal;
	font-size: 1.7em;
	margin-bottom: 12px;
}

h3 {
	color: #007270;
	font-weight: normal;
	font-size: 1.1em;
}

p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
	margin-left: 3em;
}

em {
	color: #0fa257;
	font-size: 1em;
	background: none;
}

em.hilite {
	color: #ffffff;
	font-size: 1.4em;
	background: repeat-y #8faf67; /*I prefer #98c889*/
	display: block;
	padding: 5px;
}

blockquote {
	padding-left: 4em;
	background: url(images/img08.png) no-repeat;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
}

a:link {
	color: #aa2029;
	text-decoration: none;
}

a:active {
	color: #ff2eeb;
	text-decoration: underline;
}

a:visited {
	color: #aa2029;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #00bee0;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-size: 1.1em;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 40px;
	padding: 20px 0 0 0;
	border-left: 1px solid #d8ebbe;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: .1em;
	color: #67ba65; /* soft green */
}

#menu a:hover {
	background: #caedcb;
	color: #FFFFFF;
}

#menu .active a {
	background: #caf7e4;
	color: #057a45;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(images/header-swatch1.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(images/header-swatch2.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* table for schedule */
#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	width: 770px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	width: 110px;
	padding: 8px;
	background: #c1f2ee;
	border-top: 4px solid #e2fedd;
	border-bottom: 4px solid #e2fedd;
	color: #00a1b2;
}

#box-table-a td
{
	width: 110px;
	padding: 8px;
	background: #d5f9e9; 
	border-bottom: 1px solid #fff;
	color: #4c7d62;
	border-top: 1px solid transparent;
	border-right: 1px solid #fdfdfd;
	border-left: 1px solid #fdfdfd;
}

#box-table-a td:hover
{
	background: #e3fef7;
}

/* this style is for altering the row color

#box-table-a tr:hover td
{
	background: #c4eee0;
	color: #00876c;
}
*/



/* Content */

.welcome {
	font-size: 1.2em;
	font-style: italic;
	color: #5d9219;
}

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.current {
	margin-bottom: 20px;
	padding: 0 20px;
	font-size: 1.4em;
}

.current h1 {
	color: #007cff;
	background: #e5fdd8;
	text-align: center;
}

.current h2  {
}

.current p {
	color: #006cff;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #bfe8bf;
}

.newpost {
	margin-bottom: 20px;
	padding: 0 20px;
}

.newpost h3 {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	background: #e2fedd;
	border: 1px solid #8faf67;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #00643b;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	list-style: outside;
	padding: 10px;
}

#sidebar li {
	color: #6e8859;
	text-align: left;
	font-size: .9em;
	line-height: 1.6em;
	list-style: none;
}

#sidebar a {
	color: #aa2029;
	text-decoration: underline;
	font-style: normal;
}

#sidebar a:hover {
	text-decoration: none;
	color: #5d18ff;
}

.orangebox {
	background: repeat-y #dffddb;
}

.orangebox h2 {
	background: repeat-y #9fbd7d;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #d8ebbe url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: .8em;
}

#footer a {
	
}

/* FancyBox trying to reposition height 
#fancybox-wrap { 
  top: 50px !important; 
} */
