/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

/******************************************  
  Cambiamos la posicion del titular en el slider
*******************************************/
#slides .slide_overlay {
	position:absolute;
	right:0;
	top:250px;
	text-align:right;
	background:url('images/75.png') repeat;
	padding:5px 10px;
}
 	
#slides .slide .slide_overlay h2  {
	max-width:400px;
	line-height:1.3;
}

/******************************************  
  Aumentamos la página completa de 960 a 980
  y la columna de la derecha de los post de 
  230 a 300
*******************************************/

#container {
    margin: 0 auto;
    width: 1030px;
}

.header_meta {
	float:right;
	width:300px;
	border-bottom:1px solid #cdcdcd;
	padding:0 0 15px;
	position:absolute;
	bottom:0;
	right:0;
	color:#888;
	font-family: 'Abel', Arial, sans-serif;
	text-transform:uppercase;
	font-size:13px;
}

#sidebar {
    float: right;
	width: 300px;
	overflow:hidden;
}

.arpw-title {
	font-size: 20px;
}
