I had to change your template for it to work with a costum style..
when moveing the navbar etc around, downsloads main template screws
moved the vb:if from the title..
and
ADDED the missing headinclude_bottom for styles to work..
this is the template now, which works with costum styles.
Everything
ABOVE the body TAG
Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}">
<head>
{vb:raw headinclude}
<title><vb:if condition="$dlcustomtitle"> {vb:raw vboptions.bbtitle} - {vb:rawphrase downloads2} - {vb:raw dlcustomtitle}</vb:if></title>
<script type="text/javascript" src="clientscript/vbulletin-editor.js?v={vb:raw vboptions.simpleversion}"></script>
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}editor.css" />
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}bbcode.css" />
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}downloads2.css" />
{vb:raw headinclude_bottom}
</head>
this have nothing to do with 4.0.2 vbulletin update. its just needed changed.