body, div, h1, h2, h3, h4, h5, h6, a, p, ul, img, span {
    margin: 0px;
    padding: 0px;
	border: 0px;
    background: transparent;
}

header, article, footer, nav {
	display: block;
}

body {
    font-family: Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
}

nav.social {
position: absolute;
top: 5px;
right: 5px;
}

a.social {
	border-radius: 5px;
	display: inline-block;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px;
	line-height: 22px;
}

a.social:hover {
	background-color: #006600 !important;
	color: white;
}

a#twitter {
	background: url(/resources/twitter.png) no-repeat;
	padding-left: 30px;
}

a#gplus {
	background: url(/resources/gplus.png) no-repeat;
	padding-left: 30px;
}

a#deviantart {
	background: url(/resources/deviantart.png) no-repeat;
	padding-left: 47px;
}

body > header {
	background: rgba(0,102,0,0.7);
	color: #FFFFFF;
	padding: 0px 10px 0px 5px;
}

body > header > h1 {
	display: inline-block;
}

article {
	overflow: hidden;
	padding: 5px;
	border-radius: 5px;
	margin: 15px 0px 15px 30px;
}

a article {
	width: 300px;
	height: 247px;
	float: left;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-color: #D4F0D8;
	color: black;
}

a article h1 {
	line-height: 22px;
	font-size: 1.2em;
}

a:hover article {
	background-color: #006600;
	color: white;
}

a[href^="http://zatnosk.deviantart.com"] article {
	background-image: url(/resources/deviantart.png);
}

a:hover[href^="http://zatnosk.deviantart.com"] article {
	background-image: url(/resources/deviantart_white.png);
}

a[href^="http://zatnosk.deviantart.com"] article h1 {
	margin-left: 40px;
}
