/*------------------------------------------------------------------------------

BusinessWeek
Debate Room Screen Styles
Copyright (c) BLOOMBERG L.P. ALL RIGHTS RESERVED.

------------------------------------------------------------------------------*/

@import url("story.css");

/*- Theme Graphics -----------------------------------------------------------*/

#mainBanner {
	margin: 0 0 22px 0;
}

#pro .bug, #con .bug {
	float: left;
	margin: .4em 1em .3em 0;
}

#pro .bug {
	margin-top: -.6em;
}

#con .bug {
	margin-bottom: 0;
}

/*- Layout -------------------------------------------------------------------*/

#column1 {
	margin-top: 16px;
}

#pro, #con {
	margin: 3.2em 0;
}

/*- Story Body ---------------------------------------------------------------*/

#storyBody h3 {
	font-size: 1.5em;
}

#storyBody h3 span {
	color: #999;
	font-weight: normal;
}

#storyBody h4 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
	color: #666;
}

#storyBody li {
	font-size: 1.2em;
	margin: 0 0 0.7em 0;
}

#storyBody .entry .social-widgets li {
	margin-left: 1.2em;
}

.categoryArchive h1 {
	margin: 0 0 20px 0;
}

#storyBody.categoryArchive h3 {
	text-transform: none;
}

#storyBody.categoryArchive h3 a:link, #storyBody.categoryArchive h3 a:visited {
	text-decoration: none;
	color: #064599;
}

#storyBody.categoryArchive h3 a:hover, #storyBody.categoryArchive h3 a:active {
	text-decoration: underline;
	color: #064599;
}

#storyBody p.singleByline { 
	font-size: 1.2em;
	margin: 0 0 -.4em 0;
}

#storyBody #pro p.byline, #con p.byline { 
	font-size: 1.2em;
	margin: 0 0 .7em 0;
}

/*- Recent Debates -----------------------------------------------------------*/

#recentDebates li, #debatesByCategory li {
	font-size: 1.2em;
	margin: 0 0 0.7em 0;
	padding: 0;
}

#recentDebates li span {
	font-size: .9em;
	color: #666;
}

/*- Debate Categories --------------------------------------------------------*/

#debatesByCategory, #debatesByCategory a {
	font-weight: bold;
}

#debatesByCategory li {
	float: left;
	width: 150px;
}

/*- Comment Form -------------------------------------------------------------*/

/*
#commentForm {

}
*/

#commentForm fieldset {
	border: solid 0 transparent;  /* removes fieldset borders in Opera 7 */
	width: 600px;
	/* text-align: right; */
	margin: 0;
	padding: 0;
}

#commentForm p {
	margin-bottom: 1.5em;
	text-align: left;
}

#commentForm label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin-bottom: .3em;
}

#commentForm input {
	width: 190px;
	border: 1px solid #ccc;
}

#commentForm textarea {
	width: 340px;
	height: 160px;
	border: 1px solid #ccc;
}

#commentForm fieldset .submitBtn {
	width: auto;
	margin: 0 10px 0 0;
}

#userInfo {
	float: left;
}

#userComment {
	float: right;
}

/*- Comment Form Sponsorship -------------------------------------------------*/

#commentForm .ad {
	margin-top: 30px;
}

/*- Comment Display ----------------------------------------------------------*/

#commentDisplay h3 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	padding: .1em 0;
	color: #333;
}

#commentDisplay h4 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	padding: .2em 0;
	color: #999;
}

#commentDisplay p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-top: 0;
}

#commentDisplay div {
	margin: 0 0 15px 0;
	border-color: white white #e5e5e5 white; /* forces bottom border to display correctly in IE */
	border-width: 1px;
	border-style: solid;
}

.errorMessage {
	color: #900;
}


/*- Comment Approval & Error Page layout -------------------------------------------------------------*/
/* Add .commentPages to wrapper. */

.commentPages#wrapper {
	width: 632px;
	margin: 0 auto;
	}
	
.commentPages #innerWrapper {
	margin-top: 0.7em;
	padding: 1.5em 1.5em 0 1.5em;
	border: 1px solid #e5e5e5;
	}
			
.backToStory {
	background: #fff url(http://images.businessweek.com/icons/back_to_story.gif) no-repeat left 0;
	margin: 0 0 0 390px;
	text-align: right;
	}


/*- Suggest a Debate ---------------------------------------------------------*/

#suggestDebate p {
	font-size: 1.2em;
	line-height: 1.4em;
}

#suggestDebate a {
	display: block;
	margin: 10px 0;
	padding-left: 25px;
	background: url(http://images.businessweek.com/icons/story_tools/email.gif) no-repeat 0 50%;
	font-size: 1.3em;
}

/*- Permalinks, Trackbacks, Feed Links ---------------------------------------*/

.permalinkTrackBacks, .trackBackLink {
	font-size: 1.3em;
}

.permalinkTrackBacks {
	margin: 0 0 10px 0p;
}

.feedLink {
	background: url(http://images.businessweek.com/icons/feed_icon_16x16.gif) no-repeat 0 70%;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-left: 1px;
	padding: 3px 0 0 21px;
}

.footerLinks {
	font-size: 1.3em;
	margin: -10px 0 20px 0;
}

.footerLinks a:link, .footerLinks a:visited {
	color: #007cd5;
	text-decoration: none;
}

.footerLinks a:hover, .footerLinks a:active {
	color: #007cd5;
	text-decoration: underline;
}

/* .footerLinks .permaLink {
	padding-right: 7px;
	margin-right: 3px;
	border-color: #007cd5;
	border-width: 0 1px 0 0;
	border-style: solid;
}
*/ 
.footerLinks .trackBack {

}
