#new_reply form textarea, .reply .body textarea, #first_post .body textarea {
	border: 2px solid #ccc;
	background: #f2f2f2;
	padding: 8px;
	height: 65px;
}

#titlebar {
	background: url(/static/img/thread2/bgPageTop.jpg);
	height: 94px;
	padding-top: 32px;
	position: relative;
}
#titlebar h1.title {
	margin: 0 20px 0 191px;
	line-height: 32px;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	z-index: 2;
	position: relative;
}
#returnLink {
	display: block;
	float: left;
	width: 149px;
	padding-left: 10px;
	margin-top: 7px;
	border-bottom: solid 1px #ddd;
	font-size: 12px;
	text-align: right;
	line-height: 20px;
	height: 20px;
	overflow: visible;
	color: #e5e5e5;
	font-weight: bold;
}
#returnLink:hover {
	text-decoration: none;
	border-bottom: solid 1px #0f0;
}
#returnLink img {vertical-align: text-top;}

#top_pager {
	z-index: 1;
	width: 380px;
	height: 23px;
	padding-top: 23px;
	background: url(/static/img/thread2/bgNumTop.gif);
	font-size: 12px;
	color: #222;
	text-align: center;
	position: absolute;
	right: 14px;
	bottom: 0;
}
#top_pager a, #top_pager span {padding: 4px;}
#top_pager a:hover {
	background: #fff;
	text-decoration: none;
}

#post_author {
	width: 129px;
	margin: 30px 20px 0 30px;
	float: left;
	font-size: 13px;
}
#post_author a img {
	border:2px solid #aaa;
	margin-bottom: 8px;
}
#post_author a:hover {text-decoration: none;}
#post_author .date {color: #666;}
#post_author .edited {color: #999;}
#post_widgets {
	float: right;
	width: 114px;
	border: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 30px 30px 0 15px;
}
#post_widgets a {
	width: 98px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 8px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}
#post_widgets a.heart {font-size: 27px;}
#post_widgets a.heart .heart_glyph {font-size: 32px;}
#post_widgets a:hover {
	background: #e6f0f7;
	text-decoration: none;
}
#conversation {
	width: 630px;
	margin-left: 179px;
}
#first_post {
	font-size: 15px;
	padding: 30px 12px 30px;
}
#first_post img {
	max-width: 606px;
	margin-bottom: 5px;
}
#first_post .body input.title {
	border: 2px solid #ccc;
	background: #f2f2f2;
	font-size: 20px;
	font-family: helvetica;
	margin: 0 -2px;
	padding: 8px;
	width: 590px;
}
#first_post .body textarea {
	margin: 3px -2px;
	width: 590px;
	height: 100px;
}
#first_post .body select {margin: 0 -2px;}
.review_rating .selected {font-weight: bold;}
.review_rating .thanks {color: #408000;}
.reply {
	font-size: 13px;
	color: #222;
	padding: 10px;
	padding-bottom: 0;
	width: 610px;
	position: relative;
}
.reply.row1 {background: #cecece;}
.reply.row2 {background: #e5e5e5;}
.reply .pic {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.reply .pic img {
	margin: 0 !important;
	border: 2px solid #aaa !important;
	position: relative;
	z-index: 2;
	display: inline-block;
}
.reply .body {
	min-height: 35px;
	z-index: 1;
}
.reply .body img {
	max-width: 610px;
	margin-bottom: 5px;
}
.reply .body textarea {width: 528px;}
.reply .controls {
	height: 27px;
	font-size: 11px;
	text-align: right;
	color: #999;
	position: relative;
}
.reply .controls .inner {
	position: absolute;
	bottom: 6px;
	width: 100%;
}
.reply .controls .date {color: #666;}

#bottom_pager {
	color: #666;
	background: url(/static/img/thread2/bgNumBot.jpg);
	height: 36px;
	line-height: 36px;
	width: 620px;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
	margin-bottom: 30px;
}
#bottom_pager span {
	padding: 4px;
	color: #bbb;
}
#bottom_pager a {
	padding: 4px;
	color: #FFF;
	font-weight: bold;
}
#bottom_pager img {vertical-align: text-top;}
#bottom_pager a:hover {
	text-decoration: none;
	background: #000;
}

#new_reply {margin: 0 10px;}
#new_reply .title {
	font-size: 15px;
	margin: 0 2px 10px;
	color: #222;
}
#new_reply_body {width: 590px;}
#new_reply a.submit {
	margin-top: 5px;
	display: inline-block;
	width: 116px;
	height: 30px;
	background: url(/static/img/thread2/pill.png);
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
#new_reply a.submit:hover {text-decoration: none;}
#bottom_ad {
	text-align: center;
	margin: 30px 0 10px;
}
#snowpad {padding-bottom: 50px;}

.popover #fbPrompt {
	color: #e5e5e5;
	padding: 20px;
	text-align: center;
}

