/*
Theme Name: 	RaspBerry Cat
Description: 	Child theme for the TwentyTwelve to modify
Author: 	Parufito
Author URI:     http://parufito.info
Template: twentytwelve
*/

/*There must be no other CSS rules above the @import rule. If you put other rules above it, it will be invalidated and the stylesheet of the parent will not be imported.*/ 

@import url("../twentytwelve/style.css");

.adsense_top {
	margin-top: -60px;
	text-align: right;
}

.site-content {
    width: 70%;
}
.site-header hgroup {
    height: 70px;
    background-image:url('logo_75.png'); 
    background-repeat: no-repeat; 
    padding-left:75px;
}

#navup {
    background: none repeat scroll 0 0 #000000;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 1;
    position:fixed;
    top:0;
    left:0;
    height:35px;
    border:none;
    
}
#navup * {
    line-height: 1.5em;
}
#navup #friends {
    float: left;
    padding-left: 150px;
}
#navup #friends ul {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    margin-top: 8px;
    width: 450px;
}
#navup #friends ul li {
    float: left;
    list-style-type: none;
    margin-left: 5px;
}
#navup #friends ul li.text {
    color: #CCCCCC;
    margin-right: 10px;
}
#navup #friends ul #pcf {
    background: url("http://calaix.pocafeina.cat/logos/topbar/pcf.ico") no-repeat;
    display: block;
    height: 28px;
    width: 28px;
}
#navup #friends ul #pcf:hover {
    background-position: 1px 1px;
}
#navup #friends ul #ffuu {
    background: url("http://calaix.pocafeina.cat/logos/topbar/ffuu.png") no-repeat;
    display: block;
    height: 28px;
    width: 28px;
}
#navup #friends ul #ffuu:hover {
    background-position: 1px 1px;
}
#navup #friends ul #nr {
    background: url("http://calaix.pocafeina.cat/logos/topbar/nr.ico") no-repeat;
    display: block;
    height: 28px;
    width: 28px;
}
#navup #friends ul #nr:hover {
    background-position: 1px 1px;
}
#navup #friends ul #psf {
    background: url("http://calaix.pocafeina.cat/logos/topbar/psf.ico") no-repeat;
    display: block;
    height: 28px;
    width: 28px;
}
#navup #friends ul #psf:hover {
    background-position: 1px 1px;
}
#navup #friends ul #memes {
    background: url("http://calaix.pocafeina.cat/logos/topbar/memes.ico") no-repeat;
    display: block;
    height: 28px;
    width: 28px;
}
#navup #friends ul #memes:hover {
    background-position: 1px 1px;
}
#navup #friends ul #rpi {
    background: url("http://calaix.pocafeina.cat/logos/topbar/rpi.ico") no-repeat;
    display: block;
    height: 28px;
    width: 28px;
}
#navup #friends ul #rpi:hover {
    background-position: 1px 1px;
}
