/* -------------------------------------------------------------------------------------
-- GENERAL STYLES --
------------------------------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 1em;
	color: #696c5e;
	font-family: helvetica, arial, sans-serif;
	background: #fff;
}

* {
	padding: 0; 
	margin: 0;
}

div, table, pre, p, ul, ol, dl, h1, h2, h3, h4, h5, h6, hr{
	float: left;
	clear: both;
	width: 100%;
}

hr {
	margin: 10px 0;
}

pre {
	font-family: helvetica, arial, sans-serif;
}

a {
	color: #140DDA;
	text-decoration: none;
	outline: none;
}

h2 a {
	color: #696c5e;
}

a.not_blue {
	color: #696c5e;
}

a.name {
	color: #2c2c2c;
}

a.name:hover {
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.5;
}

ul {
	list-style: none;
	display: inline;
}

li {
	float: left;
	clear: both;
	width: 100%;
	display: inline;
	font-size: inherit;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 160%;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 140%;
	margin: 0 0 10px 0;
	color: #a21418;
}

h3 {
	font-size: 120%;
	margin: 0 0 5px 0;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.left * {
	float: left;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

.right * {
	float: left;
}

.left a, .right a {
	float: none;
}

.hidden {
	display: none;
}

.small {
	font-size: 80%;
}

img {
	border: 0;
}

#wrapper {
	text-align: left;
	float: none;
	width: 980px;
	margin: 0 auto;
}

#container {
	width: 980px;
	font-size: 90%;
	padding: 0 0 30px;
}

/* -------------------------------------------------------------------------------------
-- END GENERAL STYLES --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- HEADER STYLES --
------------------------------------------------------------------------------------- */

#header {
	position: relative;
	height: 145px;
}

#menuh li.sep {
	padding: 3px 0 0;
	color: #828479;
}

#menuh {
	position: absolute;
	right: 0;
	z-index: 99;
	bottom: 44px;
	width: 618px;
	border-bottom: 1px solid #6b6d60;
}
	
#menuh a
	{
	padding: 4px 12px;
	float: left;
	color: #828479;
}
	
#menuh ul li a.last {
	padding: 4px 0 4px 12px;
}

#menuh ul li a.active, #menuh li a:hover {
	color: #000;
	text-decoration: none;
}

#menuh ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
}

#menuh li {
	position: relative;
	float: right;
	clear: none;
	z-index: 99;
	width: auto;
	font-size: .8em;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}

#menuh ul ul {
	position:absolute;
	z-index:500;
	width: 130px;
	top:1.6em;
	display:none;
	margin: 0;
	right: 0;
}

#menuh ul ul a {
	border-bottom: 1px solid #6b6d60;
	background: #fff;
	display: block;
	width: 106px;
	padding: 4px 12px;
}

#menuh ul ul a:hover {
	text-decoration: none;
	background: #faeac7;
	color: #2c2c2c;
}

#menuh ul ul li {
	clear: both;
	width: 100%;
	font-size: 100%;
	position: relative;
	z-index: 100;
}

#menuh ul ul ul {
	top:0;
	left:100%;
}

div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */



/* -------------------------------------------------------------------------------------
-- END HEADER STYLES --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- CONTENT STYLES --
------------------------------------------------------------------------------------- */

#banner_full {
	height: 200px;
	margin: 0 0 30px;
	position: relative;
}

#banner_full embed {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

#banner_sub {
	width: 770px;
	margin: 0 0 30px;
}

#banner_sub .right {
	width: 240px;
	height: 200px;
	position: relative;
	overflow: hidden;
	z-index: -100;
}

#content {
	width: 675px;
	float: left;
	clear: none;
	display: inline;
	margin: 0 0 0 95px;
}

.archive_date {
	font-size: 90%;
	color: #a31418;
}

#content p.quote {
	width: 615px;
	padding: 20px 0 10px;
	margin: 10px 0 0 30px;
	display: inline;
	border-top: 1px dashed #fec34d
}

.summary {
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #fec34d;
}

#content ul {
	width: 635px;
	margin: 0 0 10px 30px;
	display: inline;
}

#content ul li {
	width: 605px;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	line-height: 1.3;
	background: #fff url(http://www.livingwellcrc.org/images/interface/bullet.gif) 0 3px no-repeat;
}

#content ul ul {
	width: 585px;
	margin: 5px 0 10px 30px;
	display: inline;
}

#content ul ul li {
	width: 555px;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	line-height: 1.3;
	background: #fff url(http://www.livingwellcrc.org/images/interface/bullet.gif) 0 3px no-repeat;
}

#content h1 {
	padding: 0 0 5px;
	border-bottom: 1px solid #6b6d60;
	margin: 0 0 10px 0;
	color: #4b3574;
}

