* {  padding: 0px; margin: 0px; } 

img { border: 0px; }

ul { list-style: none; }

li {list-style: none;}

body {
	font-family: "Trebuchet MS", verdana, arial;
	font-size: 12px;
	line-height: 15px;	
	background: url(images/bg.gif) repeat scroll 0%;
}


#wrapper {
	margin: 0px auto 0pt;
	width: 970px;
}

#rss-wrapper {
    background:#FFFFFF none repeat scroll 0%;
	color:#333333;
	font-size:11px;
	height:24px;
	letter-spacing:1px;
	padding:8px 20px 0px;
	width:930px;
}

.float-left{
	float:left;
}

/*   HEADER */
#header-wrapper{
	background:#333333 none repeat scroll 0% 50%;
	height:99px;
	width:970px;
}

/*
#menu ul{
	margin-left: 50px;
}


#menu ul li {
	display: inline;
	padding-right: 5px;
}
*/
a, a:hover { 
	color: #333333;
	
}

/*
#menu {
	background:#333333 none repeat scroll 0% 50%;
	color:#878773;
	font-size:11px;
	height:24px;
	letter-spacing:2px;
	margin:0px 0px 0px 15px;
	padding:8px 5px 0px 7px;
	width:930px;
}
*/
#separator {
	background:#FFFFFF none repeat scroll 0% 50%;
	border-top:1px solid #E4E4D2;
	height:3px;

	width:970px;
}

#content-wrapper{
	background:#FFFFFF none repeat scroll 0% 50%;
	display:inline;
	float:left;
	position:relative;
	width:970px;
}


#content {
	border-right:1px solid #E4E4D2;
	display:inline;
	float:left;
	position:relative;
	width:510px;
}

#content-inner { 
	display:inline;
	float:left;
	margin-left:20px;
	position:relative;
	width:480px;
}

#content h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	/*padding: 10px;*/
	text-decoration: underline;	
}

#content img {
	margin: 10px;
}

#post {
	display: inline;
	float: left;
	width: 490px;
	margin-top: 10px;
 	margin-bottom: 20px;
 	border-bottom:1px solid #E4E4D2;
 	padding: 10px;
 	text-align: justify;
 	
}

.postmetadata {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content-inner p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

.post a:hover {
	color: #ff9900;
	
}


/************* BARRA IZQUIERDa */	
#sidebar-1 {
	border-right:1px solid #E4E4D2;
	display:inline;
	float:left;
	position:relative;
	width:265px;
	/*padding: 20px 20px ;*/
}

#sidebar-1-inner{
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
	padding-top:5px;
	position:relative;
	width:245px;
}

#sidebar-1 p {
	padding: 5px;
	border-bottom:1px solid #E4E4D2;
}

#sidebar-1-inner h2 {
 	background:#333333;
 	width: 245px; 
 	color: #ff9900;
 	font-size: 14px;
 	padding: 5px;
 	min-height: 20px;
 	margin-bottom: 10px;
 	text-transform: uppercase;
 		
}

#right-sidebar ul li img{
	clear:right;
	float:left;
	height:100px;
	margin-right:10px;
	position:relative;
	width:100px;
	}

#releases img {
	float: left;
	margin-right: 5px;
}

/*
#releases img:hover {
	border: 1px solid #ff9900;
}*/


.release {
/*	background:#000000 url(images/borde_ref_audio.gif) no-repeat scroll right top;*/
	color:#000000;
	float:left;
	height:auto;
	margin-bottom:20px;
	/*padding:3px;*/
	position:relative;
	width:245px; 
}


#releases a:hover {
	color: #ff9900;
	
}


/************* BARRA DERECHA */

#sidebar-2 {
	display:inline;
	float:left;
	position:relative;
	width:168px;
}

#sidebar-2-inner {
	display:inline;
	float:left;
	margin-left:9px;
	padding-top:5px;
	position:relative;
	width:160px;
}

#sidebar-2-inner h2 {
 	width: 160px; 
 	background:#333333;
 	color: #ff9900;
 	font-size: 14px;
 	padding: 5px;
 	min-height: 20px;
 	margin-bottom: 10px;
 	text-transform: uppercase;
 	
}




#menu ul li {  
     width: 90px;  
     height: 20px;
     display: inline;  
     padding-left:20px;

 } 
  
 #menu a{
 	color: #ff9900;
 	font-size: 14px;
 	text-decoration: none;
 	font-weight: bold;

 }
 
 /************************** RELEASES   ******/
 
.release-box {
 	width: 440px;
 	height: 180px;
 	margin-bottom: 20px; 	
 }
 
 .release-cover {
 	float: left;
 	width: 100px;
 }
 
 .release-link{
 	margin-top: 10px;
 	float: right;
 	width: 300px;
 	height: 50px;
 
 }
 
 .release-extract{
 	float: right;
 	width: 300px;
 	height: 100px;
 
 }
 
/********** FOOTER *********/
#footer-wrapper {
	background:#333333 none repeat scroll 0% 50%;
	display:inline;
	float:left;
	height: 50px;
	position:relative;
	width:970px;
	color : #ffffff;
}

#footer-wrapper p {
	padding-left: 10px;
}
 
#footer-wrapper img {
	float: right;
	padding-right: 10px;
}


