/* General Codrops Demo Style */
body{
	color:#fff;
	font-family: Arial, sans-serif;
	font-size:14px;
}

p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}

.clr{
	clear:both;
}

.content{
	margin:5px;
	width:700px;
	
}
@media screen and (max-width: 640px) {
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}
}