<?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"
	>

<channel>
	<title>Free Css Templates</title>
	<atom:link href="http://www.csstemplateheaven.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csstemplateheaven.com</link>
	<description>Premium css templates 9$</description>
	<pubDate>Wed, 26 Mar 2008 15:56:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5-RC1</generator>
	<language>en</language>
			<item>
		<title>Best Wordpress plugins</title>
		<link>http://www.csstemplateheaven.com/2008/03/26/best-wordpress-plugins/</link>
		<comments>http://www.csstemplateheaven.com/2008/03/26/best-wordpress-plugins/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 15:56:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.csstemplateheaven.com/?p=18</guid>
		<description><![CDATA[This site is powered by Wordpress and uses several plugins. I often get e-mail by people wondering which plugins this site uses, so I hope this list can be useful.

Wp-ecommerce
Cforms II
WassUp
Google Analytics
WP-polls
WP-DownloadManager
All in one SEO pack

This site runs on the new Wordpress 2.5 and It seems like every plugin runs smooth. All these Wordpress plugins [...]]]></description>
			<content:encoded><![CDATA[<p>This site is powered by Wordpress and uses several plugins. I often get e-mail by people wondering which plugins this site uses, so I hope this list can be useful.</p>
<ol>
<li>Wp-ecommerce</li>
<li>Cforms II</li>
<li>WassUp</li>
<li>Google Analytics</li>
<li>WP-polls</li>
<li>WP-DownloadManager</li>
<li>All in one SEO pack</li>
</ol>
<p>This site runs on the new Wordpress 2.5 and It seems like every plugin runs smooth. All these Wordpress plugins are easy to use and very useful if you are selling stuff on your website. Note that I also use Gold Cart which you can find at the WP-ecommerce website (paid features)</p>
<br/><a href="http://www.socialmarker.com/?link=http://www.csstemplateheaven.com/2008/03/26/best-wordpress-plugins/&title=Best+Wordpress+plugins&text=This+site+is+powered+by+Wordpress+and+uses+several+plugins.+I+often+get+e-mail+by+people+wondering+which+plugins+this+site+uses%2C+so+I+hope+this+list+can+be+useful.&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.csstemplateheaven.com/2008/03/26/best-wordpress-plugins/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Elastic css layout</title>
		<link>http://www.csstemplateheaven.com/2008/03/19/17/</link>
		<comments>http://www.csstemplateheaven.com/2008/03/19/17/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 11:41:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS articles]]></category>

		<category><![CDATA[Elastic layout]]></category>

		<category><![CDATA[em]]></category>

		<guid isPermaLink="false">http://www.csstemplateheaven.com/2008/03/19/17/</guid>
		<description><![CDATA[I had some questions on how the elastic layout used in the &#8220;Summer Romance&#8221; template works.
Elastic layouts are cool because they scale perfectly when your visitor want to adjust the font size in his or her browser, even the images scale. It&#8217;s not &#8220;the perfect solution&#8221; but it&#8217;s fun to try new things. We are [...]]]></description>
			<content:encoded><![CDATA[<p>I had some questions on how the elastic layout used in the &#8220;Summer Romance&#8221; template works.</p>
<p>Elastic layouts are cool because they scale perfectly when your visitor want to adjust the font size in his or her browser, even the images scale. It&#8217;s not &#8220;the perfect solution&#8221; but it&#8217;s fun to try new things. We are going to use the em unit on everything, even the borders. If you don&#8217;t know what I am talking about you should download the template I made for this project. I called it Summer Romance and you can download it here. To see how this works simply open the index page in your browser and change the font size. You should be familiar with Html, Css, basic Photoshop and basic Flash before you start.</p>
<p>To get the basic idea on how this works just open the &#8220;Summer Romance&#8221; stylesheet called style.css. The only values you need to edit to see how this works is the values of the so called &#8220;em&#8221;. Try to change the width to 40em in the container element.</p>
<p>#container {<br />
width: 50.5505em;<br />
margin: 1em auto;<br />
border: 0.286em solid #a2ba8c;<br />
background-color: #FFFFFF;<br />
}</p>
<p>As you can see the main page will become smaller. Where we usually use pixel values we now use em values. The easiest way to make a page like this is to simply build it with pixel values first then convert the pixel values to em values. The key to get control over this is to set your body font size to 75%, 87.5% or 100% (small, medium or large)</p>
<p>If you use 75% one pixel would be 0,0833 em<br />
If you use 87.5% one pixel would be 0,0715 em<br />
If you use 100% one pixel would be 0,0625 em</p>
<p>This means if you set your body font size to 87.5% (like in Summer Romance) you have to multiply all of your pixel values by 0.0715. Let&#8217;s try to convert the width in the container element to pixels and see if this works. If we divide 50.5505 with 0.0715 we get the value 707 which is our pixel value. Replace the value 50.5505em with 707px and check in your browser if it&#8217;s right.</p>
<p>(10px X 0.0715 = 0,715em)</p>
<p>Using the pixel converter that comes with the template makes it easy to convert all of your pixel values, simply choose your body font size and start converting.</p>
<p>Pretty simple but what about the images? we want them to resize as well. It&#8217;s very simple, in Summer Romance I have added this css class to the main image (Flash):</p>
<p>.mainimage{ width: 31.746em;<br />
height: 24.024em;<br />
}</p>
<p>The reason I use flash is that jpg&#8217;s dosen&#8217;t look good when you scale them with html or css. First you need to create an vector image (vector images can be scaled just like you want without the loss of quality). you should actually use illustrator for this and trace the image by hand, however here&#8217;s a quicker way (of course the quality is not as good as if you do it by hand, but it works if you don&#8217;t know how to make vector images). Open an image in Photoshop and resize it so it fits in your header, save as jpg. open Macromedia flash and create a new document, import your header image and go to modify&#8212;&gt; bitmap &#8212;-&gt; trace bitmap. Now try different values until you are happy with your vector image (Note, This is a quick solution and do not work very well with all images, but it can actually turn out quite nice with some images, experiment with different images and values). Now you have a simple vector image that can be scaled just like you want without the loss of quality. Export you little flash movie and insert it to your html document like this:</p>
<p>&lt;object type=&#8221;application/x-shockwave-flash&#8221; data=&#8221;images/mainheader.swf&#8221; class=&#8221;mainimage&#8221;&gt;<br />
&lt;param name=&#8221;movie&#8221; value=&#8221;images/mainheader.swf&#8221; /&gt;<br />
&lt;img src=&#8221;images/mainimage.jpg&#8221; class=&#8221;mainimage&#8221; alt=&#8221;Summer Romance Template&#8221; /&gt;<br />
&lt;/object&gt;</p>
<p>In Summer Romance this will be in the headerRight div, and as you can see we have used the &#8220;mainimage&#8221; class to make sure the image will scale properly with the rest of the page.</p>
<p>Spice up your typography as well</p>
<p>&lt;object type=&#8221;application/x-shockwave-flash&#8221; data=&#8221;images/pixel_free.swf&#8221; class=&#8221;heading&#8221;&gt;<br />
&lt;param name=&#8221;movie&#8221; value=&#8221;images/pixel_free.swf&#8221; /&gt;<br />
&lt;img src=&#8221;images/pixel_free_layouts.jpg&#8221; class=&#8221;heading&#8221; alt=&#8221;Pixel free layouts&#8221; /&gt;<br />
&lt;/object&gt;<br />
&lt;h1&gt;&lt;span&gt;Pixel free layouts&lt;/span&gt;&lt;/h1&gt;</p>
<p>The class used here is</p>
<p>.heading{<br />
width: 25.025em;<br />
height: 2.574em;<br />
margin-bottom: 1em;}</p>
<p>As you can see, it&#8217;s done the same way as the other flash images, the only difference is that I have added the H1 which is hidden using this class:</p>
<p>span {text-indent: -2000px;}</p>
<p>Note that this span is a little different than the method used in the Summer Romance. This is simply because this will make it a little more accessible than using display: none;</p>
<p>You can <a href="http://csstemplateheaven.com/index.php?dl_id=24">download Summer Romance for free here</a>.</p>
<br/><a href="http://www.socialmarker.com/?link=http://www.csstemplateheaven.com/2008/03/19/17/&title=Elastic+css+layout&text=I+had+some+questions+on+how+the+elastic+layout+used+in+the+%26%238220%3BSummer+Romance%26%238221%3B+template+works.&tags=summer+romance%2C+you+use%2C+this+works%2C+you+can%2C+images%2C+pixel%2C+values%2C+romance%2C+summer%2C+class%2C+image" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.csstemplateheaven.com/2008/03/19/17/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Margin and padding</title>
		<link>http://www.csstemplateheaven.com/2008/03/17/margin-and-padding/</link>
		<comments>http://www.csstemplateheaven.com/2008/03/17/margin-and-padding/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 21:31:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS articles]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[margin]]></category>

		<category><![CDATA[padding]]></category>

		<guid isPermaLink="false">http://www.csstemplateheaven.com/2008/03/17/margin-and-padding/</guid>
		<description><![CDATA[The difference between margin and padding in css can be a bit confusing.
Margin is the space outside an element, while padding is the space inside an element. To illustrate this I have posted this image, which should explain it quite well.

You cannot use negative values with padding, but with margins you can.
Social Bookmarking]]></description>
			<content:encoded><![CDATA[<p>The difference between <strong>margin</strong> and <strong>padding</strong> in css can be a bit confusing.</p>
<p>Margin is the space outside an element, while padding is the space inside an element. To illustrate this I have posted this image, which should explain it quite well.</p>
<p><a href="http://www.csstemplateheaven.com/wp-content/uploads/2008/03/margin_padding.png" title="margin and padding"><img src="http://www.csstemplateheaven.com/wp-content/uploads/2008/03/margin_padding.thumbnail.png" alt="margin and padding" /></a></p>
<p>You cannot use negative values with padding, but with margins you can.</p>
<br/><a href="http://www.socialmarker.com/?link=http://www.csstemplateheaven.com/2008/03/17/margin-and-padding/&title=Margin+and+padding&text=The+difference+between+margin+and+padding+in+css+can+be+a+bit+confusing.+Margin+is+the+space+outside+an+element%2C+while+padding+is+the+space+inside+an+element.&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.csstemplateheaven.com/2008/03/17/margin-and-padding/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Css flyout menu for Delicious Fruit</title>
		<link>http://www.csstemplateheaven.com/2007/11/03/css-flyout-menu-for-delicious-fruit/</link>
		<comments>http://www.csstemplateheaven.com/2007/11/03/css-flyout-menu-for-delicious-fruit/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 01:32:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS articles]]></category>

		<category><![CDATA[css flyout menu]]></category>

		<guid isPermaLink="false">http://www.csstemplateheaven.com/2007/11/03/css-flyout-menu-for-delicious-fruit/</guid>
		<description><![CDATA[A member asked me for a css flyout menu for Delicious Fruit and I pointed her to Stu Nicholls&#8217;s great CSSplay site. The menu she wanted to use was this one
If you are new to css it may be quite hard to adapt this to the template so I made it a bit easier. If [...]]]></description>
			<content:encoded><![CDATA[<p>A member asked me for a css flyout menu for Delicious Fruit and I pointed her to Stu Nicholls&#8217;s great <a href="http://www.cssplay.co.uk/" title="CSSplay">CSSplay</a> site. The menu she wanted to use was <a href="http://www.cssplay.co.uk/menus/flyoutt.html" title="CSS flyout menu">this one</a></p>
<p>If you are new to css it may be quite hard to adapt this to the template so I made it a bit easier. If you want Delicious Fruit with Stu Nicholls CSS flyout menu just replace index.html and style.css with the content of this <a href="http://csstemplateheaven.com/index.php?dl_id=22">zip file</a></p>
<p>(also note that there is an extra css file, this should be placed in the same folder as index.html and style.css)</p>
<br/><a href="http://www.socialmarker.com/?link=http://www.csstemplateheaven.com/2007/11/03/css-flyout-menu-for-delicious-fruit/&title=Css+flyout+menu+for+Delicious+Fruit&text=A+member+asked+me+for+a+css+flyout+menu+for+Delicious+Fruit+and+I+pointed+her+to+Stu+Nicholls%26%238217%3Bs+great+CSSplay+site.&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.csstemplateheaven.com/2007/11/03/css-flyout-menu-for-delicious-fruit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>4 free css templates</title>
		<link>http://www.csstemplateheaven.com/2007/10/30/4-free-css-templates/</link>
		<comments>http://www.csstemplateheaven.com/2007/10/30/4-free-css-templates/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 04:40:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS articles]]></category>

		<category><![CDATA[2 Column fixed layout]]></category>

		<category><![CDATA[3 Column fixed layout]]></category>

		<category><![CDATA[3 Column fluid layout]]></category>

		<category><![CDATA[4 Column fluid layout]]></category>

		<category><![CDATA[FREE]]></category>

		<guid isPermaLink="false">http://www.csstemplateheaven.com/?p=13</guid>
		<description><![CDATA[Today I made 4 different css templates:

2 Column fixed layout
3 column fixed layout
3 column fluid layout
4 column fluid layout

I thought this would be great for beginners learning css or for those of you who just want some simple &#8220;skeletons&#8221; to work with. All four templates should be very easy to edit and could even become [...]]]></description>
			<content:encoded><![CDATA[<p>Today I made 4 different css templates:</p>
<ul>
<li>2 Column fixed layout</li>
<li>3 column fixed layout</li>
<li>3 column fluid layout</li>
<li>4 column fluid layout</li>
</ul>
<p>I thought this would be great for beginners learning css or for those of you who just want some simple &#8220;skeletons&#8221; to work with. All four templates should be very easy to edit and could even become complete websites with your own custom graphics.</p>
<p>All these templates are zipped into one file and can be used just like you wish, no backlink is required (but of course always appreciated)</p>
<p><strong><a href="http://csstemplateheaven.com/index.php?dl_id=21" title="4 free css templates" target="_blank">Download these templates</a></strong></p>
<p><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
<br/><a href="http://www.socialmarker.com/?link=http://www.csstemplateheaven.com/2007/10/30/4-free-css-templates/&title=4+free+css+templates&text=Today+I+made+4+different+css+templates%3A++2+Column+fixed+layout+3+column+fixed+layout+3+column+fluid+layout+4+column+fluid+layout++I+thought+this+would+be+great+for+beginners+learning+css+or+for+those...&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.csstemplateheaven.com/2007/10/30/4-free-css-templates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Css webpage tutorial</title>
		<link>http://www.csstemplateheaven.com/2007/10/20/create-a-basic-webpage-using-css/</link>
		<comments>http://www.csstemplateheaven.com/2007/10/20/create-a-basic-webpage-using-css/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 09:25:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS articles]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Stylesheet]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Xhtml]]></category>

		<guid isPermaLink="false">http://www.csstemplateheaven.com/?p=10</guid>
		<description><![CDATA[ If you want to create cool and accessible websites, CSS (Cascading style sheets) is the way to go. All modern websites should use CSS based layouts instead of those messy table layouts. Learning the basics of CSS is quite simple. The CSS syntax is made up of three parts: a selector, a property and [...]]]></description>
			<content:encoded><![CDATA[<p> If you want to create cool and accessible websites, CSS (Cascading style sheets) is the way to go. All modern websites should use CSS based layouts instead of those messy table layouts. Learning the basics of CSS is quite simple. The CSS syntax is made up of three parts: a selector, a property and a value:</p>
<p>selector {property: value}</p>
<p>The selector is normally the HTML element/tag you wish to define, the property is the attribute you wish to change, and each property can take a value. The property and value are separated by a colon, and surrounded by curly braces:</p>
<p>body {color: black}</p>
<p>The best way to integrate CSS into your site is to place it in an external file with the ending .css.</p>
<p>You do not need any special software to create a stylesheet. You can use Notepad or Wordpad, however using an<br />
editor like Dreamweaver have some benefits like line counter and color code which makes it a little easier to locate errors.</p>
<p>When you have created your stylesheet you need to put a link in your html file to get all the css information.<br />
If you call your stylesheet style.css it would look like this in your html file:</p>
<p>&lt;head&gt;<br />
&lt;link rel=”stylesheet” type=”text/css” href=”style.css” /&gt;<br />
&lt;/head&gt;</p>
<p>(always place it between the head tags in your html file)</p>
<p>Let’s just create a very simple page to see how it works. First we need to create a new html file. Open<br />
Notpad or your prefered editor and copy and paste this text and save as index.html</p>
<p>&lt;!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“&gt;<br />
&lt;html xmlns=”http://www.w3.org/1999/xhtml“&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ /&gt;<br />
&lt;title&gt;My first webpage&lt;/title&gt;<br />
&lt;link rel=”stylesheet” type=”text/css” href=”style.css” /&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body&gt;</p>
<p>&lt;h1&gt;This is my main heading&lt;/h1&gt;<br />
&lt;p&gt;This is my first text&lt;/p&gt;</p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p>
<p>Then we need to create a Css file. copy and paste this text and save as style.css</p>
<p>h1 {color: red;}</p>
<p>Ok, now we have created a basic page. as you can see your heading would be red (you can also use hex values instead of keywords like red, blue, green etc.)</p>
<p>the h1 tag should only be used once in a webpage, but what if we had two paragraphs with text where the first paragraph contains green text and the second blue?</p>
<p>The solution is to add a class attribute in the p tag like this:</p>
<p>&lt;h1&gt;This is my main heading&lt;/h1&gt;</p>
<p>&lt;p class=”green”&gt;This is my first text which is green&lt;/p&gt;</p>
<p>&lt;p&gt; class=”blue”&gt;This is my second text which is blue&lt;/p&gt;</p>
<p>Then we need to define our classes in our stylesheet. A class always starts with a punctuation like this</p>
<p>.green</p>
<p>(You can name your classes whatever you want but it’s clever to use logic names, maybe .greentext would be even better here)</p>
<p>Now, write this in your stylesheet:</p>
<p>.green {color: green;}</p>
<p>.blue {color: blue;}</p>
<p>Ok, not to exciting yet but you would soon understand how incredible cool CSS is and how powerful it is.</p>
<p>We would of course prefer to place our content in a cool layout. This is achieved using boxes. All websites are actually just boxes with content.</p>
<p>These boxes are called div’s</p>
<p>Let’s place our text in small box and place it in the center of the screen. Add this to your html file:</p>
<p>&lt;div id=”mainbox”&gt;</p>
<p>&lt;h1&gt;This is my main heading&lt;/h1&gt;</p>
<p>&lt;p class=”green”&gt;This is my first text which is green&lt;/p&gt;</p>
<p>&lt;p&gt; class=”blue”&gt;This is my second text which is blue&lt;/p&gt;</p>
<p>&lt;/div&gt;</p>
<p>Then go to your CSS file and add this:</p>
<p>#mainbox {width: 500px;<br />
margin: auto;<br />
border: 1px solid green;}</p>
<p>Now, open your index.html in your browser and take a look.</p>
<p>You may have noticed that we did not have any prefixes on our h1 tag then we used the punctuation on our green text and this # on our div box.</p>
<p>This is because h1 is just used once at our page and we defined the tag directly, if we created another page h1 would be red there too. Classes (.) can be used several times and the id (#) attribute that we used on our div should be used only once.</p>
<p>This is the very basics of CSS, it’s not hard to imagine that we could do a lot of cool stuff with CSS when we have loads of CSS properties we can use.</p>
<br/><a href="http://www.socialmarker.com/?link=http://www.csstemplateheaven.com/2007/10/20/create-a-basic-webpage-using-css/&title=Css+webpage+tutorial&text=+If+you+want+to+create+cool+and+accessible+websites%2C+CSS+%28Cascading+style+sheets%29+is+the+way+to+go.+All+modern+websites+should+use+CSS+based+layouts+instead+of+those+messy+table+layouts.&tags=your+html%2C+first+text%2C+main+heading%2C+text+and%2C+green%2C+first%2C+class%2C+would%2C+which%2C+place%2C+stylesheet" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.csstemplateheaven.com/2007/10/20/create-a-basic-webpage-using-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New templates soon</title>
		<link>http://www.csstemplateheaven.com/2007/10/20/new-templates-soon/</link>
		<comments>http://www.csstemplateheaven.com/2007/10/20/new-templates-soon/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 01:17:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.csstemplateheaven.com/?p=9</guid>
		<description><![CDATA[We will put publish all the old temlates and new ones with live demos very soon.
Social Bookmarking]]></description>
			<content:encoded><![CDATA[<p>We will put publish all the old temlates and new ones with live demos very soon.</p>
<br/><a href="http://www.socialmarker.com/?link=http://www.csstemplateheaven.com/2007/10/20/new-templates-soon/&title=New+templates+soon&text=We+will+put+publish+all+the+old+temlates+and+new+ones+with+live+demos+very+soon....&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.csstemplateheaven.com/2007/10/20/new-templates-soon/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
