/* blog.css */


/* posts */
div.post {
	padding-bottom: 1.5em;
}

/* comments */
fieldset.comments {
	margin-top: 2em;
	padding-bottom: .5em;
}
fieldset.comments legend {
	color: #0066cc;
}
fieldset.comments div.repeater.last {
	margin-bottom: 1em;
}
fieldset.comments div.repeater.own {
	color: #CC6600;
}
p.number {
	text-align: right;
	
	position: relative;
	bottom: 1.6em;
	margin-bottom: -1.1em;
	
	margin-left: 250px;
	
	display: none;
}
p.number.show {
	display: block;
}
fieldset.comments .togglee {
	opacity: 0;
	display: none;
}


/* comment form */
form.comment_form span.input_wrap {
	width: 250px;
}
form.comment_form span.input_wrap#comment_wrap {
	width: 418px;
}
form.comment_form textarea {	
	height: 120px;
}
form.comment_form a.icon {
	width: 245px;
}

span.input_wrap.invalid {
	border: 1px solid #7fe533;
}

div.spinner {
	text-align: center;
	
	padding: 0 0 10px 0;
	
	opacity: 0;
	visibility: hidden;
}
.below_spinner {
	position: relative;
	top: -70px;
	
	margin-bottom: -70px;
	overflow: hidden;
}



