@import "http://www.tech-zoneblog.eu/wp-content/themes/mystique/color-red.css";
#header a.nav-extra.rss{background:transparent url(http://www.tech-zoneblog.eu/wp-content/themes/mystique/images/nav-icons.png) no-repeat right top;}
#header a.twitter{background:transparent url(http://www.tech-zoneblog.eu/wp-content/themes/mystique/images/nav-icons.png) no-repeat left top;}
body.fixed.col-2-left #primary-content{width:660px;left:280px;}
body.fixed.col-2-left #sidebar{width:280px;left:-660px;}
#page{background-image:none;}
body{background-image:url("http://www.tech-zoneblog.eu/wp-content/uploads/CMYK.png");background-repeat:no-repeat;background-position:center top;}
body{background-color:#d1d1d1;}
.post-info.with-thumbs{margin-left:94px;}
/* Extra navigation icons */
    
#header a.nav-extra.rss{background:url("/wp-content/uploads/mystique_icons/nav-rss.png") no-repeat scroll right top transparent}
#header a.twitter{background:url("/wp-content/uploads/mystique_icons/nav-twitter.png") no-repeat scroll right top transparent}
#header a.facebook{background:url("/wp-content/uploads/mystique_icons/nav-facebook.png") no-repeat scroll right top transparent}
#header a.google{background:url("/wp-content/uploads/mystique_icons/nav-google.png") no-repeat scroll right top transparent}

#header p.nav-extra {top:-46px;height:54px;}
#header a.nav-extra {height:60px;}
 
<?php
}
add_action('mystique_css','mystique_navbuttons_css');

