The default tag cloud works with blog post tags only. You however are adding custom post type tags. Check wordpress.org for a plugin that will pull in tags from custom post types as well. There should be plenty available.
I found in your functions.php that you gave the taxonomy "type" to the custom tags and I used that in a custom post tag cloud. Now if you click on one of the tags, it goes to a page such as http://indytube.net/type/tagName, what is that page? How can I format it? e.g. choose a template with sidebar etc...?
Or even better, is there a way to automatically remove the "/type" part of the url?
I think I found the code in the tag cloud where the url is created, something like this:
By default as you noticed, the tags are going to use the archives template. I don't have any code to customize permalinks via the functions.php file. You will need to check some wordpress hack sites as the permalinks are written via WordPress.