@import url("mainv2.css");
/*
Company:	Pathwork California
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/bd-bkg.gif) repeat-x 0 125px #fff;
}
body {
	font-family: Georgia, Times, serif;
}
/* @end */

/* @group Layout */
/* Wrap */
div.wrap {
	background: url(../images/top-bkg.gif) repeat-x 50% 0;
}

/* Head */
div#hd {
	width: 960px;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
div#ft p.ft-note {
	color: #999999;
	font-size: 77%;
	font-family: lucida sans, arial, sans-serif;
	padding: 20px 0 0 0;
	text-align: center;
	margin: 0 0 35px 0;
}
div#ft p.copyright {
	color: #999999;
	font-size: 77%;
	font-family: lucida sans, arial, sans-serif;
	text-align: center;
	margin: 0 0 30px 0;
}
div#ft a:link, div#ft a:visited {
	color: #999999;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Home Hero */
div.home-hero {
	width: 960px;
	height: 427px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
div.home-hero img {
	display: none;
}

/* Logo */
div#logo {
	width: 213px;
	height: 105px;
	background: url(../images/pathwork-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	position: absolute;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Audio Player */
div#audio-player {
	position: absolute;
	width: 82px;
	height: 34px;
	margin: 4px 0 0 860px;
}

/* Home Callouts */
div.home-callouts {
	margin: 0 0 30px 0;
}

/* Home Quicklink */
div.home-quicklink {
	width: 228px;
	text-align: center;
	margin: 0 8px;
	float: left;
	display: inline;
}
div.home-quicklink-last {
	margin-right: 0;
}
div.home-quicklink img {
	margin-bottom: 5px;
}
div.home-quicklink p {
	font-size: 108%;
	font-style: italic;
	margin: 0;
	line-height: 100%;
}
div.home-quicklink p a:link, div.home-quicklink p a:visited {
	color: #ab5100;
	text-decoration: none;
}
div.home-quicklink p a:hover {
	text-decoration: underline;
}

/* Home Quote */
div.home-quote {
	width: 228px;
	float: left;
	display: inline;
}
div.home-quote blockquote, div.side blockquote {
	color: #57381c;
	font-size: 110%;
	font-style: italic;
	margin: 0 10px 15px 10px;
	line-height: 140%;
}
div.side blockquote {
	margin: 0 20px 15px 0;
}
div.home-quote p.sig, div.side p.sig {
	color: #57381c;
	font-size: 108%;
	font-style: italic;
	text-align: center;
}

/* Side Disclaimer */
div.side p.disclaimer {
	color: #57381c;
	font-size: 99%;
	font-style: italic;
	margin: 30px 10px 15px 30px;
	line-height: 140%;
}

/* Connect Bar */
div.connect-bar {
	width: 955px;
	height: 46px;
	background: url(../images/connect-bar-bkg.gif) no-repeat 0 0;
}
div.connect-bar p.follow {
	color: #57381c;
	width: 250px;
	font-style: italic;
	margin: 0 0 0 20px;
	padding: 9px 0 0 0;
	float: left;
	display: inline;
}
div.connect-bar p.follow img {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
div.connect-bar div.newsletter {
	width: 400px;
	padding: 10px 0 0 0;
	vertical-align: middle;
	float: right;
	display: inline;
}
div.connect-bar label {
	color: #57381c;
	font-size: 100%;
	font-style: italic;
	vertical-align: middle;
}
div.connect-bar input.txt, .form-b input.txt {
	color: #57381C;
	font-size: 93%;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 4px;
	width: 115px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
div.connect-bar input.btn {
	vertical-align: middle;
}

/* Side */
div.side {
	width: 225px;
	padding: 20px 0 0 0;
	float: left;
	display: inline;
}
div.side-nav {
	margin: 0 0 40px 0;
}
div.side-nav ul {
	margin: 0;
	padding: 0;
}
div.side-nav ul li {
	list-style: none;
	width: 225px;
	height: 36px;
	background: url(../images/side-nav-bkg.gif) no-repeat 0 0;
	margin: 0 0 4px 0;
}
div.side-nav ul li a {
	display: block;
	width: 183px;
	padding: 0 10px 0 32px;
	line-height: 36px;
	font-size: 116%;
}
div.side-nav ul li a:link, div.side-nav ul li a:visited {
	color: #57381c;
	text-decoration: none;
}
div.side-nav ul li.selected a, div.side-nav ul li a:hover {
	background: url(../images/side-nav-arrow.gif) no-repeat 16px 48%;
}

div.side-img {
	margin: 0 0 40px 0;
}

/* Main */
div.main {
	width: 701px;
	padding: 0 0 30px 0;
	margin: 0 7px 0 0;
	float: right;
	display: inline;
}
div.main-content {
	padding: 20px 30px;
}

/* Expanded Content */
.expanded-content {display: none;}

/* Blog Tag List */
div.BlogTagList {
	padding: 10px 0;
}
div.BlogTagList ul li {
	list-style: none;
	display: inline;
}
div.BlogTagList ul li a {
	/* background: url(../images/tags-bullet.gif) no-repeat 100% 50%; */
	/* padding-right: 5px; */
	/* margin-right: 5px; */
	font-style: italic;
	font-size: 125%;
}
div.BlogTagList ul li a:link, div.BlogTagList ul li a:visited {
	color: #ab5100;
	text-decoration: none;
}
div.BlogTagList ul li a:hover {
	color: #57381c;
}
div.BlogTagList ul li a span {display: none;}

/* Wisdom Posts */
div.swisdom-post {
	font-style: italic;
	border-bottom: 2px solid #d4a76f;
	margin-bottom: 15px;
}

/* Side Search */
div.side-search {
	padding: 0 0 15px 0;
}
div.side-search label {
	color: #57381c;
	font-size: 108%;
	font-style: italic;
	display: block;
	margin: 0 0 5px 0;
}
div.side-search input.txt {
	color: #999999;
	font-size: 93%;
	font-family: arial, helvetica, sans-serif;
	vertical-align: middle;
	width: 130px;
	padding: 4px;
	margin-right: 5px;
	border: 1px solid #ccc;
}
div.side-search input.btn {
	vertical-align: middle;
}
div.side-search div.search-box {
	padding: 0;
}

/* Calendar Box */
div.calendar-box {
	width: 198px;
	height: 200px;
	padding: 15px 0 0 0;
	margin: 0 15px 0 0;
	text-align: center;
	float: left;
	display: inline;
}
div.calendar-box img {
	margin-bottom: 13px;
}

/* Teachers Box */
div.teacher-box {
	width: 148px;
	height: 190px;
	background: url(../images/teacher-pic-frame.gif) no-repeat 0 0;
	padding: 5px 0 0 0;
	margin: 0 10px 0 0;
	text-align: center;
	float: left;
	display: inline;
}
div.teacher-box img {
	margin-bottom: 13px;
}
div.side-nav div.teacher-box {
	width: 225px;
	height: 36px;
	background: url(../images/side-nav-bkg.gif) no-repeat 0 0;
	margin: 0 0 4px 0;
	padding: 0;
	float: none;
	display: block;
	text-align: left;
}
div.side-nav div.teacher-box img {
	display: none!important;
}
div.side-nav div.teacher-box a {
	display: block;
	width: 183px;
	padding: 0 10px 0 32px;
	line-height: 36px;
	font-size: 116%;
}
div.side-nav div.teacher-box a:link, div.side-nav div.teacher-box a:visited {
	color: #57381c;
	text-decoration: none;
}
div.side-nav div.teacher-box a:hover {
	background: url(../images/side-nav-arrow.gif) no-repeat 16px 48%;
}

/* Teacher Detail */
div.teacher-photo {
	width: 148px;
	height: 138px;
	background: url(../images/teacher-pic-frame.gif) no-repeat 0 0;
	padding: 5px 0;
	text-align: center;
	margin: 0 15px 10px 0;
	float: left;
	display: inline;
}

/* Main Table */
div.main table th {
	vertical-align: top;
	text-align: left;
	padding: 0 20px 5px 0;
}
div.main table td {
	vertical-align: top;
	padding: 0 0 5px 0;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #57381c;
}
div.main p {
	font-size: 108%;
	line-height: 150%;
	text-align:justify;
}

div.main blockquote {
	color: #57381c;
	font-size: 108%;
	font-style: italic;
	line-height: 150%;
	border-top: 2px solid #d4a76f;
	border-bottom: 2px solid #d4a76f;
	padding: 10px;
}

.italic {
	font-style: italic!important;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	color: #ffffff;
	font-size: 197%;
	font-style: italic;
	font-weight: normal;
}
div.main-photo h1 {
	margin: 130px 0 0 30px;
	position: absolute;
	z-index: 100;
	width: 650px;
}
div.main-photo h1 span {
	color: #fbecc9;
}
div.main h2 {
	color: #57381C;
	font-size: 153.9%;
	font-weight: normal;
	margin: 0 0 15px 0;
}
div.main h3 {
	color: #ab5100;
	font-size: 140%;
	margin: 0;
}
div.main h4 {
	color: #57381c;
	font-size: 108%;
}

/* Side Headings */

li#nav-my-account-logout, li#nav-my-account-logout a:hover {background:none !Important;}

div.side h3.hd-membership {
	background: url(../images/side-hd-membership.gif) no-repeat 0 0;
	margin: 0 0 4px 0;
	height: 36px;
	width: 225px;
	text-indent: -9000px;
}

div.side h3.hd-what-is-pathwork {
	background: url(../images/side-hd-what-is.gif) no-repeat 0 0;
	margin: 0 0 4px 0;
	height: 36px;
	width: 225px;
	text-indent: -9000px;
}
div.side h3.hd-newsletter {
	background: url(../images/side-hd-newsletter.gif) no-repeat 0 0;
	margin: 0 0 4px 0;
	height: 36px;
	width: 225px;
	text-indent: -9000px;
}

div.side h3.hd-spiritual-wisdom {
	background: url(../images/hd-spiritual-wisdom-tags.gif) no-repeat 0 0;
	margin: 0 0 4px 0;
	height: 36px;
	width: 225px;
	text-indent: -9000px;
}
div.side h3.hd-programs {
	background: url(../images/hd-programs.gif) no-repeat 0 0;
	margin: 0 0 4px 0;
	height: 36px;
	width: 225px;
	text-indent: -9000px;
}
div.side h3.hd-teachers-helpers {
	background: url(../images/hd-teachers-helpers.gif) no-repeat 0 0;
	margin: 0 0 4px 0;
	height: 36px;
	width: 225px;
	text-indent: -9000px;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 108%;
	line-height: 140%;
}
div.main li li {
	font-size: 100%;
}
div.main ul, div.main ol {
	margin-top: 0;
}
div.main ul.flat-list {
	margin-left: 0;
}
div.main ul.flat-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* @end */

/* @group Nav */
div#nav {
	width: 696px;
	height: 31px;
	position: absolute;
	margin: 74px 0 0 225px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li.n-sub {display: none!important;}
div#nav ul li a {
	display: block;
	height: 31px;
	background: url(../images/nav.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div#nav ul li.n-what a {
	width: 190px;
	background-position: 0 0;
}
div#nav ul li.n-spiritual a {
	width: 157px;
	background-position: -190px 0;
}
div#nav ul li.n-programs a {
	width: 101px;
	background-position: -347px 0;
}
div#nav ul li.n-teachers a {
	width: 169px;
	background-position: -448px 0;
}
div#nav ul li.n-contact a {
	width: 79px;
	background-position: -617px 0;
}

