* {
	background:none !important;
	color:black;
	font-family:Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	list-style-type:none;
}

a:link, a:visited {
	color: #00BFF2;
}

a img {
	border:none;
}

.box .contents {
	overflow:visible !important;
	height:auto !important;
}

.box, .boxshadow {
	height:auto !important;
	width:auto !important;
}

#projects h3 a img {
	margin-right:10px;
}

#identity li img {
	float:left;
	margin-right:15px;
	padding:3px;
	background:white;
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,.5);
	-moz-transform:rotate(3deg);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,.5);
	-webkit-transform:rotate(3deg);
}

#identity li:nth-child(even) img {
	-moz-transform:rotate(-3deg);
	-webkit-transform:rotate(-3deg);
}

form {
	display:none;
}

.closebutton {
	display:none !important;
}

#language {
	display:none;
}

