html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	margin: 8px;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	margin: 0;
	font-size: 24px;
}
h1 {
	background-color: #f2cb1a;
	font-weight: bolder;
	padding: 5px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 32px;
}
h2 {
	background-color: #aaa;
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
}
h3 {
	word-spacing: 2px;
	line-height: 1.5;
}
h4 {
	padding: 10px 0;
	background-color: #AAA;
	font-weight: bolder;
}

p {
	margin: 12px 0 0;
	line-height: 1.5;
}
#footer p {padding: 0 5.5% 12px;}
#dialog p {margin: 20px 0;}

#site {
	background-color: white;
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	padding: 10px 20px 20px;
}
a img {
	display: block;
	margin: 0 auto;
}
#home {
	margin: 20px 0;
	background-color: #ddd;
}
#details {padding: 10px 2.5%;}

#action {
	margin-top: 10px;
	padding-bottom: 20px;
}
#cover {
	width: 35%;
	float: left;
}
#cover img {
	box-shadow: 0px 0px 5px #888;
	border: 1px solid black;
}
#subscribe {
	width: 65%;
	float: left;
}

#stories, #advertisers {
	width: 50%;
	float: left;
}
#stories .inside {
	float: left;
	margin: 0;
}
#advertisers .inside {
	float: right;
	margin: 0;
}
#footer img {margin-top: 8px;}

.float {overflow: hidden;}
.inside {
	background-color: #ddd;
	margin-left: 7.5%;
	width: 97%;
}


#overlay {
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	background: rgba(0, 0, 0, 0.4);
}

#dialog {
	position: fixed;
    width: 320px;
    height: 180px;
    margin-left:-160px;
	margin-top:-90px;
    left: 50%;
	top: 50%;
	background-color: white;
	text-align: center;
}
#dialog a {
	display: inline-block;
	padding: 8px 32px;
	background-color: #aaa;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#dialog a:hover {
	background-color: #888;
	cursor: pointer;
}