<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Adding sidebar to Ambiru theme</title>
		<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme</link>
		<description>WordPress.com Forums &#187; Topic: Adding sidebar to Ambiru theme</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 19:16:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/adding-sidebar-to-ambiru-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-603093</link>
			<pubDate>Thu, 12 May 2011 18:23:51 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">603093@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The posts with the grayish backgrounds have been set as sticky posts. That means they will forever be at the top of the posts display. All new posts (not set to sticky) would then go underneath the posts set as sticky.</p>
<p>This support document will show you how to "unstick" the posts.</p>
<p><a href="http://en.support.wordpress.com/posts/post-visibility/" rel="nofollow">http://en.support.wordpress.com/posts/post-visibility/</a>
</p>
]]></description>
					</item>
		<item>
			<title>ldpeugh on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-602837</link>
			<pubDate>Thu, 12 May 2011 09:43:46 +0000</pubDate>
			<dc:creator>ldpeugh</dc:creator>
			<guid isPermaLink="false">602837@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks - very helpful just in terms of tidying. </p>
<p>I don't quite understand your penultimate paragraph though re. stickies? I don't know what a sticky is...and not sure what you mean when you refer to our 'special' type posts?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-602748</link>
			<pubDate>Thu, 12 May 2011 05:20:57 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">602748@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What is below is sort of picking nits really. Just little things.</p>
<p>I would change the width under #nav to 730px so that the gap at the left and right match and also change the bottom padding there as well to something like 20px so that there is less of a gap between the navigation and the content/sidebar.</p>
<pre><code>#nav {
width: 730px;
padding-bottom: 20px;
}</code></pre>
<p>I would probably do this also so that your sticky posts have a bottom border line like the other posts.</p>
<pre><code>body#home .entry-1, .sticky, body {
border-bottom: 1px solid #000000;
}</code></pre>
<p>I would probably add the following to space the submit button down away from the search box a little.</p>
<pre><code>#searchsubmit {
margin-top: 10px;
}</code></pre>
<p>And maybe this which evens out the right side whitespace to the right of the sidebar with the left side of the content area.</p>
<pre><code>#sidebar {
margin-right: 7px;
}</code></pre>
<p>One other thing. I would use the stick post feature for "special" type posts you want to stick at the top to highlight them, and I typically keep no more than 1 as a sticky, but 2 would be my limit otherwise they lose their "specialness" and just become another post. Right now you have 3 posts as stickies.</p>
<p>I would also shy away from putting symbols into page or post titles such as the heart. Some browsers do not take kindly to symbols and can actually return 404 file not found errors.
</p>
]]></description>
					</item>
		<item>
			<title>ldpeugh on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-602724</link>
			<pubDate>Thu, 12 May 2011 04:37:16 +0000</pubDate>
			<dc:creator>ldpeugh</dc:creator>
			<guid isPermaLink="false">602724@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi - We're curious - what do you, from a design/lay-out perspective, think of the blog? Do you think there are things that need tweaking/adding?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-602022</link>
			<pubDate>Wed, 11 May 2011 07:33:49 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">602022@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh, and remove the border bottom in #subscribe-blog also.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-602021</link>
			<pubDate>Wed, 11 May 2011 07:33:01 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">602021@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This moves the content up closer to the title for all the widgets and puts a touch of space at the bottom of the widget content (unordered list).</p>
<pre><code>#sidebar ul {
margin-bottom: 20px;
margin-top: 0;
}</code></pre>
<p>This puts more space between the widget titles and the bottom of the previous widget and puts a line above the title.</p>
<pre><code>#sidebar h2 {
border-top: 2px solid #000000;
padding-top: 5px;
}</code></pre>
<p>Also, with what I have above, take the border-bottom off in #searchform.</p>
<p>See where that gets you.
</p>
]]></description>
					</item>
		<item>
			<title>ldpeugh on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-602008</link>
			<pubDate>Wed, 11 May 2011 06:13:24 +0000</pubDate>
			<dc:creator>ldpeugh</dc:creator>
			<guid isPermaLink="false">602008@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Great - I managed to add lines/spaces in some areas. </p>
<p>It seems that 'border-top' applies to the space between the title (e.g. Categories) and the points (e.g. India/Recipes) - what code would apply to the space ABOVE the title (e.g. 'Categories'/Blogroll')</p>
<p>I think it's looking better and slowly coming together though!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-601991</link>
			<pubDate>Wed, 11 May 2011 04:40:01 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601991@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Give this a try for getting rid of the bullets and decreasing space between lines.</p>
<pre><code>#sidebar ul li {
list-style: none outside none;
margin-bottom: 0;
}

