.custom #header {
                position: relative;
}

.custom .feed_email {
                position: absolute;
                top: .7em;
                right: 0;
                font-size: 1.1em;
                text-transform: uppercase;
                line-height: 1.1em;
                letter-spacing: 2px;
                padding-right: 16px;
                background: transparent url(./images/icon-email.gif) no-repeat scroll 100% 50%;
}

.custom .feed_email a {
                color: #111111;
}

.custom .feed_email a:hover {
                text-decoration: underline;
}

.custom .header_icon {
                position: relative;
}

.book_cover {
 width: 100%;
 margin-bottom: 15px;
 clear: both;
}

.Christian_favs {
 border: FFFFFFFFF;
 padding: 5px;
 width: 120px;
 height: 250px;
 float: left;
 margin-right: 10px;
 margin-top: 15px;
}

/*Modifying the header*/
.custom #header #tagline {font-size:2.2em; }
.custom #header #tagline {padding-left: 5em; }
.custom #header_area #tabs{border-width:0 0 1px 1px; }
.custom #header_area #tabs{padding-bottom:4px; }
.custom #header #logo {padding-left:3.1em; }
.custom #header #logo {padding-top:.3em; }

/*Attaching an image/logo in the header*/
.custom #header { height: 90px; background: url(images/Learn-Logo-3.gif) top left no-repeat; } 