div#nav ul li.n-what a:hover, div#nav ul li#n-what.selected a {
	width: 190px;
	background-position: 0 -31px;
}
div#nav ul li.n-spiritual a:hover, div#nav ul li#n-spiritual.selected a {
	width: 157px;
	background-position: -190px -31px;
}
div#nav ul li.n-programs a:hover, div#nav ul li#n-programs.selected a {
	width: 101px;
	background-position: -347px -31px;
}
div#nav ul li.n-teachers a:hover, div#nav ul li#n-teachers.selected a {
	width: 169px;
	background-position: -448px -31px;
}
div#nav ul li.n-contact a:hover, div#nav ul li#n-contact.selected a {
	width: 79px;
	background-position: -617px -31px;
}

/* Util Nav */
div.util {
	position: absolute;
	margin: 7px 0 0 530px;
	width: 350px;
	text-align: right;
	font-size: 108%;
	font-style: italic;
	color: #fdf5dd;
	line-height: 25px;
}
div.util span.util-or {
	padding: 0 10px;
}
div.util a.util-join {
	display: block;
	background: url(../images/btn-join-now-left.gif) no-repeat 0 0;
	padding: 0 0 0 7px;
	float: left;
	display: inline;
}
div.util a.util-join span.util-join {
	display: block;
	line-height: 25px;
	background: url(../images/btn-join-now-right.gif) no-repeat 100% 0;
	padding: 0 11px 0 4px;
}
div.util a:link, div.util a:visited {
	color: #fdf5dd;
	text-decoration: none;
}
div.util a:hover {
	text-decoration: underline;
}
div.util-left {
	float: left;
	display: inline;
}


