/*
Theme Name: Metta
Theme URI: http://www.bluemandala.com
Author: Cameron Wenaus Blue Mandala
Author URI: http://www.bluemandala.com
Description: This theme is called <code>Metta</code>
Version: 1.1-wpcom
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.

*/

/* fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'DroidSansRegular';
    src: url('resources/Droid-Sans/DroidSans-webfont.eot');
    src: url('resources/Droid-Sans/DroidSans-webfont.eot') format('embedded-opentype'),
         url('resources/Droid-Sans/DroidSans-webfont.woff') format('woff'),
         url('resources/Droid-Sans/DroidSans-webfont.ttf') format('truetype'),
         url('resources/Droid-Sans/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansBold';
    src: url('resources/Droid-Sans/DroidSans-Bold-webfont.eot');
    src: url('resources/Droid-Sans/DroidSans-Bold-webfont.eot') format('embedded-opentype'),
         url('resources/Droid-Sans/DroidSans-Bold-webfont.woff') format('woff'),
         url('resources/Droid-Sans/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('resources/Droid-Sans/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}



/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #e68812;
	background-image: url(images/background.gif);

	
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
}

/*
#content li:before {
	content: "-  ";
	font-size: 16px;
	color: #ca7117;
}
*/
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size: 18px;
	font-family: Palatino serif;
	color: rgb(202, 113, 23);
	font-style: italic;
	border-left: 5px solid #ca7117;
	padding-left: 20px;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.group {
	display: block;
}


.clear {
	clear: both;
	display: block;
}


/* =Global
----------------------------------------------- */


#wrapper {
	width: 960px;
	margin: 0 auto;
	border: 1px solid  #5f1f05;
	background-color: #fffdfb;
	margin-bottom: 3px;
	margin-top: 1px;
	/* background-image: url(images/grid.png); */
	background-repeat: no-repeat;
}

/* old fashion hack to address full height background to sidebar, both main and primary must float left for it to work */
#main {
    float: left;
    background-color: #fffdfB;
    background-image: url(images/sidebar-background.png);
}
#primary {
    float: left;
}

#content {
	width: 640px;
	padding: 32px 20px 0 20px;
	float: left;
	background-color: #fffdfb;  /* comment this out to see the grid */
/* 	background-image: url(images/page-paper-back.png); */
	background-image: url(images/page-back-simple.png);
	background-repeat: repeat-x;
	overflow: hidden;
	font-family: "DroidSansRegular", sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #4b4b4b;
}




body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* =Sidebar
----------------------------------------------- */

ASIDE#simple-section-nav-2.widget.simple-section-nav ul {
	list-style: none;
}

ASIDE#simple-section-nav-2.widget.simple-section-nav li {
	line-height: 32px;
}

ASIDE#simple-section-nav-2.widget.simple-section-nav li a {
	text-decoration: none;
	font-family: Palatino, serif;
	color: #ca7117;
}

ASIDE#simple-section-nav-2.widget.simple-section-nav li a:hover, h2.widget-title a:hover {
	color: #c55519;
}
aside.widget_bp_core_whos_online_widget div.item-avatar {
  float: left;
  margin: 0 5px 5px 0;
}
aside.social-media {
  clear: both;
}



#secondary {
	width: 240px;
	padding: 32px 20px 0 19px;
	float: left;
	background-color: #fef9f4;   /* comment this out to see the grid */
	border-left: 1px solid #f5dbbc; 
	/*
background-image: url(images/sidebar-back.png);
	height: 100%;
*/
	
}

h2.widget-title {
	border-bottom: 1px solid #ca7117;
	margin: 0px 0 12px 0;
	line-height: 1.1em;
}

h2.widget-title a {
	color: #ca7117;
	text-decoration: none;
	
}



.metta-elements img {
	margin-bottom: 32px;
}



.book-side img {
	float: left;
	padding-right: 12px;
}

.book-side p {
	font-size: 13px;
	line-height: 18px;
}

/* Headings */
/*
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
*/

