Please help! :( - i installed a new custom theme and toolbar won't show...

Permalink
Hello! Thank you for looking at this i'm in urgent need of help. I have a deadline and i think took on a project that i just don't know how to do, but im trying. So far i've created my website in Dreamweaver HTML and CSS (which i do know how to do). I've created a theme for C5 Installed it and that works fine so far as i can tell, but the edit toolbars won't show on my pages....

I've included the code below for my style.css and my page type. If you could help in any way it would be much appreciated. Thank you! :)

STYLE.CSS
/* Centers the div tag by adding automatic margins on each left and right sides,
adds a colored background for demonstration purposes only */
#main_wrapper { width: 100%; height: 100%; margin: 0px auto 0px auto; background-color: #ffffff;
}
#tempest_header {
   width: 100%;
   height: 93px;
   position: relative;
   top: 0px;
   left: 0px;
   background-image: url(images/background_header.jpg);
   background-repeat: repeat;
   background-color: #FFF;
}
#tempest_navigation {





DEFAULT.PHP
<!doctype html>
<html>
<head>
<style type="text/css" media="screen">@import "<?php echo $this->getStyleSheet('style.css')?>";</style>
<?php Loader::element('header_required'); ?>
</head>
<body>
<div id="main_wrapper">
<div id="tempest_header">
  <div align="center"><img src="images/logo_tempest.png" width="457" height="92" alt="Tempest Clothing Ltd" /></div>
</div>
<div class="Navigation" id="tempest_navigation"><a href="index.html">HOME</a><img src="images/link_spacer.png" width="20" height="5" alt="SPACER" /><a href="about.html">ABOUT</a><img src="images/link_spacer.png" width="20" height="5" alt="SPACER" /><a href="collection.html">COLLECTION</a><img src="images/link_spacer.png" width="20" height="5" alt="SPACER" /><a href="trade.html">TRADE AREA</a><img src="images/link_spacer.png" width="20" height="5" alt="SPACER" /><a href="contact.html">CONTACT</a><img src="images/link_spacer.png" width="20" height="5" alt="SPACER" /><a href="press.html">PRESS</a><img src="images/link_spacer.png" width="20" height="5" alt="SPACER" /><a href="blog.html">BLOG</a></div>
<div id="tempest_divider">
  <hr>
</div>

 
timothycosborne replied on at Permalink Reply
Never mind! God did it for me :) it suddenly works :D

Thanks anyway :)
Blenderite replied on at Permalink Reply
Blenderite