/* ============== DATELINE PAGE LAYOUT  ============== */

#pageLayout { width: 760px; }

table#dlColumnLayout { width: 760px; }
#dlNavColumn { width: 135px; padding: 10px; padding-bottom: 20px; color: #000; background: #a3bad3; }
#dlContentColumn { width: 600px; padding: 10px 0 20px 15px; }


/* TOC LAYOUT */
table#tocHeaderLayout {  }
#tocCover { width: 150px; }
#tocIssue { padding-left: 15px; }

#tocColumnLayout { width: 585px; }
#tocContentColumn { width: 395px; padding-right: 10px; }
#tocAdsColumn { width: 180px; }


/* LEFT COLUMN STYLING */
#dlNavColumn { color: #013e7f; }
#dlNavColumn h2 { text-align: center; margin: 0 0 1em 0; }
#dlNavColumn a { color: #013e7f; font-weight: bold;}
#dlNavColumn hr { }
#dlNavColumn ul { list-style: square; }

#tocLink { text-align: center; margin-bottom: 1em; }
#issueNav { margin-top: .5em; margin-bottom: 2em; }
#issueNav li { margin-bottom: 1em; }

#backLinks { margin: 2em 0; padding: .5em 0; font-size: .8em; text-transform: uppercase;  }
#backLinks p { margin: .8em 0; }
#backLinks a { font-weight: normal !important; }

#pageUtilities { margin-top: 50px; padding: .5em 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
#pageUtilities p { margin: .5em 0; }
#pageUtilities a { font-weight: normal; }

/* RIGHT COLUMN STYLING */

#tocAdsColumn h2 {
	margin: 0; margin-bottom: 1em;
	padding: .2em .5em;
	font-size: 1.2em; 
	text-align: center; 
	color: #fff; 
	background: #999; 
	}

/* FONT STYLING ======================================================== */

#breadcrumbs { margin-bottom: 15px; }

h1, h2, h3, h4 { font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif; }
hr { height: 1px; color: #666; margin: 0; }

h1 { margin-top: 0; }


/* TABLE OF CONTENTS ======================================================== */

#tocIssue { }
#tocCover img { border: 1px solid #000; }
#datelineHeader { color: #013e7f; font: bold italic 2em Arial, Helvetica, Sans-Serif; }
#tocIssue h1 { margin: 0; color: #000; font-weight: normal; font-size: 1.2em; line-height: 130%; }
#tocTheme { margin-top: 2em; font-weight: bold; font-style: italic; }

#tocPostingRollup {  }
#tocPostingRollup h2 { margin-top: 1.5em; margin-bottom: .5em; }
.tocPosting { }
.tocPosting p { margin: 1em 0; }
.topPosting .tocTitle { }
.tocPosting .tocByline { font-style: italic; }

#tocPostingRollup .topLink { margin: 1em 0; font-size: .75em; text-transform: uppercase; }
#tocPostingRollup .topLink a { color: #999; }


/* Dateline ARTICLES ======================================================== */

.articleDeck { margin: 5px 0; font-style: italic; }
.articleAuthor { margin: 5px 0; }
.articleDeck p, .articleAuthor p { display: inline; }

#articleSidebar {
	width: 175px; 
	float: right; 
	margin-top: 5px;
	margin-left: 15px; 
	margin-bottom: 5px; 
	border: 1px dotted #666;
	background: #f0f6ff;
	padding: 10px; 
}

/* DATELINE ARCHIVE PAGE */

#archiveNav { margin-left: -15px; }
#archiveNav ul { list-style: square; }
#archiveNav li { margin-bottom: .5em; }
