body {
	color: #000;
	font-size: 10pt;
	background-color: #ccc;

	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
	
	
.container{ width: 480px; padding: 30px; margin: 0 auto; text-align: left;}

.top {text-align: center; margin: 20px;}


h2 {font-size: 250%; text-transform: none; font-weight: bold; line-height: 0px; letter-spacing: -2pt; margin:30px 0px 20px 0px;}

h1 {font-size: 600%; text-transform: none; font-weight: bold; line-height: 0px; letter-spacing: -2pt; margin:30px 0px 30px 0px;}


hr { border: 0; width: 100%; color: #666; background-color: #666; height: 5px; margin-bottom: 0px; margin-top:10px; margin-left: 0px; margin-right: 0px;}

a {color: #333; text-decoration: none; font-weight: bold;}
a:hover {color: #666; text-decoration: none;}

.blue {color: #333; }

.hurry {font-size: 75%; color: #ff0000; font-weight: bold;}
.smallinfo {font-size: 75%;}

.event {padding: 10px; background-color: #fff; margin-top: 10px; margin-bottom: 20px;}
.event li {font-size: ; list-style: none; line-height: normal; text-transform: none; }
.event a {color: #fff;}

.done { text-decoration: line-through;}

a.billett {font-size: 75%; color: #999; font-weight: normal;}
a.billett:hover {font-size: 75%; color: #666; font-weight: normal;}

.bottom {font-size: 80%;}

li {padding-bottom: 5px;}



#vertical_slide, #horizontal_slide {
  background: #D0C8C8;
  color: #8A7575;
  padding: 10px;
  border: 5px solid #F3F1F1;
  font-weight: bold;
}

div.marginbottom {
  /* Since the Fx.Slide element resets margins, we set a margin on the above element */
  margin-bottom: 10px;
}



/****TWEET****/

.tweet {
	font-size: 100%;
	color: #000;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #fff;
}

.tweet .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	background-color: transparent; }

.tweet .tweet_list li {
	overflow: auto;
	border-bottom: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	padding: 10px 0px 10px 0px; }
  
.tweet .tweet_list li a {
	color: #000;
	font-weight: bold; }
	
.tweet .tweet_list li a:hover {
	color: #666;
	font-weight: bold; }
        
.tweet .tweet_list .tweet_even {
	background-color: transparent; }
      
.tweet .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left; }
      
.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle; }

