/*
 * 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;
}

/* 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: #c14707;
}

a:hover {
    color: #c14707;
}

a.contentlink:hover  { 
    color: #c14707;
}

a.quietlink:hover	{
    color: #c14707;
}

input[type="submit"]:hover {
    color: #c14707;
}
 
.navmenu a:hover {
    color: #c14707;
}

.footer {
	color: black !important;
}

a.cclink, a.cclink:link, a.cclink:visited	{
    color: #4d3f32;
}

a.cclink:hover	{
    color: #c14707;
}

/* 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: #c14707;
}

#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;
}
