<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Storyteller Site</title>
	<atom:link href="http://stories.tamaratemple.com/pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://stories.tamaratemple.com/pages</link>
	<description>stories and poems</description>
	<lastBuildDate>Sun, 26 Jun 2011 16:17:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>another problem &#8211; can&#8217;t set background colour on menu bounding box</title>
		<link>http://stories.tamaratemple.com/pages/2010/05/29/another-problem-cant-set-background-colour-on-menu-bounding-box/</link>
		<comments>http://stories.tamaratemple.com/pages/2010/05/29/another-problem-cant-set-background-colour-on-menu-bounding-box/#comments</comments>
		<pubDate>Sat, 29 May 2010 07:19:47 +0000</pubDate>
		<dc:creator>tamouse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stories.tamaratemple.com/pages/?p=133</guid>
		<description><![CDATA[I&#8217;m having another problem. I can&#8217;t set the background colour on the bounding box on the menu at the top of the page. In Firefox and Webkit, you should see rounded corners at the top of each menu item, but the bounding box should be the same colour as the body background. Here&#8217;s the css: [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m having another problem. I can&#8217;t set the background colour on the bounding box on the menu at the top of the page. In Firefox and Webkit, you should see rounded corners at the top of each menu item, but the bounding box should be the same colour as the body background.</p>
<p>Here&#8217;s the css:</p>
<pre><code>
.sf-menu {
     border-right:1px solid #ccc;
     float:left;
     background: #EBB0F5;
}
</code></pre>
<p>and later, i define the css for the .sf-menu li box:</p>
<pre><code>
.sf-menu li {
        background:             #fff;
}
</code></pre>
<p>The rounded corners are defined here:</p>
<pre><code>
.sf-menu a {
        border-left:1px solid #ccc;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
        padding:9px 13px;
        text-decoration:none;
        -moz-border-radius-topleft: 10px;
        -moz-border-raduis-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
}
</code></pre>
<p>The html renders thusly:</p>
<pre><code>
&lt;div class="menu"&gt;
&lt;ul class="sf-menu"&gt;
  &lt;li class="page_item page-item-2 current_page_item"&gt;
   &lt;a href="http://stories.tamaratemple.com/pages" title="The Storyteller Site"&gt;
   The Storyteller Site&lt;/a&gt;
  &lt;/li&gt;
  &lt;li class="page_item page-item-90"&gt;
    &lt;a href="http://stories.tamaratemple.com/pages/resources/" title="Resources"&gt;
    Resources&lt;/a&gt;
  &lt;/li&gt;
  &lt;li class="page_item page-item-116"&gt;
    &lt;a href="http://stories.tamaratemple.com/pages/news/" title="News"&gt;
    News&lt;/a&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</code></pre>
<pre><span style="font-family: monospace, Monaco, 'Courier New', Courier, monospace;">
</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://stories.tamaratemple.com/pages/2010/05/29/another-problem-cant-set-background-colour-on-menu-bounding-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>a problem with partial lines</title>
		<link>http://stories.tamaratemple.com/pages/2010/05/28/a-problem-with-partial-lines/</link>
		<comments>http://stories.tamaratemple.com/pages/2010/05/28/a-problem-with-partial-lines/#comments</comments>
		<pubDate>Sat, 29 May 2010 02:43:42 +0000</pubDate>
		<dc:creator>tamouse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stories.tamaratemple.com/pages/?p=130</guid>
		<description><![CDATA[I&#8217;m having a problem when I use the google fonts: when I scroll down or up through the document, some lines are only showing the top half of the line. If I click away, then come back, the screen repaints and the lines are fully shown. Anyone know what causes this? Here&#8217;s a screenshot showing [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m having a problem when I use the google fonts: when I scroll down or up through the document, some lines are only showing the top half of the line. If I click away, then come back, the screen repaints and the lines are fully shown. Anyone know what causes this?</p>
<p>Here&#8217;s a screenshot showing the problem:</p>
<p><a href="http://stories.tamaratemple.com/pages/wp-content/uploads/2010/05/sceen-cap-showing-partial-lines-in-safari.png"><img class="alignnone size-thumbnail wp-image-131" title="sceen cap showing partial lines in safari" src="http://stories.tamaratemple.com/pages/wp-content/uploads/2010/05/sceen-cap-showing-partial-lines-in-safari-150x150.png" alt="sceen cap showing partial lines in safari" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stories.tamaratemple.com/pages/2010/05/28/a-problem-with-partial-lines/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Buddymatic</title>
		<link>http://stories.tamaratemple.com/pages/2010/05/28/buddymatic/</link>
		<comments>http://stories.tamaratemple.com/pages/2010/05/28/buddymatic/#comments</comments>
		<pubDate>Sat, 29 May 2010 01:13:34 +0000</pubDate>
		<dc:creator>tamouse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stories.tamaratemple.com/pages/?p=128</guid>
		<description><![CDATA[Switched to the Buddymatic theme framework, which is built on top of Thematic. Now customizing my own child theme, Purple. Utilizing google font api to bring in some nice looking fonts.]]></description>
			<content:encoded><![CDATA[<p>Switched to the Buddymatic theme framework, which is built on top of Thematic. Now customizing my own child theme, Purple.</p>
<ul>
<li>Utilizing <a href="http://code.google.com/apis/webfonts/" target="_blank">google font ap</a>i to bring in some nice looking fonts.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://stories.tamaratemple.com/pages/2010/05/28/buddymatic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thematic</title>
		<link>http://stories.tamaratemple.com/pages/2010/05/03/thematic/</link>
		<comments>http://stories.tamaratemple.com/pages/2010/05/03/thematic/#comments</comments>
		<pubDate>Mon, 03 May 2010 08:37:15 +0000</pubDate>
		<dc:creator>tamouse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://stories.tamaratemple.com/pages/?p=120</guid>
		<description><![CDATA[Experimenting with the Thematic theme framework. Trying to learn how to roll my own theme.]]></description>
			<content:encoded><![CDATA[<p>Experimenting with the <a title="Thematic theme framework wiki" href="http://themeshaper.com/thematic/guide/" target="_blank">Thematic</a> theme framework. Trying to learn how to roll my own theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://stories.tamaratemple.com/pages/2010/05/03/thematic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction</title>
		<link>http://stories.tamaratemple.com/pages/2010/05/03/introduction/</link>
		<comments>http://stories.tamaratemple.com/pages/2010/05/03/introduction/#comments</comments>
		<pubDate>Mon, 03 May 2010 07:28:47 +0000</pubDate>
		<dc:creator>tamouse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[introduction]]></category>

		<guid isPermaLink="false">http://stories.tamaratemple.com/pages/?p=118</guid>
		<description><![CDATA[I&#8217;ve recreated the Storyteller site in WordPress, so it&#8217;s easier to maintain and update with new stories. The stories themselves are written as Pages instead of Posts, so they have some permanence.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recreated the Storyteller site in WordPress, so it&#8217;s easier to maintain and update with new stories. The stories themselves are written as Pages instead of Posts, so they have some permanence.</p>
]]></content:encoded>
			<wfw:commentRss>http://stories.tamaratemple.com/pages/2010/05/03/introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

