/*
Theme Name: MixedTape
Theme URI: http://www.mixedtape.fr/
Description: MixedTape-v2 [28-05-2010]
Version: 2.0
Author: FightForBlogiz.com
 
Theme created by fightforblogiz || http://www.fightforblogiz.com
 
*/

@import url('header.css');
@import url('home-default.css');
@import url('home-mosaique.css');
@import url('single.css');
@import url('comments.css');
@import url('footer.css');

/* INFOS DE BASE */
body {
margin:0px; padding:0px;
background-color: #ffffff;
background-image: url(images/bg.gif);
background-repeat:repeat;
font: 12px/100% Verdana, Arial;
color:#333;
line-height:normal;
}
/* LIENS */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style:italic;
    font-weight:bold;
    color:#4c4c4c;
    padding:0;
    margin:0;
    font-size:100%;
}
a {text-decoration:none;color:#fff;}
a:hover {text-decoration:none;}
img {border:none;}
/* FIN */
#page {
margin:0 auto;
width:900px;
height:auto;
position:relative;
}
#mask {background:#f5f5f5;}
#div_fixed_edit {cursor:pointer; position:fixed; top:110px; left:20px;}
#ffb {position:fixed;bottom:1%;right:1%;font-size:100%;font-family: Georgia,"Times New Roman",Times,serif;font-style:italic;}
    #ffb a {color:#333;}
        #ffb a:hover {color:#c60000;}
#copyright {position:fixed;bottom:1%;left:1%;font-size:100%;font-family: Georgia,"Times New Roman",Times,serif;font-style:italic;}
    #copyright a {color:#333;}
        #copyright a:hover {color:#c60000;}
