@charset "utf-8";
/* Eric Meyer CSS Reset v1.0 | 20080212 (http://meyerweb.com/eric/tools/css/reset/) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Common */
body{
	background-color:#F2E675;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#wraper{
	margin:0 auto;
	width: 800px;
}
div#header{
	width: 100%;
	padding:30px 0 20px 0;
}
.clear{
	clear: both;
	font-size:0px;
	line-height:0px;
}
/* Header */
div#header ul#nav {
	float: right;
	margin-right:21px;
}
div#header ul#nav li {
	float: left;
	border-right: 1px solid #ff0000;
	padding: 0 12px;
}
div#header ul#nav li.first {
	border-left: 1px solid #ff0000;
}
div#header ul#nav li a {
	display:block;
	text-transform: uppercase;
	color:#000;
	font-size: 12px;
	line-height:1.1;
	text-decoration: none;
	font-weight: bold;
}
div#header ul#nav li a:hover {
	color: #f00;
}
div.issue-home{
	margin: 20px 0 0 0;
	position: relative;
	width: 800px;
	overflow:hidden;
}
div.issue-home a.button{
	position: absolute;
	left: 62px; 
	top: 207px;
}
div.issue{
	position: relative;
	padding: 10px 0 30px 0;
	width: 800px;
	overflow:hidden;
}
div.issue a.button{
	position: absolute;
	left:58px; 
	top: 200px;
}
div.issue-full{
	margin: 10px 0 0 0;
	width: 800px;
	overflow:hidden;
}
div.issue#issue-4 a.button {
	left:65px;
}
div#footer {
	margin: 20px 0;
	border-top: 1px dotted #F00;
	border-bottom: 1px dotted #F00;
	padding: 20px 0;
}
div#footer p {
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
}

div#footer-information {
	margin: 20px 0;
	padding: 20px 0;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
}

div#footer p {
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
}

div#footer p.counter {
	margin-top: 10px; 
	font-size: 11px;
	line-height: 1.4;
	color: #F00;
	text-align: center;
}
div#about {
	font-size: 12px;
	line-height: 1.3;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #F00;
	text-align: center;
}
