/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Manuchis
Version:	3.0
Last change:	05/02/08 [fixed Float bug, vf]
Assigned to:	Manuel Portela
-------------------------------------------------------------------*/

@import url("reset.css");


body{
	text-align: center;
	background: #bcbcbc url(img/bg.jpg) repeat-x 0 0;
	font: 10pt Helvetica, Arial;
}
#container{
	width: 960px;
	margin: 30px auto 0;
	background: #fff ;
}

/* tipografias */ 
a{
	color: #808080;
	text-decoration: none;
	
}

a[href]:after {
   content: "(Enlace " attr(href) ")";
   display: block;
   color: red;
   text-decoration: none;
 }
p{
	line-height: 12pt;
	font-size: 10pt;
}
h1{
	font-size: 14pt;
	margin: 10px 0 5px 0;
}
	h1 a{
	color: #000;
	}
	h1 a span{
	color: #808080;
	}
h2{
	font-size: 12pt;
}
	h2 span{
	display: none;
	}
img:after {

display: block;
  content: attr(alt);
font: 9pt Helvetica, Arial, verdana, arial, sans-serif;
color: #666;


}
/*--------- Header ---------*/
#header{
	height: 54px;
	font-size: 10pt;
	background: url(img/sidebar_logo_print.jpg) no-repeat 0 0;
}

#header #inner{
display: none;	
}
#header h1{
	background: url(img/sidebar_logo_print.jpg) no-repeat 0 0;
	height: 54px;
	width: 960px;
}

#header h1 a{
	display: none;
}
/*--------- Sidebar ---------*/
#sidebar{
	display: none;
}
/*--------- Main Content ---------*/
	.message{
	background: #808080 url(img/bgmsg.jpg) repeat-x 0 0;
	margin: 10px 0 0 10px;
	padding: 10px;
}
	.message h2{
	color: #fff;
}
	.message p{
	text-align: left;
	color: #fff;
}
	.post{
	text-align: left;
	margin: 5px 15px 25px 10px;
}
	.post img{
	display: block;
}
	.postmeta{
	clear: both;
	margin: 5px 0 0;
	font-size: 8pt;
	line-height: 12pt;
}
		a.more-link{
		display: none;
	
}
		a.comment-link{
		display: none;
}
		a.calendar-link{
		background: url(img/calendar_stripe.gif) no-repeat left 0px;
		padding: 0 0 0 15px;
		margin-right: 5px;
	
}


/*--------- Footer ---------*/
.comment-form{
	display: none;
}
#footer{
	display: none;
}
.navigation{
	display: none;
}
a.wspan span{
	display: none;
}