/*
Theme Name: Le Mellotron v2
Theme URI: http://www.lemellotron.com
Description: Le Mellotron theme.
Version: 1
Author: Bertrand Niquel

*/

/* Reset.css v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* GRID & GENERAL LAYOUT*/

/* SETS WIDTH AND CENTER ALIGN FOR HEADER CONTENT, CONTENT AND FOOTER CONTENT */
#body, .container {
  width: 960px;
  margin: 0 auto;
}

#body{
	margin-bottom: 32px;
}

#header {
  height: 289px;
  margin-bottom: 16px;
}
#header #webtv {
  height: 241px;
}
#header #webtv .container {
  width: 960px;/*100%*/ 
  margin: 0 auto;
  height: 100%;
}
#header #menu {
  height: 48px;
}
#header.home {
  height: 530px;
  padding-bottom: 0;
}
#header.home #webtv {
  height: 482px;
}

body {
	line-height: 16px;
}

#content.home {
  float: left;
}

#sidebar {
  float: left;
  padding-top: 0;
}
#sidebar.single{
  padding-top: 0;
}

#footer {
	height: 179px;
	padding-top: 16px;
	clear: both;
}

#footer .line {
	clear: left;
	height: 32px;
}

.span-1, .span-2, .span-3, .span-4, span-5 {
	margin-right: 24px;
	float: left;
}

.span-1 {
	width: 140px;
}

.span-2 {
	width: 304px;
}

.span-3 {
	width: 468px;
}

.span-4 {
	width: 632px;
}

.span-5 {
	width: 796px;
}

.last {
	margin-right: 0;
}
p {
	margin-top: 16px;
	margin-bottom: 16px;
}

.postmetadata{
	border-top: 1px solid #b2b1b2;
	margin-bottom: 0;
	width: 100%;
}

.postmetadata .comments{
	/*text-align: right;*/
}

/* MENU */
#menu .container {
	padding-top: 16px;
}

#menu li {
	float: left;
	margin-right: 36px;
}

/* FEATURED POST HOME */
.date_cat {
	margin-bottom: 16px;
}

.featured {
	margin-bottom: 48px;
}

.featured h1{
	margin-top: -10px;
}

#content .home {
	margin-bottom: 32px;

}

/* LINES HOME */
#content #lines, #content #lines #postContainer{
	margin-top: 0;
}

#content .line h2, #content .line_single h2{
  margin-top: 4px;
	font-size: 20px;
	line-height: 24px;
}

#content .line{
	border-top: 1px solid #dddddd;
	padding-top: 6px;
	padding-bottom: 16px;
}
#content .line_single{
	border-bottom: 1px solid #dddddd;
	padding-top: 6px;
	padding-bottom: 16px;
}

#content .line .pic, #content .line_single .pic{
	float: left;
	width: 100px;
	margin-right: 16px;
	margin-top: 9px;
}

#content .line .date_cat, #content .line_single .date_cat{
	float: left;
	width: 140px;
	margin-right: 24px;
	margin-top: 9px;
}
#content .line .play_options, #content .line_single .play_options{
	margin-top: 5px;
	margin-left: 116px;
}

#content .line .metadata, #content .line_single .metadata{
	color: #6e6e6e;
	font-size: 11px;
	margin-top: 4px;
	margin-left: 116px;
}

#content .line .metadata a, #content .line_single .metadata a{
	color: #6e6e6e;
}

#content .line .metadata a:hover, #content .line_single .metadata a:hover{
	color: #fff;
}

/* MORE POSTS BUTTON */
#content #bt_more {
  background: #e6e6e6 url(images/bt_more.gif);
  width: 100%;
  height: 30px;
  display: block;
  text-align: center;
  padding-top: 15px;
}
#content #bt_more:hover {
  background: #e6e6e6 url(images/bt_more_over.gif);
}

.featured_pic {
	width: 632px;
	margin-top: 18px;
	padding-bottom: 3px;
}
.featured_pic img {
	width: 632px;
	height: 272px;
}

/* POSTS HOME */
.home_pic {
	width: 304px;
	margin-bottom: 14px;
}
.home_pic img{
	width: 304px;
}

/* EVENTS */
.events.home{
	padding-bottom: 32px;
}
.events table {
	width: 100%;
	margin-top: 3px;
}
.events .date {
	width: 33%;
}

