#sidebar h3 {
font-weight:600;
font-size:1.1em;
text-transform:uppercase;
padding:0 0 20px;
letter-spacing:0.1em;
}
#sidebar .popularlink h3,
#lowercontent .popularlink h3 {
	padding:0 0 5px;
	font-weight:600;
	font-size:1.1em;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
#sidebar .popularlink .meta p,
#lowercontent .popularlink .meta p {
	border-bottom:1px solid #bbb;
	margin-bottom:10px;
	font-size:1em;	
}
.promo,
#category-sidebar,
#related-material,
.toc,
#page-children {
padding:20px 0 0 20px;
}
#related-material img {
padding-bottom:12px;
}
#related-material .filter p {
padding: 8px 12px 8px 13px;
font-size: 1.3em;
line-height: 140%;
}
#related-material .filter p img {
padding-bottom:0;
border:1px solid #ccc;
margin-right:10px;
}

/* This can be replaced by the sidebar-widget.css chunk once we clean up the sidebars eventually */
.widget .beige-fill,
.widget .promo-beige { /* promo-beige is for legacy support, new fills should follow the pattern: .{color}-fill */
background-color:#F7F7F1;
}
/* End cleanup nag. */

h5,
.toc h2 {
	background-color:#333132;
	color:#fff;
	clear:both;
	text-transform:uppercase;
	padding:9px 20px 9px;
	font-size:1.3em;
	font-weight:400;
	letter-spacing:0.1em;
	font-family:"franklin-gothic-urw", Verdana, Geneva, sans-serif;
}
h5 a,
h5 a:hover {
	color:#fff;	
}
.toc h2 {
	margin:-20px 0 20px -20px;
}
#related-material h2,
#popular-plugin h2 { 
padding:10px 0 15px;
font-size:2em;
}

.part-of-a-series {
padding:20px;
}
.part-of-a-series h2 {
font-family:"abril-text", Georgia, "Times New Roman", Times, serif;
font-size: 2.1em;
font-weight: normal;
line-height: 1.42;
}
.part-of-a-series a:hover,
.part-of-a-series a:focus {
color:#D6A466;
}

#sidebar .dataset-instructions p {
font-size: 1.4em;
line-height: 1.2;
margin-bottom: 1em;
}

@media (min-width: 641px) and (max-width: 999px){
	#lowercontent .tabsystem {
		width:48%;	
	}
	#right-rail-search {
		float:left; 
	}
}
@media (max-width: 640px){	
	#lowercontent .tabsystem {
	margin:0;
	float:none;
	width:100%;
	}
}
