Hi, thanks for reply, hope not too much code for you!
@charset "UTF-8";
/* CSS Document */
<style type="text/css">
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
}
:focus {
outline: 0;
}
ol, ul {
list-style: none;
}
#header{
}
body{
background-color: #bbbfc2;
}
/* ---------- Headers Tags --------*/
h1, h2, h3 a{
font-family: Georgia, Baskerville, "Palatino Linotype", Times, Times New Roman, Serif;
font-weight: 400;
}
h1{
font-size: 1.5em;
font-style: normal;
}
h2 a{
line-height: 1em;
font-style: normal;
font-weight: normal;
font-size: 1.5em;
text-decoration: none;
color: #730c02;
}
h3 a{
font: italic 1.5em #730c02;
}
h2 a:hover{
color:#206c78;
}
h3 a:hover{
color:#843503;
}
/* //////////End of Headers Tags///////////////*/
#wrapper{
font-family: verdana, arial, sans-serif;
font-size: 12px;
background-image:url("images/logo.png");
background-repeat: no-repeat;
max-width:100em;
margin: 0 auto;
position: relative;
overflow: hidden;
padding-left: 99px;
background-color: #ffffff;
}
#container{
width: 73em;
margin: 0 auto;
background-image:url("images/michaelryan.png");
background-repeat: no-repeat;
color: #777777;
}
/*-----Header----------*/
#header{
background-image:url("images/arm-stretch.png");
background-repeat: no-repeat;
background-position: bottom right;
width: 73em;
height: 43em;
}
#header-text{
width: 28em;
margin-top: 150px;
float: left;
padding:0 1em 1em 0;
}
#header-text img{
float: left;
margin: 0 1em 1em 0;
border: 1px solid #bbbfc2;
}
/*-----Navigation------*/
#nav-container{
text-align: right;
}
#navlist
{
padding: 0 1px 1px;
margin:0;
color: #bbbfc2;
font-size: 1.3em;
font-family: "Trebuchet MS" sans-serif;
}
#navlist li
{
list-style: none;
margin-left: 1.5em;
display: inline;
}
#navlist li a
{
color:#bbbfc2;
text-decoration:none;
}
#navlist li a:link { color: #bbbfc2; }
#navlist li a:hover
{
color: #777777;
}
/* ////////// End of Navigation //////////////*/
/* ---------- content ------------------*/
#content{
text-align: left;
color: #777777;
width: 40em;
margin: 0 1em 1em 0;
line-height: 1.5em;
float: left;
margin-bottom: 2em;
}
#content a{
color: #730c02;
}
.blog-header{
font-family: Baskerville, "Palatino Linotype", Times, Times New Roman, Serif;
font-style: italic;
font-weight: 100;
font-size: 2em;
color: #bbbfc2;
padding-bottom: .5em;
border-bottom: 1px solid #f37405;
margin: 1em 0;
}
#content h1{
color: #730c02;
}
.postmetadata{
border-bottom: 1px dotted #2d2d29;
padding-bottom: 1.5em;
}
.comments{
margin-top: 0;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
height: 46px;
line-height: 350%;
font-size: 98%;
font-weight: normal;
color: #333;
border: 1px solid #C5BBA0;
}
/*--------------end of content --------------*/
/*--------------sidebar----------------------*/
#sidebar{
float: right;
color: #777777;
margin-left: -43.25em;
width: 23em;
margin: 0;
padding: 0;
}
#sidebar h3{
font-style: italic;
font: italic 1.5em #730c02;
}
/*--------------end of sidebar---------------*/
#footer{
clear: both;
}
element{
}
</style>
<div id="sidebar">
<h2 class="blog-header">Events</h2>
<ul>
<li><h3><a href="#"> Weekend Breaks<span>»</span></a></h3><p>
Need a break? Me Too! Check out our up-coming yoga breaks.
</p></li>
<li><h3><a href="#"> Workshops <span>»</span></a></h3><p>
Take a day to immerse yourself in your practice.
</p></li>
<li><h3><a href="#"> Classes<span>»</span></a></h3><p>
Regular, on-going classes in Dublin and Wicklow. Find the right one for you.
</p></li>
</ul>
<div class="blog-header"><!-testimonials->
Testimonials
</div>
<div class="blog-panel"><!-testimonials>
<?php sfstst_onerandom(); ?>
</div><! content-panel for second sidebar>
<div class="blog-headers">
Blog Stuff
</div>
<div class="content-panel">
<div class="buffer">
<ul role="navigation">
<li><h2>Recent Posts & Comments</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<?php wp_list_categories('show_count=1&title_li=<h2>Posts on Previous Events</h2>'); ?>
</ul>
</div><!buffer for third sidebar>
</div><! content-panel for third sidebar>
</div><!sidebar-container>
<?php get_header(); ?>
<!************************content>
<div id="content">
<h2 class="blog-header">News & Views</h2>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="entry">
<?php the_content('Read the rest...'); ?>
</div>
<div id="pagecomments">
<?php comments_template(); ?>
</div>
<p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php
edit_post_link('Edit', '', ' | '); ?><?php comments_popup_link('0 Comments', '1 Comment »', '% Comments »');?></p>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
<?php endif; ?>
</div> <!--content-->
<!**************************sidebar>
<?php get_sidebar(); ?>
<div id="footer">
</div><!footer>
</div><!container>
</div><!wrapper>
</body>
</html>