





























/*
THEME NAME: Treehouse IV
THEME URI: http://fernando-graphicos.com
DESCRIPTION: a lovely redesign of treehouse muzique
VERSION: A0
AUTHOR: Fernando Dashiiki
AUTHOR URI: http://www.fernando-graphicos.com/
*/

body {
  font-size: 9px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  background-color: #cac7be;
  color: #444;
  line-height: 16px;
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, 
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, 
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, 
div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 15px; 
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 30px; }
.span-2  { width: 70px; }
.span-3  { width: 110px; }
.span-4  { width: 150px; }
.span-5  { width: 210px; }
.span-6  { width: 230px; }
.span-7  { width: 270px; }
.span-8  { width: 310px; }
.span-9  { width: 350px; }
.span-10 { width: 390px; }
.span-11 { width: 430px; }
.span-12 { width: 470px; }
.span-13 { width: 510px; }
.span-14 { width: 550px; }
.span-15 { width: 590px; }
.span-16 { width: 630px; }
.span-17 { width: 670px; }
.span-18 { width: 710px; }
.span-19 { width: 750px; }
.span-20 { width: 790px; }
.span-21 { width: 830px; }
.span-22 { width: 870px; }
.span-23 { width: 910px; }
.span-24 { width: 950px; margin: 0; }

/* Add these to a column to append empty cols. */
.append-1  { padding-right: 40px; }  
.append-2  { padding-right: 80px; } 
.append-3  { padding-right: 120px; } 
.append-4  { padding-right: 160px; } 
.append-5  { padding-right: 200px; } 
.append-6  { padding-right: 240px; } 
.append-7  { padding-right: 280px; } 
.append-8  { padding-right: 320px; } 
.append-9  { padding-right: 360px; } 
.append-10 { padding-right: 400px; } 
.append-11 { padding-right: 440px; } 
.append-12 { padding-right: 480px; } 
.append-13 { padding-right: 520px; } 
.append-14 { padding-right: 560px; } 
.append-15 { padding-right: 600px; } 
.append-16 { padding-right: 640px; } 
.append-17 { padding-right: 680px; } 
.append-18 { padding-right: 720px; } 
.append-19 { padding-right: 760px; } 
.append-20 { padding-right: 800px; } 
.append-21 { padding-right: 840px; } 
.append-22 { padding-right: 880px; } 
.append-23 { padding-right: 920px; } 

/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 40px; }  
.prepend-2  { padding-left: 80px; } 
.prepend-3  { padding-left: 120px; } 
.prepend-4  { padding-left: 160px; } 
.prepend-5  { padding-left: 200px; } 
.prepend-6  { padding-left: 240px; } 
.prepend-7  { padding-left: 280px; } 
.prepend-8  { padding-left: 320px; } 
.prepend-9  { padding-left: 360px; } 
.prepend-10 { padding-left: 400px; } 
.prepend-11 { padding-left: 440px; } 
.prepend-12 { padding-left: 480px; } 
.prepend-13 { padding-left: 520px; } 
.prepend-14 { padding-left: 560px; } 
.prepend-15 { padding-left: 600px; } 
.prepend-16 { padding-left: 640px; } 
.prepend-17 { padding-left: 680px; } 
.prepend-18 { padding-left: 720px; } 
.prepend-19 { padding-left: 760px; } 
.prepend-20 { padding-left: 800px; } 
.prepend-21 { padding-left: 840px; } 
.prepend-22 { padding-left: 880px; } 
.prepend-23 { padding-left: 920px; } 


/* Border on right hand side of a column. */
div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5 {
  float:left;
	position:relative;
}

.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }

.push-1, .push-2, .push-3, .push-4, .push-5 { 
  float: right;
	position:relative;
}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top { 
	margin-top:1.5em; 
}
.append-bottom { 
	margin-bottom:1.5em; 
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "\0020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
    overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
.clearer { clear:both;
               padding: 10px; }
.page {
margin: 0;
padding: 0;
text-align: center;
width: 100%;
}

.content {
margin: 0;
padding: 0;
text-align: left;
width: 1100px;
margin-left: auto;
margin-right: auto;
}

.paged {
    margin-left: 44px;
  line-height: 16px;
  font-size: 9px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin-top: 0px;
  margin-bottom: 2px;
}

.paged p {
padding-bottom: 2px;
}

.paged h3 {
padding-bottom: 20px;
}

/* attempting a navigation bar */

#nava {
font-size: 9px;
margin: 0px;
padding: 0px;
}

#nava ul li {
list-style-type: none;
padding: 0px;
}

#nava li {
font-size: 9px;
display: inline;
font-weight: normal;
color: #B0ADA6;
}

#nava li a:link, #nava li a:visited {
font-size: 9px;
color: #B0ADA6;
text-decoration: none;
font-weight: normal;
} 

#nava li a:hover {
font-size: 9px;
color: #908e88;
text-decoration: none;
font-weight: normal;
}

#nava .msnl {
margin-left: 186px;
margin-right: 0px;
padding: 0px;
background:url(http://treehousemuzique.com/wp-content/themes/treehouse-iv/images/shoptab.jpg);
}

#nava .msnl:hover {
margin-left: 186px;
margin-right: 0px;
padding: 0px;
background:url(http://treehousemuzique.com/wp-content/themes/treehouse-iv/images/shoptab_ova.jpg);
}

#nava .cnl {
margin-left: 432px;
margin-right: 0px;
padding: 0px;
}

#nava .snl {
margin-left: 112px;
margin-right: 0px;
padding: 0px;
}
/* Typography */

