/*To add custom background, change hex number. */
 

body.custom {

    background:  #E6D5C3 url('http://www.takesomeoldskin.com/wp-content/uploads/2009/09/background-oil-4.jpg') 50% 0 repeat-x;
background-attachment: fixed;
}

 
/*To change link color.*/
.custom a { color:#665038; font-weight:bold; }
.custom a:hover { color:#c06700; font-weight:bold; }

 

/*To change post headline color.*/
.custom h2 {color: #665038; font-weight: bold }
.custom h2 a {color: #665038; }
.custom h2 a:active {color: #665038; }
.custom h2 a:visited {color: #665038; }
.custom h2 a:hover {color: #665038; font-weight: bold }

 

.custom h1 {color: #665038; font-weight: bold }

.custom h1 a {color: #665038; }

.custom h1 a:active {color: #665038; }

.custom h1 a:visited {color: #665038; }

.custom h1 a:hover {color: #665038; font-weight: bold  }

 

.custom h3 {color: #665038; font-weight: bold }

.custom h3 a {color: #665038; }

.custom h3 a:active {color: #665038; }

.custom h3 a:visited {color: #665038; }

.custom h3 a:hover {color: #665038; font-weight: bold  }

 

/* To change color of body text. */

body.custom { color: #665038}

/*

To change menu tab color.*/

.custom #tabs li {
   background: #E6D5C3;

}

 

 

/*

To remove borders around menu tabs.*/

.custom #tabs, .custom #tabs li {

  border-color: #665038;

}
/* Featured Post Formatting */
.custom #feature_box { font-color: #665038 ; background: #cfd5a8  ; padding: 22px 15px 22px 15px; margin: 1px 1px 1px 1px; }
.custom #feature_box h2 { font-size: 2.2em;  margin: 15 0 15px 0; padding: 0px px 5px 0px; }
.custom #feature_box h2 a { color: #665038 ; font-style: bold;  text-decoration: none; }
.custom #feature_box h2 a:hover { color: #6e4624; }
.custom #feature_box p { font-size: 1.8em; line-height:1.571em; text-align: center;}
.custom #feature_box li { font-size: 1.8em; line-height:1.571em; text-align: center;}
.custom #feature_box { padding: 15px 15px 15px 15px; }
.custom #feature_box img {margin: 0 0 1.467em 1.467em; }
.custom #feature_box background { #E6D5C3 ; }
.custom #feature_box ul {text-align: center; }





 