 /* Change body background */
body {
 
    background-image: url('http://www.knittinguniverse.com/templates/ku/images/blue.jpg'); 
	background-repeat:repeat-x; 
    background-color: black; 
    background-attachment: fixed;
}
 /* Change sitename style */
.hdr h1, .hdr h1 a {
    color: #29466B;
    font: bold 24pt/26pt arial,helvetica,sans-serif; 
}
 /* Change default headlines */
.main .widget .headline {
    color: #555555;
    font: bold 13px/15px Tahoma,sans-serif;
}
 /* Change Rebel Navigation */
.subpage-menu {
    height: 32px;
}
.subpage-menu .go-home.active,.subpage-menu .go-home:hover {
    background: #E4EDDC;
    border-bottom-color: #FAFAFA;
    color: #145A7C;
    height: 24px;
}
.nav-menu li .title {
    background: #fff;
    border: 1px solid #DDDDDD;
    color: #757575;
    font: bold 12px/16px Tahoma,sans-serif;
    height: 23px;
    padding: 7px 15px 0;
}
.nav-menu li .title.private {
    border: 1px dashed #DDDDDD;
    color: #999999;
}
 /* Change first line of headline */
.main .widget .headline:first-line,
.main .widget .headline::first-letter {
    color: #145A7C;
    font: bold 17px/18px Tahoma,sans-serif;
}
 /* Change splash headline */
.main .splash .widget .headline,
.main .splash .widget .headline:first-line,
.main .splash .widget .headline:first-letter {
   color: #145A7C;
   font: bold 26px/29px Tahoma,sans-serif;
}
 /* Change post headline */
.main .article-content h1, 
.main .article-content h1 a {
    color: #145A7C;
    font: bold 36px/39px Tahoma,sans-serif;
}
 /* Change post body font */
.article-body, 
.article-body p {
    color: #4D4D4D;
    font: bold 15px/21px Tahoma,sans-serif;
}
 /* Change Twitter header */
.author-head .user .name  {
    color: #5C5C5C;
    font: 11px/10px Tahoma,sans-serif;
}
 .author-head .user .name .screen {
    color: #B9B9B9;
    font: 10px/12px Tahoma,sans-serif;
}
.widget:hover .widget-details .widget-date, .widget:hover .user .name .screen {
    color: #505050;
}
 .widget-details .widget-date {
    color: #B9B9B9;
}

#the-site-logo {
    display: block;    
}

#mainHeader #the-site-logo a img, #the-main-title {
    display: none;
}

.hdr .share-page {
    background-color: #FFFFFF;    
}

.hdr .site-logo {
 width: 898px;
 margin-top: 25px;
}

.hdr .header-right {
    position: absolute;
    right: 10px;
    top: 10px;
}