
/* =Global Elements
-------------------------------------------------------------- */




p, ul, ol, dd, pre {
    margin-bottom:20px;
}

p {line-height: 140%;}
pre, code {
	font:16px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
}
table {
    border:1px solid #ccc;
    border-width:1px;
    font-size:16px;
    line-height:1.4em;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:0px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    height:1px;
    margin-bottom:22px;
}
.ie7 hr {
	background-color:transparent;
	color:#ccc;
}
a:link {
    color:#00b0da;
}
a:visited {
    color:#00b0da;
}
a:active,
a:hover {
    color: #5e4d42;
}


/* =Header- logo and links and social icons
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
    padding:20px 0 10px 60px;
}
#blog-title {
    font-family:'PT Sans',sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#999999;
    text-decoration:none;
	font-style:oblique;
	font-size:16px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #5e4d42;
	text-decoration:none;
	font-style:oblique;
	font-size:16px;
}
#blog-description {
    color:#666;
    font-size:16px;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:12px;
	color:#005daa;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
	margin-left:1px;
}
.sf-menu a {
  	border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
	padding:9px 13px;
	text-decoration:none;
	margin-left:-1px;
}
.ie7 .sf-menu a {
	width:80%;
}
.sf-menu .current-menu-item a,
.sf-menu .current-menu-parent a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-post-ancestor a,
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#666;
}
.sf-menu li {
	background:#fff;
}
.sf-menu li li {
	background:#fff;
}
.sf-menu li li li {
	background:#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:#fafafa;
	outline: 0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #5e4d42;
}

/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:20px 0 22px 0;
}
.page-title {
    font-size:16px;
    line-height:28px;
	font-style:oblique;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:oblique;
}
.page-title a {
    color:#999999;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #5e4d42;
}
.page-title span {
    font-style:oblique;
}
.page-title .meta-nav {
    font-style:oblique;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:PT Sans;
    font-size:21px;
    font-weight:bold;
	color:#666;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#666;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color:#5e4d42;
}
.entry-meta {
    color:#666;
    font-size:13px;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n, .entry-meta .nickname {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #5e4d42;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:0;
}
.entry-content h1,
.entry-content h2 {
    font-family:'PT Sans',sans-serif;
    font-size:19px;
    padding:8px 0 14px 0;
}
.entry-content h3 {
    font-size:18px;
	line-height:21px;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:oblique;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	clear:both;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #5e4d42;
}
.page .edit-link {
	clear:both;
	display:block;
}
.page-link {
	clear:both;
    font-size:13px;
    font-weight:oblique;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:oblique;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #5e4d42;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#999;
    font-size:12px;
	font-style:bold;
    text-decoration:none;
    line-height:16px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#999;
    font-style:bold;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #5e4d42;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments - where is this style used?
-------------------------------------------------------------- */

#comments {
	clear:both;
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px;
}
#comments-list h3 {
	padding-bottom: 0;
}
#comments-list,
#comments-list ul {
    list-style:none;
}
#comments-list ul,
#comments-list ol {
    padding-bottom: 18px;
}
#comments-list ul ul,
#comments-list ol ol,
#comments-list ul ul ul,
#comments-list ol ol ol {
    padding-bottom:0;
}
#comments-list .comment {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul .comment {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
	padding: 18px 0 24px;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-10000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {

}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas - grey copy in footer and in right sidebar
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:10px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current-menu-item a,
.aside .current_page_item a {
    color: #5e4d42;
}
.aside .current-menu-item .menu-item a,
.aside .current_page_item .menu-item a {
    color:#999;
}
.aside .current-menu-item .menu-item a:hover,
.aside .current-menu-item .menu-item a:active,
.aside .current_page_item .menu-item a:hover,
.aside .current_page_item .menu-item a:active {
    color: #5e4d42;
	text-decoration:none;
}
.aside {
    color:#999;
	text-decoration:none;
}
.aside a {
    color:#999;
	text-decoration:none;
}
.aside a:active,
.aside a:hover {
    color: #5e4d42;
	text-decoration:none;
}
.aside h3 {
    font-size:12px;
    line-height:22px;
	text-transform:uppercase;
	letter-spacing: 0.1em;
}

.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:10px;
    font-family:PT Sans,sans-serif;
    font-weight:bold;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0px;
}
.aside ul ul {
	list-style-image:url('../images/plus_bullet.png');
    margin:0 0 20px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 10px;
}
.main-aside h3 {
	
}
.main-aside ul ul {
    padding:0;
}
#primary {
	border-left:#b4d3d0 1px dotted;
    padding:0;
    margin-bottom:22px;
}

