/*
Last Updated: 2/20/2008
*/

/* overrides */

.main {
	border-left: 1px solid #3d4144;
	border-right: 1px solid #3d4144;
}

.content {
	padding: 0;
}

#conversation {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* columns */

.sp-col1 {
	float: left;
	width: 644px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #DDD;
	font-size: 1.2em;
}

.sp-col2 {
	float: left;
	width: 345px;
	overflow: hidden;
	margin-right: -3px; /* fixes ie6 duplication bug */
	font-size: 1.1em;
}

.sp-col1-inner {
	padding: 0 15px 5px 35px;
}

.sp-col2-inner {
	/*
	padding: 0 20px 10px 10px;
	*/
	padding: 0 35px 0 10px;
}

.sp-clear {
	clear: both;
}

.gutter {
	margin: 0 0 14px 0;
}

/* float clear */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.story-header {
	margin: 0 35px;
	border-bottom: 1px solid #DDD;
}

h1.storyTitle {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 2.4em;
	padding: 5px 0;
	margin: 20px 0 15px 0;
	line-height: 1em;
}

.byLine {
	float: left;
	padding: 0 18px 8px 0;
	margin: 0;
}

.byLine img.authorMug {
	float: left;
	padding: 0 8px 0 0;
}

.byLine p.author {
     margin: 0;
     padding: 0;
     float: left;
}

p.lastUpdate {
	color: #aaa;
	margin: 6px 0 11px 0;
}

.brandingPlug {
	float: left;
	height: 40px;
	padding: 0 0 0 18px;
	background: url(../../i/story/design07/byLineRule.gif) no-repeat 0 0;
}

.promoPlug {
	float: right;
	padding: 0 0 8px 0;
}

/* embedded feature header */

.fh-embedded {
	margin: 20px 0 0 0;
}

.fh-embedded img {
	border: 0;
}

/* page tools */

.page-tools {
	font-size: x-small;
}

