@charset "UTF-8";
/*
Theme Name: 1x1
Theme URI: http://www.1x1.jp/
Description: 1x1 theme
Version: 1.0.20091130
Author: 1x1
Author URI: http://www.1x1.jp/
*/

a {
	color: #125893;
}

.post {
	font-size: small;
}

.post h3 {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    margin: 1em 0;
}

.post h3 a {
	text-decoration: none;
    color: #000000;
}

.post .entry {
	border-style: solid none none;
	border-width: 1px;
	border-color: #888888;
	padding: 1em 0 0;
}

.post .entry p {
	line-height: 1.5;
	text-indent: 1em;
	margin: 0 0 1em;
}

.sidebar {
	font-size: small;
	margin: 0 0 1em;
}

.navigation {
	font-size: small;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
    float: right;
}

#index .post {
	margin: 0 0 40px;
}

#index .post .date {
    text-align: right;
}

#archive {
	margin-bottom: 68px;
}

#archive .post .date {
	font-weight: bold;
}

#archive .post {
    margin: 0 0 1em;
}


