/* Companion Custom CSS over-rides for [ RIP ]: ComicPress - 2.8 */
body { background: #000000 ;
       background-image:url('http://www.bloj.net/aitor/wp/wp-content/themes/comicpress/images/bgs/web_bg.png');
       background-repeat:no-repeat;
       background-position:top left;
       color: #ffffff;
        }

#page {
	width: 980px;
	margin: 0px auto;
	

}



#content-wrapper {
         background: #ffffff;
         color: #000000;
         background-image:url('http://www.bloj.net/aitor/wp/wp-content/themes/comicpress/images/bgs/pagebg.png');
         background-repeat:no-repeat;
         background-position:top left;
 
          }


          
/*begins custom navbar*/ 

          #ripmenubar {
 background-color:#000000;
 text-align: left;
}

#ripmenubar ul, #ripmenubar ul li {
 margin: 0;
 padding: 0;
}

#ripmenu .page_item a, #ripmenu .page_item {
 display: inline-block;
 float: left;
 text-decoration: none;
 text-indent: -99999px;
}

#ripmenu {
 padding: 5px 0 0 0;
 width: 100%;
 height: 50px;
 float: left;
}

#ripmenu .page-item-home a, #ripmenu .page-item-home {
 height: 50px;
 width: 115px;
 background: url('http://www.bloj.net/aitor/wp/wp-content/themes/comicpress/images/home.png') no-repeat;
}

#ripmenu .page-item-2 a, #ripmenu .page-item-2 {
 height: 50px;
 width: 115px;
 background: url('http://www.bloj.net/aitor/wp/wp-content/themes/comicpress/images/tira.png') no-repeat;
}

#ripmenu .page-item-8 a, #ripmenu .page-item-8 {
 height: 50px;
 width: 115px;
 background: url('http://www.bloj.net/aitor/wp/wp-content/themes/comicpress/images/personajes.png') no-repeat;
}

#ripmenu .page-item-4 a, #ripmenu .page-item-4 {
 height: 50px;
 width: 115px;
 background: url('http://www.bloj.net/aitor/wp/wp-content/themes/comicpress/images/autor.png') no-repeat;
}

#ripmenu .page-item-16 a, #ripmenu .page-item-16 {
 height: 50px;
 width: 115px;
 background: url('http://www.bloj.net/aitor/wp/wp-content/themes/comicpress/images/enlaces.png') no-repeat;

}

#ripmenu .page-item-home a:hover {
 background-position: -115px 0;
}

#ripmenu .page-item-2 a:hover {
 background-position: -115px 0;
}

#ripmenu .page-item-8 a:hover {
 background-position: -115px 0;
 } 
 
 #ripmenu .page-item-4 a:hover {
 background-position: -115px 0;
}

#ripmenu .page-item-16 a:hover {
 background-position: -115px 0;
}

#content {
	float: left;
	overflow: hidden;
}

	.narrowcolumn {
		width: 650px;
                padding-top: 35px; 
                padding-left: 45px; 
            }
            


}