/*
Theme Name: Dekade
Description: Theme for Dekademusic.com
Author: Keffer
Author URI: http://www.dekademusic.com
Version: 0.1
*/

/* ============= all elements style ============= */
*{
margin:0;
padding:0;
}

a{
outline:none;
}

img{
border:none;
}

.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* ============= body ============= */

body{
background-image: url("/images/fond.jpg");
font-family: Arial;
}

/* ============= wrapper ============= */

#wrapper{
margin-top: 100px;
margin-bottom: 100px;
margin-left: 100px;
}

/* ============= header & footer ============= */

#header{
margin-bottom:0px;
margin-top:0px;
}

#footer{
color: #524f49;
font-size: 11px;
padding-top: 300px;
margin-left: 5px;
line-height: 18px;
}

#footer a{
text-decoration: none;
color: #c7bcac;
}

#footer a:hover{
text-decoration: none;
color: #FFFFFF;
}

/* ============= content ============= */
#content{
float:left;
padding-left: 5px;
line-height: 8px;
}

/* ============= post header ============= */

.post{
margin-bottom:0px;
text-align: left;
font-size: 11px;
}

.post a{
color:#c7bcac;
text-decoration:none;
}

.post a:hover{
color:#FFFFFF;
}

.post p{
color:#524f49;
}

