@import url("../style.css");


/*	------------------------------
		The following rules apply to inner pages,
		i.e. not the home page.
		------------------------------	*/
		
.post {
	width: 400px;
	padding: 9px 0 0;
	margin-bottom: 3em;
	}
	.post h2 {
		font-size: 3em;
		letter-spacing: -3px;
	}	


#respond h2 {
	font-size: 1.9em;
	}


#comments {
	float: right;
	width: 450px;
	margin: 0 0 2em;
	}
	.comment {
		margin-bottom: 1.2em;
		padding: 0 0 10px 18px;
		border-bottom: 1px solid #D8CC67;
		background: url(../img/png/comment.png) no-repeat 0 0;
		}
		#comments .admincom {
			background-image: url(../img/png/admincom.png);
			}
		#comments .admincom cite {
			font-weight: bold;
			}
			cite {
				font-style: normal;
				}
		.grav {
			float: right;
			margin-bottom: 5px;
			text-align: right;
			width: 60px;
			}
			.grav img {
				border: 3px solid #B69F34;
				}

		#main .single a {
			padding: 0.2em 0.3em;
			}



.postspermonth {
	margin: 0 0 1em 1em;
	}
