<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>CSS Head</title>
	
	<link>http://csshead.com</link>
	<description>CSS links, tutorials, code and demos for web designers and developers</description>
	<lastBuildDate>Thu, 18 Mar 2010 09:34:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CssHead" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="csshead" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>CSS Font Shorthand Property Cheat Sheet</title>
		<link>http://csshead.com/css-font-shorthand-property-cheat-sheet/</link>
		<comments>http://csshead.com/css-font-shorthand-property-cheat-sheet/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 09:34:30 +0000</pubDate>
		<dc:creator>csshead</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[shorthand]]></category>

		<guid isPermaLink="false">http://csshead.com/?p=1144</guid>
		<description><![CDATA[In the past I&#8217;ve displayed some serious animosity towards the CSS font shorthand property. I still don&#8217;t agree with ever using font shorthand, I do think it&#8217;s important that CSS developers understand how it works. I&#8217;ve prepared a printable cheat sheet that you can download and hang next to your computer, which will come in [...]]]></description>
			<content:encoded><![CDATA[<p>In the past I&#8217;ve displayed some serious animosity towards the CSS font shorthand property. I still don&#8217;t agree with ever using font shorthand, I do think it&#8217;s important that CSS developers understand how it works. I&#8217;ve prepared a printable cheat sheet that you can download and hang next to your computer, which will come in handy in case you decide to use this property yourself, or are forced use it in a stylesheet from an inherited project&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://csshead.com/css-font-shorthand-property-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS in Depth: Floats and Positions</title>
		<link>http://csshead.com/css-in-depth-floats-and-positions/</link>
		<comments>http://csshead.com/css-in-depth-floats-and-positions/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 18:01:57 +0000</pubDate>
		<dc:creator>csshead</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://csshead.com/?p=1142</guid>
		<description><![CDATA[We&#8217;ll be discussing CSS positions and floats as well as what the differences are and when it&#8217;s best to use them. Both floats and positions deal with the relationship of elements between each other. Without these, padding and margins would be ineffectual&#8230;
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ll be discussing CSS positions and floats as well as what the differences are and when it&#8217;s best to use them. Both floats and positions deal with the relationship of elements between each other. Without these, padding and margins would be ineffectual&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://csshead.com/css-in-depth-floats-and-positions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meet the Pseudo Class Selectors</title>
		<link>http://csshead.com/meet-the-pseudo-class-selectors/</link>
		<comments>http://csshead.com/meet-the-pseudo-class-selectors/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 16:53:09 +0000</pubDate>
		<dc:creator>csshead</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[pseudo-class]]></category>
		<category><![CDATA[selectors]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://csshead.com/?p=1143</guid>
		<description><![CDATA[Pseudo class selectors CSS selectors with a colon preceding them. You are probably very familiar with a few of them. Like hover. They are immensely useful in a variety of situations. Some of them are CSS3, some CSS2, it depends on each particular one. Outside of IE, they have great browser support. In IE land, [...]]]></description>
			<content:encoded><![CDATA[<p>Pseudo class selectors CSS selectors with a colon preceding them. You are probably very familiar with a few of them. Like hover. They are immensely useful in a variety of situations. Some of them are CSS3, some CSS2, it depends on each particular one. Outside of IE, they have great browser support. In IE land, even IE8, support is pretty barren. However, the IE9 preview has full support of them. The link-related ones work but not much else. Let&#8217;s take a brief look at each one of them. Don&#8217;t worry, there aren&#8217;t that many&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://csshead.com/meet-the-pseudo-class-selectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curtis CSS Typeface</title>
		<link>http://csshead.com/curtis-css-typeface/</link>
		<comments>http://csshead.com/curtis-css-typeface/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 14:52:52 +0000</pubDate>
		<dc:creator>csshead</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[sans-serif]]></category>

		<guid isPermaLink="false">http://csshead.com/?p=1141</guid>
		<description><![CDATA[Curtis is the name I&#8217;ve given for a family of geometric sans-serif fonts currently in development. Other incarnations exist as Fontstructions: Curtis Heavy and Curtis Pixel 14. This version takes form in CSS. All shapes are rendered by the browser, using a combination of background color, border width, border radius, and a heavily reliance on [...]]]></description>
			<content:encoded><![CDATA[<p>Curtis is the name I&#8217;ve given for a family of geometric sans-serif fonts currently in development. Other incarnations exist as Fontstructions: Curtis Heavy and Curtis Pixel 14. This version takes form in CSS. All shapes are rendered by the browser, using a combination of background color, border width, border radius, and a heavily reliance on absolute/relative positioning&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://csshead.com/curtis-css-typeface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easier print CSS coding using Firebug and Web Developer Toolbar</title>
		<link>http://csshead.com/easier-print-css-coding-using-firebug-and-web-developer-toolbar/</link>
		<comments>http://csshead.com/easier-print-css-coding-using-firebug-and-web-developer-toolbar/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 17:15:21 +0000</pubDate>
		<dc:creator>csshead</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css printing]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[print stylesheets]]></category>

		<guid isPermaLink="false">http://csshead.com/?p=1140</guid>
		<description><![CDATA[Print stylesheets are an aspect of front-end engineering that rarely get any love, and they&#8217;ll often be ignored until the last possible moment before launching a site. Sometimes they might even be forgotten altogether, but you should always make time to write at least a basic stylesheet that formats things neatly, and reveals any elements [...]]]></description>
			<content:encoded><![CDATA[<p>Print stylesheets are an aspect of front-end engineering that rarely get any love, and they&#8217;ll often be ignored until the last possible moment before launching a site. Sometimes they might even be forgotten altogether, but you should always make time to write at least a basic stylesheet that formats things neatly, and reveals any elements that only make sense on paper while hiding things like interactive controls that will be useless when printed. Here&#8217;s a useful tutorial to speed up the CSS print stylesheet process&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://csshead.com/easier-print-css-coding-using-firebug-and-web-developer-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>47 CSS Tips &amp; Tricks To Take Your Site To The Next Level</title>
		<link>http://csshead.com/47-css-tips-tricks-to-take-your-site-to-the-next-level/</link>
		<comments>http://csshead.com/47-css-tips-tricks-to-take-your-site-to-the-next-level/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 10:45:19 +0000</pubDate>
		<dc:creator>csshead</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://csshead.com/?p=1139</guid>
		<description><![CDATA[Here are 47 CSS Tips, Tricks, and Techniques to add to your CSS toolbox. Some you may be familiar with while others may be new to you. The tips below span from beginner to more advanced CSS code. Hopefully you’ll find a few techniques that will be both new and useful to you and perhaps [...]]]></description>
			<content:encoded><![CDATA[<p>Here are 47 CSS Tips, Tricks, and Techniques to add to your CSS toolbox. Some you may be familiar with while others may be new to you. The tips below span from beginner to more advanced CSS code. Hopefully you’ll find a few techniques that will be both new and useful to you and perhaps some will find their way into your next project&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://csshead.com/47-css-tips-tricks-to-take-your-site-to-the-next-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get to Grips with CSS Pseudo-Elements</title>
		<link>http://csshead.com/get-to-grips-with-css-pseudo-elements/</link>
		<comments>http://csshead.com/get-to-grips-with-css-pseudo-elements/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 11:39:17 +0000</pubDate>
		<dc:creator>csshead</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[pseudo]]></category>
		<category><![CDATA[pseudo elements]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://csshead.com/?p=1028</guid>
		<description><![CDATA[
p#example1:first-line { text-transform: uppercase }
p#example2:first-line { font-weight:bold; }
p#example3:first-line { color:#a00;font-size:1.2em;font-style:italic; }
p#example4:first-letter { font-size:3em;font-weight:bold;line-height:1; }
p#example5:first-letter { font-size:4em;font-weight:bold;float:left;padding:0.15em 5px 0px 0;line-height:1; }
p#example6{font-size:0.8em;font-family:Verdana,Arial,sans-serif;line-height:1.2;padding:10px;border:#ccc 3px dotted;}
p#example6:before { content:"*** "; }
p#example6:after { content:" ***";}

Pseudo elements include :first-line, :first-letter, :before and :after.  In the CSS specification, W3C define pseudo-elements like this:

Pseudo-elements create abstractions about the document tree beyond those specified [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
p#example1:first-line { text-transform: uppercase }
p#example2:first-line { font-weight:bold; }
p#example3:first-line { color:#a00;font-size:1.2em;font-style:italic; }
p#example4:first-letter { font-size:3em;font-weight:bold;line-height:1; }
p#example5:first-letter { font-size:4em;font-weight:bold;float:left;padding:0.15em 5px 0px 0;line-height:1; }
p#example6{font-size:0.8em;font-family:Verdana,Arial,sans-serif;line-height:1.2;padding:10px;border:#ccc 3px dotted;}
p#example6:before { content:"*** "; }
p#example6:after { content:" ***";}
</style>
<p>Pseudo elements include :first-line, :first-letter, :before and :after.  In the CSS specification, <a href="http://www.w3.org/TR/CSS21/selector.html#pseudo-elements">W3C</a> define pseudo-elements like this:</p>
<blockquote>
<p>Pseudo-elements create abstractions about the document tree beyond those specified by the document language. For instance, document languages do not offer mechanisms to access the first letter or first line of an element&#8217;s content. CSS pseudo-elements allow style sheet designers to refer to this otherwise inaccessible information. Pseudo-elements may also provide style sheet designers a way to assign style to content that does not exist in the source document&#8230;</p>
</blockquote>
<p>Mmm, now I don&#8217;t know about you but that description makes my head hurt. Let&#8217;s take a closer look at pseudo-elements and see how we can use them in our own projects.</p>
<p><span id="more-1028"></span></p>
<p><strong>A note on browser compatibility. The :first-line and :first-letter pseudo-elements are supported by IE6, IE7 and IE8. The :before and :after pseudo-elements are supported by IE8 but not by IE6 and IE7.</strong></p>
<h2>:first-line</h2>
<p>You can use the :first-line pseudo-element to target the first line of a paragraph.</p>
<h3>Usage Notes for :first-line</h3>
<p>The target element must be defined as block-level, inline-block, table-caption or table-cell. You can use the following properties with the :first-line pseudo-element: font properties, color property, background properties, &#8216;word-spacing&#8217;, &#8216;letter-spacing&#8217;, &#8216;text-decoration&#8217;, &#8216;vertical-align&#8217;, &#8216;text-transform&#8217; and &#8216;line-height&#8217;.</p>
<h3>Example 1</h3>
<p>We have a paragraph with an ID of example1. Let&#8217;s use the :first-line pseudo-element to capitalize the first line.</p>
<pre>
<code>
p#example1:first-line { text-transform: uppercase }
</code>
</pre>
<p id="example1">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed mauris orci, commodo nec consectetur in, porttitor eget dolor. Proin quis odio ligula, at pellentesque tortor. Cras eget justo mauris. Nam porttitor dapibus tellus vel pellentesque.</p>
<h3>Example 2</h3>
<p>Here&#8217;s a paragraph with an ID of example2. Let&#8217;s use the :first-line pseudo-element to make the first line bold.</p>
<pre>
<code>
p#example2:first-line { font-weight:bold; }
</code>
</pre>
<p id="example2">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed mauris orci, commodo nec consectetur in, porttitor eget dolor. Proin quis odio ligula, at pellentesque tortor. Cras eget justo mauris. Nam porttitor dapibus tellus vel pellentesque.</p>
<h3>Example 3</h3>
<p>And here&#8217;s a paragraph with an ID of example3. This time we&#8217;ll use multiple CSS properties to change the color and font of the first line.</p>
<pre>
<code>
p#example3:first-line {
color:#a00;
font-size:1.3em;
font-style:italic;
}
</code>
</pre>
<p id="example3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed mauris orci, commodo nec consectetur in, porttitor eget dolor. Proin quis odio ligula, at pellentesque tortor. Cras eget justo mauris. Nam porttitor dapibus tellus vel pellentesque.</p>
<h2>:first-letter</h2>
<p>The :first-letter pseudo element allows you to target the first alphanumeric character. The main reason for using the :first-letter pseudo-element is to create drop caps and initial caps.</p>
<h3>Usage Notes for :first-letter</h3>
<p>The target element must be defined as block-level, inline-block, list-item, table-caption or table-cell. These are the properties that apply to :first-letter pseudo-elements: font properties, &#8216;text-decoration&#8217;, &#8216;text-transform&#8217;, &#8216;letter-spacing&#8217;, &#8216;word-spacing&#8217; (when appropriate), &#8216;line-height&#8217;, &#8216;float&#8217;, &#8216;vertical-align&#8217; (only if &#8216;float&#8217; is &#8216;none&#8217;), margin properties, padding properties, border properties, color property, background properties.</p>
<h3>Example 4</h3>
<p>Let&#8217;s use the :first-letter pseudo element to add a large capital to the following paragraph.</p>
<pre>
<code>
p#example4:first-letter {
font-size:3em;
font-weight:bold;
line-height:1;
}
</code>
</pre>
<p id="example4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed mauris orci, commodo nec consectetur in, porttitor eget dolor. Proin quis odio ligula, at pellentesque tortor. Cras eget justo mauris. Nam porttitor dapibus tellus vel pellentesque.</p>
<h3>Example 5</h3>
<p>And we can easily create a drop cap by adding float:left to the CSS properties.</p>
<pre>
<code>
p#example5:first-letter {
font-size:4em;
font-weight:bold;
float:left;
padding:0.15em 5px 0px 0;
line-height:1;
}
</code>
</pre>
<p id="example5">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed mauris orci, commodo nec consectetur in, porttitor eget dolor. Proin quis odio ligula, at pellentesque tortor. Cras eget justo mauris. Nam porttitor dapibus tellus vel pellentesque.</p>
<h2>:before and :after</h2>
<p>The :before and :after pseudo-elements allow you to insert content before or after the target element. The &#8216;content&#8217; property is the key to working with :before and :after. Let&#8217;s take a look at an example to see how this works.</p>
<h3>Example 6</h3>
<p>Let&#8217;s style the following paragraph using the :before and :after pseudo-elements. We&#8217;ll add &#8220;***&#8221; to the beginning and end of the paragraph.</p>
<pre>
<code>
p#example6{
font-size:0.8em;
font-family:Verdana,Arial,sans-serif;
line-height:1.2;padding:10px;border:#ccc 3px dotted;
}
p#example6:before { content:"*** "; }
p#example6:after { content:" ***";}
</code>
</pre>
<p id="example6">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed mauris orci, commodo nec consectetur in, porttitor eget dolor. Proin quis odio ligula, at pellentesque tortor. Cras eget justo mauris. Nam porttitor dapibus tellus vel pellentesque.</p>
<h2>Conclusion</h2>
<p>Hopefully that&#8217;s made things a little clearer and you can start to use CSS Pseudo-Elements in your own work.</p>
]]></content:encoded>
			<wfw:commentRss>http://csshead.com/get-to-grips-with-css-pseudo-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding CSS Style Precedence</title>
		<link>http://csshead.com/understanding-css-style-precedence/</link>
		<comments>http://csshead.com/understanding-css-style-precedence/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 17:55:15 +0000</pubDate>
		<dc:creator>csshead</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[precedence]]></category>
		<category><![CDATA[specificity]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://csshead.com/?p=1138</guid>
		<description><![CDATA[Have you ever run into the situation where you&#8217;re trying to apply a css style to an element, but it won&#8217;t take? Your page it seems to be ignoring your CSS, but you can&#8217;t figure out why. Maybe you found yourself using !important or adding an inline style as a last resort. There&#8217;s a good [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever run into the situation where you&#8217;re trying to apply a css style to an element, but it won&#8217;t take? Your page it seems to be ignoring your CSS, but you can&#8217;t figure out why. Maybe you found yourself using !important or adding an inline style as a last resort. There&#8217;s a good chance the problem you encountered was one of CSS precedence.</p>
<p>A better understanding of which CSS styles take precedence can lead to less frustration with css, cleaner code, and more organized css so let&#8217;s look at three things that control which css rule applies to a given html element&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://csshead.com/understanding-css-style-precedence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online CSS3 Generator</title>
		<link>http://csshead.com/online-css3-generator/</link>
		<comments>http://csshead.com/online-css3-generator/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 11:55:03 +0000</pubDate>
		<dc:creator>csshead</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[online]]></category>

		<guid isPermaLink="false">http://csshead.com/?p=1137</guid>
		<description><![CDATA[Online CSS3 generator app. Pick an option like rounded corners, text shadow, box shadow, RGBa etc and you&#8217;ll get the rules for the CSS. Very handy&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Online CSS3 generator app. Pick an option like rounded corners, text shadow, box shadow, RGBa etc and you&#8217;ll get the rules for the CSS. Very handy&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://csshead.com/online-css3-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera Logo with CSS</title>
		<link>http://csshead.com/opera-logo-with-css/</link>
		<comments>http://csshead.com/opera-logo-with-css/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 15:21:31 +0000</pubDate>
		<dc:creator>csshead</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[opera]]></category>

		<guid isPermaLink="false">http://csshead.com/?p=1136</guid>
		<description><![CDATA[The Opera logo, rendered only with CSS, no images. Compare it with the real deal. Alas, best viewed in Firefox 3.6, Safari 4, or Chrome 5. Aside from another shameless plea for attention, this demonstration gives me a chance to look at some CSS3 properties across browsers&#8230;
]]></description>
			<content:encoded><![CDATA[<p>The Opera logo, rendered only with CSS, no images. Compare it with the real deal. Alas, best viewed in Firefox 3.6, Safari 4, or Chrome 5. Aside from another shameless plea for attention, this demonstration gives me a chance to look at some CSS3 properties across browsers&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://csshead.com/opera-logo-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
