
/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
    font-family: Helvetica, HelveticaNeue, HelveticaNeue-Light, sans-serif;
	font-size: 0.85em;
	}
body {
	margin: 0 auto;
	width: 960px;
	}
nav+section {
	overflow: hidden;
	width: 960px;
	float: left;
	clear: none;
	}


/* == LINKS == */

a:link, a:visited {
	text-decoration: none;
	color: #2ba9d8;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #2ba9d8;
	}


/* == HEADER == */

body>header {
	background: none;
	padding: 0 0 0 0;
    border-width: 0 0 1px 0;
    border-color: #ccc;
    border-style: dotted;
    margin-bottom: 10px;
	color: #ccc;
	}
	body>header {
        text-align: right;
		}
		body>header a:link, body>header a:visited {
			text-decoration: none;
			color: #ccc;
			}
		body>header a:hover, body>header a:active {
			text-decoration: none; 
			color: #2ba9d8;
			}


/* == FOOTER == */

footer {
	padding-top: 15px;
    margin-top: 55px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #ccc;
	text-align: center;
    font-family: Helvetica, HelveticaNeue, HelveticaNeue-Light, sans-serif;
	overflow: hidden;
	width: 100%;
	clear: both;
	}
body>footer a:link, body>footer a:visited {
	text-decoration: none;
	color: #ccc;
	}
body>footer a:hover, body>footer a:active {
	text-decoration: none; 
	color: #2ba9d8;
	}


/* == ALL YOUR CODE ARE BELONG TO POETRY == */