/* ==============================================================
		general styles
   ============================================================== */

* { margin: 0; padding: 0; }

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	line-height: normal;
	color: #3a3a3a;
	text-align: center;
	background-color: #d1d2b3;
}

body.homepage {
	background: url(/graphics/home-canvas.gif) no-repeat center top #d1d2b3;
}

img 						{ border: 0px; display: block; }

.bold						{ font-weight: bold; }

a							{ text-decoration: none; color: #3a3a3a; }
a:hover						{ text-decoration: underline; color: #3a3a3a; cursor: pointer; }

h1, h2, h3, h4, h5, h6 		{ line-height: normal; font-size: 1em; font-weight: normal; }

form						{ padding: 0; margin: 0; }

fieldset 					{ border: 0; }

table, tr, td 				{ border-collapse: collapse; }

input, select, th, td 		{ font-size: 1em; padding: 0; margin: 0; }

abbr						{ border: 0; }

.clear 						{ clear: both; }
.clearLeft 					{ clear: left; }
.clearRight 				{ clear: right; }

.hide 						{ display: none; }

.show 						{ display: block; }

.tr							{ position: relative; overflow: hidden; display: block; }

.tr a						{ overflow: hidden; }

.tr	span					{ position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; display: block; }

.caps						{ text-transform: uppercase; }

/* =============================================================================================================================
		home styles : start
   ============================================================================================================================= */

/* ==============================================================
		canvas
   ============================================================== */

.homepage .homeCanvas {
	width: 982px;
	margin: 6px auto 0 auto;
}

/* ==============================================================
		priColumn
   ============================================================== */

.homepage .priColumn {
	width: 219px;
	padding: 0 8px 12px 32px;
	float: left;
	text-align: left;
}

.homepage .priColumn h1 {
	width:  171px;
	height: 187px;
	padding: 8px 21px 18px 27px;
}

.homepage .priColumn h1 span {
	background-image: url(/graphics/home-logo.gif);
}

/* ===============================
		cart
   =============================== */

.homepage .priColumn .cart {
	height: 32px;
}

/* ===============================
		nav
   =============================== */

.homepage .priColumn .nav {
	background: url(/graphics/home-nav-background.gif) repeat-y;
	margin-top: 40px;
}

.homepage .priColumn .nav ul {
	background: url(/graphics/home-nav-trim.gif) no-repeat;
	padding-top: 44px;
	padding-left: 7px;
	display: block;
}

.homepage .priColumn .nav ul li {
	display: block;
	list-style: none;
	font-size: 1.6em;
	text-align: center;
}

.homepage .priColumn .nav ul li a {
	display: block;
	color: #7a1d33;
	padding: 10px 0;
	background: url(/graphics/home-nav-divider.gif) no-repeat 0px bottom;
	width: 205px;
/* ie hack for removing extra line */
	float: left;
	clear: left;
}

/* ie hack revert for normal browsers */
.homepage .priColumn .nav ul li > a {
	float: none;
	clear: none;
}

.homepage .priColumn .nav a:hover {
	color: #857872;
	text-decoration: none;
}

.homepage .priColumn .nav p {
	width: 219px;
	height: 129px;
	padding-top: 17px;
}

.homepage .priColumn .nav p span {
	background-image: url(/graphics/home-nav-blurb.gif);
}

/* ==============================================================
		main
   ============================================================== */

.homepage .homeMain {
	width: 475px;
	float: left;
	padding-bottom: 20px;
}

/* ==============================================================
		secColumn
   ============================================================== */

.homepage .secColumn {
	width: 208px;
	padding: 0 32px 0 8px;
	float: left;
	text-align: left;
	position: relative;
}

/* ===============================
		contact
   =============================== */

.homepage .secColumn .contact {
	padding: 50px 0 0 31px;
}

.homepage .secColumn .contact p {
	font-size: 1.2em;
	color: #8b4555;
	text-align: center;
}

.homepage .secColumn .contact a, .homepage .secColumn .contact a:hover {
	color: #8b4555;
}

/* ===============================
		subscribe
   =============================== */

.homepage .secColumn .subscribe {
	position: absolute;
	left: 45px;
	top: 125px;
	width: 165px;
	height: 29px;
	background: url(/graphics/sprites.png) no-repeat 0px -561px;
}

.homepage .secColumn .subscribe .field {
	margin: 5px 0 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #cdc1af;
	padding: 3px;
	border: 0;
	text-align: center;
}

.homepage .secColumn .subscribe .submit {
	margin: 13px 0 0 7px;
	width: 149px;
	height: 17px;
}

.homepage .secColumn .subscribe .submit span {
	background-image: url(/graphics/sprites.png);
	background-position: 0px -81px;
}

.homepage .secColumn .subscribe .submit:hover span {
	background-image: url(/graphics/sprites.png);
	background-position: 0px -108px;
}

/* ===============================
		copy
   =============================== */
   
.homepage .secColumn .copy {
	margin-top: 129px;
	padding: 0 5px;
	color: #857872;
}

.homepage .secColumn .copy p {
	font-size: 1.2em;
	text-align: left;
	padding-bottom: 14px;
}

.homepage .secColumn .copy h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 6px;
}

.homepage .secColumn .copy a, .homepage .secColumn .copy a:hover {
	color: #7a1d33;
}

.homepage .secColumn .copy p img {
	float: right;
	padding: 4px 0 6px 10px;
}

/* ==============================================================
		scroll
   ============================================================== */

.homepage .scroll {
	position: relative;
}

.homepage .scroll #scrollbar {
	display: none; /* hide from incapable */
}

