/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clear { 
	display: inline-table; 
	}

/* \*/
* html .clear { 
	height: 1%;
	}

.clear { 
	display: block; 
	}
/* */	
	
h1, h2, h3, h4, h5, h6 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
h1 {
	font-size: 30px;
	}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #333;
	padding: 20px 0;
	}

#wrapper {
	width: 620px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	}
	
#header {
	background: #111;
	color: #fff;
	padding: 10px;
	}
	
#header h1 {
	float: left;
	}
	
#header h1 a {
	text-decoration: none;
	color: #fff;
	}
	
#navigation ul {
	list-style: none;
	padding-top: 15px;
	margin-left: 20px;
	float: left;
	}
	
#navigation li {
	float: left;
	}
	
#navigation a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	height: 20px;
	padding: 0 10px;
	}
	
#content {
	padding: 10px;
	}
	
#content dt {
	font-weight: bold;
	line-height: 170%;
	}
	
#content dd {
	margin-left: 30px;
	line-height: 170%;
	}
	
#content p {
	line-height: 170%;
	margin-bottom: 15px;
	text-align: justify;
	}
	
#content ul, #content ol {
	margin-left: 30px;
	}
	
#content li {
	line-height: 170%;
	}
	
#cartoon {
	text-align: center;
	}
	
#cartoon-nav {
	background: #eee;
	color: #666;
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
	}
	
#cartoon-nav a {
	color: #000;
	}
	
#cartoon-nav .title {
	margin: 0 150px;
	}
	
#prev {
	float: left;
	text-align: left;
	width: 100px;
	}
	
#next {
	float: right;
	width: 100px;
	text-align: right;
	}
	
#footer {
	background: #111;
	color: #666;
	font-size: 9px;
	padding: 50px 10px;
	text-align: center;
	}
	
	
	
#blog .post {
	width: 400px;
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}
	
#blog .info {
	text-align: right;
	}
	
	
	
#sidebar {
	width: 180px;
	padding: 0 10px;
	float: right;
	}
	
#sidebar a {
	color: #f00;
	}
	
#sidebar a:hover {
	text-decoration: none;
	}
	
#sidebar h3 {
	font-size: 16px;
	}
	
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#sidebar li {
	margin: 0;
	padding: 0;
	}
	
#sidebar .box {
	border: 1px solid #666;
	background: #eee;
	}
	
#sidebar .box .title {
	background: #666;
	padding: 2px;
	}
	
#sidebar .box .title h3 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	}
	
#sidebar .box .content {
	padding: 5px;
	}
	
#archive img {
	float: left;
	display: block;
	border: none;
	margin: 10px;
	}