/* M3U 2009 */
/* Web Design by Ricardo Mestre (2009) */


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

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul, li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

strike, s { text-decoration: line-through; }

u { text-decoration: underline; }

a img {
	border: none; /* Gets rid of IE's blue borders */
} 

p {
	line-height: 20px;
	margin-bottom: 20px;
}

/* BEGIN Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* END Clearfix */

body {
	margin: 0 auto;
	position: relative;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 20px; /* Baseline grid of 20px */
	background-image: url(../img/bodyBg.png);
	background-repeat: no-repeat;
	background-position: -420px -80px;
	background-color: #29ABE2;
}

a:link,
a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #EFEFEF;
}

a:hover,
a:focus {
	color: #FFF; 
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #EFEFEF;
}

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

/* BEGIN Type */
h1 {
    display: none;
}

h2 {
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 20px;
}

blockquote {
    display: none;
}

h2.who {
    width: 251px;
    height: 44px;
    background: url(../img/titleWho.png) no-repeat 0 0;
}

h2.when {
    width: 164px;
    height: 33px;
    background: url(../img/titleWhen.png) no-repeat 0 20px;
    padding-top: 20px;
}

/* END Type */

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


/* BEGIN Page Structure */
/* ----------------------------------------- */
div#wrapper {
	margin: 0 auto;
	position: relative;
	width: 400px;
	min-height: 300px;
	height: auto !important;
	height: 30px;
	padding: 200px 20px 20px 480px;
}

/* ----------------------------------------- */
/* END Page Structure */


/* BEGIN hCalendar */
/* ----------------------------------------- */
.summary {
    display: block;
}

.vevent {
    border-bottom: 4px solid #fff;
    padding-bottom: 20px;
}

.past {
    opacity: 0.3;
}
/* ----------------------------------------- */
/* END hCalendar */


/* BEGIN Helper */
/* ----------------------------------------- */
hr, 
.sep {
    display: none;
}
/* ----------------------------------------- */
/* END Helper */