#sidebar ul {
padding-left: 15px;
}</code></pre>
<p>The line between widgets is a little tougher since the theme designer did not include a "widget class or ID. Basically each widget stands alone and the spacing in between is just whatever it is. What you would have to do is to put a section into the CSS for each type of widget and then declare a bottom border and some bottom padding or margin. So, these would be the selectors.</p>
<p>.textwidget</p>
<p>#searchform</p>
<p>#subscribe-blog</p>
<p>.blogroll</p>
<p>Anytime you added a widget, you would have to go back into the CSS and add a section for that particular widget type (archives, recent comments, calendar, etc.).
</p>
]]></description>
					</item>
		<item>
			<title>ldpeugh on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-601973</link>
			<pubDate>Wed, 11 May 2011 03:31:03 +0000</pubDate>
			<dc:creator>ldpeugh</dc:creator>
			<guid isPermaLink="false">601973@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi - yes, it looks much better/more readable now - although we're not so enamored with that font, but oh well! </p>
<p>Is there any way of changing the lay out/style of the widgets on the sidebar? For instance, is it possible to get rid of the big bullet points, and reduce the space between each point? And can we introduce a line inbetween each widget?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-601643</link>
			<pubDate>Tue, 10 May 2011 17:38:48 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601643@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To get rid of the border, do this.</p>
<pre><code>#sidebar {
border: medium none;
}</code></pre>
<p>The fonts I see at the moment are much more readable.
</p>
]]></description>
					</item>
		<item>
			<title>ldpeugh on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-601497</link>
			<pubDate>Tue, 10 May 2011 09:51:12 +0000</pubDate>
			<dc:creator>ldpeugh</dc:creator>
			<guid isPermaLink="false">601497@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We're just trying out different fonts as we speak - hopefully we'll find one we like as much as the previous one.</p>
<p>How do we get the sidebar so that there is no line border around it?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-601481</link>
			<pubDate>Tue, 10 May 2011 07:55:30 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601481@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Contrast between background colors and font colors is also very important especially for those with less than perfect eyesight. There is a whole science behind that and it is something that sites will have to pay much more attention to once the web accessibility standards start to be enforced.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-601480</link>
			<pubDate>Tue, 10 May 2011 07:52:34 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601480@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The font you are using is listed as "light" so if you go with a "regular" font with a wider stroke it should work for everyone. They have a feature over at typekit where you can see how each browser will render fonts by OS. You might run your font through that to see how it looks in all the different browsers. Macs in general, no matter the browser render fonts better than Windows, so Windows XP, Vista and 7 are the most important to check.
</p>
]]></description>
					</item>
		<item>
			<title>ldpeugh on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-601479</link>
			<pubDate>Tue, 10 May 2011 07:41:26 +0000</pubDate>
			<dc:creator>ldpeugh</dc:creator>
			<guid isPermaLink="false">601479@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Brilliant - it worked. Thank you! </p>
<p>I think we should probably try changing the font - would you suggest that we go with something bolder? Yeah, we've found that re.the browsers - but apparently, on some it is virtually unreadable due to the blurriness. </p>
<p>The font on the sidebar definitely looks clearer than the rest of the body of text - i definitely should have figured this out by the now, but how do we change the font-colour on the main page?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme/page/2#post-601476</link>
			<pubDate>Tue, 10 May 2011 07:33:43 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601476@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Each browser renders text a little differently and some browsers render the strokes narrower than others and the font  you have chosen has a very light stroke. The "fuzzy" could also be an issue with font color. The following will also change the color of the sidebar text to black. You can of course change the colors. Give the following a try and see </p>
<pre><code>body#home .entry-1, .sticky, body {
color: #000000;
}

.entry {
font-size: 120%;
}

#sidebar {
color: #000000;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>hkleach on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601453</link>
			<pubDate>Tue, 10 May 2011 05:38:31 +0000</pubDate>
			<dc:creator>hkleach</dc:creator>
			<guid isPermaLink="false">601453@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi - i'm really sorry to bother you once again. We're being told by lots of people that our blog is very very blurry, the text almost unreadable - do you know why this might be the case? </p>
<p>Also - I've tried to figure this out, but do you know what part of the code needs to be changed in order to change the font-color on the sidebar? </p>
<p>Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601083</link>
			<pubDate>Mon, 09 May 2011 12:31:58 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601083@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Not a problem and glad to help. I'm off to bed now, my computer backup just finished.
</p>
]]></description>
					</item>
		<item>
			<title>hkleach on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601081</link>
			<pubDate>Mon, 09 May 2011 12:30:10 +0000</pubDate>
			<dc:creator>hkleach</dc:creator>
			<guid isPermaLink="false">601081@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yep yep it worked that time around. Really, thank you SO much for your help - sorry for keeping you up!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601064</link>
			<pubDate>Mon, 09 May 2011 11:53:47 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601064@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've got to go to sleep. It is nearly 2am here in the middle of the Pacific.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601063</link>
			<pubDate>Mon, 09 May 2011 11:52:24 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601063@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It worked for me. I don't see it in your custom CSS. Check and make sure it is still there. This is what I see in your custom CSS:</p>