.events .seeall{
	float: right;
}

/* FEEDS */
#feeds {
	margin-top: 16px;
}
#feeds #rss {
	float: left;
	margin-right: 17px;
}
#feeds #rss img {
	vertical-align: middle;
	margin-right: 10px;
}
#feeds #itunes {
	height: 25px;
}
#feeds #itunes img {
	vertical-align: middle;
	margin-right: 10px;
}
#feeds #facebook {
	float: left;
	margin-right: 25px;
	margin-top: 8px;
}
#feeds #facebook img {
	vertical-align: middle;
	margin-right: 10px;
}
#feeds #twitter {
	float: left;
	margin-top: 8px;
}
#feeds #twitter img {
	vertical-align: middle;
	margin-right: 12px;
}

/* PODCASTS */
#podcasts {
	margin-top: 16px;
}
#podcasts .podcast {
	margin-bottom: 16px;
}

/* ARCHIVES PAGE */
.archives_list{
	margin-top: 16px;
	margin-bottom: 32px;
}

/* SINGLE PAGE */
.single {
	margin-top: 18px;
}
.post.single{
	margin-top: 10px;
}
.post.single h1 {
	margin-bottom: 16px;
}
.post.single .pic img {
	width: 468px;
}
.post.single .postmetadata {
	margin-bottom: 16px;
}
.tracksdata{
	margin-bottom: 32px;
}

.tracksdata .track {
	width: 100%;
	margin-bottom: 16px;
}

/* COMMENTS */
.comment {
	padding-bottom: 32px;
}
.comment-text p {
	margin: 0;
	padding: 0;
}

/* SIMILAR ARTISTS */
.similarartists {
	margin-top: 16px;
	margin-bottom: 16px;
}
.similarartists .similarartist {
	margin-top: 10px;
	width: 100%;
	border-bottom: 1px solid #dddddd;
}
.similarartists .similarartist img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 101px;
}
.similarartists .similarartist .similartist_name {
	font-weight: bold;
}

/* RELATED POSTS */
.relatedposts {
	margin-bottom: 32px;
}
.relatedposts .relatedpost {
  width: 100%;
	padding-top: 6px;
	padding-bottom: 16px;
	border-bottom: 1px solid #dddddd;
}

.relatedposts .relatedpost .pic{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-top: 9px;
}

.relatedposts .relatedpost h2{
	float: left;
	margin-top: 5px;
	font-size: 15px;
	line-height: 19px;
	width: 190px;
}

/*.relatedposts .relatedpost h2 a{
}*/

.relatedposts .relatedpost .metadata{
  float: left;
	color: #6e6e6e;
	font-size: 11px;
	margin-top: 4px;
	/*margin-left: 110px;*/
}

.relatedposts .relatedpost .metadata a{
	color: #6e6e6e;
}

.relatedposts .relatedpost .metadata a:hover{
	color: #fff;
}

/* RECENT VIDEOS */
.recentvideos {
	margin-bottom: 16px;
}
.recentvideos .recentvideo {
  width: 100%;
	padding-top: 6px;
	padding-bottom: 16px;
	border-bottom: 1px solid #dddddd;
}

.recentvideos .recentvideo .pic{
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-top: 9px;
	height: 63px;

}

.recentvideos .recentvideo .pic .mask{
  position: absolute;
  margin-top: -12px;
  clip: rect( 12px 100px 75px 0  );
  z-index: -1;
}

.recentvideos .recentvideo .pic .overlay{
  postion: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.recentvideos .recentvideo .pic .overlay a:hover{
  background-color: transparent;
}

.recentvideos .recentvideo h2{
	float: left;
	margin-top: 5px;
	font-size: 15px;
	line-height: 19px;
	width: 190px;
}
.recentvideos .recentvideo .metadata{
  float: left;
	color: #6e6e6e;
	font-size: 11px;
	margin-top: 4px;
	/*margin-left: 110px;*/
}

.recentvideos .recentvideo .metadata a{
	color: #6e6e6e;
}

.recentvideos .recentvideo .metadata a:hover{
	color: #fff;
}

/* ARTWORKS */
.artworks {
	padding-top: 8px;
	margin-bottom: 4px;
	border-top: 1px solid #000;
}
.artworks .artwork {
	float: left;
	margin-right: 3px;
	margin-bottom: 4px;
}
.artworks .artwork img {
	width: 114px;
	height: 114px;
}

.artworks .last {
	margin-right: 0;
}

/* SHARE */
#share {
	margin-bottom: 32px;
}
#share #fb_like {
	float: left;
}
#share #fb_share {
	display: block;
	float: right;
	padding: 0;
	margin-bottom: 10px;
}
#share #fb_share:hover {
	background: none;
}
#share #retweet {
	float: right;
	width: 80px;
}

