/*
Theme Name: La Partie Son
Theme URI: http://lapartieson.com
Description: La Partie Son

*/


/**
 * General declarations
 */

html, body {
  font: 13px Trebuchet MS, serif;
} 

body {
  background: #989898 url('images/background.jpg') repeat-x left top;
} 

img {
  border: none;
} 

a {
  color: #0d55ae;
  text-decoration: none;
} 

a:hover {
  color: #eb2526;
} 

hr {
  margin-bottom: 0;
  border:none;
  border-bottom: solid 1px #ddd;
} 

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.9em;
  margin-left: 1em;
  margin-bottom: 10px;
  padding: .4em 0;
  color: white;
} 

h1 a {
  color: white;
} 

.alignleft {
  float: left;
} 
.alignright {
  float: right;
} 

#breadcrumbs {
  font-size: .6em;
  background: #444;
  -moz-border-radius: 3px;
  padding: .3em 1em;
} 

#breadcrumbs .sep {
  color: #eb2526;
  font-weight: bold;
} 

.separator {
  clear: both;
} 

h2 {
  margin-bottom: 0;
}

.halfcol {
  width: 46%;
  padding: 10px 2%;
  float: left;
} 

.narrowcol {
  width: 21%;
  padding: 10px 2%;
  float: left;
} 

.widecol {
  width: 71%;
  padding: 10px 2%;
  float: left;
} 

.altcolor {
  background: #f0f0f0;
} 

ul.flatlist {
  margin: 0;
  padding: 0;
} 

ul.flatlist li {
  display: inline;
  padding-right: 1em;
} 


a.more {
  float: right;
  background: #fff;
  display: block;
  padding: .2em .8em;
  font-size: .8em;
  border-top: none;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
} 

ul.box {
  padding: 1em;
  border: solid 2px #fff;
} 

/**
 * Header & Canvas
 */

#header,
#canvas {
  width: 876px;
  margin: 0 auto;
  position: relative;
  padding: 10px 25px;
} 

#header {
  height: 50px;
  z-index: 1;
} 

#logo {
  position: absolute;
  left: -29px;
  top: -32px;
} 

#logo img {
  width: 375px;
} 

#description {
  position: absolute;
  left: 24px;
  top: 54px;
  bottom: 8px;
  color: #b5b5b5;
  font-style: italic;
  font-size: 20px;
} 

/**
 * Navbar
 */

#navbar {
  position: absolute;
  bottom: 1px;
  right: 25px;
  margin: 0;
  padding: 0;
} 

#navbar li {
  font-size: 16px;
  list-style: none;
  float: left;
  margin: 0 5px;
  position: relative;
  padding: 17px 15px 0 15px;
  height: 23px;
} 
#navbar li a {
  color: white;
}

#navbar li.selected {
  background: transparent url('images/tab-bk.png') repeat-x left top;
} 

#navbar li.selected div.left,
#navbar li.selected div.right {
  width: 13px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
} 

#navbar li.selected div.left {
  background: transparent url('images/tab-left.png') no-repeat left top;
  left: -13px;
} 

#navbar li.selected div.right {
  background: transparent url('images/tab-right.png') no-repeat left top;
  right: -13px;
} 

/**
 * Canvas
 */

#canvas {
  z-index: 0;
  background: transparent url('images/canvas-bk.png') repeat-y left top;
} 

#canvasbottom,
#canvastop {
  background: transparent url('images/canvas-top.png') no-repeat top left;
  width: 926px;
  height: 13px;
}

#canvastop {
  position: absolute;
  left: 0;
  top: -13px;
} 

#canvasbottom {
  background-image: url('images/canvas-bottom.png');
  position: absolute;
  left: 0;
  bottom: -13px;
} 

/**
 * Search box
 */

#searchbox {
  float: right;
  margin-top: 15px;
  padding-right: 1em;
  padding-bottom: 10px;
} 
#searchform {
  padding: 0;
  margin: 0;
} 
#searchform label {
  display: none;
} 

#searchform #searchsubmit {
  background: black;
  border: solid 1px #777;
  color: white;
} 

#searchbox #s {
  border: solid 1px #777;
  background: #333;
  color: white;
  width: 30em;
} 

#home #searchbox {
  margin-top: 0;
  float: none;
  width: auto;
  text-align: right;
} 

#search .navigation {
  float: right;
} 

#search #content {
  min-height: 0;
} 

/**
 * Footer
 */

#footer {
  text-align: center;
  margin: 10px 0;
} 

#footer small {
  display: block;
} 
#footer p {
  margin: 0;
} 
/**
 * Content
 */

#content {
  clear: both;
  padding: 15px;
  background: white;
  min-height: 400px;
} 

/**
 * sidebar
 */

#sidebar {
  float: left;
} 

/**
 * Homepage
 */

#home #banner {
  clear: both;
  height: 179px;
  background: transparent url('images/banner.jpg') no-repeat right top;
} 

#home h1 {
  margin-bottom: inherit;
  margin-left: 0;
  color: black;
} 

/**
 * Post
 */

.post {
  clear: left;
} 

.post .tracks {
  float: right;
  margin: 0 0 10px 10px;
} 

.post .tracks h3 {
  margin: 0;
} 

.post .trackscontent {
  border: solid 1px #ccc;
  padding: 10px;
} 

.post .reviews ul {
  list-style: none;
  padding: 0;
} 

.post .reviews h4 {
  margin-bottom: none;
} 

/**
 * Reference
 */

.reference {
  margin-top: .5em;
  position: relative;
} 

.reference .album_cover {
  display: block;
  float: left;
  margin: 0 1em 1em 0;
}

.reference .album_cover img {
  height: 75px;
  border: solid 1px #ccc;
} 

#content.widecolumn .reference .album_cover img {
  height: 120px;
} 

.reference h3,
.reference h4,
.reference h5 {
  margin: 0;
} 

.reference h4 {
  font-weight: normal;
  font-size: .9em;
}

.reference h5 {
  font-size: 1em;
  margin: .4em 0;
  font-style: italic;
  font-weight: bold;
} 

.reference h3 .product_type {
  font-weight: normal;
  font-size: .8em;
} 

.reference .extract a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #0d55ae;
  padding: 0 .5em;
  font-size: .8em;
  color: white;
} 

.reference .extract .player {
  padding: 10px;
  text-align: right;
} 
.reference .extract .player span {
  display: block;
  font-size: .8em;
}

.reference .meta {
  margin-right: 1em;
  white-space: nowrap;
} 
.reference .meta .key {
  background: #aaa;
  color: #fff;
  padding: 0 .5em;
  font-size: .8em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
} 

.reference .meta .value {
  font-size: .9em;
} 

/* Pagination Module */

div.pagination {
  text-align: center;
  padding: 5px;
  margin: 12px auto;
}

div.pagination a {
  border: 1px solid #CCC;
  padding:3px 6px;
  margin: 0 1px;
  text-decoration: none;
}

div.pagination a:hover {
  background-color: #efeff4;
}

div.pagination .button {
  margin: 0 10px;
}

div.pagination .disabled {
  color: #999;
}

div.pagination a.selected {
  color: black;
  font-weight: bold;
  border: none;
  padding: 4px;
}

div.pagination a.selected:hover {
  background-color: transparent;
}

/**
 * Single
 */

.navigation small {
  display: block;
  color: black;
} 

/**
 * Gear
 */


#gear div.halfcol div {
  display: none;
} 

#gear h4 {
  margin: 0;
  margin-top: 1em;
  cursor: pointer;
  color: #0d55ae;
} 