h1 {
	font-family: Palatino, serif;
	font-size: 30px;
	color: #ca7117;
/* 	text-transform: capitalize; */
	line-height: 1em;
}
h2 {
	font-family: Palatino;
	font-size: 24px;
	color: #ca7117;
/* 	text-transform: capitalize; */
	margin-bottom: 5px;

}
h3 {
	font-family: Palatino;
	font-size: 15px;
	color: #ca7117;
	text-transform: uppercase;
	clear: both;
	margin-top: 8px;

}
h4 {
	font-family: Palatino;
	font-size: 13px;
	color: #ca7117;
	text-transform: capitalize;
	clear: both;
	margin-top: 8px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 0;
}
ul {
	list-style: square inside;
}

#members-dir-list ul,
#groups-dir-list ul,
#member-list ul,
#item-header ul,
ul.my-groups-list {
	list-style: none;
}

ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
    font-family: 'DroidSansBold'
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #545454;
	border: 1px solid #f4d7b4;
	border-radius: 3px;
	font-family: Palatino, serif;
/* 	text-transform: uppercase; */
	width: 200px;
}
input[type=text]:focus,
textarea:focus {
	color: rgb(38, 10, 1);
/* 	text-transform: lowercase; */
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #de861b;
	text-decoration: none;
}
a:visited {
	color: #c55519;
}
a:hover,
a:focus,
a:active {
	color: #c55519; text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background-color: #260a01;
	border-top: 1px solid #49312a;
    position: relative;
    
}

.main-small-navigation, .main-navigation, .Widget_Include_Post h2.widget-title, .contemplation-title {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 200;
	
}
.main-navigation ul {
	list-style: none;
	margin: 0;
/* 	padding-left: 40px; */
}
.main-navigation li {
	float: left;
	/*position: relative;*/
	width: 159px;
	height: 68px;
	border-left: 1px solid #49312a;
}


.main-navigation li:hover {
	background-color: #5c270c;
}


.main-navigation li:first-child {
	border-left: none;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #f1efee;
    padding: 12px 20px 16px;
    height: 40px;
    text-align: center;
}
.main-navigation ul ul {
	/*-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
	/*-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
	/*box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
	display: none;
	float: left;
	position: relative;
	z-index: 99999;
	background-color: #5c270c;
	opacity: 1;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	/*width: 200px;*/
	/*float: left;*/
    text-align: left;
    height: auto;
    padding: 10px;
}
.main-navigation ul ul li {
    height: auto;
}
.main-navigation li:hover > a {
}
.main-navigation li:hover {
    background: #260A01;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
    left: 0;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}



/*menu images*/
.main-navigation li.metta-nav-image-container {
    float: left;
    width: 200px;
    height: 133px;
	padding: 0px 0px 20px 20px;
    position: relative;
}
.main-navigation li.metta-nav-image-container a {
    position: absolute;
    margin-top: 98px;
    background: #000;
    padding: 7px 10px 0 10px;
    width: 180px;
    height: 28px;
    opacity: 1;
}
.main-navigation li.metta-nav-image-container a:hover {
    opacity: .9;
}
.main-navigation .sub-menu img.metta-nav-image, .main-navigation li.metta-nav-image-container a.metta-nav-image-link  {
    margin-top: 0;
    width: 200px;
    max-width: 200px;
    height: 133px;
    max-height: 133px;
	opacity: 1;
    padding: 0
}
#menu-item-716 a.metta-nav-image-link {
	background: url(images/audio.jpeg) no-repeat;
}
#menu-item-717 a.metta-nav-image-link {
	background: url(images/video.jpeg) no-repeat;
}
#menu-item-1108 a.metta-nav-image-link {
	background: url(images/written.jpeg) no-repeat;
}
.main-navigation li.metta-nav-list-style {
	padding: 0px 0px 15px 30px;
    width: 250px;
    height: 15px;
}
.main-navigation li.metta-nav-list-style a:hover, .main-navigation .sub-menu img.metta-nav-image:hover {
    opacity: .9;
}


/* Small menu */
.menu-toggle {
	cursor: pointer;
}

.main-small-navigation {
	background-color: #391002;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	overflow:hidden;
}
.main-small-navigation ul {  
	display:block;  
	float:left;
	list-style:none;
	margin:0;
	padding:0;
 	position:relative;  /* --this centres the top nav--- */
 	left:50%;
   	text-align:center;

}
.main-small-navigation li {  

	display:block;  
	float:left;
	list-style:none;
	margin:0;
 	position:relative;  /* --this centres the top nav--- */
 	right:50%;
 	border-left: 1px solid #88360d;
 	padding: 2px 15px 0;

}