#content h2, #content h3 {
	margin: 20px 0 10px;
}

#content .error_message {
	padding: 5px 10px;
	width: 655px;
	background: #a21418;
	color: #fff;
}

#content p img {
	float: left;
}

.post img {
	margin: 0 10px 10px 0;
}

#index_content_bg {
	background: transparent url(http://www.livingwellcrc.org/images/interface/index_content_bg.gif) top left repeat-y;
}

.left_content {
	float: left;
	clear: none;
	width: auto;
}

.right_content {
	float: right;
	clear: none;
	width: auto;
}

#content #sub_links {
	width: 400px;
	margin: 0;
	background: #fff;
	border: solid #999;
	border-width: 1px 0;
}

#content #sub_links li {
	float: left;
	clear: none;
	width: 200px;
	height: 50px;
	padding: 0;
	margin: 0;
	background: none;
}

#content #sub_links li a {
	display: block;
	float: left;
	width: 200px;
	height: 50px;
	text-indent: -10000px;
}

#sub_links li a.donate {
	background: #fff url(http://www.livingwellcrc.org/images/interface/donate.jpg) top left no-repeat;
}

#sub_links li a.get_involved {
	background: #fff url(http://www.livingwellcrc.org/images/interface/get_involved.jpg) top left no-repeat;
}

#sub_links li a.newsletter {
	background: #fff url(http://www.livingwellcrc.org/images/interface/newsletter.jpg) top left no-repeat;
}

#sub_links li a.events {
	background: #fff url(http://www.livingwellcrc.org/images/interface/events.jpg) top left no-repeat;
}

#sub_links li a.special_events {
	background: #fff url(http://www.livingwellcrc.org/images/interface/special_events.jpg) top left no-repeat;
}

#news {
	width: 225px;
	padding: 15px 20px 0 20px;
	float: right;
	clear: none;
	background: #faeac7;
}

#news h2 {
	color: #4b3574;
	font-size: .9em;
	font-family: times;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #b8b098;
}

#news h2 a {
	float: left;
	display: block;
	width: 100%;
}

#news h2 a:hover {
	text-decoration: none;
	color: #a31418;
}

#news .left {
	width: 105px;
}

#news .right {
	width: 105px;
}

#news h3, #news p {
	font-size: .8em;
}

#news h3 {
	color: #000;
	margin: 0 0 2px 0;
	padding: 0;
}

#news p {
	margin: 0;
}

#news p.read_more {
	margin: 0 0 3px;
}

#news a {
	color: #4b3574;
}

#contact_info {
	width: 380px;
	padding: 5px 10px;
	clear: left;
	background: #faeac7;
}

#contact_info div {
	width: 185px;
}

#contact_info h2 {
	color: #4b3574;
	font-size: .9em;
	font-family: times;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #b8b098;
}

#contact_info p {
	font-size: .8em;
	margin: 0;
}

label {
	width: 150px;
	float: left;
}

label a {
	margin: 0 0 0 5px;
	display: inline;
	font-size: 80%;
}

input {
	width: 170px;
	float: left;
}

textarea {
	width: 170px;
	float: left;
	height: 75px;
	padding: 2px;
}

input.radio {
	width: auto;
}

.small_labels label {
	width: auto;
	padding: 0 10px 0 0;
}

.small_labels input {
	margin: 0 10px 0 0;
}

.button {
	width: auto;
}

.req {
	padding: 0 0 0 5px;
	color: #F32A2A;
}

.half {
	clear: none;
	float: left;
	width: 335px;
}

form p {
	width: 643px;
	padding: 0 16px;
}

.optional_info {
	width: 643px;
	padding: 15px;
	margin: 0 0 10px;
	background: #FFF8E9;
	border: 1px solid #3F3F3F;
}

form .optional_info p {
	width: 100%;
	padding: 0;
}

.sponsor {
	width: 50%;
	clear: none;
	margin: 0 0 10px;
}

/* -------------------------------------------------------------------------------------
-- END CONTENT STYLES --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- SIDEBAR STYLES --
------------------------------------------------------------------------------------- */

#side_bar {
	float: right;
	clear: none;
	width: 190px;
	display: inline;
	padding: 0 0 0 10px;
	border-left: 1px solid #bbb;
	font-size: .7em;
}

#side_bar h3 {
	font-family: times;
	color: #4b3574;
}

#side_bar p {
	margin: 0;
}

#side_bar p.calendarHeader {
	margin: 0 0 5px;
}

.print_button {
	text-align: right;
}

.calendarBG, .large_calendar {
	border-collapse: collapse;
}

.calendarBG td, .calendarBG th {
	text-align: center;
	vertical-align: middle;
	width: 96px;
	border: 1px solid #d0cfcb;
}

.calendarBG.large_calendar td {
	vertical-align: top;
	padding: 0 3px;
}