#primary p {	color:#5e4d42;
size: 14px;
}

#header-aside ul { margin-bottom: 4px;}

/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h5 {
    font-family:'PT Sans',serif;
    font-weight:normal;
    font-size:16px;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    margin-top:0px;
	background-color:#f2f2f2;
}
#siteinfo {
    color:#005daa;
    font-size:12px;
    line-height:21px;
    padding:22px 0 44px 0;
	text-transform:uppercase;
}
#siteinfo a {
    color:#999;
	font-size:12px;
    line-height:21px;
	text-decoration:none;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #5e4d42;
	font-size:12px;
    line-height:21px;
	text-decoration:underline;
}

#footer-aside {width: 1020px; margin: 0 auto; text-align: right; }

#footer h3 {font-weight: normal; }

#footer ul { padding: 0; margin: 0; }

#footer li
{
	font-size: 12px;
	line-height: 21px;
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

/* =Custom Classes for Nalanda West
-------------------------------------------------------------- */

/* first and second content column -- ids applied to .content entry if there is content in the second column */

#nw_col_one {
	width:514px;
	float:left;
	vertical-align:text-top;
	border-right-style:dotted;
	border-right-color:#b4d3d0;
	border-right-width:thin;
	padding-top:0px;
	margin-top:0px;
	padding-left:0px;
	padding-right:9px;	
	}
		

/* Middle Column */
#nw_col_two {
    width:234px;
	float:left;
	vertical-align:text-top;
	padding-left:9px;
	padding-right:0px;
	padding-top:0px;
	margin-top:0px;

	}

	
.nw_col_two img	{
	padding-top:0px;
	margin-top:0px;
	}	


/* header-aside */

#header-aside {overflow: auto;}

.submenu-widget {overflow: auto; padding:0 114px 0 120px; margin-bottom: 30px;}

#header-aside ul, #header-aside ul li {display: inline; float: left; }

#header-aside ul#menu-main-menu { display: block; width: 250px; }

#header-aside ul#menu-main-menu li { width: 120px; line-height: 28px;}

#header-aside ul#menu-main-menu a { font-weight: bold;}

#header-aside ul#menu-main-menu a,  #header-aside ul#menu-main-menu a:visited { text-decoration: none; letter-spacing: 0.025em; font-size: 16px;}


/* sub-navigation */

#subnavigation { position: relative; text-align: right; width: 850px; margin-left: 100px; margin-right: 70px; border-top: #ccc 3px solid; padding-top: 15px; height: 40px;}
#subnavigation ul, #subnavigation p {position: relative; z-index: 5;}
#subnavigation ul li  { display: inline; }
#subnavigation ul li a { padding-left: 20px; font-weight: bold; font-size: 13px;}
#subnavigation ul li a, #subnavigation ul li a:visited {color: #999; text-decoration: none; }
#subnavigation ul li a:hover { color: #5e4d42; }


#subnav_word  h2{position: absolute; top: 0px; left: 0px; text-align: right; width: 859px; height: 80px; overflow: hidden; z-index: 1;
color: #e8f1ed ; font-size: 110px; line-height: 90px; font-weight: bold; letter-spacing: .05em; text-transform: uppercase; }

#subnav_word div.submenu-widget { display: none;}


/* Orange headers under Programs */
h1	{ 
	font-weight:bold;
	color:#f36c31;
	font-size:21px;
	font-family:PT Sans;
	line-height:21px;
	padding-top:0px;
}

.entry-content h2	{ 
	font-weight:bold;
	color:#59c9e6;
	font-size:21px;
	font-family:PT Sans;
	line-height:30px;
	padding-top:0px;
	
}

#nw_col_two h2 {color: #94bfbb;}

/* Headers in footer */
h3	{
	color:#f15d22;
	font-family:PT Sans;
	font-size:18px;
	line-height:21px;
	padding-top:0px;
	padding-left:0px;
}

/* White copy in blue boxes: Donate */
h4 { 
	padding-top: 2px; ;
	margin-bottom: 5px;
	color:#fff;
	font-size:16px;
	line-height:22px;
	}

/* Blue headers in Right side column */
#primary h5	{ 
	font-weight:bold;
	color:#f15d22;
	font-size:16px;
	font-family:PT Sans;
	padding-top: 0px;
	margin:5px 0;
}