.main-small-navigation li:first-child {
	border-left: none;
}

.main-small-navigation a {
	display: block;
	text-decoration: none;
	color: #ddd1cd;
	font-size: 14px;
	text-transform: lowercase;

}



/* =practicing ID side menu
----------------------------------------------- */

#menu-practicing-id {
	list-style: decimal;
	margin-left: 20px;
	color: #de851a;
}

#menu-practicing-id a {
	color: #de851a;
	text-decoration: none;
}

#menu-practicing-id a:hover {
	color: #ca7117;
	text-decoration: underline;
}





/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content img { padding-bottom: .3em; }
.size-large { margin-bottom: 12px; }
.page-links {
	clear: both;
	margin: 0 0 1em;
}

.entry-thumbnail {
	float: left;
	margin-right: 15px;
	clear: left;
	margin-bottom: 5px;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {

	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;

}
.wp-caption-text {
	color: #ca7117;
	font-family: Palatino, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin: -.2em 0 1em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
	
}

.Widget_Include_Post {
	position: relative;
}

.Widget_Include_Post .widget-title {
	position: absolute;
	bottom: -5px;
	width: 240px;
	height: 32px;
	background-image: url('images/sidebar-overlay.png');

}
.Widget_Include_Post .widget-title a {
	color: white;
	text-decoration: none;
	position: absolute;
	bottom: 7px;
	left: 20px;
	
}

.Widget_Include_Post h2.widget-title {
	border-bottom: 0px;
	font-size: 18px;
}

/* Search widget */
#searchsubmit {
	display: none;
}



/* Metta theme styles
----------------------------------------------- */

#top-nav {
	height: 24px;
	background-color: #391002;
	padding: 5px 0 5px;
	
}

#top-nav p {
	text-align: center;
}

#logo-group1, #logo-group2, #logo-group3, #logo-group4, #logo-group5 {
	height: 280px;
	float: left;
}

hgroup.home-header {  background-color: white; height: 382px;}

#logo-group2, #logo-group4 {
}

#logo-group3 {
	background-color: white;
	width: 280px;
	text-align: center;
	padding-top: 70px;
}

.bumpright {
	position: relative;
	left: 35px;
	z-index: 9999;
}

.bumpleft {
	position: relative;
	right: 35px;
	z-index: 9999;
}

.home-quote { 
	color: #c86227;
	font-size: 18px;
	line-height: 22px;
	padding-top: 20px;
 }

/* homepage slideshow */
.front-slideshow { width: 300px; height: 350px; z-index: 0; }

/*  ---page header--- */

#sm-logo-group1, #sm-logo-group2, #sm-logo-group3, #sm-logo-group4, #sm-logo-group5 {
	height: 118px;
	float: left;
}
#sm-logo-group1, #sm-logo-group5 {
	width: 348px;
}

hgroup.page-header {  background-color: white; height: 118px;}



#sm-logo-group3 {
	background-color: white;
	width: 184px;
	text-align: center;
	padding-top: 10px;
}

.sm-bumpright {
	position:relative;
	left:35px
}

.sm-bumpleft {
	position:relative;
	right:35px
}



/* homepage
----------------------------------------------- */

.pointelle_slider {
	box-shadow: 2px 2px 10px 1px #c9c9c9;
}


.pointelle-slider-nav h2 {
	padding-top: 16px;
}

.home-1 {
	width: 239px;
	float: left;
	padding: 30px 20px 0 0;
	/* background-color: #fbf2e9; */
	border-right: 1px solid #f1cca1;
}

.home-1 h1 {
	color: #ad4715;
	padding: 0px 0 16px 0;
}

.home-2 {
	width: 360px;
	float: left;
	padding: 30px 0 0 20px;	
}
.home-2 p {
	margin-bottom: 0px;
}

.home-2 img {
	float: left;
	padding: 0 16px 16px 0;
}
.home-2 h3 {
	margin-top: 5px;
}

.home-2 .continue, .home-2 .meta-nav {
	display: none;
}

.home-programs {
	margin-bottom: 27px;
}

