div#blog_container {
    display: flex;
}

div#blogMenu {
	margin: 0;
	padding: 0;
	min-width: 250px;
}

div#blogMenu .box {
	font-size: 77%;
	margin: 10px;
	padding: 5px 5px 1em;
	background-color: #fff;
}

div#blogMenu h2 {
	border-left: #ffbc1f solid 7px;
	border-bottom: #333 solid 1px;
	text-align: center;
	padding: 0;
	line-height: 1.0625em;
}

div#blogMenu p {
	text-align: left;
}

div#blogMenu form {
	text-align: center;
}


div#blogMenu ul {
	margin-left: 1em;
	margin-right: 1em;
}

div#blogMenu li {
	line-height: 1.6em;
	list-style: none;
}

div#calendar table {
	width: 100%;
	border-spacing: 3px;
	border-collapse: separate;
	border: 0px;
}

div#calendar th {
	text-align: center;
}

div#calendar td {
	text-align: center;
	margin: 1px;
	border: 0px;
}

#twtr-widget-1 {
	margin: 0;
	padding: 0;
}


div#articles {
    max-width: 75%;
}

.article {
	margin: 10px 10px 0 0;
	padding: 5px;
	background-color: #fff;
}

.article h2 {
	font-size: 100%;
	font-weight: bold;
	border-left: #ffbc1f solid 9px;
	border-bottom: #333 solid 1px;
	padding: 0 5px 0 5px;
	line-height: 1.0625em;
	margin-top: 5px;
}

.article p {
	margin: 10px 2rem;
	font-size: 11pt;
	letter-spacing: 0em;
	line-height: 2.2em;
	text-align: justify;
}

.article blockquote {
    background-color: #e8e8e8;
    font-size: 83%;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: 0.05em;
	line-height: 1.75em;
	text-align: justify;
}

.article ul {
	margin: 5px;
	text-align: right;
}

.article li {
	font-size: 77%;
	list-style: none;
	display: inline;
	margin-left: 1em;
}

.article .date {
	text-align: right;
	font-size: 65%;
	margin: 0 0 5px 0;
}

.article form {
	background-color: #EEEEEE;
	padding: 10px;
	margin: 30px 10px;
}

.article legend {
	font-size: 83%;
}

.article h3 {
	font-size: 83%;
	margin: 10px 10px 0 10px;
}

.comment {
	margin: 10px;
	font-size: 83%;
	border-top: 2px dotted #999;
}

.comment dt {
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.75em;
}

.comment dd {
	margin-left: 5em;
	line-height: 1.75em;
}

ul#neighbor {
	margin: 5px;
	text-align: center;
}

ul#neighbor li {
	font-size: 77%;
	list-style: none;
	display: inline;
	margin-left: 1em;
}

/*-------------------*/
div#topPath span {
	font-size: 80%;
}

div#blogMenu .red {
	color: #d00;
}

div#blogMenu .black {
	color: #000;
}

div#blogMenu .hasLink {
	background: #ccc;
}

input#searchBox {
	width: calc(100% - 4rem);
}

input#searchButton {
	width: 3rem;
}

input#randomButton {
	width: 5rem;
}

/*-- Search --*/
p#footer_pager {
	text-align: center;
    margin: 1rem 0;
}
