/*header code
*/

.custom #header {
background:url("http://www.dcrdesign.com/wp-content/uploads/2010/01/dcr-design-header-20103.gif") no-repeat scroll #ffffff;
height:170px;
padding:0;
}


/*gets rid of lines between columns and such
*/

.custom #header, .custom .teasers_box, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {     border-bottom: 0px;
 border-top: 0px;
 border-right: 0px;
 border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
background: none;
}

/*wallpaper color
*/

body.custom {
&nbsp;&nbsp; &nbsp;background: #962F2A;
}

/*changes color of byline under post titles
*/
.custom .headline_meta a {color: #CA5353;}
.custom .headline_meta a:hover {color: #CA5353;}
.custom .headline_meta {color: #ca5353;}


/*adds graphic beside post titles
*/
.custom .headline_area h2 {background: #fff url("http://www.dcrdesign.com/wp-content/uploads/2010/01/favicon.gif") bottom left no-repeat;
}
.custom .headline_area h2 a{padding-left:35px;}

/*makes nav menu bold and line up correctly and also right justify
*/
.custom .menu { padding: 0 1.1em; font weight: bold; 
}
.custom .menu li{float: right;
}




/*changes color of border above footer
*/
.custom #footer {border-color:#ca5353;}

/*gets rid of border under byline
*/
.custom .headline_meta a {
border-bottom:0px solid #EEEEEE;
}

/*puts border around blog
*/
.custom #container {
     margin-top: 2em;
     margin-bottom: 2em;
     padding: .3em;
     background: #CC6666;
     border: .4em solid #CC6666;
}

/*changes color of comment brackets
*/
.custom .format_text .to_comments span.bracket {color: #CA5353;}

/*changes color of words inside comment brackets
*/
.custom .format_text .to_comments a {
color: #5A4533;
text-decoration: none;
}
.custom .format_text .to_comments a:hover {
color: #5A4533;
text-decoration: underline;
}

.custom .format_text .to_comments a span {
color: #5A4533;
}

