<style type="text/css">
<?php if ($$codename->option['imageLogo']) : ?>
#blog-title {
	background:url('<?php echo $$codename->option['imageLogo']; ?>') no-repeat 0 0;
	text-indent:-9999px;
	height:38px;
	margin:28px 0 0;
}
#blog-title a {
	display:block;
	height:28px;
}
<?php endif ?>
<?php if($$codename->option['topAdv']) : ?>
#branding {
	float:left;
	width:465px;
}

#top-adv {
	float:right;
	width:468px;
	height:60px;
	margin-top:22px;
}
<?php endif ?>
</style>

<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); 

?>/css/style-ie.css" />
<![endif]-->
