  @charset "utf-8";
/* CSS Additions for MDG Momentum Page */

.headquote {
	background-color:#e6d4d4;
	border: 1px solid #d23330;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 15px;
	padding-right:15px;
}

.headquote p {
	font-size: 1.1em !important;
	line-height: 150%;
}

h1.banner {
	width: 599px;
  	height: 73px;
	margin-top: 1.6em;
	margin-bottom: 2em;
  	background: url(/zh/millenniumgoals/mdgmomentum/images/mdg-momentum-logo.png);
  	text-indent: 100%; /* Image replacement (http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/) */
  	white-space: nowrap;
  	overflow: hidden;
}

/*h1.banner { *//* text only H1 heading style ( enable to strip out graphic heading banner) */
	/*font-size: 1.9em;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.6em;
	color: #7e030a;
 }*/

#main h3 {
	padding-top: 0.5em;
}

.thumbnails {
	padding-top: 1em;
}

.thumbnails img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #d23330 !important;
}

.thumbnails img.last {
	margin-right: 0;
}