#content {
	position: relative;
}

#main {
	margin-right: 200px;
}

#side-r {
	width: 160px;
	border-left: 1px solid #ddd;
	float: right;
	padding-left: 10px;
	padding-bottom: 50px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #999;
	font-size: 85%;
	text-transform: uppercase;
	text-align: right;
}

#side-r p {
	padding-bottom: 2em;
}

#side-r a {
	color: #859416;
}

a.amazon {
	border: none;
	display: block;
	margin: 0.5em 0 0 0;
}


img.b {
	border: 1px solid #333;
}

a.nb {
	text-decoration: none;
	border: 0;
}


.article {
	margin-bottom: 3em;
}

.article-date {
	text-transform: uppercase;
	color: #bbb;
	font-size: 85%;
	margin-bottom: 1em;
}

.article h2 {
	margin-bottom: 0;
}

p.invite {
	text-align: right;
	text-transform: uppercase;
	color: #666;
	font-size: 85%;
}

p.invite a {
	color: #666;
}

h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.acomment {
	margin-bottom: 2em;
	padding: 1em 1em 0.5em 3.5em;
	position: relative;
	background: #ddd;
}
.acomment p {
	line-height: 1.2em !important;
}

.comment_num {
	position: absolute;
	left: 1em;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

.comment_num a {
	color: #fff !important;	
}

.comment_attr {
	text-align: right;
	line-height: 1em !important;
}

.comment_auth {
	font-size: 110%;
}

.comment_date {
	text-transform: uppercase;
	font-size: 85%;
	color: #999;
}

fieldset.comment_form {
	border: 0;
}

.comment_form label {
	margin-top: 0.5em;
}

.comment_form input,
.comment_form textarea {
	width: 300px;
	display: block;
}

.comment_form input.button,
.comment_form input#remember {
	width: auto;
	display: inline;
}

p.nextprev {
	margin-top: 2em;
	position: relative;
}
p.nextprev span.flr {
	position: absolute;
	top: 0;
	right: 0;
}


ul.comments_error {
	border: 1px solid #933;
	background-color: #edd;
	padding: 10px;
	margin-bottom: 1em;
	color: #933;
	font-weight: bold;
}

ul.comments_error li {
}