<pre><code>h1, h2, h3 {
}</code></pre>
<p>No font declaration, just blank.
</p>
]]></description>
					</item>
		<item>
			<title>hkleach on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601059</link>
			<pubDate>Mon, 09 May 2011 11:41:42 +0000</pubDate>
			<dc:creator>hkleach</dc:creator>
			<guid isPermaLink="false">601059@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've added it yet it's still not working...
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601058</link>
			<pubDate>Mon, 09 May 2011 11:35:38 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601058@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hmmm, I'm not seeing it now, but I did see it before. Do this:</p>
<pre><code>h1, h2, h3 {
font-family: &quot;josefin-1&quot;,&quot;josefin-2&quot;,sans-serif;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>hkleach on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601056</link>
			<pubDate>Mon, 09 May 2011 11:30:58 +0000</pubDate>
			<dc:creator>hkleach</dc:creator>
			<guid isPermaLink="false">601056@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Where is the date font declared as Josefin Slab?? I can't find it on the coding.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601054</link>
			<pubDate>Mon, 09 May 2011 11:11:44 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601054@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The date font is declared as Josefin SLAB. You have to edit that font stack and change it to just Josefin.</p>
<p>For the font size, you are likely going to have to adjust it in several places. This will get you started on the content on the main page and the other static pages.</p>
<pre><code>.entry .entrybody p {
font-size: 120%;
}</code></pre>
<p>For the sidebar, you can do this and it will increase the size of the font in all the sidebar widgets.</p>
<pre><code>#sidebar {
font-size: 120%;
}</code></pre>
<p>See how far that gets you and then we can work on the other bits as necessary. In some themes, you might have to adjust font sizes in multiple places. It just depends on how carried away the theme designer got when doing the design.
</p>
]]></description>
					</item>
		<item>
			<title>hkleach on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601034</link>
			<pubDate>Mon, 09 May 2011 09:28:53 +0000</pubDate>
			<dc:creator>hkleach</dc:creator>
			<guid isPermaLink="false">601034@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I tried that before, but it still means that the font on other pages is smaller  - ideally, we'd like for the font on all pages to be of uniform size. Is there a code i can add to the css to make this so? </p>
<p>You're right re.the typekit font. But I am using the Josefin font through typekit and I have applied it to all areas of the blog, so I still don't really understand why the date is showing up differently.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601033</link>
			<pubDate>Mon, 09 May 2011 09:19:46 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601033@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will increase the size of the fonts proportionally over the entire blog.</p>
<pre><code>body {
    font-size: 67%;
}</code></pre>
<p>Bump it up to say 75% and see what you think. That looks pretty good to me.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601032</link>
			<pubDate>Mon, 09 May 2011 09:14:37 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601032@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Typekit does not have Joesfin Slab. They only have Josefin. Typekit fonts work here at wordpress.COM. Google webfonts do not. You can only use the fonts that are listed and available at Typekit.</p>
<p>The font size issue seems to be related to fonts that have been turned out by font factories for use on places like Typekit. Since you have the CSS upgrade, you can just increase the size of the fonts for the particular elements in the page as needed.</p>
<p>What areas/elements do you want to increase the font sizes in?
</p>
]]></description>
					</item>
		<item>
			<title>hkleach on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601023</link>
			<pubDate>Mon, 09 May 2011 07:37:54 +0000</pubDate>
			<dc:creator>hkleach</dc:creator>
			<guid isPermaLink="false">601023@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I found its profile under google web fonts:</p>
<p><a href="http://www.google.com/webfonts/family?family=Josefin+Slab&#038;subset=latin#code" rel="nofollow">http://www.google.com/webfonts/family?family=Josefin+Slab&#038;subset=latin#code</a></p>
<p>Here it uses 'arial', instead of 'rockwell', but it's just doing the same thing. Can't figure out why it's not applying the rule to the date font?</p>
<p>Another question - the font size on our other pages is smaller, how can we uniform this on the css? </p>
<p>Really am sorry for so many questions - if you're fed up, I will find someone else to pester!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601019</link>
			<pubDate>Mon, 09 May 2011 07:21:28 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">601019@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm seeing the new font on the blog post and the blog titles. For the date, it is here</p>
<pre><code>h1, h2, h3 {
font-family: &quot;Josefin Slab&quot;,Rockwell,serif;
}</code></pre>
<p>but Josefin Slab doesn't seem to be a valid font name, which is why it is moving down the font stack and showing Rockwell instead. Check over at typekit and make sure it exists.
</p>
]]></description>
					</item>
		<item>
			<title>hkleach on "Adding sidebar to Ambiru theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-sidebar-to-ambiru-theme#post-601016</link>
			<pubDate>Mon, 09 May 2011 07:00:09 +0000</pubDate>
			<dc:creator>hkleach</dc:creator>
			<guid isPermaLink="false">601016@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry to bother you again.....</p>
<p>This is probably horribly simple - we've changed our font to josefin, but it won't change the blog post (or date) headers - do you know why this is? We've changed it on typekit and on our css, but it just won't change. </p>
<p>Thanks.
</p>
]]></description>
					</item>

	</channel>
</rss>
