/* @override http://192.168.1.6:9016/artcss/whats_the_measure.css */

body{
	background: #fff url(/images/article/whats_the_measure/background.png) repeat-y center top;
	color: #000;
}
.article h1{
	background: url(../images/article/whats_the_measure/h1.png) no-repeat right top;	text-indent: -9000px;
	height: 130px;
	border-bottom: 3px solid #C23517;
	font-variant: normal;
	margin-bottom: 65px;
}
.article p{
	color: #000;
	text-shadow: none;
}
.article{
	padding-top: 40px;
	padding-bottom: 106px;
}
.slug{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 47px;
}
.callout{
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	background: #efefef;
	padding: 20px 10px;
	position: relative;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
}
.rgba .callout{
	background: rgba(201,219,228,0.83);
}
.article .grid_3{
	width: 320px;
}
.callout .grid_2{
	width: 200px;
}
.callout img{
	position: absolute;
	top: 60px;
	right: -41px;
}