/* CSS Document */

.leftcolumn {
	background: white;
	padding:35px;
	padding-top:20px;
	width: 650px;
	border: 1px solid #9e9fa1;
}

.rightcolumn {
	
}

/* main story styles */

.sectioncrumb {
	margin-bottom: 20px;
	color: #999999;
	text-align:right;
}

.storyheadline {
	font-size: 170%;
	color: #165b79;
	font-weight: bold;
	font-family:"News Gothic MT", "News Gothic Std", News-Gothic, News-Gothic-Normal, Arial;
}

.storybyline {
	margin-bottom: 30px;
	color: #666666;
}

.storyfirstparagraph {
	font-size: 120%;
	font-weight:500;
	line-height: 130%;
	margin-bottom: 15px;
}

.storybodytext {
	font-size: 110%;
	line-height: 130%;
}

.storymedia {
                position: relative;
                float: right;
                margin: 10px 0 15px 20px;
                width: 360px;
                height: 309px;
                border: 1px solid #999;
                background: #CCCCCC;
}



.storyquote {
	display: block;
	font-family: "News Gothic MT", "News Gothic Std", News-Gothic, News-Gothic-Normal, Arial;
	float: left;
	width: 230px;
	font-size: 140%;
	margin: 10px 10px 20px;
	line-height: 120%;
}

/* Toolbox */

#toolbox {
	background: #ffffff ;
	border: 1px solid #999999;
	width: 267px;
}

.toolboxHeading {
	width: 267px;
	height: 40px;
	background:url(images/toolbox-heading-open.gif);
}

#toolbox ul {
	font-size: 90%;
	margin: 10px 0 20px 0;
	padding:0;
	list-style:none;
}

#toolbox ul li {
	margin:0;
	padding:0;
	padding: 2px 10px;
	border-bottom: 1px solid #CCCCCC;
}

/* In the Headlines Side Panel */

#inheadlines {
	margin-top: 10px;
	background: #ffffff ;
	border: 1px solid #999999;
	width: 267px;
}

.inheadlines {
	
}

#inheadlines .inheadlinesHeading {
	width: 267px;
	height: 40px;
	background: url(images/inheadlines-heading-open.gif);
}

#inheadlines ul {
	font-size: 100%;
	margin-left:0px;
	margin:0;
	padding: 10px 0 20px;
	list-style:none;
}

#inheadlines ul li {
	margin:0;
	padding:0;
	padding: 2px 10px;
	border-bottom: 1px solid #CCCCCC;
}

/* Related Items */

#related {
	margin-top: 10px;
	background: #ffffff ;
	border: 1px solid #999999;
	width: 267px;
}

.relatedRollup {

}

.relatedHeading {
	width: 267px;
	height: 40px;
	background: url(images/relatedstories-heading-open.gif);
}

#related ul {
	font-size: 100%;
	margin-left:0px;
	margin:0;
	padding: 10px 0 20px;
	list-style:none;
}

#related ul li {
	margin:0;
	padding:0;
	padding: 2px 10px;
	border-bottom: 1px solid #CCCCCC;
}


/* Related Media */

#relatedmedia {
	margin-top: 10px;
	position:relative;
	width:267px;
	z-index:2;
	border:1px solid #9E9FA1;
	background: white;
}

#relatedmedia ul {
	font-size: 100%;
	padding: 10px 0 15px;
	margin: 0;
	list-style:none;
}

#relatedmedia ul li {
	margin:0;
	padding:0;
	padding: 2px 10px;
	border-bottom: 1px solid #CCCCCC;
}

#relatediwitness {
	margin-top: 10px;
	position:relative;
	width:267px;
	z-index:2;
	border:1px solid #9E9FA1;
	background: white;
}

.relatediwitnessheading {
	width: 267px;
	height: 40px;
	background:url(images/relatedwitness-heading-open.gif);
}

#relatediwitness ul {
	font-size: 100%;
	padding: 10px 0 15px;
	margin: 0;
	list-style:none;
}

#relatediwitness ul li {
	margin:0;
	padding:0;
	padding: 2px 10px;
	border-bottom: 1px solid #CCCCCC;
}

#involved {
	border-top: 1px solid #999999;
	margin-top: 10px;
	padding-top: 10px;
}

#involved .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #435157;	
	margin: 10px 0px 10px;
}

#involved textarea {
	margin-bottom: 15px;
}

#submenu {
	text-align:center;
	font-size: 90%;
	border-top: 1px solid #999999;
	margin-top: 20px;
	padding-top: 10px;
	clear: both;
}