p {
  line-height: 14px;
  font-size: 9px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin-top: 0px;
  margin-bottom: 2px;
  }
  
  h1 {
  line-height: 70px;
  font-size: 100px;
  padding-bottom: 0px;
  padding-top: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue', Helvetica,  sans-serif;
  font-weight: bold;
}

h2 {
  line-height: 14px;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica,  sans-serif;
  font-weight: bold;
}

.post h2 {
  line-height: 28px;
  font-size: 32px;
  font-family: 'Helvetica Neue', Helvetica,  sans-serif;
  font-weight: bold;
}

.post h3 {
  line-height: 28px;
  font-size: 32px;
  font-family: 'Helvetica Neue', Helvetica,  sans-serif;
  font-weight: bold;
}

h3 {
  line-height: 14px;
  font-size: 16px;
  padding-bottom: 0px;
  margin-bottom: 2px;
  font-family: 'Helvetica Neue', Helvetica,  sans-serif;
  font-weight: bold;
}

h5, h5 a, h5 a:visited {
  line-height: 16px;
  font-size: 12px;
    padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0;
  padding-top: 3px;
  font-family: 'Helvetica Neue', Helvetica,  sans-serif;
  font-weight: bold;
  color: #f53e93;
text-decoration: none;
}

h5 a:hover {
color: #555;
text-decoration: none;
}

.pinklink a, .pinklink a:visited {
  color: #f53e93;
  text-decoration: none;
}

.pinklink a:hover {
color: #555;
text-decoration: none;
}

h4 {
  line-height: 14px;
  font-size: 11px;
  margin-top: 1px;
  padding-top: 0px;
  padding-bottom: 4px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue', Helvetica,  sans-serif;
  font-weight: bold;
}

h6 {
  line-height: 12px;
  font-size: 10px;
  padding-bottom: 0px;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica,  sans-serif;
  font-weight: bold;
  font-style: italic;
}

a, a:visited {
color: #000;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #f53e93;
text-decoration: none;
font-weight: bold;
}


#border {
padding-right: 10px;
border-right: 1px solid #111;
}
#space {
margin: 50px 0 25px 0;
padding-bottom: 25px;
}
.sp {
padding: 5px;
}
.go {
color:#f53e93;
}
.stop {
color: #5a5a5a;
}

#ribbon {
background: #F4F4F4;
padding-left: 30px;
padding-right: 10px;
padding-bottom: 5px;
width: 1054px;
}

#ribbon h2 {
margin-left: 40px;
}

#ribbon2 {
padding-left: 30px;
padding-right: 10px;
padding-bottom: 5px;
width: 1054px;
}

#ribbon2 h2 {
margin-left: 40px;
}

#top {
background: ;
padding-bottom: 40px;
margin-top: -7px;
}

ol {
list-style-type: none;
margin: 10px 0 55px 0;
padding: 0 0 0 0;
}

ol li {
margin-top: 30px;
margin-bottom: 25px;
}

ul {
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

li {
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
  line-height: 16px;
  font-size: 9px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

 #post {
padding-bottom: 50px;
}

 #post2 {
padding-bottom: 10px;
}

#comments {
padding: 75px 10px 0 10px;
}

img {
border: none;
padding: 0 5px 5px 0;
}

img a:link {
border: none;
}

.comment-meta {
font-weight: bold;
line-height: 16px;
}

.comment-meta img {
margin: 0;
padding: 0 5px 0 0;
}

.cat-one, .cat-one a {
color: #cdccba;
text-decoration: none;
}
.cat-two, .cat-two a {
color: #a3a3a3;
text-decoration: none;
}
.cat-three, .cat-three a {
color: #dad7b8;
text-decoration: none;
}
.cat-four, .cat-four a {
color: #6e3f3f;
text-decoration: none;
}

/* oldies */

img.centered{display:block;margin-left:auto;margin-right:auto}
img.alignright{display:inline;margin:0 0 2px 7px;padding:4px}
img.alignleft{display:inline;margin:0 7px 2px 0;padding:4px}
.alignright{float:right}
.alignleft{float:left}
.pquote{float:right;width:35%;border:3px double #F1F1F1;color:#888;background:transparent;font-family:Georgia, serif;font-style:italic;font-size:10px;border-width:3px 0;margin:0.75em 0 0.75em 1em;padding:1em}
.pquote p{line-height:15px;text-align:left;margin:0 0 10px}
.pquote2{float:left;width:35%;line-height:16px;border:3px double #F1F1F1;color:#555;background:transparent;font-family:Georgia, serif;font-style:italic;border-width:3px 0;margin:0.75em 1em 0.75em 0;padding:1.5em}
.pquote2 p{text-align:left;margin:0}
.pquote2 p:first-letter{text-transform:uppercase;font-weight:700}
img,a img{border:none}
strike {text-decoration:line-through; color: #222;}

small { 
line-height: 12px;
font-size: 9px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
color: #999;
}

.footer {
margin: 0;
padding: 80px 0 0px 0;
text-align: right;
color: #111;
}


.scrollable {
position: relative;
overflow: hidden;
width: 945px;
height: 500px;
}

#shirt {
position: relative;
overflow: hidden;
width: 945px;
height: 250px;
}

.items {
margin-left: 45px;
}

.item {
padding-bottom: 15px;
}

.span-5 p {
line-height: 11px;
padding: 0;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(http://treehousemuzique.com/wp-content/themes/treehouse-iv/images/left.png) no-repeat;
	float:left;
	margin:100px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(http://treehousemuzique.com/wp-content/themes/treehouse-iv/images/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:350px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://treehousemuzique.com/wp-content/themes/treehouse-iv/images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

.items div:hover { 
    background-color:#F7F7F7;
    
#cover img {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
    
    /* belle ame electronique */