.page-tools ul {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

.page-tools ul li {
	margin: 0 7px;
	float: left;
}

.page-tools ul li a, .page-tools ul li a:visited {
	display: block;
	padding: 3px 0 3px 19px;
	color: #999;
}

.page-tools ul li a:hover {
	color: red;
}

.page-tools ul li.pt-share {
	position: relative;
}

.page-tools ul li.pt-email a {
	background: url(../../i/story/design07/pt_email2.gif) no-repeat 0 4px;
}

.page-tools ul li.pt-print a {
	background: url(../../i/story/design07/pt_print2.gif) no-repeat 0 3px;
}

.page-tools ul li.pt-share a {
	background: url(../../i/story/design07/pt_share2.gif) no-repeat 0 5px;
}

.page-tools ul li.pt-comment a {
	background: url(../../i/story/design07/pt_comment.gif) no-repeat 0 4px;
}

.page-tools ul li.pt-share ul {
	padding: 5px 0 0 6px;
	margin: 0;
}

.page-tools ul li.pt-share ul li {
	padding: 0;
	margin: 0;
}

.pt-share-drop {
	position: absolute;
	width: 100px;
	background: white;
	border: 1px solid #ddd;
	left: -7px;
	border-top: 0;
	padding: 0 0 6px 0;
	background: url(../../i/story/design07/pt_share_drop_bg2.jpg) repeat-x 0 100%;
}

.pt-share-drop ul {
	float: left;
}

.page-tools ul li.on .pt-share-drop {
	visibility: visible;
}

.page-tools ul li.off .pt-share-drop {
	visibility: hidden;
}

.sp-story {
	line-height: 1.6em;
}

.sp-story p {
	margin: 4px 0 13px 0;
}

.sp-story .subhead, h3.subhead-notebook {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 6px 0 0 0;
	margin: 0;
}

/* notebook defaults */

h3.subhead-notebook {
	background: url(../../i/story/design07/notebook_bg_black.gif) repeat-x 0 50%;
	color: white;
	font-weight: normal;
	padding: 2px;
	text-align: center;
	margin-bottom: 3px;
	
}


h3.subhead-notebook {
	background: url(../../i/story/design07/notebook_bg_black.gif) repeat-x 0 50%;
	color: white;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	margin-bottom: 3px;
	line-height: 1em;
}

.notebook-rail {
	float: right;
	width: 285px;
	padding: 0 0 0 20px;
	background: white;
	overflow: hidden;
}

.notebook-rail-left {
	float: left;
	width: 270px;
	padding: 0 30px 10px 0;
	background: white;
	overflow: hidden;
	background: url(../../i/story/design07/notebook_rail_bg.gif) repeat-y 100% 0;
}


.rail-item {
	margin-bottom: 15px;
}

.rail-item p {
	font-size: x-small;
	line-height: 1.3em;
}

/* wide photo version 1 */

.wide-photo {
	width: 100%;
	float: left;
	border-bottom: 1px solid #DDD;
	padding: 0 0 5px 0;
	margin: 2px 0 5px 0;
}

.wide-photo dt img {
	float: left;
	padding: 0;
	margin: 0 14px 0 0;
}

.wide-photo dd {
	margin: 0;
	line-height: 1.3em;
}

.wide-photo dd p {
	margin: 0;
	padding: 0 0 7px 0;
}

.wide-photo dd p.wp-credit {
	color: #777;
	font-size: x-small;
}
.wide-photo dd p.wp-caption {
	font-size: x-small;
	font-weight: bold;
}


/* leadoff version 1 */

.leadoff-photo {
	width: 100%;
	float: left;
	border-bottom: 1px solid #DDD;
	padding: 0 0 10px 0;
	margin: 7px 0 0 0;
}

.leadoff-photo dt img {
	float: left;
	padding: 0;
	margin: 0 14px 0 0;
}

.leadoff-photo dd {
	float: left;
	width: 160px;
	margin: 0;
	line-height: 1.3em;
}

.leadoff-photo dd p {
	margin: 0;
	padding: 0 0 7px 0;
}

.leadoff-photo dd p.lp-credit {
	color: #777;
	font-size: x-small;
}

/* leadoff version 2 */

.leadoff-photo2 {
	border-bottom: 1px solid #DDD;
	padding: 0 13px 10px 0;
	margin: 7px 0 0 0;
	width: 412px;
	float: left;
}

.leadoff-photo2 dt img {
	padding: 0;
	margin: 0 14px 0 0;
}

.leadoff-photo2 dd {
	margin: 0;
	line-height: 1.3em;
}

.leadoff-photo2 dd p {
	margin: 0;
	padding: 0 0 7px 0;
}

.leadoff-photo2 dd p.lp-credit {
	color: #777;
	font-size: x-small;
}

/* aligners */

.align-right {
	float: right;
	margin: 10px 0 10px 20px;
	border-left: 1px solid #DDD;
}

.align-left {
	float: left;
	margin: 10px 20px 10px 0;
	border-right: 1px solid #DDD;
}

/* inline photo */

.sp-inlinePhoto, .phinline {
	float: right;
	display: inline;
	padding: 5px 15px;
	margin: 10px 0 10px 20px;
	border-left: 1px solid #DDD;
}

.sp-inlinePhoto p.photoCredit, p.photocred2 {
	font-size: xx-small;
	line-height: 1em;
	color: #999;
	margin: 0;
	padding: 2px 0 0 0;
}

.sp-inlinePhoto p.photoDesc, p.photosubtext {
	line-height: 1.2em;
	margin: 0;
	padding: 7px 0 0 0;
	font-size: x-small;
	font-weight: bold;
}

.photoEnlarge {
	float: left;
	color: #999999;
	font-size: 8px;
	line-height: normal;
	padding-bottom: 5px;
}

.photoEnlarge a {
	font-size: 9px;
	color: #999999;
}

/* inline quote */

.inlinequote {
	width: 200px;
	float: left;
	display: inline;
	padding: 5px 15px;
	margin: 10px 20px 10px 0;
	border-right: 1px solid #DDD;
}

.inlinequote img.quote {
	float: left;
	padding: 0 7px 0 0;
}

.inlinequote img.quoteEnd {
	display: inline;
	padding: 0;
	margin: -4px 0 0 0;
	position: relative;
	top: 5px;
}

.inlinequote h3 {
	margin: 0;
	padding: 7px 0 8px 0;
	line-height: 1.3em;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
}

.inlinequote p {
	font-style: italic;
	margin: 0 0 0 20px;
	padding: 0;
}

/* inline object (i.e. player card, table) */

.io {
	width: 200px;
	float: right;
	display: inline;
	font-size: .9em;
	line-height: 1.3em;
	border: 1px solid #e2e2e2;
	background: #f4f4f4;
	padding: 3px;
	margin: 10px 15px 10px 15px;
}

.io h4 {
	margin: 0;
	padding: 3px;
	color: white;
	font-size: 1em;
}

.io-title {
	background: black;
}

.io-title a, .io-title a:visited {
	color:white;
	text-decoration: none;
}

.io p {
	margin-left: 2px;
}

.io-img {
	margin: 4px 0 7px 8px;
	float: right;
	border: 0;
}

.io table {
	width: 100%;
	border-collapse: collapse;
}

.io table td {
	text-align: right;
	border: 1px solid white;
	padding: 2px;
	background: #EEE;
}

.io table.left td {
	text-align:left;
}

.io table tr.io-evenRow td {
	background: #FFF;
}

.io table tr.io-columnHeaders td {
	background: #CCC;
}

.io table caption {
	font-weight: bold;
	padding: 0 0 3px 0;
}

.io ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.io ul li {
	padding: 2px;
}

.io ul li.io-evenRow {
	background: white;
}


/* inline mug */

.inline-mug {
	text-align: center;
	font-size: x-small;
	float: right;
	display: inline;
	padding: 5px 15px;
	margin: 10px 0 10px 20px;
	border-left: 1px solid #DDD;
	width: 65px;
}

.inline-mug p {
	margin-bottom: 4px;
}

/* sidebar globals */

.sp-col2-inner h3 {
	padding: 8px 0 10px 0;
	margin: 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.4em;
	background: url(../../i/story/design07/sideHeaderBg.gif) no-repeat 100% 100%;
}

/* also see */

.sp-alsoSee {
	padding: 10px 0 0px 3px;
	/*
	border-left: 1px solid #DDD;
	background: url(/i/story/design07/sidebartopbg3.gif) no-repeat 0 0;
	*/
}

.sp-alsoSee h3 {
	/*
	padding: 8px 0 5px 0;
	margin: 0 5px 0 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.4em;
	background: url(/i/story/design07/sideHeaderBg.gif) no-repeat 100% 0;
	*/
}

.sp-alsoSee ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sp-alsoSee ul li {
	margin: 0;
	padding: 0 0 5px 8px;
	background: url(../../i/fp/07/bull.gif) no-repeat -2px 3px;
}

/* video sidebar */

.sp-video {
	padding: 10px 0 10px 3px;
	/*
	border-left: 1px solid #DDD;
	background: url(/i/story/design07/sidebartopbg3.gif) no-repeat 0 0;
	*/
}

.sp-video h3 {
	/*
	padding: 0 0 3px 10px;
	margin: 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.4em;
	*/
}

.sp-col2-inner .sp-video #mainUI {
	position: relative;
	left: -3px;
}