/* =============================================================================================================================
		home styles : end
   ============================================================================================================================= */

/* ==============================================================
		canvas
   ============================================================== */

.canvas {
	width: 982px;
	margin: 0 auto;	
	background: url(/graphics/main-background-repeat.png) repeat-y center top;
}

/* ==============================================================
		sideBar
   ============================================================== */

.sideBar {
	width: 215px;
	float: left;
}

.sideBar .logo {
	width: 163px;
	height: 180px;
	padding: 23px 15px 0 37px;
}

.sideBar .logo span {
	background-image: url(/graphics/logo.gif);
}

/* ===============================
		cart
   =============================== */

.cart {
	width: 193px;
	padding: 16px 9px 8px 13px;
}

.cart a {
	color: #788b23;
	font-size: 1.1em;
	font-style: italic;
	padding-left: 45px;
	padding-top: 8px;
	display: block;
	height: 24px;
	background: url(/graphics/sprites.png) no-repeat 0px 0px;
}

.cart a:hover {
	color: #788b23;
}

/* ===============================
		nav - fancypants method
   =============================== */

.sideBar .nav {
	color: #603913;
	font-size: 1.4em;
	line-height: 1.7em;
	text-align: left;
	padding: 0 0 17px 37px;
	width: 178px;
}

.sideBar .nav li {
	list-style: none;
	clear: left;
}

.sideBar .nav li a {
	color: #603913;
	display: block;
/* ie hack for removing extra line */
	float: left;
	clear: left;
}

/* ie hack revert for normal browsers */
.sideBar .nav li > a {
	float: none;
	clear: none;
}

..sideBar .nav li a:hover {
	color: #603913;
	display: block;
}

.sideBar .nav li ul {
	padding-left: 20px;
	font-size: .9em;
	line-height: 1.7em;
	background: url(/graphics/nav-bar.gif) repeat-y 12px 0px;
	display: none;
}

.sideBar .nav .about    li ul.about    { display: block; }
.sideBar .nav .schedule li ul.schedule { display: block; }
.sideBar .nav .training li ul.training { display: block; }
.sideBar .nav .inside   li ul.inside   { display: block; }
.sideBar .nav .media    li ul.media    { display: block; }



/* ===============================
		navwp - ordinary method
   =============================== */
   
.sideBar .navwp {
	color: #603913;
	font-size: 1.4em;
	line-height: 1.7em;
	text-align: left;
	padding: 40px 0 17px 37px;
	width: 178px;
}

.sideBar .navwp li {
	list-style: none;
	clear: left;
}

.sideBar .navwp li a {
	color: #603913;
	display: block;
/* ie hack for removing extra line */
	float: left;
	clear: left;
}

/* ie hack revert for normal browsers */
.sideBar .navwp li > a {
	float: none;
	clear: none;
}

