body{
	background-color: #cccccc;
	background-image: url(images/newspaper.png);
	min-height: 1000px;
	font-family: sans-serif;
}


/* Music */

.album {
	min-height: 250px;

}

.browser{
	min-height: 150px;

}

p{
	font-style: normal;
	font-size: 1.25em;
	font-weight: normal;
	color: black;
	font-family: sans-serif;
	margin: 0;
	padding: 0 0 50px 0;
}

h1{
	padding-left: 100px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	height: 150px;
	background-repeat: no-repeat;
	background-image: url(images/kewpie.png);
	font-size: 6em;
	font-weight: bold;
	color: #cc00cc;
	font-family: sans-serif;
	margin: 0 0 20px 0;
}


h2 {
	position: absolute;
	top: 100px;
	left: 110px;
	padding: 0;
	margin: 0;
	font-style: normal;
	font-size: 2em;
	font-weight: normal;
	color: black;
	font-family: sans-serif;


	}

h3{
	font-size: 2em;
	font-weight: bold;
	color: #cc00cc;
	font-family: sans-serif;
	padding: 0;
	margin: 0;
}

a{
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

a:link{
	color: black;
	text-decoration: none;
}

a:visited{
	color: #4d4d4d;
	text-decoration: none;
}

a:hover{
	color: #cc00cc;
	text-decoration: none;
}

ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ol{
	list-style-type: decimal-leading-zero;
	position: absolute;
	left: 300px;
	margin: 0;
	padding: 0;

}

li{
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 1.25em;
}

.left_noshadow {
	float: left;
}

img {
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0;
}

.left_shadow {
	float: left;
	-webkit-box-shadow: 4px 4px 6px #000;
	-moz-box-shadow: 4px 4px 4px #000;
	box-shadow: 4px 4px 4px #000;
}



/* Menu */

#menu {
	margin-bottom: 50px;
}

#menu ul {
	white-space: nowrap;
	text-align: left;
}

#menu li {
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	list-style-type: none;
	display: inline;
	background-color: black;
	margin: 15px;
	-webkit-box-shadow: 4px 4px 6px #000;
	-moz-box-shadow: 4px 4px 4px #000;
	box-shadow: 4px 4px 4px #000;
}

#menu #nav-projects{
	width: 180px;
	padding: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:45px;
   	background-image: url(images/projects.png);
	background-color: black;


}

#menu a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: white;
	font-size: 1.25em;
}

#menu a:link visited{
	font-style: normal;
	font-weight: normal;
	color: white;
}

#menu li:hover {
	color: black;
	background-color: #cc00cc;
	}