/* DECORATION */
body {
	background: #fff url(images/body_background.jpg);
}

#header{
	/*background: #0b0b0b;*/
	background: #000;
}

#header #menu{
	/*background: #262626;*/
	background-image: url(images/menu_background.gif);
	text-shadow: 1px 1px 0 #000;
}

#footer{
	/*background: #262626;*/
	background-image: url(images/menu_background.gif);
}

#footer .list {
	height: 24px;
	border-bottom: 1px solid #343434;
}

#footer #copyright {
	margin-top: 16px;
	margin-left: 164px;
}

hr {
	background: #bac1bd;
	height: 1px;
	clear: left;
}

hr.home {
  height: 10px;
}

/* TYPOGRAPHY */
body, td {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	line-height: 32px;
}

h1{
	font-size: 43px;
	line-height: 45px;
}

h2{
	font-size: 24px;
}

h4{
	color: #6e6e6e;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 16px;
	/*text-transform: uppercase;*/
	padding-top: 32px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
	letter-spacing: -1px;
}

#menu .container ul{
	color: #fff;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 15px;
	/*margin-top: -16px;*/
}

.date_cat {
	color: #6e6e6e;
	font-family: Georgia, serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.events .date, .events .description {
	font-weight: bold;
}

.tracksdata .track .trackname{
	font-weight: bold;
}
.tracksdata .track .meta .links{
	font-size: 11px;
}

#comments h3{
	font-size: 24px;
	margin-bottom: 16px;
}

.rule {
	height: 1px;
	border-top: 1px solid #000;
	width: 100%;
	clear: both;
	display: block;
}

.comment-author {
	font-weight: bold;
}

#footer{
	color: #858585;
}
#footer .title {
	text-align: right;
	font-weight: bold;
	color: #fff;
}
#footer #copyright {
	color: #4f4e4e;
	font-size: 11px;
}

/* LINKS */
a{
	color: #ec1919;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #fff;
	/*background-color: #5391d1;*/
	background-color: #000;
}

.date_cat a{
	font-weight: normal;
	color: #6e6e6e;
}
.date_cat a:hover{
	color: #fff;
}

h1 a, h2 a{
	color: #000;
}
h1 a:hover, h2 a:hover{
	color: #ec1919;
	background-color: transparent;
}

#menu a{
	color: #fff;
}
#menu a:hover{
	color: #ec1919;
	background-color: transparent;
}

/*#menu #tv a{
	color: #000;
	background-color: #ec1919;
	padding: 5px;
}
#menu #tv a:hover{
	color: #fff;
	background-color: #000;
}*/

a.external{
	font-weight: normal;
}

.tracksdata .track .meta .links a{
	font-weight: normal;
}

#footer a{
	color: #858585;
	font-weight: normal;
}
#footer a:hover{
	color: #fff;
	font-weight: normal;
	background-color: transparent;
}

#footer a.more{
	font-weight: bold;
}

.archives h2 {
	font-size: 30px;
	letter-spacing: -2px;
}

.archives h2.archives {
	font-size: 55px;
	letter-spacing: -3px;
	margin-left: -24px;
}

.venue a {
	color: #000;
	font-weight: normal;
}
.venue a:hover {
	color: #fff;
}

#feeds a{
	color: #000;
}
#feeds a:hover{
	color: #fff;
}

#feeds a.feed-icon{
	background-color: transparent;
}

.archives_list a{
	color: #6e6e6e;
	font-weight: normal;
}

.archives_list a:hover{
	color: #fff;
}

/* FORMS */
.field {
	border: 1px solid #cccccc;
	border-bottom: 0;
	border-right: 0;
	background: #fff;
}

