
/* The Morning News *//* www.themorningnews.org *//* General Style Sheet *//* general tag styles */
body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}

a {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#cc3300; text-decoration:none}
a:hover {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#cc3300; text-decoration:underline}
a:visited {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#cc3300;}
a.one {font-family:Georgia, Times New Roman, Times; color:#000000; font-weight:bold; font-size:16px; text-decoration:none; line-height:18px
	
	}
a.one:link {color:#000;}
a.one:visited {color:#000;}
a.one:hover { font-size:16px;background-color: transparent; text-decoration: underline;}
td {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#333333; font-size:10px;}
/* style for the article title on all pages */
.feature-title {font-family:Georgia, Times New Roman, Times; color:#000000; font-weight:bold; font-size:16px; text-decoration:none; line-height:18px}
.feature-title:hover {font-family:Georgia, Times New Roman, Times; color:#000000; font-weight:bold; font-size:16px; line-height:18px; text-decoration:underline}
.feature-title:visited {font-family:Georgia, Times New Roman, Times; color:#000000; font-weight:bold; font-size:16px; line-height:18px}
/* The styles for the excerpts of articles  */
.excerpt-description {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#333333; font-size:11px; line-height: 0.95em; padding-right:30px;}
.excerpt-date {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#666666; font-size:10px; line-height: 0.95em;}
.excerpt-info {margin-top:5px;}
/* Style for the secondary section titles like album of the week and people */
.secondary-title {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#000000; font-weight:bold; font-size:10px; text-decoration:none; line-height:10px}
.secondary-title:hover {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#000000; font-weight:bold; font-size:10px; line-height:10px; text-decoration:underline}
.secondary-title:visited {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#000000; font-weight:bold; font-size:10px; line-height:10px}
/* Recently Published section styles */
.recently-published-text {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#333333; font-size:10px; line-height:16px}
/* Headlines section styles */
.headlines-text {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#333333; font-size:10px;}
/*  Article text styles used on single and two column pages */

.article-text {font-family:Georgia, Times New Roman, Times, serif; color:#333333; font-size:14px;  line-height:21px; }
.author-credit {font-family:Georgia, Times New Roman, Times; color:#333333; font-size:12px}
.author-info {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#666666; font-size:11px; margin-top:10px; line-height:14px}
span {font-family:Verdana, sans-serif; color:#333333; font-size:11px;  line-height:14px; text-decoration:none; }

/* Letters from the Editors and Random feature  title styles */
.letters-title {font-family:Georgia, sans-serif; color:#cc3300; font-weight:bold; font-size:11px; text-decoration:none; line-height:12px}
.letters-title:hover {font-family:Georgia, sans-serif; color:#cc3300; font-weight:bold; font-size:11px; line-height:12px; text-decoration:underline}
.letters-title:visited {font-family:Georgia, sans-serif; color:#cc3300; font-weight:bold; font-size:11px; line-height:12px}
/*  Miscellaneous Styles */


.masthead-link {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#cc3300; font-weight:bold; font-size:10px; letter-spacing : .09em;}
.masthead-link:hover {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#cc3300; text-decoration:underline;}
.masthead-link:visited {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#cc3300}
.section-link {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#cc3300; font-weight:bold; font-size:10px;}
.search {width:150px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#333333; font-size:11px;}
.copyright {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#999999; font-size:9px;}
.button {font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif; color: #333333; margin:0; padding:0}
#navAlpha {
	position:absolute;
	width:225px;
	top:107px;
	left:501px;
	font: 11px  verdana, arial, helvetica, sans-serif;
	text-align: center;
	padding:10px;
	z-index:2;
	background-color: #eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:225px;
	}
#Header {
	margin:35px 0px 10px 0px;
	padding:8px 0px 0px 30px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:white;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:400px;
	
	
	text-align: justify;
	margin:0px 210px 15px 40px;
	border:0px solid black;
	
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#Content {
	position:absolute;
	width:720px;
	left: 40%;
	padding: 5px;
	margin-left: -300px;
	border:0px dashed #333;
	background-color: transparent;
	}
#pg {
	position:absolute;
	left:50%;
	width:520px;
	text-align: justify;
	margin-top:20px;
	margin-left:-286px;
	padding:15px;
	z-index:3;
	border:0px dashed #333;
	background-color: transparent;
	}
#navBeta {
	position:absolute;
	width:350px;
	top:5px;
	left: 450px;
	border:0px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:350px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:190px;}
#nav {
	position:absolute;
	width: 350px;
	top:340px;
	left: 40px;
	border:0px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	
	}
#logo {
	position:absolute;
	width: 220px;
	top:17px;
	left: 15px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	
	}