/* @end */

/* @group Forms */
div.row {
	padding: 0 0 6px 0;
}
div.row label {
	display: block;
	width: 100px;
	float: left;
}
div.row input.txt {
	width: 200px;
	padding: 2px;
	border: 1px solid #ccc;
}
div.row textarea {
	width: 200px;
	padding: 2px;
	border: 1px solid #ccc;
}
div.verify-row {
	padding-left: 100px;
}
div.verify-row label {
	display: block;
	margin: 0 0 5px 0;
}
div.verify-row .cat_textbox {
	width: 155px!important;
	padding: 2px;
	border: 1px solid #ccc;
}
div.verify-row .captchaimg {
	margin-bottom: 5px;
}
div.input-row {
	padding-left: 100px;
	padding-top: 5px;
	padding-bottom: 50px;
}

div.system-message {
	background-color: transparent!important;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #ab5100;
	text-decoration: none;
	font-style:italic;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* Secure Zones */
/*     Notices
-------------------------------------*/
#notice-slider { padding: 20px; color: #fff; font-weight: bold; display: none; margin: 0 0 20px 0; font-size: 1.4em; }
.alarm { background-color: red; }
.caution { background-color: #bb815e; }
.loggedout   { background-color: #5a3b1e; }

li#nav-discussion-ptp-1, li#nav-discussion-ptp-2, li#nav-discussion-ptp-3, li#nav-discussion-ptp-4, li#nav-discussion-htp-1, li#nav-discussion-htp-2, li#nav-discussion-htp-3, li#nav-discussion-htp-4, li#nav-my-account-grad, div.isLoggedIn, div.subscriptionZone,div.secureZoneCheck {display:none;}