.bt {
	border: 1px solid #717171;
	border-bottom: 0;
	border-right: 0;
	color: #fff;
	font-weight: bold;
	background: #262626;
}
#s {
	width: 230px;
	height: 21px;
	margin-right: 10px;
	padding-top: 4px;
	padding-left: 20px;
	vertical-align: middle;
}

#searchsubmit {
	width: 38px;
	height: 26px;
	vertical-align: middle;
}

#respond input {
	margin-bottom: 16px;
	width: 157px;
}
#respond label {
	font-weight: bold;
}

#respond textarea#comment {
	width: 100%;
	height: 96px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

#respond #submit {
	width: 161px;
	height: 32px;
	margin-top: 16px;
}

#respond input#comment_mail_notify{
	margin-bottom: 0;
	margin-right: 10px;
}

/* PLAYER */
#player-container {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 27px;
	background:#0b0b0b;
	color:#fff;
	font-size: 11px;
}

#player-container #player-content {
	width: 960px;
	margin: 0 auto;
}

#player-container #player-content #player{
	float: left;
	margin-left: 160px;
	margin-right: 0;
}

#player-nowplaying{
  margin-left: 15px;
	color: #FFF;
	float: left;
}

#player-container a{
	color: #FFF;
	font-weight: normal;
}

#player-container a:hover{
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

#popup-player {
  margin-top: 1px;
  color: #6e6e6e;
  float: left;
}

#popup-player img {
  vertical-align: bottom;
}

#popup-player a:hover {
 text-decoration: none;
}

.play_track{
	background: url(images/bt_play.gif) no-repeat;
	height: 16px;
	padding-left: 15px;
	margin-bottom: 2px;
	display: block;
	vertical-align: top;
}
.play_track:hover{
	color: #ec1919;
	background-color: transparent;
	text-decoration: underline;
}
.pause{
	background: url(images/bt_pause.gif) no-repeat;
}

/* PLAYER POPUP */
#player-embed-popup {
  /*float: left;*/
}

/*
	Plugin URL: http://www.mis-algoritmos.com
	Autor: Victor De la Rocha
	Version: 0.2
*/
/*Digg*/
div.pagination {
	text-align:center;
	padding-bottom: 8px;
	margin-bottom: 56px;
	margin-top: 16px;
	border-top: 1px solid #b2b1b2;
	background-color: #eee;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 0;
	
	text-decoration: none; /* no underline */
	color: #262626;
}
div.pagination a:hover, div.pagination a:active {

	color: #fff;
	background-color: #b2b1b2;
	
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 0;
	
	font-weight: bold;
	/*background-color: #b2b1b2;*/
	color: #b2b1b2;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 0;
	color: #DDD;
	display: none;
}



/* WEBTV STANDALONE */
body,html {
  height: 100%;
}
#webtv-standalone{
  background-color: #000;
  height: 100%;
  text-align: center;
  position: relative;
}
#webtv-standalone #content{
  position:relative; 
  top:50%;
  color: #fff;
  /*height:60px;*/
  /*margin-top:-30px;*/
}

#webtv-standalone #content #logo{
  margin-top:-30px;
  margin-left: 25px;
}

/* TWITTER */
#twitterpost{
  width: 632px;
  margin-bottom: 22px;
  padding-bottom: 22px;
}
#twitterpost img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

#twitterpost .balloon {
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    position: relative;
    float: left;
    width: 597px;
    height: 18px;
    overflow: hidden;
    /*margin-top: 6px;*/
    padding: 10px 6px 0 11px;
    background: url(images/twitterpost_balloon_bg.gif) 0 0 no-repeat;
}


#twitterpost .end {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 23px;
    background: url(images/twitterpost_balloon_bg.gif) no-repeat;
}

#twitterpost .end.left {
    left: 0;
    width: 11px;
    background-position: 0 0;
}

#twitterpost .end.right {
    right: 0;
    width: 6px;
    background-position: 100% 0;
}

#twitterpost ul li .post {
    position: relative;
}

#twitterpost ul li .post {
    font-size: 11px;
    white-space: nowrap;
    position: absolute;
    top: 4px;
}

#twitterpost ul {
    padding-left: 0px;
    margin: 0px;
    list-style-type: none;
}