/* @override http://localhost:9016/artcss/i_said_it.css */

body{
	background: #fff url(/images/article/i_said_it/leggings.jpg) no-repeat center -260px;
}
body.home{
	background: #fff url(/images/article/i_said_it/leggings_h.jpg) no-repeat center -260px;
	margin-top: -80px;
}
.home .logo{
	background: url(/images/article/i_said_it/homeLogo.png) no-repeat left 20px;
}
.article h1{
	color: #e1dfe0;
	text-shadow: none;
	font-family: "proxima-nova-1", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-align: right;
	font-size: 100px;
	line-height: .5;
	margin-top:10px;
}
.article{
	position: relative;
}
.cover h1{
	margin-top: 500px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}

.article p{
	font-weight: bold;
	color: #19cdfc;
	text-transform: uppercase;
	line-height: .8;
	font-size: 200px;
	text-align: right;
	text-shadow: none;
}

.leggings{
	letter-spacing: -0.07em;
	line-height: .87;
	
}
.are{
	position: absolute;
	font-size: 290px;
	letter-spacing: -.05em;
	left: 586px;
	top: 480px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	display: block;
}
.stupid{
	font-size: 270px;
	letter-spacing: -0.07em;
	text-align: left;
	display: block;
	position: relative;
	margin-top: 106px;
	color: #fff;
	width: 500px;
	background: #f71516;
	line-height: 0.8;
	text-shadow:5px,5px,2px, rgba(0,0,0,0.7);
	padding-top: 12px;
	padding-left: 12px;
}