.sp-video p {
	margin: 0;
	padding: 0;
}

/* package module */

.sp-packageModule {
	padding: 10px 0 10px 1px;
	/*
	border-left: 1px solid #DDD;
	background: url(/i/story/design07/sidebartopbg3.gif) no-repeat 0 0;
	*/
}

.sp-packageModule-inner {
	padding: 0 0 0 3px;
}

.sp-packageModule h3 {
	line-height: 100%;
	padding: 3px 0 2px 3px;
	margin: 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	background: #3d3f41;
	color: white;	
}

.sp-packageModule h4 {
	padding: 4px 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
	border-bottom: 2px solid #DDD;
}

/* editorial inline objects */

.inline-video {
	display: inline;
	float: right;
	padding: 0 0 0 14px;
	z-index: 1;
}

.inline-video p {
	line-height: 1.2em;
	margin: 0;
	padding: 7px 0 0 0;
	font-size: x-small;
	font-weight: bold;
}

.inline-video .iv-cap {
	padding: 0 5px 5px 14px;
	font-size: x-small;
	font-weight: bold;
}

#mainUI {
	visibility: hidden;
	z-index: 2;
}

/* insider login box */

.insider-login h4 {
	font-size: small;
}

.insider-login form dl {
	float: left;
	width: 280px;
	line-height: 1.2em;
}

