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; }



body { 
	background-color: #EEEEEE;
	background: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#BBBBBB),color-stop(1,#BBBBBB)) fixed no-repeat 0 100% !important;
	border-top: 1em solid #000000;
	color: #333333;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
	margin: 20px auto 0;
	width: 500px;
}

#asd {
	float: left;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	margin-bottom: 2em;
}

#text {
	font: 20px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.name {
	color: #5DA8BF;
	font: 38px/46px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 2em 0 4px;
	padding: 0;
/*	border-bottom: 6px solid #131313;
*/	clear: both;
	text-shadow:1px 1px 1px rgba(242, 242, 242, 0.75);
}


	
.articles {
	display: block;
	margin: 0 auto 50px;
	overflow: auto;
	width: 500px;
}

.article {
	color: #DDDDDD;
	float: left;
	font-size: 18px;
	line-height: 25px;
	padding: 0.5em;
	margin: 0.2em .1em;
	text-align: center;
	text-decoration: none;
	width: 480px;
	background-color: #131313;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
}

.article:hover {
	background-color: #3AA0CB;
	color: #FFFFFF;
}

#footer { clear: both; float: left; width: 100%; }
	#footer p { color: #AAAAAA; padding: 18px 0px 18px 0px; text-align: center; }
	#footer p a { letter-spacing: 0.1em; color: #3AA0CB; text-decoration: none; }
	#footer p a span { color: #000000; }
	#footer p a:hover { color: #000000; text-decoration: underline; }

