@import url("global.css");


/* ------------------------------
 Index-Page
------------------------------ */

ul.list {
	margin: 0 0 30px;
	border-top: #ccc 1px dotted;
}
ul.list li {
	padding: 10px 0;
	border-bottom: #ccc 1px dotted;
}
ul.list li a {
	display: block;
	padding: 10px 5px;
}
ul.list li .image {
	width: 140px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
ul.list li a p {
	line-height: 22px;
}
ul.list li a .date {
	color: #cc1e06;
	text-align: right;
	line-height: 20px;
	margin-bottom: 6px;
}

/* ------------------------------
 Entry-Page
------------------------------ */

.entrytitle {
	margin-bottom: 20px;
}
.entrydate {
	color: #cc1e06;
	text-align: right;
	margin: 0 0 20px 0;
}
article .image {
	text-align: center;
	margin: 0 0 40px;
}
article .image img {
	max-width: 100%;
	height: auto;
}

.entrybody {
	margin-top: 30px;
}
.entrybody p {
	margin: 1em 0;
}

.entrybody img {
	max-width: 100%;
	max-height: 300px;
	height: auto;
	width: auto;
	display: block;
	margin: 0 auto 10px;
}
.entrybody hr {
	height: 1;
	border-top: #ccc 1px solid;
	margin: 1em 0;
}

.buttons {
	background-color: #eee;
	border: #ddd 1px solid;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 30px 0 0;
}
.buttons a {
	display: block;
	padding: 6px 10px;
	text-align: center;
	line-height: 32px;
	color: #cc1e06;
}
.buttons a img {
	vertical-align: middle;
}