.insider-login form {
	margin: 0;
	padding: 0;
}

.insider-login form dl {
  position: relative;
}
.insider-login form dt {
  clear: both;
  float:left;
  width: 90px;
  padding: 4px 0 2px 0;
  text-align: left;
}
.insider-login form dd {  
  margin: 0 0 8px 0;
  padding-left: 6px;
}

.insider-login form input, .rt form select {
	font-size: 110%;
}

.insider-login form input.textinput {
	width: 130px;
}

.insider-login form input.loginBtn {
	
}

/* jump unit */

.jumper {
	padding: 10px 0 20px 35px;
	background: url(../../i/story/design07/jumperBg.jpg) repeat-x 0 100%;
}

.jumper h2 {
	border-top: 1px solid #ddd;
	font-size: medium;
	font-family: Arial, Helvetica, Sans-serif;
	padding: 10px 0 10px 0;
	margin: 0 35px 0 0;
}

.jump-item {
	float: left;
	width: 134px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #e6e9ec;
	font-size: 1.1em;
}

.last {
	border: 0;
}

.jump-item h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
	margin: 5px 0 4px 0;
	padding: 0;
}

.insider h3 {
	padding-left: 14px;
	background: url(../../i/in.gif) no-repeat 0 2px;
	color: #fda100;
}

.jump-item img {
	border: 0;
}

.jump-item p {
	color: #666;
	margin: 3px 0;
	padding: 0;
	font-size: x-small;
}

.jump-item p a, .jump-item p a:visited {
	color: #333;
	text-decoration: none;
}

.jump-item p a:hover {
	color: red;
}

/* legacy story page css rules -------- */

.tablehead {
	width: 100%;
}

.tablehead, .tableheadFixWidth {
	margin: 10px 20px;
	line-height: 1.3em;
}

* html .tablehead, * html .tableheadFixWidth {
	display: inline;
}

.widetable {
	margin: 0;
	width: 100%;
}

/* inline table */

#inlinetable {
	background: #f4f4f4;
	font-size: .9em;
	padding: 1px;
	border: 1px solid #e2e2e2;
	float: right;
	margin: 10px 15px 10px 15px;
	line-height: 1.3em;
	display: inline;
}

#inlinetable th {
	background: black;
	padding-left: 8px;
	text-align: left;
	color: white;
}

#inlinetable td {
	padding: 8px;
}

/* package module */

.topmodhdr {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background: #3d3f41;
	color: white;
	padding: 3px 0 1px 3px;
}

.topmod .subhead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0 2px 0;
	border-bottom: 2px solid #DDD;
}

.topmod {
	padding: 10px 0 10px 4px;
}

/* Impact Unit */
.impactUnit {
	padding: 7px 7px 7px 7px; 
	border-bottom: 0px solid #eaeaea;
	background: #fff;
	clear: both;
}
.impactUnit990 {
	padding: 7px 7px 7px 7px; 
	border-bottom: 0px solid #eaeaea;
	background: #fff;
	clear: both;
}

/* inline podcast player */

.pod-width {width: 250px;}
.podcast-h {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 2px 15px;
}
.podcast-cont {
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
	border-top: 0; 
	border-left: 0; 
	padding: 10px;
}
.player {
	padding: 0 0 0 5px;	
}
.podcast-cont p {
	background: #e8e8e8;
	padding: 10px;
	margin: 5px 0 0 0;
	line-height: 14px;
}
.podcast-cont p .links {
	font-weight: normal;
}

/* inline photo */

/* legacy classes are grouped with sp-inlinePhoto above */
