/* reset */
a, h1, h2, h3, h4, h5, p, ul, ol, li, section, header, body {
	padding:0;
	margin:0;
	text-decoration: none;
	text-indent:0;}

body {
	background: rgb(80,80,0) url("pattern_8b.gif");
	font-family: 'Droid Serif', arial, serif;
	color:rgb(50,50,0);
	font-weight:regular;}

#wrapper {
	width:940px;
	margin:auto;
}

h1 {
	font-size:160px;
	margin-bottom:205px;
	font-weight:bold;
	font-style:italic;
	-webkit-transform: translate(-30px, 210px) rotate(-6deg);}


/* lists */
ul {
	list-style: none;
	text-indent:5px;
	margin-bottom: 20px;
	-webkit-transform: translate(675px,-10px);}

ul + ul {
	-webkit-transform: translate(675px,-10px);}

ul + ul + ul {
	-webkit-transform: translate(675px,-10px);}

li {
	margin:3px;
	text-indent:25px;}

#projects {
	margin-top:25px;}




/* links */


a:link, a:visited {
	color:rgb(180,180,0);
	padding: 3px;
	text-shadow: rgb(50,50,0) 2px 2px 2px;}

#header a:link, #header a:visited {
	color:rgb(180,180,0);
	-webkit-transition: color 0.5s ease-out;}

a:hover {
	color:rgb(200,200,0);
	background: rgb(20,20,0);}

#header a:hover {
	color:rgb(240,240,0);
	background: none;}

a:active {
	color:rgb(100,100,0);
	background:rgb(15,15,0);}