/*
 * This file contains colors specific to the site.
 * And this is the style for the "generic" Dharma Center.
 */

/* the heading of the body section  */
.bodyhead, #teachings, a.talkteacher {
	color: #4d3f32;
}

/* the body section, to the right of the navbar */

#bodypane {
    background: #FFF;
}

/* the outer frame of every page other than the landing page */

#canvas {
    background: #eadbba;
}

/* the <td> element for the navbar */

#navbar {
    background: #867353;
}

/* the vertical rule separating the navbar from the body */

#bodyrule {
    background: #040203;
}

/* Navmenu links */

.navmenu a {
    color: #040203;
}

.topcontrols, .topcontrols a {
    color: #040203;
}

/* main body */

body, table {
    color: #4d3f32;
}

/* the main talk listing */

.talklist {
    color: #4d3f32;
}

.talklist a	{
    color: #4d3f32;
}

.donate-website-button a, input[type="submit"] {
	 padding:3px 8px;
	 border:outset 1px  #385138;
	 background: #465e4f;
	 color: #FFF;
	 font-size: 10px;
     border-radius:6px;
     font-weight: normal;
 }

/* this formats the Download, Stream, Order buttons */

.talkbutton a, input[type="submit"] {
    color: #ebdabe;
    background: #4d3f32;
 }

.paginator {
    color: #4d3f32;
}

.paginator a {
    color: #ebdabe;
    background: #4d3f32;
}

input.submit {
    color: #ebdabe;
    background: #4d3f32;
}

a.talkteacher:hover	{
     color: #4d3f32;
}

/* a:hover {
    color: #4d3f32;
} */

a.contentlink:hover  { 
    color: #4d3f32;
}

a.quietlink:hover	{
    color: #4d3f32;
}

input[type="submit"]:hover {
    color: #4d3f32;
}
 
.navmenu a:hover {
    color: #ffed58;
}

.footer {
	color: black !important;
}

a.cclink, a.cclink:link, a.cclink:visited	{
    color: #4d3f32;
}

a.cclink:hover	{
    color: #4d3f32;
}

/* Adjustments to the landing page   */

#welc_dharma_seed {
    margin-top: 20px;
    font-size: 32px;
    line-height: 100%;
    font-family: times;
    color:#4D3F32;
	height: 96px;
}

#content_box {
    background: white;
}

#content_box_inner {
    height: 130px;
}

a.bodylink, a.bodylink:visited {
	color: #4d3f32;
}

a.bodylink:hover {
     color: #4d3f32;
}

#page_header {
	background-color: #EADBBA;
}

#page_footer {
	background-color: #EADBBA;
}

#content_container {
	border-bottom: 4px solid #4D3F32;
	border-top: 4px solid #4D3F32;
    background: white;
}

body {
	background-color: #EADBBA;
}

.highlight {
	color: #FA8E02;
}
