@import "inside.css";

/* General Styles */
.section-date {
	margin:10px 0;
	border-bottom:1px solid #eee;
	}

h2 { margin:10px 0 0 0; line-height:1.2em; padding-bottom:0.5em; clear:left; }

#section-nav {
	margin-top:40px;
	text-align:center;
	}

#section-nav a {
	margin:0 10px;
	}

#section-lead {
	margin-top:10px;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	}

#section-lead .copy {
	float:left;
	width:380px;
	}

/*#section-lead img {
	float:right;
	margin:0 0 0 10px;
	} */
	
/*.storyimg {
	float:right;
	margin:0 0 0px 10px;
	line-height:14px;
	} */

.storyimg {
	float:right;
	width:300px;
	margin:0 0 0 10px;
	display:inline;
	}

.storyimg img,.media-thumbnail img {
	margin:0 auto;
	text-align:center;
	display:block;
	}

.embed {
	background:#eee;
	text-align:center;
	}

.media-thumbnail {
	float:right;
	width:200px;
	margin:0 0 0 10px;
	}

/* Typography */

.section-date {
	clear:left;
	color:#666;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:1px solid #eee;
	font-size:14px;
	}

h2 a {
	text-decoration:none;
	color:#003979;
	}

h2 a:hover {
	color:#333;
	text-decoration:underline;
	}

#section-nav a{
	color:#003979;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	}

.byline { line-height:24px; float:left; }

.sectionexcerpt { font-size:14px; line-height:22px; }

.sectionbyline { font-size:11px; line-height:22px; float:left; }