#primary ul li {padding-bottom: 15px; }

/* Light Blue copy under Courses */
h6	{ 
	font-weight:bold;
	color:#94bfbb;
	font-size:16px;
	font-family:PT Sans;
	line-height:24px;
	padding-top:0px;
	padding-bottom:0px;
}


.entry-content p img {margin-left: -5px; }

/* Paragraph style in middle column under the light blue copy */

#nw_col_two p, p.sub1 { 
	color:#5e4d42;
	font-size:14px;
	line-height:18px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	}
	
#nw_col_two p a:link, p.sub1 a:link{ 
	color:#5e4d42;
	text-decoration:none;
	}	
	

/* Paragraph style in main on News and Blogs */
p.news { 
	color:#7e6d5f;
	font-size:18px;
	line-height:21px;
	font-weight:bold;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	}	
	
/* Bullets under sub pages */	


/* Bullets under News */	
ul.news {
	color:#59c9e6;
	font-size:12px; 
    margin-left:0px;
	padding-left:10px;
	text-decoration:none;
}	

ul.news {
    list-style:none;
    margin-left:10px;
}
ul.news ul ul {
    margin:0 0 0px 0px;
}
ul.news ul ul li {
    padding:0px 0;
}	
ul.news ul ul ul {
    margin-bottom:0;
}

ul.news a:link,
ul.news a:visited,
{
    font-size:12px;
	line-height:15px;
	color:#59c9e6;
	text-decoration:none;
}
ul.news a:active,
ul.news a:hover,
{
    color: #999999;
	text-decoration:none;
}


.nw_col_one img	{
	padding-top:0px;
	margin-top:0px;
	}	

#breadcrumbs { margin-top: -20px; height: 15px; font-size: 12px; margin-left: 24px; position: relative; z-index: 1000; }

p#breadcrumbs { margin-bottom: 10px; }

p#breadcrumbs, p#breadcrumbs a:link, p#breadcrumbs a:visited { color: #999; }

p#breadcrumbs a:link {text-decoration: none;}

p#breadcrumbs a:hover {text-decoration: underline; }


/* custom classes for Nalanda Bodhi, very right column */


.nw_eventlist
	{
	text-transform:uppercase; font-size: 12px; letter-spacing: 0.1em;
	}

.nw_eventlist a:link	
	{
	color:#5e4d42;
	font-size:14px;
	text-transform:none;
	display: block; padding-bottom: 8px; letter-spacing: 0em;
	}
			
.nw_eventlist a:hover
	{
	color:#999999;
	}
	
.nw_eventlist a:visited	
	{
	color:#5e4d42;
	}	
	
/* custom classes for Nalanda Bodhi, very right column */
.nw_experiencelist h6
	{
	font-size: 12px;
	color:#999;
	padding-bottom:0px;
	margin-bottom:0px;
	text-transform:uppercase;
	}

.nw_experiencelist
	{
	padding-top: 0px;
	margin-top:0px;	
	font-size: 12px;
	color:#5e4d42;
	}

.nw_experiencelist a:link	
	{
	color:#59c9e6;
	font-size:12px;
	text-transform:none;
	display: block; padding-bottom: 8px;
	}
			
.nw_experiencelist a:hover
	{
	color:#999999;
	}
	
.nw_experiencelist a:visited	
	{
	color:#59c9e6;
	}		

.nw_blueborder {
	border-left:#7e6d5f 1px dotted;
	float: left;
    // width:160px;
    width:150px;
	padding-left:5px;
}

.nw_blueborder p{
	color:#5e4d42;
	font-size:12px;
	line-height:18px;
	padding-top:0px;
}

.nw_blueborder a:link{
	color:#5e4d42;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
}

.nw_blueborder a:hover{
	color:#5e4d42;
	font-size:12px;
	line-height:18px;
	text-decoration:underline;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
}




/* Blog posts */	

.recent-posts
	{
	text-transform:uppercase; letter-spacing: 0.1em; font-size: 12px;
	}
	
.recent-posts a:link	
	{
	color:#5e4d42;
	text-transform:none;
	letter-spacing: 0em;
	}

.recent-posts a:hover
	{
	color:#999999;
	}

.recent-posts a:visited	
	{
	color:#5e4d42;
	}
	
		

