/* Elements ---------------------------*/

table {
	margin-left: auto;
	margin-right: auto;
}
table td {
	border: 1px solid #888;
	text-align: center;
	font-size: 90%;
	background-color: transparent;
	color: black;
}


/* Calendar-index ------------------------ */

.calwrapper {
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}
.calwrapper .today {
	background: #DDC6A0;
	color: Black;
}
/* month------------------------------- */
.month {
	background-color: #9cc; 
	vertical-align: top }
.month .notaday {
	background: transparent;
	border: none;
}

.month table {
	background: #99CCCC;
	border: none;
}

.month thead th {
/*	background: #DEB887;
*/
	background: #DDC6A0;
	color: #000000;
	border: 1px solid white;
}

.month tbody td {
	background: #33cccc;
	color: #666666;
	border: 1px solid #808080;
	text-align: right;
}

.month tbody th {
	background: #33CCCC; 
	color: #000000;
	border: 1px solid #808080;
	font-weight: normal; 
	text-align: center;
}

.month .linkedtoday {
	background: #DEB887;
	color: #000000;
	font-weight: bold;
}

.month td.linked {
	text-align: right;
	background: #6DC;
	color: Black;
}

.month .linked:hover,
.month .linkedtoday:hover {
	background: #ffc;
	color: Black;
}

/* event-list ----------------------------- */
#event-list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	float: left;
	clear: both;
	font-family: sans-serif;
	font-size: 90%;
}
#event-list h2 {
	padding:0 0 0 0;
	margin: 1em 0 0 0;
	border: 2px solid #888;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width: 100%;
	clear: both;
/*	background: #DEB887;
*/
	background-color: #DDC6A0;
	color: Black;
	font-size: 125%;
	text-align: center;
}

#event-list h3 {
	padding:0 0 0 0;
	margin: 1.5em 0 0 0;
	margin-bottom: 0px;
	border: 1px solid #888;
        border-bottom: 0 none;
	width: 7em;
	float: left;
	clear: left;
	background: #6DC;
	color: Black;
	font-weight: bold;
	font-size: 98%;
	text-align: center;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
#event-list div {
	padding:0 0 0 0;
	margin: 0 0 0 0;
	border: 0 none; height:0px;
}
/* events ------------------------------- */

#event-list ul {
	list-style: none outside;
	clear: both;
	margin: 0 0 0 0em;
	padding: 0 0 0 0;
	border: 0 none;
	border: 1px solid #888;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	background-color: #9cc;
}
#event-list li {
	clear: both;
	padding: 0 0 0.5em 4em;
	font-size: 95%;
}

#event-list .tim {
	margin-left: -5em;
}

#event-list .art {
	font-size: 110%;
	font-weight: bold;
}

#event-list .gen {
	font-style: italic;
}

#event-list .ven,
#event-list .vena,
#event-list .con {
	font-weight: normal;
	font-size: 95%;
}
#event-list .key {
	font-style: italic;
	font-size: 80%;
}


/* miscellaneous ----------------------------- */


.blurb {
	margin: 0 auto;
	font-size: 100%;
	text-align: left;
	color: #000;
	font-size:95%;
	width: 90%;
}

.blurb h2 {
       color: #000;
       background: transparent;
       border: none;
}
.blurb p {
	background-color:#cecece;
	color: #000;
	font-size:90%;
}
