/*
Last Updated: 2/20/2008
*/

/* overrides */

.main {
	border-left: 0px solid #3d4144;
	border-right: 1px solid #3d4144;
}

.content {
	padding: 0;
}

#conversation {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* columns */

.sp-col1 {
	float: left;
	width: 575px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #DDD;
	font-size: 1.2em;

}

.sp-col2 {
	float: left;
	width: 184px;
	
}

.sp-col1-inner {
	padding: 0 15px 5px 10px;
}



.sp-clear {
	clear: both;
}

.gutter {
	margin: 10px 10px 14px 10px;
	text-align:left;
}

.gutter em,ul,li{
margin-top:4px;
	list-style-type:none;
	}
	.gutter em {
	font-style:italic;
	}
	.sidenotebox {
	margin: 0 0 14px 0;
	text-align:left;
}

.sidenotebox em,ul,ol,li{
margin-top:4px;
	}
	.sidenotebox em {
	font-style:italic;
	}
	

/* float clear */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.story-header {

	padding: 0 18px 8px 0;
		border-bottom: 1px solid #DDD;
}
.quote {
	border: 1px solid #DDD;
	background-color:#CCC;
	
  background: url(../images/quoteline.gif) repeat-y top left;
  text-align : left;
  padding    : 0px 18px;



 
}
h1.storyTitle {
	font-family: Arial;
	font-size: 2.4em;
	padding: 5px 0;
	margin: 0px 0 0px 10px;
	
}
.breadcrumb {
	font-family: Arial;
	font-size: .9em;
	padding: 5px 0;
	margin: 0px 0 0px 10px;
	
}
h1.profileHeader {
	font-family: Arial;
	font-size: 2.4em;
	padding: 0px 0;
	margin: 0px 0 0px 0px;
	
}


.sp-story h1 {
	font-family: Arial;
	font-size: 20px;
	position:relative;
	padding: 0px 0;
	margin-top:5px;
	
}
.byLine {
	float: left;
	padding: 0 18px 8px 10px;
	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;
}


.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;
	float: right;
		margin: 0px 10px 0 0;

}

.page-tools ul {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}


.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;
	text-align:left;
}
.sp-story a {
	color:#00C;
	line-height: 1.6em;
	text-align:left;
	text-decoration:underline;
}.sp-story em {
	font-style:italic;
}
.sp-story p {
	margin: 4px 0 13px 0;
}

.sp-story ul,.sp-story li
{
	list-style:disc;
}
.sp-story .subhead, h3.subhead-notebook {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
	padding: 6px 0 0 0;
	margin: 0;
}



/* 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;
}


/* sidebar globals */

.sp-col2-inner h3 {
	
	font-family: Arial;
	font-size: 1.4em;
	margin-left: 10px;
}

/* also see */




.sp-alsoSee ul li {

	list-style: disc;

}


#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 {
	
}



/* 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;
}

/* inline photo */

/* legacy classes are grouped with sp-inlinePhoto above */
