I'm using a modified version of helvetica theme.
I just have one problem: a large space has appeared just after the first post.
So far, the only reason found is the tag list. The space's size is changing depending on the tag list length.
Any thought why and how I can fix it?
Thanks in advance!!!
Here is my website: www.monsieurjerome.com
Here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{PageTitle}</title>
<link rel="icon" href="/images/favicon.png" type="image/x-png"/>
{block:IndexPage}
<meta name="description" content="{MetaDescription}">
{/block:IndexPage}
{block:PostSummary}<title>{PostSummary}</title>{/block:PostSummary}
<meta name="viewport" content="width=960">
<link rel="alternate" href="{RSS}" type="application/rss+xml">
<style type="text/css">
/* http://meyerweb.com/...ools/css/reset/ */
/* v1.0 | 20080212 */
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;
}
/* new clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */in-h
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Helvetica - General */
html {
height: 100%;
margin-bottom: 1px;
}
body {
color: #000;
background-color: #FFFFFF;
font: normal 15px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.clear {
clear: both;
}
a {
color: #000;
text-decoration: none;
font-weight: bold;
}
.entry a:hover, .description a:hover, #notes a:hover, #footer a:hover {
background-color: #FFFFFF;
}
blockquote {
padding-left: 13px;
border-left: 2px solid #000000;
}
pre {
padding: 10px 15px;
color: #FFF;
background-color: #000;
line-height: 20px !important;
text-shadow: rgba(0,0,0,0.5) 0 1px 1px;
}
pre a {
color: #FFF !important;
}
code {
font: normal 12px Menlo, "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, mono !important;
}
ol {
list-style-type: decimal;
}
ul {
list-style-type: disc;
}
ol, ul, dt {
margin-left: 30px;
}
/* Helvetica - Page construction */
#outer {
width: 960px;
margin: 0 auto;
}
.pbar {
position:relative;
}
.posterousHeader {
margin:0;
}
.posterousHeaderLeft {
right:-1px;
}
#inner {
width: 940px;
margin: 0 auto;
}
/* Helvetica - Header */
#header {
border-top: 12px solid #000;
{block:HasPages}border-top:0 !important;{/block:HasPages}
}
.navigation {
background:#000;
padding:5px;
}
ul.pages {
margin:0;
}
.pages li {
display:inline-block;
font-size:14px;
list-style:none;
padding-left:15px;
padding-right:10px;
}
.pages li a {
color:#fff;
}
.pages li.current a {
color:#000;
}
#header h1 {
text-transform: uppercase;
font: bold 90px/100px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
text-shadow: 0 1px 1px rgba(255,255,255,0.2);
}
#header h1 a {
color: #000;
}
#header h1 a:hover {
color: #000;
}
/* Helvetica - Content */
#content {
border: 1px solid #FFFFFF;
background-color: #FFFFFF;
}
.pc {
padding-bottom: 8px;
background: url(http://themes.corywa...vetica/fold.png) no-repeat left bottom;
float: left;
display: block;
margin-left: -17px;
}
.elsewhere {
margin-left: 48px;
float: left;
display: inline;
border-left: 1px dotted rgba(0,0,0,0.1);
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
line-height: 1.8em;
width:210px;
height: 100px;
padding-top: 20px;
}
.elsewhere > div {
padding: 0 0 0 18px;
}
.elsewhere img {
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 3px;
}
/* Helvetica - Entries */
#entries {
margin: 10px 0 25px;
width:617px;
}
.ec {
position:relative;
}
.entry {
width: 510px;
margin-left: 107px;
padding: 25px 0;
}
{block:Page}
.entry {
width: 590px;
margin-left: 27px;
padding: 25px 0;
}
{/block:Page}
.meta {
width: 249px;
background-color: #000000;
margin-right: -299px;
float: right;
display: none;
border: 1px solid #000000;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
font: bold 12px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}
.inner-meta {
border-top: 1px solid #666666;
padding: 19px 18px 20px;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
}
.meta span {
float: right;
display: inline;
}
.meta a:hover {
background-color: #666666;
}
.ultrameta {
float: left;
display: inline;
width: 624px;
margin-left: -114px;
padding-bottom: 8px;
background: url(http://themes.corywa...vetica/fold.png) no-repeat left bottom;
margin-bottom: 12px;
}
.linkplayer, .audioplayer {
display: block;
background-color: #000 !important;
background-repeat: no-repeat;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.linkplayer {
padding: 14px 15px 16px 114px;
background: url(http://themes.corywa...vetica/link.png) no-repeat 20px 50%;
}
.audioplayer {
padding: 12px 15px 13px 114px;
background: url(http://themes.corywa...etica/audio.png) no-repeat 20px 50%;
}
.audioplayer .container {
float: left;
display: inline;
margin-right: 15px;
padding: 3px;
border: 1px solid #888;
}
.audioplayer .audiotitle {
display: inline;
float: right;
color: #FFF;
padding: 6px 0;
font: normal 13px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.linkplayer:hover, .audioplayer a:hover {
color: #FFF !important;
}
.audioplayer a:hover {
background-color: #000;
}
.minimeta {
width: 66px;
margin-left: -114px;
float: left;
display: inline;
padding-bottom: 8px;
text-align:center;
background: url(http://themes.corywa...vetica/fold.png) no-repeat left bottom;
}
.minimeta a {
display: block;
height: 60px;
background-color: #000 !important;
background-position: 50% 50%;
background-repeat: no-repeat;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.time-dd {
display:block;
padding-top:9px;
padding-bottom:3px;
font-size:36px;
font-weight:bold;
}
.time-mmyy {
display:block;
font-size:12px;
font-weight:normal;
text-transform:uppercase;
}
a.mm-text {
background-image: url(http://themes.corywa...vetica/text.png);
}
a.timestamp {
color:#fff;
text-decoration:none;
}
#entries h2 {
font: bold 24px/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
margin-bottom: 20px;
position:relative;
z-index:11;
}
#entries h2 a {
color: #000;
}
.quote h2, .chat h2, .link h2 {
font: bold 20px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}
.link h2, .link h2 a, .audiotitle a {
font-weight: 500 !important;
color: #000 !important;
}
h3, h4, h5, h6 {
font: bold 17px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}
.media .container {
display: inline-block;
border: 5px solid #000000;
background-color: #FFF;
margin: 0 0 20px 0;
}
.container img, .container embed, .container object {
vertical-align: bottom;
}
.entry p, .entry ul, .entry ol, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry pre, .entry blockquote, .media hr {
margin-bottom: 20px;
}
.entry p:last-child, .entry ul:last-child, .entry ol:last-child, .entry h2:last-child, .entry h3:last-child, .entry h4:last-child, .entry h5:last-child, .entry h6:last-child, .entry pre:last-child, .entry blockquote:last-child, .media hr:last-child {
margin-bottom: 0 !important;
}
.chat .label {
font-weight: 500;
text-transform: uppercase;
}
.chat ul {
list-style-type: none;
margin: 0;
}
.chat li {
color: #FFF;
margin-bottom: 2px;
padding: 7px 15px;
text-shadow: rgba(0,0,0,0.5) 0 1px 1px;
}
.chat li.even {
background-color: #000000;
}
.chat li.odd {
background-color: #000;
}
.chat li a {
font-weight: normal !important;
background-color: transparent !important;
color: #000000 !important;
}
.chat li a:hover {
color: #FFF !important;
}
.quote .content span {
float: left;
display: inline;
text-indent: 15px;
margin-right: 10px;
}
.open-quote {
float: left;
display: inline;
margin-right: 8px;
height: 21px;
width: 28px;
}
/* Helvetica - Navigation */
.page-navigation {
padding: 25px 22px;
}
.page-navigation .left, .page-navigation .right {
float: right;
display: inline;
}
.page-navigation .right {
margin-left: 7px;
}
.page-navigation a {
border: 1px solid #000000;
display: block;
}
.page-navigation .left a {
padding: 10px 15px 10px 35px;
background: #FFF url(http://img39.imagesh...4/prevarrow.png) no-repeat left 50%;
}
.page-navigation .right a {
padding: 10px 35px 10px 15px;
background: #FFF url(http://img593.images...0/nextarrow.png) no-repeat right 50%;
text-align: right;
}
/* Helvetica - Notes */
#notes {
width: 510px;
margin-left: 107px;
padding: 40px 0;
border-top: 1px dotted rgba(0,0,0,0.2);
}
#notes ol {
list-style-type: none;
margin: 0;
}
#notes ol li {
background-color: #000000;
margin-bottom: 2px;
padding: 7px 15px;
}
.avatar {
vertical-align: text-bottom;
width: 16px;
height: 16px;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border: 1px solid #fff;
padding: 2px;
background-color: #FFF;
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
#notes blockquote {
margin: 5px 0 5px 7px;
padding-left: 8px;
border-left: 2px solid #000000;
}
#notes blockquote a {
color: #000000;
font-weight: normal !important;
}
#notes .source_tumblelog, #notes .tumblelog, #notes .like a {
text-transform: uppercase;
text-shadow: 0 1px 1px rgba(255,255,255,0.2);
}
/* Helvetica - Footer */
#footer {
font: bold 14px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
width: 894px;
margin: 0 auto;
padding: 25px 0 35px;
}
#footer .left {
float: left;
display: inline;
}
#footer .right {
float: right;
display: inline;
}
.posterous_retweet_widget {
display:inline-block;
float:right;
}
a.posterous_retweet {
color:#fff !important;
}
a.posterous_retweet:hover {
background:#000000;
color:#fff !important;
}
.post-details {
font-size:.75em;
margin-left:107px;
padding:10px 0;
}
.tags {
color:#555;
margin-bottom:5px;
}
.tags a {
color:#000;
font-weight:normal;
padding:0 3px;
}
.tags a:hover {
color:#000;
text-decoration:underline;
}
.info {
color:#555;
margin-bottom:5px;
}
.info a {
color:#000;
font-weight:normal;
}
.info a:hover {
color:#000;
text-decoration:underline;
}
.comments {
color:#555;
margin-bottom:5px;
}
.comments a {
color:#000;
font-weight:normal;
}
.comments a:hover {
color:#000;
text-decoration:underline;
}
.sidebar {
float:right;
padding:25px 10px 0 0;
width:242px;
}
.tagslist ul,ul.links, div.archives {
margin-left:0;
}
.tagslist li,.links li, div.archives {
font-size:.75em;
font-weight:normal;
list-style:none;
}
.tagslist li a,.links li a, div.archives a {
font-weight:normal;
}
div.archives div.inner {margin-left:10px;}
}
.back-to-blog {
margin-left:105px;
}
.editbox {
display:none;
}
.ec:hover .editbox {
display:block;
left:110px;
position:absolute;
top:0;
z-index:10;
}
div.comment_none_yet_msg,.commentunit,.comment {
color:#555;
}
blockquote {
border-left:4px solid #555 !important;
}
.map {
height:300px;
}
.sidebar-block {
margin-bottom:15px;
}
a.subscribe-rss, .contributors a {
display:block;
font-size:.75em;
font-weight:normal;
text-decoration:none;
}
a.subscribe-rss, .contributors-list a * {
display:inline-block;
vertical-align:middle;
}
.subscribe-site div a { color:red; text-decoration: none; font-weight:normal;}
.subscribe-site,.profile_ajax_reply,.subscribe-rss {
padding-left:18px;
min-height: 20px;
font-size: 11px;
}
.subscribe-site,.profile_ajax_reply {
background:url(/images/favicon.png) no-repeat -1px 3px;
margin-bottom:5px;
}
.subscribe-rss {
background:url(/images/feed-icon-14x14.png) no-repeat 0 3px;
min-height:20px;
}
div.fav_star {
margin-top:-40px;
position:relative;
z-index:12;
}
.p_response_container header, .p_comment_form > h1 { border-bottom-color: #333; }
.p_responses_list .p_info time { color: #666; }
.p_comment_form input[type="text"], .p_comment_form textarea { background-color: white; }
.p_comment_form label, .p_comment_form .p_label { color: #666; }
.p_response_widget ul li { background-color: #000000; }
.p_response_widget ul li:hover, .p_response_widget ul li:active, .p_response_widget ul li.active { background: #ffffff; }
.p_responses_list article:hover .p_action_links li { background-color: #000000; }
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25845070-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="outer">
<div id="inner">
<div id="header">
{block:HasPages}
<div class="navigation">
<ul class="pages">
{block:Pages}
<li class="{Current}"><a href="{URL}">{Label}</a></li>
{/block:Pages}
</ul>
</div>
{/block:HasPages}
<div class="pbar">
{block:PosterousBar direction="left" translucent="true"}{/block:PosterousBar}
</div>
<h1>{block:HeaderImage}<a href="{SiteURL}">{Title}</a>{Else}<a href="{SiteURL}">{Title}</a>{/block:HeaderImage}</h1>
</div>
<div id="content">
<div class="corner-fold"></div>
<div class="about clearfix">
<div class="description clearfix"><div>
<div class="sidebar">
{block:TagList}
<div class="sidebar-block">
<h4>Tags</h4>
<div class="tagslist">
<ul>
{block:TagListing collapsible='true' count='10' action_id='seemore_link'}
{block:TagListingMore}
<li><a href="#" id="seemore_link">View all {NumTags} tags</a></li>
{/block:TagListingMore}
{block:TagItem}
<li><a href="{TagLink}">{TagName} ({TagCount})</a></li>
{/block:TagItem}
{block:TagItemSelected}
<li class="active-tag"><strong>{TagName} ({TagCount})</strong></li>
{/block:TagItemSelected}
{/block:TagListing}
</ul>
</div>
</div>
{/block:TagList}
{block:HasArchives}
<div class="sidebar-block">
<h3>Archive</h3>
<div class="archives">
<div class="archive_list">
{block:ArchiveYear}
<div class="archive"><a href="#" id="{ArchiveYearId}">{ArchiveDateYear} ({ArchiveYearCount})</a></div>
<div id="{ArchiveMonthsId}" style="display:none;">
<div class="inner">
{block:Archive}
<div><a href="{ArchiveLink}">{ArchiveMonth} ({ArchiveCount})</a></div>
{/block:Archive}
</div>
</div>
{/block:ArchiveYear}
</div>
</div>
</div>
{/block:HasArchives}
<div class="subscribe sidebar-block">
<h4>Get Updates</h4>
<div class="subscribe-site">
{block:Subscription}{/block:Subscription}
</div>
<a href="{RSS}" class="subscribe-rss">Subscribe via RSS</a>
</div><!-- /.subscribe -->
{block:Contributors}
<div class="contributors sidebar-block">
<h4>Contributors</h4>
<span class="contributors-list">
{block:Contributor}
<a href="{ContributorProfileLink}">
<img src="{ContributorPortraitURL-20}" width='20' height='20' class='profile_border'/> {ContributorName}
</a>
{/block:Contributor}
</span>
</div><!-- /.contributors -->
{/block:Contributors}
{block:HasLinks}
{block:LinkCategories}
<div class="sidebar-block" style="margin-top:20px;">
<h2 class="textfix">{Label}</h2>
<ul class="links">
{block:Links}
<li><a href="{URL}">{Label}</a></li>
{/block:Links}
</ul>
</div>
{/block:LinkCategories}
{/block:HasLinks}
</div><!-- /.sidebar -->
<div id="entries">
{block:ShowSidebar}
<div class="back-to-blog">
<a href="{SiteURL}">« Back to blog</a>
</div>
{/block:ShowSidebar}
{block:SearchPage}
<div class="ec">
<div id="post-{PostID}" class="entry text">
<div class="meta">
<div class="inner-meta"></div>
</div>
<h2>
{block:SearchResultOne}
One result found searching for
{/block:SearchResultOne}
{block:SearchResultMany}
{SearchResultCount} results found searching for
{/block:SearchResultMany}
{block:SearchResultNone}
No results found searching for
{/block:SearchResultNone}
</h2>
<div class="content search-inset">
<br />
<form method='get'>
<input type='hidden' name='sort' value="{SearchSort}"/>
<input type='text' name='search' value='{SearchQuery}' class="png search" id="searchbox"/>
<input type='submit' value='Search' class="searchbox_button" id="searchbox_button"/>
<a href="{CurrentURL}" class="xsmall">clear</a>
</form>
<ul class="searchsort" style="color: #999; font-size: 10px;">
<li style="margin-left: 0px;">Sort by</li>
<li>{block:SearchSortBestmatch}<b>Best match</b>{Else}<a href="{CurrentURL}?search={SearchQuery}&sort=bestmatch">Best match</a>{/block:SearchSortBestmatch}</li>
<li>{block:SearchSortRecent}<b>Most recent</b>{Else}<a href="{CurrentURL}?search={SearchQuery}&sort=recent">Most recent</a>{/block:SearchSortRecent}</li>
<li>{block:SearchSortInteresting}<b>Most interesting</b>{Else}<a href="{CurrentURL}?search={SearchQuery}&sort=interesting">Most interesting</a>{/block:SearchSortInteresting}</li>
</ul>
<br/>
<a href="{PosterousURL}/explore/?search={SearchQuery}" style="font-size: 10px;">Search all of posterous for <b>{SearchQuery}</b> »</a>
<br style="clear: left;"/>
</div>
<div class="clear"></div>
</div>
</div>
{/block:SearchPage}
{block:Posts}
<div class="ec">
<div id="postunit_{PostID}" class="entry text">
{block:EditBox/}
{block:ShowOrList}
<div class="minimeta">
<a href="{Permalink}" rel="permalink" class="timestamp">
<span class="time-dd">{DayOfMonth}</span>
<span class="time-mmyy">{ShortMonth} {Year}</span>
</a>
</div>
<div class="meta">
<div class="inner-meta">{Month} {DayOfMonth}{DayOfMonthSuffix}, {12Hour}:{Minutes}{AmPm} {block:NoteCount}<span><a href="{Permalink}#notes">{NoteCountWithLabel}</a></span>{/block:NoteCount}</div>
</div>
{/block:ShowOrList}
{block:Title}<h2><a href="{Permalink}" rel="permalink">{Title}</a></h2>{/block:Title}
<div id="post_{PostID}" class="content">
{Body}
{block:More}<p><a href="{Permalink}">Read more …</a></p>{/block:More}
</div>
<div class="clear"></div>
</div>
</div>
{block:ShowOrList}
<div class="post-details">
<div class="tags">
{block:List}
{block:TagList}
Filed under
{block:TagListing}
<a href="{TagLink}">{TagName}</a>
{/block:TagListing}
{/block:TagList}
{/block:List}
</div>
<div class="info">
{block:Sharing}
<div class="posterous_retweet_widget">
<div style="float: left; padding: 5px 15px 5px 0;">
{block:Tweet /}
</div>
<div style="float: left; padding: 5px 5px 5px 0;">
{block:FbLike /}
</div>
<br style="clear: both;" />
</div>
{/block:Sharing}
Posted {block:NewDayDate}<a href="{Permalink}">{TimeAgo}</a>{/block:NewDayDate} {block:Author}{block:AuthorUser}by <a href="{AuthorURL}">{AuthorName}</a>{/block:AuthorUser}{/block:Author} {block:PostLocations}<span id="location_collapsed_{PostID}">from <a href="#" id="post_location_expander_{PostID}">{LocationsSummary}</a></span>{/block:PostLocations}
{block:PostLocations}
<div class="location-map" style="display: none;" id="post_location_expanded_{PostID}">
<div class="map">
{MapIframe}
</div>
<div class="location-details">
Posted from
{block:PostLocation uniq_by='summary'}
{LocationSummary}<br/>
{/block:PostLocation}
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
{/block:PostLocations}
{block:ShowOnClick action_id='post_location_expander_{PostID}' hidden_div='post_location_expanded_{PostID}' to_hide_id='location_collapsed_{PostID}'/}
</div><!-- /.info -->
{block:Responses /}
</div><!-- /.post-details -->
{/block:ShowOrList}
{/block:Posts}
</div>
{block:Pagination}
<div class="page-navigation">
{block:NextPage}<div class="right"><a href="{NextPage}">Next</a></div>{/block:NextPage}
{block:PreviousPage}<div class="left"><a href="{PreviousPage}">Prev</a></div>{/block:PreviousPage}
<div class="clear"></div>
</div>
{/block:Pagination}
{block:PermalinkPagination}
<div class="page-navigation">
{block:NextPost}<div class="right"><a href="{NextPost}">Next</a></div>{/block:NextPost}
{block:PreviousPost}<div class="left"><a href="{PreviousPost}">Prev</a></div>{/block:PreviousPost}
<div class="clear"></div>
</div>
{/block:PermalinkPagination}
</div>
</div>
</div>
<div id="footer">
<div class="left"><a href="{RSS}">RSS</a> — <a href="/archive">Archive</a></div>
<div class="right">Copyright by Monsieur Jerome <a href="http://monsieurjerome.com/"></a></div>
<p> </p>
<div class="right">Design by <a href="http://metalabdesign.com/">MetaLab</a> for <a href="http://posterous.com">Posterous</a></div>
<div class="clear"></div>
</div>
</body>
</html>
Attached File(s)
-
Capture d’écran 2012-01-26 à 13.38.33.png (147.43K)
Number of downloads: 2

Help