.calendarHeader a {
	color: #555;
}

.calendarMonth {
	text-align: left;
}

.calendarPrevMonth {
	border-right: 1px solid #555;
}

.calendarPrevMonth a, .calendarNextMonth a {
	float: left;
	display: block;
	padding: 1px 3px;
}

.calendarDayHeading {
	color: #154fa5;
	padding: 5px 0 0;
	text-align: center;
}

.calendarBG.large_calendar td.calendarDayHeading {
	padding: 5px 0;
}

.large_calendar .calendarDayHeading {
	color: #154fa5;
	padding: 5px 0 5px;
	text-align: center;
	background: #fec34e;
	font-weight: bold;
}

.large_calendar th {
	border: 0;
	padding: 0 0 10px 0;
	font-size: 120%;
	color: #537e1a;
}

.has_entries .calendar_day a, .calendar_day {
	text-align: right;
	padding: 2px 0;
	margin: 0;
}

.calendar_day a {
	color: #555;
}

.calendar_row td {
	height: 100px;
}

.has_entries {
	background: #f9e3b2;
}

.has_entries a {
	color: #4a3574;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	margin: 3px 0;
}

.has_entries a span {
	color: #797979;
}

.calendarRow a {
	background: #f9e3b2;
	display: block;
	width: 100%;
	padding: 4px 0;
}

.calendarCell span {
	width: 100%;
	float: left;
	text-align: center;
	padding: 4px 0;
}

.calendarToday {
	background: #b9c5f9;
}

.calendarToday a {
	background: #b9c5f9;
}

.upcoming_event_day {
	margin: 10px 0 3px;
	color: #050505;
	font-size: 115%;
}

.upcoming_event_title {
	margin: 0 0 3px 0;
	color: #696c5e;
}

.upcoming_event_title a {
	color: #4b3574;
	font-size: 110%;
}

.bridge_walk {
	border-top: 1px solid #999;
	margin: 20px 0 0;
	padding: 10px 0 0;
	float: left
}

#quick_links {
	border: solid #999;
	border-width: 1px 0;
	margin: 20px 0 10px 0;
}

#quick_links a {
	float: left;
	display: block;
	width: 100%;
}

#quick_links a img {
	float: left;
}

#quick_links p {
	margin: 0;
}

#sidebar_contact {
	background: #fbeed2;
	width: 168px;
	padding: 0 10px 10px;
	margin: 0 0 10px 0;
}


#sidebar_contact h4 {
	color: #4b3574;
	padding: 0 0 2px;
	margin: 10px 0 4px;
	border-bottom: 1px solid #b9b29e;
}

#side_bar #sidebar_contact p {
	margin: 0;
	font-size: 1.1em;
}

#side_bar #periodicals h3 {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #b9b29e;
}

#side_bar #periodicals p {
	font-size: 1.1em;
}

#side_bar #periodicals p a {
	color: #537e1a;
}

/* -------------------------------------------------------------------------------------
-- END SIDEBAR STYLES --
------------------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------------------
-- FOOTER STYLES --
------------------------------------------------------------------------------------- */

#footer {
	color: #6f7167;
	font-size: .8em;
	width: 675px;
	display: inline;
	margin: 20px 0 0 95px;
}

#footer_nav {
	margin: 10px 0;
}

#footer_nav li {
	float: left;
	clear: none;
	width: auto;
	padding: 0 10px 0 0;
}

#footer_nav li a {
	color: #6f7167;
}

#footer .left {
	margin: 0 20px 0 0;
}

#footer .left p {
	margin: 10px 0 0;
	width: auto;
}

/* -------------------------------------------------------------------------------------
-- END FOOTER STYLES --
------------------------------------------------------------------------------------- */


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

#jquery-lightbox, #jquery-lightbox div {
	width: auto;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none;
}

#jquery-lightbox #lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	float: none;
	margin: 0 auto;
}

#jquery-lightbox #lightbox-container-image {
	width: 100%;
}

#lightbox-container-image img {
	margin: 10px;
	float: left; 
	display: inline; 
}

#jquery-lightbox #lightbox-loading {
	position: absolute;
	top: 40%;
	left: 45%;
	height: 25%;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox #lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0;
	width: 100%;
}

#jquery-lightbox #lightbox-nav-btnPrev, #jquery-lightbox  #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
	clear: none;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#jquery-lightbox #lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	float: none;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	float: none;
}

#jquery-lightbox  #lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left;
	text-align: left; 
}
	
#lightbox-image-details-caption {
	font-weight: bold;
}
	
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav {
	float: right;
	clear: none;
	width: auto;
}

#lightbox-secNav-btnClose {
	width: 66px; 
	float: left;
	padding-bottom: 0.7em;	
}