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

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

#header {
	text-align: center;
	font-size: 64px;
	font-family: sans-serif;
	color: #fff;
	height: 90px;
	padding: 10px;
	
	background-color: #d5ff52;	
}

#footer {
	background-color: #d5ff52;
	height: 100px;
	width: 900px;

	margin-top: 20px;
	margin-bottom: 50px;
	padding: 20px;
	float: left;
}

.post {
	background-color: #efefef;
	
	border-color: #000;
	border-width: 3px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px;
	max-width: 400px;
	float: left;
}

.panel {
	width: 900px;
	float: left;
}

.side {	
	background-color: #f6ffdc;
	padding-left: 20px;
	margin-top: 5px;
}

.side ul li {
	display: inline;
	list-style-type: circle;
	margin-right: 20px;
}

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

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

