html {
	font-family: 'Roboto', sans-serif;
}
body {
	padding: 0;
	margin: 0;
	background-attachment: fixed;
	background-image: url('../image/background.png');
}
h1 {
	margin: 0;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: black;
}

#wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

#header {
	color: #eee;
	font-size: 28px;
	padding: 15px;
}

#header a {
	color: #eee;
}

#page {
	padding: 10px;
	margin-bottom: 20px;
	background: #f0f0f0;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 20px 5px #000;
	-webkit-box-shadow: 0px 0px 20px 5px #000;
	-o-box-shadow: 0px 0px 20px 5px #000;
	box-shadow: 0px 0px 20px 5px #000;
}

.articles .article {
	padding: 10px;
}

.articles .article .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.article .content {
	margin-bottom: 10px;
}

.article .tags {
	margin-bottom: 10px;
}

.article .tags .tag {
	margin-right: 6px;
	display: inline-block;
	background: #0088D6;
	border-radius: 2px;
	color: white;
	padding: 3px 6px;
}

.article .content img {
	max-width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.article .date {
	color: #555;
	margin-top: 6px;
	font-size: 14px;
}

.article a {
	color: #0088D6;
	font-weight: bold;
}

.articles .article:hover {
	background: #ddd;
}

#footer {
	text-align: center;
	padding-bottom: 20px;
}

#footer img {
	width: 40px;
}
