--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+ <title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
+ <meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
+ <meta name="Powered-By" content="Serendipity v.{$head_version}" />
+ <meta name="description" content="Sometimes trite writings of a girl geek living in Wellington, New Zealand" />
+ <meta name="keywords" content="geek girl, Penny Leach, Wellington, programming, New Zealand" />
+ <link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
+ <link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
+ <link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom.xml" />
+{if $entry_id}
+ <link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&entry_id={$entry_id}" />
+{/if}
+
+{serendipity_hookPlugin hook="frontend_header"}
+</head>
+
+<body>
+{serendipity_hookPlugin hook="frontend_header"}
+<table class="wholecontainer" width="700" cellpadding="0" cellspacing="0" align="center" >
+<tr>
+<td colspan="3" class="header"><a href="/"><img src="{$serendipityBaseURL}templates/sgn2.0/images/{$headerimage}" alt="{$headerimagealt}" /></a></td>
+</tr>
+<tr>
+<td colspan="2" class="tagline"><img src="{$serendipityBaseURL}templates/sgn2.0/images/tagline.png" alt="she.geek.nz - infrequently updated" /></td>
+</tr>
+<tr>
+{if $leftSidebarElements > 0}
+<td class="leftsidebar">
+ {serendipity_printSidebar side="left"}
+</td>
+{/if}
+
+<td class="maincontentcontainer">
+{$CONTENT}
+</td>
+{if $rightSidebarElements > 0}
+<td class="rightsidebar">
+ {serendipity_printSidebar side="right"}
+</td>
+{/if}
+</td>
+</tr>
+</table>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+body {
+ margin:0px;
+ padding:20px;
+ background-color:#eeeeee;
+}
+td {
+ vertical-align:top;
+ background-color:white;
+}
+body, p, td, th, div {
+ font-family:verdana,arial,helvetica,sans-serif;
+ font-size:10px;
+ color:black;
+}
+.wholecontainer {
+ border:2px solid black;
+}
+.header{
+ margin:0px;
+ padding:0px;
+}
+.tagline {
+ border-top:2px solid black;
+ border-bottom:2px solid black;
+}
+td.leftsidebar {
+ width:180px;
+ padding:0px;
+ margin:0px;
+ background-color:#999999;
+}
+td.maincontentcontainer {
+ width:auto;
+ padding:10px;
+ margin:0px;
+ border-left:2px solid black;
+}
+td.rightsidebar {
+ width:180px;
+ padding:0px;
+ margin:0px;
+}
+
+.leftsidebar .serendipitySideBarItem {
+ padding:10px;
+ padding-bottom:10px;
+ border-bottom:2px solid black;
+ background-color:white;
+}
+
+.rightsidebar .serendipitySideBarItem {
+ padding:10px;
+ padding-bottom:10px;
+ border-bottom:2px solid black;
+}
+
+/*
+ links styles
+*/
+
+a {
+ color:#666666;
+ text-decoration:none;
+}
+a:hover {
+ color:black;
+ text-decoration:underline;
+}
+
+/**
+just don't do it
+*/
+img {
+ border:0px;
+}
+
+h3, h4 {
+ margin: 0;
+ padding: 0;
+}
+
+/*
+ * sidebar
+ */
+.serendipitySideBarTitle {
+ color:#999999;
+ padding-bottom:3px;
+ padding-top:0px;
+ margin-top:0px;
+ border-bottom: 1px dashed #aaaaaa;
+ text-align:left;
+ font-weight:normal;
+ margin-bottom:5px;
+ text-transform:lowercase;
+}
+
+/*
+ * entry
+ */
+.serendipity_date {
+ color:#999999;
+ font-weight:normal;
+ padding-bottom:3px;
+ padding-top:0px;
+ margin-top:10px;
+ border-bottom: 1px dashed #aaaaaa;
+ width:100%;
+ text-align:right;
+}
+
+.serendipity_title {
+ text-transform:lowercase;
+ font-size:12px;
+ padding-bottom:10px;
+ padding-top:10px;
+}
+.serendipity_entryFooter {
+ padding-bottom:10px;
+ padding-top:10px;
+ font-size:9px;
+}
+
+.gallery_minus {
+ font-family:courier;
+ font-size:9px;
+}
+
+.gallery_plus {
+ font-family:courier;
+ font-size:9px;
+}
+
+.gallery_plus_grey {
+ font-family:courier;
+ font-size:9px;
+ color:#999999;
+}
\ No newline at end of file