/*
Theme Name: Metropolitan.fi
Theme URI: http://metropolitan.fi/
Version: 1.0
*/

body {
	position:relative;
	width:800px;
	margin:0 auto;
	font-family: serif;
	font-size:16px;
}

h1 {
	text-transform:uppercase;
	background:#000;
	color:#fff;
	padding:15px;
}

h1 a {
	color:#fff;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}


h1 strong {
	display:block;
	font-size:30%;
	font-weight:normal;	
}

#content {
	overflow:auto;
	float:left;
	width:600px;
}

#sidebar {
	float:right;
	width:180px;
	margin-top:30px;
}

#cities strong {
	display:block;
	text-align:right;
	text-transform:uppercase;
	font-size:200%;
	margin-right:30px;
	font-weight:normal;
}

#content div.post {
	border-bottom:1px solid #000;
	padding-bottom:20px;
}

h2 {
	font-size:150%;
	font-weight:normal;
}

h2 a {
	color:#000;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}

#logo {
	position:absolute;
	right:60px;
	top:-20px;
}