/* Boxes under Giving/Donate */
.nb_bluebox {width: 245px; float: left; margin-right: 5px;}

#nb_bluebox_border { border-left: #b4d3d0 1px dotted; padding-left: 10px; }

.nb_bluebox h4 {
	background-image: url(../images/giving_blue_bg.png); 
	background-repeat: no-repeat; 
	background-position: right top; 
	width: 235px; 
	padding:10px 5px;
	text-transform: none; 
	font-size: 16px; 
	font-family: 'PT Sans',arial,sans-serif;
	margin-bottom: 3px;
	line-height: 17px;
	}

.nb_bluebox p { 
	padding-top: 2px; 
	margin-bottom: 5px;
	color:#5e4d42;
	font-size:14px;
	line-height:18px;
	}
	
.nb_bluebox ul {
    list-style:none;
    margin: 0;
}
.nb_bluebox ul ul {
    margin:0 0 0px 0px;
}
.nb_bluebox ul ul li {
    padding:0px 0;
}	
.nb_bluebox ul ul ul {
    margin-bottom:0;
}
.nb_bluebox form { margin: 0; padding: 0;}
.nb_bluebox input {
/*  border: 0 none; background-color: #fff; color:#59c9e6; margin: 0; padding: 0; 
	font-size:12px;
	text-transform: lowercase;
*/	cursor: pointer;
}

.nb_bluebox a:link, #nw_col_two .nb_bluebox p a:link,
.nb_bluebox a:visited,
.nweventdesc a:link,
.nweventdesc a:visited
{
    font-size:12px;
	line-height:15px;
	color:#59c9e6;
	text-decoration:none;
}
.nb_bluebox a:active,
.nb_bluebox a:hover,
.nwevent a:active,
.nwevent a:hover
{
    color: #999999;
	text-decoration:none;
}


.nb_orangebox {
	float: none; 
	clear: both;
	background-image: url(../images/awakening_box.png); 
	background-repeat: no-repeat; 
	background-position: left bottom;
    background-size: 100% 100%;
	padding: 5px 25px 5px 30px;
	color: #fff;
	overflow: auto;
}

.nb_orangebox p{
	color:#fff;
	font-weight:bold;
	size:16px;
	letter-spacing:0.1em;
}

