It would help if you told us what fatal error you were getting... ;)
Although for starters, in your start.php you're registering the wrong event handler. Replace start.php with the following:
<?php
function mytheme_init() {
elgg_extend_view('css/elgg', 'Citivend_custom/css');
}elgg_register_event_handler('init', 'system', 'mytheme_init');
?>
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.