@charset "UTF-8";

body {
	background-image: url('../images/bg-kirin.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #5b95a7;
}

.highlight {
	color: #ffc20d;
}

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

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

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

.download {
	border: thin dashed #ffc20d;
}

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

li:before {
	color: #ffc20d;
}