.logo {
	margin-top:20px;
	}
	

	
.music {
	background: #7bc300;
	}
	
.music:hover {
	display:block;
	background: #7bc300;
	}
	
.movie {
	background: #ffde00;
	}
	
.other {
	background: #ff5f83;
	}
	
.camping {
	background: #008ddc;
	}
	
.camping:hover {
		background:	#008ddc;
		}
	
.event {
	border-top:1px dotted #fff;
	}
	
img { 
	margin-top:10px;
	margin-right:10px;
	}
	
input.title {
	width:310px;
	}
	
input.login, textarea, select { 
	background-color:#fff; 
	border:1px solid #bbb; 
	width:170px;
	margin:0.5em 0;
	padding:3px;
	font-size:1.2em;
	}
	
	
input.login:focus, textarea:focus, select:focus { 
  border-color:#666;
}

.right {
	text-align:right;
	}
	
.event-icon {
float:right;
}