/*
 * PONGSOCKET
 * Pongsocket post-specific CSS for "Earth Art with Google Maps".
 * By Andy Graulund
 * <electricnet@gmail.com>
 * <andygraulund.com>
 */

#primary, .primary {
	width: auto;
	margin-left: 0;
}

.primary #after, .primary h1, .primary .primary, .front #primary, .front .primary {
	width: 40em;
	margin-left: 230px;
}

.primary h1 {
	width: 13.33em;
}

.front .primary h1 {
	margin-left: 0;
	width: auto;
}

.primary h1 strong {
	display: block;
	line-height: 1em;
	color: #fd0;
	font-size: 200%;
	text-shadow: 0 3px #131219;
}

.primary h1 em {
	color: #d1d1d3;
	font-weight: normal;
	font-size: 65%;
}

.coolmap {
	position: relative;
	height: 360px;
	margin: 30px 0;
	border: 6px solid #0f0f14;
	border-width: 6px 0;
}
.coolmap .map {
	height: 360px;
	line-height: 1em;
	overflow: hidden;
}
.coolmap .map a.maplink {
	display: block;
	margin: 70px 0 0 230px;
	font-size: 69%;
}
.coolmap .location {
	display: none;
	position: absolute;
	top: 15px;
	left: 230px;
	padding: 0 10px;
	background-color: #000;
	font-size: 200%;
	/*font-family: "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Constantia, serif;
	color: #d1d1db;
	opacity: .8;
	line-height: 1.6em;
}
.coolmap .location strong {
	color: #fff;
}
.coolmap:hover .location, .hoverin .location {
	display: block;
}

#post-5 #logo, #front-5 #logo {
	background-color: #c1a809;
	background-color: #eacb03;
	margin-top: 50px;
}

p.asider {
	margin-top: 0;
	margin-bottom: 2em;
}

#front-5 {
	background: #1a1922 url(http://s3.amazonaws.com/pongsk/img/earthart-fronter.png) repeat-x;
	margin-top: 11.38em;
}
