@charset "utf-8";
/* CSS Document */

#wrapper {
	max-width: 900px;
	margin: auto;
	
	font-family: sans-serif;
}

#header {
	font-size: 64px;
	font-family: serif;
	min-height: 90px;
	padding: 10px;
	
	background-color: #4cf3ff;
	border-color: #00f;
	border-width: 1px;
	border-style: solid;
	
}

#footer {
	background-color: #b0eaee;
	height: 100px;

	margin-bottom: 50px;
	padding: 20px;
}

#content {
	margin-left: 200px;
	margin-top: 20px;
}

.post {
	background-color: #fff;
	
	border-color: #ccc;
	border-width: 3px;
	border-style: solid;
	border-bottom-width: 0px;
	
	margin-bottom: 20px;
	padding: 10px;
}

#panelside {
	float: left;
}

.side {
	border-color: #00f;
	border-width: 1px;
	border-style: solid;
	
	background-color: #b0eaee;
	
	width: 170px;
	margin-top: 20px;
	padding: 5px;
}

.side ul {
	list-style-type: none;
	margin-left: -25px;
}

h1 {
	font-family: sans-serif;
	font-size: 20px;
}

h2 {
	font-family: sans-serif;
	font-style: italic;
	font-size: 16px;
}

