@charset "UTF-8";
/*
Theme Name: Explo Music Fest
Theme URI: http://www.explomusicfest.com/
Description: ExploMusic Fest - El Festival de Música Cristiana
Version: 2010
Author: Bumerang 180 Internacional 
Author URI: http://www.bumerang180.com/
*/

/* ---- General Styles ---- */

*,body{outline:none;}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;
	color: #FFF;
	text-align: center;
	margin:0;
	}

img { 
	border: none; 
	behavior: url(iepngfix/iepngfix.htc); }

a { text-decoration: none;
	color:#FFF; }

table, tr, td {
	border: none;
	border-collapse: collapse;
	padding: 0; }
	
/* ---- Sitio ---- */

#page {
	text-align: left;
	width: 800px;
	min-height: 768px;
	padding: 0 112px;
	margin: 0 auto 15px;
	background: url(images/main-bg.jpg) no-repeat top left; }

#header #counter {
	margin-bottom: 15px;	}

#footer #organizador {
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center; }


/* ---- Page ---- */
.entry { 
	background: url('images/content-bg.png');
	min-height: 380px;
	margin: 10px 0;
	padding: 7px;
	text-shadow: #000 1px 1px 2px; }

.entry_content { padding-left:15px; }

h3.highlight { 
	font-size: 14px;
	background-color: #a8a92e;
	padding: 1px;
	text-shadow: #000 1px 1px 2px;}

h3.highlight a { 
	font-size: 18px; }

/* ---- Useful Styles ---- */

.clear { 
	clear: both; }
.floatright { 
	float: right; }
.floatleft { 
	float: left; }

.alignright {
	text-align: right; }
.alignleft {
	text-align: left; }
.aligncenter {
	text-align: center; }