@IMPORT url("sidebar.overview.css");

#overview {
	padding: 7px 0 7px 7px;
}
#overview #daily,
#overview #left {
	margin: 0px;
	float: left;
	width: 320px;
}
#overview #permanent,
#overview #right {
	float: right;
	width: 320px;
}

#overview p {
	margin: 5px 7px;
	
	font-size: 12px;
	line-height: 150%;
}
#overview p + p {
	margin-top: 15px;
}

#overview a > img {
	display: block;
	border: 0px none;
}

#overview h1 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 0;
	
	color: #333333;
}
.post {
	padding: 10px;
}
.Back {
	padding: 0px;
}
.Back * {
	background-color: transparent !important;
}
.post + .post {
	margin-top: 1px;
}

.post .category {
	text-transform: uppercase;
	color: white;
	
	font-size: 12px;
	font-weight: bold;
}
.post .location {
	color: #666666;
}

.post h2 a {
	color: inherit;
}
.grey {
	background-color: #cbcbcb;
	color: #333333;
}
.yellow {
	background-color: #ffec00;
	color: #333333;
}
.yellow h2 {
	color: #333333;
}
.black {
	background-color: #333333;
	color: #ffec00;
}
.black h2 {
}
.post h2 {
	font-size: 24px;
	font-weight: bold;
	
	margin-top: 15px;
	margin-bottom: 10px;
	
	line-height: 100%;
}
.big h2 {
	font-size: 36px;
	font-weight: bold;
	
	margin-top: 15px;
	margin-bottom: 10px;
	
	line-height: 100%;
}

.white h2 {
	color: #ffffff;
}