.nb_orangebox a.button { color: #999; display: block; background-color: #fff; text-decoration: none; width: 180px; padding: 2px 4px; font-size: 14px; font-weight: bold;}

.entry-content .nw_bluebox p { color: #fff; text-transform: uppercase;}


.nb_bluebox img { padding-bottom: 0; margin-bottom: 0;}

/* Boxes on Sub Pages */
.nb_blackheadline {display:block; padding-top: 33px; padding-left: 23px; padding-right: 20px; margin-bottom: 10px; background-image: url(../images/secondary_header_bg.png); background-repeat: no-repeat;}

.nb_blackheadline h1
	{
	font-size:16px;
	color:#7e6d5f;
	background-color:#fff;
	text-transform: none;  
	font-family: 'PT Sans',arial,sans-serif;
	margin-bottom: 0px;
	padding: 4px 4px 2px 4px;
	display: inline; 
	}


.nwevent {width: 240px; overflow: visible; float: left; margin: 0 20px 0 0; border-top: #ccc 3px solid; padding-top: 10px;}

.nweventdesc a { display: block; padding-top: 5px;}

.nwevent .date {color: #999; text-transform: uppercase; font-size: 12px; }
.nwevent h5 { padding: 5px 0 10px 0;}
.nwevent h5 a, .nwevent h5 a:visited {text-decoration: none; color: #68bd49; font-size: 19px;}


.nwevent p { padding: 5px 0; margin-bottom: 0;}
.nwevent p img { margin-bottom: 5px; margin-left: 0;}

.nweventdesc {font-size: 90%;}

.page-template-template-events-php .entry-content {background-image:url(../images/three_col_borders.gif); background-repeat: repeat-y;}


/* overwrite thematic's default image styles, where necessary */

.entry-content .wp-post-image, .wp-caption, .wp-caption img
{ border: 0 none; }


/* for search form */
#searchform #s { width: 200px;}
.aside form#searchform {margin-bottom: 0;}

#header-aside { position: relative; }
#nw_search {position: absolute; top: 0px; left: 770px; overflow: hidden; background-color: #fff;  border: #b4d3d0 1px dotted; padding: 10px;}
#nw_search p {display:none; }
#nw_search h2 { color: #f15d22; }


/* for events search form */
.em-events-search p {  margin-bottom: 4px;}


/* for specific templates */	

.page-template-template-photo-headline-php .entry-content .wp-caption,
.page-template-template-donate-php .entry-content .wp-caption
{ padding: 0; position: relative; }

.page-template-template-photo-headline-php .entry-content .wp-caption p.wp-caption-text, 
.page-template-template-donate-php .entry-content .wp-caption p.wp-caption-text 
	{ position: absolute; top: 20px; left: 20px; width: 300px; text-align: left; letter-spacing: 0.025em;
	color: #7e6d5f; font-weight:bold; font-size: 21px; line-height: 30px; background-image:url(../images/transparent_white_bg.png); padding:15px;}
	
.page-template-template-donate-php #nw_col_one { width: 511px; padding-right: 4px; }

.page-template-template-donate-php #nw_col_one p { padding-right: 15px; }
.page-template-template-donate-php #nw_col_one .nb_bluebox p {padding-right: 0px;}
.page-template-template-donate-php .nb_bluebox p img { padding: 0; margin: 0 0 6px 0;}


.page-template-template-donate-php #nw_col_two {  border-top: 0 none; width: 511px; padding-left: 12px; margin-top: -5px;}


.page-template-template-course-php #primary { margin-top: 4px; }

.page-template-template-course-php #nw_col_one { margin-left: 25px; width: 490px;} 
.page-template-template-course-php #nw_col_one .nb_blackheadline { margin-left: -25px;}

.page-template-template-course-php #nw_col_one ul, ul.main {
	color:#7e6d5f;
	font-weight:bold;
	font-size:14px; 
	line-height: 22px;
    margin-left:0px;
	padding-left:26px;
}	

.page-template-template-course-php #nw_col_one ul, ul.main {
	list-style-image:url(../images/blue_arrow_bullet.png); 
    margin:20px 0px 20px 20px;
}
.page-template-template-course-php #nw_col_one ul li, ul.main li {
    padding:1px 0;
}	
.page-template-template-course-php #nw_col_one ul ul, ul.main ul {
    margin-bottom:0;
}

.page-template-template-course-php #nw_col_one ul li a:link, ul.main li a:link,
.page-template-template-course-php #nw_col_one ul li a:visited, ul.main li a:visited {color: #7e6d5f; text-decoration: none; }

.page-template-template-course-php #nw_col_one ul li a:hover, ul.main li a:hover { text-decoration: underline; }



select#page-dropdown {width: 188px; margin-bottom: 4px; }


#nb_donate_foot { width:1040px;margin:0 auto; padding-top: 10px; border-top:#b4d3d0 1px dotted;}
#nb_donate_foot h5 { font-size: 16px; line-height: 20px; color: #94bfbb;}
#nb_donate_foot p {line-height: 24px; font-size: 16px; }
#nb_donate_foot a:link, #nb_donate_localize a:visited { text-decoration: none; }
#nb_donate_foot a:hover { text-decoration: underline; }


/* top borders of columns for various templates -- default is top borders on left and middle columns, also affects top margin of primary sidebar */	

/* default */
#nw_col_one, #nw_col_two { padding-top: 15px; background-image: url(../images/gray-line.gif); background-repeat: no-repeat; } 
#nw_col_one { background-position: 3px 0px; }
#nw_col_two { background-position: 10px 0px; }
#primary { margin-top: 0px;}

/* course template */
.page-template-template-course-php #nw_col_one { background-image: none; padding-top: 0px;}

/* home template -- in home.css */
/* courses (main) template -- in courses.css */
/* about template -- in about.css */
/* blog template -- in blog.css */

/* donate template */
.page-template-template-donate-php #nw_col_one, .page-template-template-donate-php #nw_col_two { background-image: none; padding-top: 0px;}

/* photo headline template */
.page-template-template-photo-headline-php #nw_col_one { background-image: none; padding-top: 0px;}
.page-template-template-photo-headline-php #primary { margin-top: 4px;}

/* new 2017 */
a.orange:link, a.orange:hover, a.orange:visited {color: #f15d22;}
a.orange:hover {text-decoration: underline;}

@media screen and (max-width: 785px) {
    #nw_col_one {
        width:506px;
    }
    #nw_col_two {
        width:226px;
    }

}

@media screen and (max-width: 400px) {
    #subnavigation {
        height: 55px;
    }
}