@charset "UTF-8";

body {
	background-image: url('../images/bg-aranciata.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #0a0a0a;
}

.highlight {
	color: #ff7200;
}

a:hover {
	color: #ff7200;
	}
	
a:active {
	color: #ffffff;
	background-color: #ff7200;
}

#topbar {
	border-bottom: thin dashed #ff7200;
}	

#contentvideo {
	border: thin dashed #ff7200;
	}	
	
#workdesc {
	border-left: thin dashed #ff7200;
}

.download {
	border: thin dashed #ff7200;
}

.download:hover {
	background-color: #ff7200;
	color: #fff;
	border: thin dashed #fff;
}

li:before {
	color: #ff7200;
}