/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */

body{background: #000000 url(img/prismatic-bg.jpg) top center no-repeat;}
.blue{color: #e81212;}
#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2{color: #e81212;}
#sidebar ul.categories li a{color: #e81212;}

#footer {padding-bottom:20px; margin-bottom: 0px;}
#footer h2 {color:#ffffff;}
#footer .footerList li {color:#999999;}
#footer .copyright span {color:#999999;}
#footer .copyright {color:#999999;}


a.boton {
	display:block;
	width:153px;
	height:30px;
	background: url(img/btn_pdf.png) top;
	text-indent:-9999px;
	outline:none;
	}	
a.boton:hover {
	display:block;
	width:153px;
	height:30px;
	background: url(img/btn_pdf.png) bottom;
	text-indent:-9999px;
	outline:none;
	}