.rs-feature h3, .home-2 h3 {
	text-decoration: none;
	text-transform: none;	
	font-size: 18px;
	padding-bottom: 10px;
}
.rs-feature a, .home-2 a {
	text-decoration: none;
	color: #ca7117;

}

.rs-excerpt, .home-2 {
	line-height: 18px;
	font-size: 13px;
	color: #4b4b4b;
}

.home-recent-news {
	border-top: 1px solid #F1CCA1;
	padding-top: 20px;
}
.home-recent-news h2 {
	margin-bottom: 20px;
}

/* Footer
----------------------------------------------- */


.footer-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	overflow:hidden;

}
.footer-navigation ul {  
	display:block;  
	float:left;
	list-style:none;
	margin:0;
	padding:0;
 	position:relative;  /* --this centres the top nav--- */
 	left:50%;
   	text-align:center;

}
.footer-navigation li {  

	display:block;  
	float:left;
	list-style:none;
	margin:0;
	padding:0;
 	position:relative;  /* --this centres the top nav--- */
 	right:50%;
 	border-left: 1px solid #ddd1cd;
 	padding: 2px 12px 0 12px;
 	margin-bottom: 12px;

}

.footer-navigation li:first-child {
	border-left: none;
}

.footer-navigation a {
	display: block;
	text-decoration: none;
	color: #ddd1cd;
	font-size: 16px;

}


.site-footer {
	background-color: #391002;
	color: white;
	text-align: center;
	padding: 16px 0 16px 0;
/* 	height: 200px; */
}



.footer-logo  {
	background-color: #fffdfb;
	margin-bottom: 16px;
}

.site-info {
	font-size: 12px;
}

.site-info a {
	text-decoration: none;
	color: white;
}

.site-info a:hover, .footer-navigation a:hover {
	color: #f4d7b4;
}


/* programs */

.rs-program-meta { 
	border-radius: 0px 0px 0px 0px;
	background-color: #f3d7bb;
    line-height: 1.3;
    font-size: 92%;
}
.rs-program-meta ul, .rs-program-meta p {
    margin-bottom: .7em;
}

.rs-register-link a, #submit-registration {
	background-image: linear-gradient(to bottom, #e18b23, #c24c0f);
	background-image: -moz-linear-gradient(top, #e18b23, #c24c0f);
	background-image: -ms-linear-gradient(top, #e18b23, #c24c0f);
	background-image: -o-linear-gradient(top, #e18b23, #c24c0f);
	background-image: -webkit-linear-gradient(top, #e18b23, #c24c0f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e18b23), to(#c24c0f));
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e18b23', endColorstr='#c24c0f', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	background-color: #e18b23;
	color: #fff;
}

/*  hides visitor info on SSS and WLP programs */
#rs-program-371 .rs-program-message-link,  #rs-program-374 .rs-program-message-link {
	 display: none;
 }
 
 h2.rs-program-teacher {
	 font-size: 18px;
	 color: rgb(75, 75, 75);
 }
 .rs-single-program h1.rs-program-title {
    font-size: 24px;
     margin-bottom: 10px;
 }


/*  contemplation space */
.page-template-contemplation-php #wrapper { display: none; }
.contemplation-wrapper { width: 990; height: 600px; position: absolute; top: 64px; left: 80px; }
/* .contemplation-image { padding: 0px 20px 0px 0px; } */
.contemplation-title { position: absolute; top:0px; left: 650px; width: 300px; color: white; font-size: 16px; letter-spacing: 0.1em; background-color: #D16D19;
padding: 10px; }
.contemplation-button { padding: 5px 2px 1px 10px; background-color: #d16d19; display: block; }
.contemplation-button p { color: #fff; }
.contemplation-button:hover {background-color: #391002;}
.contemplation-wrapper .contemplation-button a:hover { color: white; text-decoration: none; }

/* buddypress */
#main #content  td.td-title {
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#forum-topic-form p {
	margin-bottom: 1em;
}

#main #content .new-reply-link {
	background-color: #f9e0d1;
}

#main #content .item-list-tabs ul li:first-child {
	margin-left: 10px;
}

.time-since {
    font-size: 80%;
}

div.item-list-tabs ul li a#nav-documents span {
    display: none;
}

#bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 14px;
}
#bbpress-forums h3 {
    font-size: 17px;
}

.bbp-author-role, .bbp-reply-ip {
    display: none;
}