#d-wrapper {
	width: 960px;
	margin: 0 auto;
	clear: right;
}
.left {
	float: left;
}

.right {
	float: right;
}

h2 a:link, h2 a:visited {
	color: inherit;
}

#content-info {
	margin-top: 1em;
	padding: 0 0.5em;
}
#content-info.topbox {
	border-color: #ddd;
	}
#content-info h2 {
	color: #c44d58;
	margin-top: .5em;
}
.topbox, fieldset {
	background: #ececec;
	border: none;
}
.post-title {
	display: block;
	font-size: 125%;
}
.post {
	padding-left: 9em;
	clear: left;
	margin-top: 2em;
}
.post h2 {
	margin-bottom: 0.2em;
}
.post .day-date {
	float: left;
	width: 6em;
	margin: .33em 10px 0 -9em;
	font-size: 100%;
}
.post .day-date span.dday, .post .day-date span.dmonth {
	display: block;
	text-align: center;
}
.post .day-date .dmonth {
	padding: 3px 0;
	background-color: #626b73;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #fff;
	font-weight: normal;
}
.post .day-date .dday {
	padding: 2px 0;
	font-size: 160%;
	background-color: #7c8189;
	color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.post h3 {
	color: #c44d58;
}
p.post-info {
	margin-top: 0;
}
a.comment_count {
	padding-left: 16px;
	margin-right: 10px;
	background: transparent url(i/comment.png) no-repeat 0 0.15em;
}
a.ping_count {
	padding-left: 16px;
	background: transparent url(i/trackback.png) no-repeat 0 0.15em;
}
#comments {
	border-top: 1px solid #137bbb;
	padding-top: 1em;
	margin-top: 2em;
}
#comments dt, #comments dd, #pings dt, #pings dd {
	margin: 0 0 0 50px;
}
#comments dt, #pings dt {
	clear: left;
	margin-top: 2em;
}
a.comment-number, a.ping-number {
	display: block;
	float: left;
	width: 2em;
	height: 1.5em;
	margin: 0 10px 0 -50px;
	padding: .5em 0 0 0;
	border: none;
	font-size: 120%;
	text-align: center;
	line-height: 1em;
	color: #fff;
	background: #9ac123;
	border-radius: .33em;
}

.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 150%; }
.tag80 { font-size: 160%; }
.tag90 { font-size: 170%; }
.tag100 { font-size: 180%; }

ul.post-tags {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
ul.post-tags li {
	display: inline;
	margin-right: 6px;
	padding-left: 10px;
	background: transparent url(i/bullet_star.png) no-repeat 0 0.25em;
}

ul.tags {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	font-size: 1.3em;
	text-align: justify;
}
ul.tags li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}

a.feed {
	background: transparent url(i/feed.png) no-repeat 0 0;
	padding-left: 18px;
	border: none;
}

/* Sidebar
-------------------------------------------------------- */
ul.sidebar {
	background: #626b73;
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0.5em;
	overflow: hidden;
	font-size: .9em;
}
ul.sidebar li {
	display: block;
	float: left;
	list-style-image: none;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
ul.sidebar li.last {
	border-right: none;
}
ul.sidebar li a {
	color: #fff;
}
ul.sidebar li a:hover, ul.sidebar li a:focus {
	color: #fff;
}

div.sidebar {
	color: #fff;
	background: #626b73;
	padding: 1px 0.5em;
}
div.sidebar div {
	padding: 1em 0;
}
div.sidebar div div {
	padding: 0;
}
div.sidebar a {
	color: #fff;
}
div.sidebar h2 {
	display: none;
}
div.sidebar h3 {
	margin: 0;
}
div.sidebar p {
	margin: 0;
}
div.sidebar ul {
	margin-top: 0;
	margin-bottom: 0.5em;
}
div.sidebar li {
	list-style-image: none;
}
div.sidebar fieldset {
	background: transparent;
	padding: 0;
	margin: 0;
}

#sidebar div.tags ul {
	display: block;
	list-style: none;
	margin: 0;
	font-size: 110%;
}
#sidebar div.tags li {
	display: inline;
}

/* Comments */
textarea#c_content {
	width: 550px;
}

div.mosaique {
	text-align: center;
}
div.mosaique a {
	border: none;
}
div.mosaique img {
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	margin: 0 .5em 1em;
}