.sideBar .navwp li a:hover {
	color: #603913;
	display: block;
}

.sideBar .navwp li ul {
	padding-left: 20px;
	font-size: .9em;
	line-height: 1.7em;
	background: url(/graphics/nav-bar.gif) repeat-y 12px 0px;
 }
 
.sideBar .navwp .current_page_item {
 	font-weight: bold;
}

.sideBar .navwp .current_page_item ul {
 	font-weight: normal;
}

.sideBar .navwp .categories { /* for the inside prajna header */
	padding-top: 30px;
	
}

.sideBar .navwp .insidePrajnaHeader {
	color: #7a1d33;
}   
/* ===============================
		contactInfo
   =============================== */

.contactInfo {
	color: #8b4555;
	text-align: left;
	font-size: 1.2em;
	padding: 0 0 20px 37px;
	line-height: 125%;
}

.contactInfo a, .contactInfo a:hover {
	color: #8b4555;
}

.contactInfo strong {
	letter-spacing: .08em;
	font-size: 125%;
}

/* ==============================================================
		main
   ============================================================== */

.main {
	float: left;
	width: 767px;
	text-align: left;
	background: url(/graphics/main-background.png) no-repeat center top;
}

.main h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	color: #603913;
	padding: 20px 60px 15px 60px;
}

.main .copy {
	padding: 0 70px 0 60px;
	font-size: 1.2em;
}

.main .copy p {
	padding-bottom: 15px;
	line-height: 150%
}

.main .copy ul {
	padding: 0 0 15px 30px;
}

.main .copy ul li {
	list-style: disc;
}

.main .copy a, .main .copy a:hover {
	color: #7a1d33;
}

.main .copy h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #603913;
	padding-bottom: 15px;
}

.main .copy h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #7a1d33;
	padding-bottom: 5px;
}

.main .copy h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

.main .copy img {
	border: 3px solid #ffffff;
	margin: 0 auto 15px auto;
}

.main .copy .right {
	float: right;
	margin: 12px 0 0 12px;
}

.main .copy .left {
	float: left;
	margin: 12px 12px 0 0;
}

.main .copy hr {
	background: #603913;
	height: 1px;
	border: 0;
	margin-bottom: 15px;
}

/* ==============================================================
		footer
   ============================================================== */

.footerBox {
	background: url(/graphics/footer-scrim.jpg) center 66px no-repeat #857872;
	clear: both;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	padding-bottom: 30px;
}

.footerBox .repeat {
	height: 65px;
	background: url(/graphics/sprites.png) 0px -356px repeat-x;
	clear: both;
}

.footer {
	width: 982px;
	margin: 0 auto;
	position: relative;
}

.footer h2 {
	width: 346px;
	height: 28px;
	text-align: left;
	padding: 33px 0 0 0px;
	color: #857872;
}

.footer h2 span {
	background-image: url(/graphics/sprites.png);
	background-position: 0px -523px;
	margin-left: 40px;
}

.footerText {
	padding-top: 15px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: .02em;
}

.footerText a, .footerText a:visited {
	color: #CCCCCC;
}

/* ===============================
		quickLinks
   =============================== */

.footer .quickLinksBox {
	float: left;
}

.footer .quickLinks {
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: left;
	padding: 15px 0 15px 82px;
	width: 275px;
	list-style: none;
}

.footer .quickLinks a {
	color: #ffffff;
	display: block;
/* ie hack for removing extra line */
	float: left;
	clear: left;
}

/* ie hack revert for normal browsers */
.footer .quickLinks li > a {
	float: none;
	clear: none;
}

.footer .quickLinks a:hover {
	color: #ffffff;
	display: block;
}

.footer .quickLinks li {
	background: url(/graphics/sprites.png) no-repeat 0px -221px;
	padding-left: 18px;
}

/* ===============================
		rss
   =============================== */

.footer .rss {
	font-size: 1.1em;
	text-align: left;
	font-style: italic;
	background: url(/graphics/sprites.png) no-repeat 0px -330px;
	padding-left: 25px;
	margin-left: 81px;
}

.footer .rss a, .footer .rss a:hover {
	color: #ffffff;
}

