/*

	Pronet Article Pages Stylesheet
	Author: Michael Simmons, Growinglogic
	Build: 2007-03-28 16:48:15
	
*/

/* Article Content
----------------------------------------------- */
#article_body { padding: 15px 15px 0 15px; }

#article_body h2 {
	margin: 0 0 15px 0;
	font-size: .9em;
	color: #546149;
}

#article_body p,
#article_body blockquote {
	margin: 0 0 15px 0;
	font-size: .6em;
	line-height: 1.5em;
}

#article_body blockquote {
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 30px;
	background: url(../images/article_quote.gif) no-repeat 0 3px;
	color: #555;
}

#article_body blockquote p { font-size: 12px; } /* When we use P tags, people... */

#article_body ul,
#article_body ol { margin: 0 0 15px 25px; }
#article_body li {
	margin: 0 0 15px 0;
	font-size: .6em;
	line-height: 1.5em;
}

#article_body pre {
	margin: 0 0 15px 0;
	width: 480px;
	display: block;
	overflow: auto;
	padding: 5px;
	border: solid 1px #ccc;
	
	/* -- Hacks -- */
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

#article_body pre code {
	font-size: .7em;
	line-height: 1.5em;
}


/* Article content: Sponsor area
----------------------------------------------- */
#article_sponsor {
	padding: 15px 15px 30px 15px;
	text-align: center;
}
#article_sponsor h4 {
	margin: 0 0 5px 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .6em;
	color: #bbb;
}
#article_sponsor a img { border: none; }

/* Content: Comments
----------------------------------------------- */
#listing_layout #article_comments,
#listing_layout #article_trackbacks {
	border-top: solid 1px #EAE8BC;
	background: url(../images/entry_yellowgradient.gif) repeat-x 0 0;
}

#listing_layout #article_comments.no_comments,
#listing_layout #article_trackbacks.no_trackbacks { border-bottom: solid 1px #ddd; }

#listing_layout #article_comments .header,
#listing_layout #article_trackbacks .header {
	float: left;
	clear: both;
	width: 530px;
	border-bottom: solid 1px #EAE8BC;
}

#listing_layout #article_comments .header h4,
#listing_layout #article_trackbacks .header h4 {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 300px;
	padding: 10px 15px 10px 15px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .6em;
	color: #222;
}
#listing_layout #article_comments .header .buttons,
#listing_layout #article_trackbacks .header .buttons {
	float: right;
	width: 180px;
	padding: 6px 15px 0 0;
	text-align: right;
}

#listing_layout #article_comments .header .buttons a img,
#listing_layout #article_trackbacks .header .buttons a img { border: none; }

#listing_layout #article_comments .empty,
#listing_layout #article_trackbacks .empty {
	clear: both;
	padding: 15px;
}

#listing_layout #article_comments .empty p,
#listing_layout #article_trackbacks .empty p {
	font-size: .6em;
	line-height: 1.5em;
	font-style: italic;
	color: #555;
}

#listing_layout #article_comments dl,
#listing_layout #article_trackbacks dl { clear: both; }

#listing_layout #article_comments dt,
#listing_layout #article_trackbacks dt {
	padding: 15px;
	font-size: .6em;
	line-height: 1.6em;
	color: #777;
}

#listing_layout #article_comments dt span,
#listing_layout #article_trackbacks dt span {
	padding: 0 0 2px 20px;
	background: url(../images/comment_person.gif) no-repeat 0 2px;
	text-transform: uppercase;
	color: #111;
}

#listing_layout #article_trackbacks dt span { background: url(../images/trackback_site.gif) no-repeat 0 2px; }

#listing_layout #article_comments dd,
#listing_layout #article_trackbacks dd {
	padding: 0 15px 0 15px;
	border-bottom: solid 1px #ddd;
}

#listing_layout #article_comments dd p,
#listing_layout #article_comments dd blockquote, /* margin set below */
#listing_layout #article_trackbacks dd p {
	margin: 0 0 15px 0;
	font-size: .6em;
	line-height: 1.5em;
	color: #555;
}

#listing_layout #article_comments dd blockquote { margin-left: 20px; }

#listing_layout #article_comments dd ul,
#listing_layout #article_comments dd ol { margin: 0 0 15px 25px; }
#listing_layout #article_comments dd li {
	margin: 0 0 15px 0;
	font-size: .6em;
	line-height: 1.5em;
	color: #555;
}
#listing_layout #article_comments dd li p { font-size: 12px; }

#listing_layout #article_comments dt.author, 
#listing_layout #article_comments dd.author { background: #F9F8D9; }

/* Sidecar: Post Comment
----------------------------------------------- */
#listing_layout fieldset { border: none; }

#listing_layout #article_comments_post { background: url(../images/entry_greygradient.gif) repeat-x 0 0; }

#listing_layout #article_comments_post .header {
	width: 530px;
	border-bottom: solid 1px #ddd;
}

#listing_layout #article_comments_post .header h4 {
	margin: 0;
	padding: 0;
	padding: 10px 15px 10px 15px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .6em;
	color: #222;
}


#listing_layout #article_comments_post .person_info {
	float: left;
	clear: both;
	padding: 15px;
	width: 500px;
}

#listing_layout #article_comments_post .person_info .node {
	float: left;
	margin: 0 15px 0 0;
	width: 156px;
}


#listing_layout #article_comments_post .person_info label {
	display: block;
	margin: 0 0 4px 0;
	font-size: 11px;
	color: #888;
}

#listing_layout #article_comments_post .person_info .node input {
	display: block;
	width: 156px;
}

#listing_layout #article_comments_post .person_info .node.last { margin: 0; }

#listing_layout #article_comments_post .person_info .node.last input { width: 156px; }

#listing_layout #article_comments_post .comment {
	padding: 0 15px 0 15px;
	clear: both;
}

#listing_layout #article_comments_post .comment label {
	display: block;
	margin: 0 0 4px 0;
	font-size: 11px;
	color: #888;
}

#listing_layout #article_comments_post .comment textarea { width: 498px; }

#listing_layout #article_comments_post .buttons {
	padding: 15px;
}


/* Sidecar: Author box
----------------------------------------------- */
#listing_layout #sidecar .node.author {
	position: relative;
	float: left;
	clear: both;
	width: 217px;
	margin-top: -15px;
	margin-bottom: 15px;
	background: url(../images/author_gradient.png) repeat-x 0 100%;
	border-bottom: solid 1px #B4BDC5;
}
#listing_layout #sidecar .node.author .arrow {
	position: absolute;
	top: 40px;
	left: -14px;
	width: 14px;
	height: 17px;
	background: url(../images/author_arrow.png) no-repeat;
}
#listing_layout #sidecar .node.author img {
	float: left;
	width: 70px;
	height: 70px;
	margin: 15px 0 0 15px;
	padding: 1px;
	border: solid 1px #B4BDC5;
}
#listing_layout #sidecar .node.author p {
	float: right;
	width: 105px;
	margin-top: 12px;
	margin-left: 0;
	line-height: 1.6em;
}
#listing_layout #sidecar .node.author a {
	background: #E5EBF0;
	padding: 1px;
}