/*  
Theme Name: Rub
Description: Wordpress theme for www.rub-music.be
Version: 0.1
Author: Ruben Pieraerts, webscreens
Author URI: http://www.rub-msuic.be
*/
	
html, body {
	height: 100%;
	margin:0;
	padding:0;
}
/* TEXT */
body{
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:85%;
	line-height:145%;
	color:#CCCCCC;
	background:#000000;
}
h1{
	font-size:1.7em;
	line-height:1.7em;
	color:#ece912;
}
h2{
	font-size:1.5em;
	line-height:1.5em;
	color:#CCCCCC;
	color:#ece912;
}
h3{
	font-size:1.3em;
	line-height:1.3em;
}
h4{
	font-size:1.2em;
	font-weight:normal;
	color:#ece912;
}
p{
	margin-bottom:1.5em;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {	
}
blockquote {	
}
blockquote cite {	
}

hr {
}

dl{
}
     dt{
          }
          dd{
          }

ul{
     }
ol{
     }
     li{
          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }

/*--------------------for links--------------------*/


a, a:link, a:visited, a:link:focus, a:link:hover, a:visited:hover, a:link:active, a:visited:active{
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
a:link:hover{
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
a img, a:hover img, a:visited img{
	border:0;
}

/*--------------------iamges as a link--------------------*/
a img{
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies --------------------*/

body img.wp-smiley{
     }



/*--------------------read more link--------------------*/

.more-link{
     }

/*--------------------pages with pagination--------------------*/
p.serif{
     }

/*--------------------search--------------------*/
#search input{
	margin-bottom:5px;
}
input#s{
	background:#141414;
	border-top:1px solid #f0f01e;
	border-bottom:1px solid #2d2d2d;
	border-left:1px solid #2d2d2d;
	border-right:1px solid #2d2d2d;
	color:#ffffff;
	width:200px;
}
input#searchsubmit{
}
input[type=submit]{
	background:#141414;
	border-top:1px solid #9d9d9d;
	border-bottom:1px solid #2d2d2d;
	border-left:1px solid #9d9d9d;
	border-right:1px solid #2d2d2d;
	color:#ffffff;
}
input:hover{
	background:#141414;
	border-bottom:1px solid #9d9d9d;
	border-top:1px solid #2d2d2d;
	border-right:1px solid #9d9d9d;
	border-left:1px solid #2d2d2d;
	color:#ffffff;
}

/*--------------------comments--------------------*/
.alt {
}
.commentlist {
}
.nocomments {
} 
.commentlist li {
}
.commentlist cite, 
.commentlist cite a {
}
.commentlist p {
}
#commentform p {
}
.commentmetadata {
}
#commentform input {
	border:1px solid #2d2d2d;
	background:#141414;
	color:#FFFFFF;
}
#commentform textarea {
	width:580px;
	border:1px solid #2d2d2d;
	background:#141414;
	color:#FFFFFF;
}
#commentform #submit {
}

/*--------------------calendar--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
}
.widget {
	list-style-type:none;
}
.widget_categories ul{
	padding:0;
	list-style-type:none;
}

/*--------------------Archive--------------------*/
#archives ul{
	list-style-type:none;
	padding:0;
}

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id in relationsship to the id of the widget*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------categories--------------------*/

li#categories{
     }

.widget_categories{
     }

/* POSITION */
/* CONTENEURS */
#conteneur{
	background:#000000;
}
/* HEADER */
#header{
	width:950px;
	margin:0 auto;
}
#logo{
	width:351px;
	float:left;
}

/* NAVIGATION */
#navigation{
	float:right;
	width:550px;
	padding-right:40px;
}
ul#nav{
	margin:150px 0 0 0;
	width:550px;
	text-align:right;
}
ul#nav li{
	list-style-type:none;
	display:inline;
	font-size:1em;
	line-height:15px;
}
ul#nav li a, ul#nav li a:hover, ul#nav li a:visited{
	text-transform:uppercase;
	font-weight:normal;
}
ul#nav li a:hover{
	border-bottom:3px solid #f0f01e;
}
ul#nav .page_item{
	margin-right:10px;
}

/* TITRE */
#titre{
	width:950px;
	background:#171717;
	border-bottom:1px solid #2D2D2D;
	border-top:1px solid #2D2D2D;
	margin:0 auto 40px auto;
}
#titre_interieur{
	background:url(images/bckgd_deco1.gif) no-repeat top left;
	overflow:auto;
	padding:40px 0;
}
#titre_interieur2{
	padding:0 20px 0 350px;
}
#titre_interieur2 p{
	margin-left:0;
}
#titre_interieur_blog{
	padding:0;
}
#titre_interieur_blog_left{
	float:left;
	width:300px;
	margin:0 0 0 20px;
}
#titre_interieur_blog_right{
	float:right;
	width:580px;
	padding-right:20px;
}
.blog_title, .blog_postedIn{
	display:block;
	border-bottom:2px solid #2D2D2D;
	background:#141414;
}
.blog_title{
	border-top:1px solid #f0f01e;
	padding:2px 20px 20px 20px;
}
.blog_postedIn{
	border-top:1px solid #2D2D2D;
	padding:15px 20px 20px 20px;
}
.blog_title h2 a, .blog_title h2 a:hover, .blog_title h2 a:visited{
	font-weight:normal;
	text-decoration:none;
}
.blog_title h2 a{
	color:#f0f01e;
}
.blog_title h2 a:hover{
	color:#141414;
	background:#f0f01e;
}
.billet{
	margin-bottom:15px;
}
.tags_cadre{
	display:block;
	border:1px solid #2D2D2D;
	background:#141414;
	padding:0 20px;
	margin-bottom:20px;
}

/* CENTRE */
#centre{
	width:950px;
	margin:0 auto;
	overflow:auto;
	padding-bottom:60px;
}
#centre_gauche, #centre_droite{
	width:405px;
	background:#171717 url(images/bckgd_deco2.jpg) no-repeat top left;
	border-bottom:1px solid #2D2D2D;
	border-top:1px solid #2D2D2D;
}
#centre_gauche{
	float:left;
}
#centre_droite{
	float:right;
}
.centre_interieur{
	padding:10px 15px;
}
.clear{
	clear:both;
}

/* FOOTER */
#footer{
	width:950px;
	height:400px;
	margin:0 auto;
	padding-bottom:60px;
	border-top:5px solid #f0f01e;
}
#footer_into{
	width:950px;
	height:400px;
	background:url(images/footer.jpg) no-repeat top left;
}
#footer_into_left{
	width:320px;
	height:400px;
	float:left;
	padding-top:20px;
}
#footer_into_left img{
	margin:0 10px 10px 0;
}
#footer_into_right{
	width:600px;
	height:400px;
	padding-top:20px;
	float:right;
}

/* DECORATION */
.encadrement, .encadrement1, .encadrement_musique, .encadrement_port{
	display:block;
	background:#141414;
	border-bottom:1px solid #2D2D2D;
	border-top:1px solid #2D2D2D;
	padding:0;
}
.encadrement p, .encadrement1 p, .encadrement_musique p, .encadrement_port p{
	padding-left:10px;
}
p.nopaddingleft{
	padding-left:0;
}
p.audioplayer-container{
	margin-left:10px;
}
.encadrement1{
	text-align:center;
}
.encadrement_musique, .encadrement_port{
	border-top:1px solid #f0f01e;
	margin:0 0 20px 0;
}
.encadrement_musique h4, .encadrement_port h4{
	margin:10px 0 0 10px;
}