/* ===============================
		feed
   =============================== */

.footer .feed {
	font-size: 1.4em;
	color: #ffffff;
	text-align: left;
	list-style: none;
	float: right;
	display: block;
	width: 550px;
	padding: 33px 38px 0 0;
}

.footer .feed li {
	background: url(/graphics/sprites.png) no-repeat -313px 5px;
	padding: 0 0 15px 45px;
}

.footer .feed li em {
	font-size: .8em;
	display: block;
}

.footer .feed li a, .footer .feed li a:hover {
	color: #ffffff;
}

.footer .feed li a:hover em {
	text-decoration: none;
}

/* ===============================
		search
   =============================== */

.footer .search {
	text-align: left;
	position: absolute;
	right: 27px;
	top: -46px;
	width: 218px;
	height: 28px;
	background: url(/graphics/sprites.png) no-repeat 0px -431px;
}

.footer .search .field {
	margin: 5px 0 0 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #cdc1af;
/*
	color: #857872;
*/
	padding: 3px;
	border: 0;
	text-align: center;
	float: left
}

.footer .search .submit {
	margin-top: 6px;
	width: 63px;
	height: 17px;
	float: right;
}

.footer .search .submit span {
	background-image: url(/graphics/sprites.png);
	background-position: 0px -469px;
}

.footer .search .submit:hover span {
	background-image: url(/graphics/sprites.png);
	background-position: 0px -496px;
}

#sidebarSignup {
	text-align: left;
	margin-left: 35px;
	margin-right: 15px;
	margin-bottom: 30px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#sidebarSignup p {
	padding: 10px 0 0 0;
}

#sidebarSignup img { /* envelope icon */
	float: left;
	padding: 0 5px 0 0;
}

/* ===============================
		event styling
   =============================== */

.scheduleList {
	clear: both;
	position: relative;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.scheduleList a {
	color: #857872;
	font-size: 1.2em;
	line-height: 1.4em;
	display: block;
	padding: 10px 10px;
	border-bottom: 1px solid #FFF;
}
.scheduleList a.bg {
	background: #eaebdc;
}

.scheduleList a {
	background: #eaebdc;
}
.scheduleList a:hover {
	color: #857872;
	text-decoration: none;
	background-color: #d3c5af;
}
.scheduleList span {
	display: block;
}
.scheduleList span.date, .scheduleList span.info, .scheduleList span.plac, .scheduleList span.icon {
	float: left;
	padding: 0 10px;
}
.scheduleList a strong {
	display: block;
}

/* Column Widths
Tip: throw a background color on any of these to see exact widths */
.scheduleList a .icon { width: 30px; }
.scheduleList a .date { width: 110px; font-weight: bold; font-size: 11px;}
.scheduleList a .info { width: 257px; }
.scheduleList a .plac { width: 140px; }

.conferenceorretreat {
	display: block;
}

.teachertraining {
	display: block;
}

.eventKeyTable td {
	vertical-align: middle;
	padding: 2px 7px 2px 0;
}

.eventKeyTable td.hint {
	font-size: 10px;
	width: 20em;
	padding-left: 100px;
}

#eventKey {

}

.programTypeIcon {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}



.moreInfoBox {
	margin: 10px 0 10px 0;
	padding: 10px 20px 10px 10px;
	border: 1px solid #ccc;
}

.moreInfoBox h3 {
	color: #4c3b31;
	font-size: 12px;
	font-style: italic;
}

.santaFeBack {
	background-image: url(../images/mountains.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
}

.teacherTrainingBack {
	background-image: url(../images/logo-subtleback.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 80px;
}

#singleEvent h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#singleEventTable td {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

#singleEventTable .tdlabel {
	width: 5%;
	font-weight: bold;
}

#singleEventTable img {
	border: none;
}

#singleEvent .calButton {
	width: 129px;
	height: 17px;
	margin: 22px 30px 0 0;
}

#singleEvent .calButton span {
	background-image: url(../graphics/sprites.png);
	background-position: 0px -135px;
}

#singleEvent .calButton:hover span {
	background-image: url(../graphics/sprites.png);
	background-position: 0px -162px;
}


#alumniTable td {
	width: 300px;
	vertical-align: top;
}