<?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>Business Theme</title>
	<atom:link href="http://demo.cloverthemes.com/business/feed/" rel="self" type="application/rss+xml" />
	<link>http://demo.cloverthemes.com/business</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sat, 20 Aug 2011 11:58:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Elements Test</title>
		<link>http://demo.cloverthemes.com/business/2011/08/20/elements-test/</link>
		<comments>http://demo.cloverthemes.com/business/2011/08/20/elements-test/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 08:17:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://demo.cloverthemes.com/business/?p=23</guid>
		<description><![CDATA[The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so...<a href="http://demo.cloverthemes.com/business/2011/08/20/elements-test/">[Read More...]</a>]]></description>
			<content:encoded><![CDATA[<p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p>
<p>Lorem ipsum dolor sit amet, <em>emphasis</em> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>
<p><span id="more-23"></span></p>
<p><span id="more-1125"></span></p>
<hr />
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<p><small><a href="#wapper">[top]</a></small></p>
<hr />
<h2 id="paragraph">Paragraph</h2>
<p>Lorem ipsum dolor sit amet, <a href="#" title="test link">test link</a> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>
<p><small><a href="#wapper">[top]</a></small></p>
<hr />
<h2 id="list_types">List Types</h2>
<h3>Definition List</h3>
<dl>
<dt>Definition List Title</dt>
<dd>This is a definition list division.</dd>
</dl>
<h3>Ordered List</h3>
<ol>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ol>
<h3>Unordered List</h3>
<ul>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ul>
<p><small><a href="#wapper">[top]</a></small></p>
<hr />
<h2 id="form_elements">Forms</h2>
<fieldset>
<legend>Legend</legend>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>
<form>
<h2>Form Element</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui.</p>
<p><label for="text_field">Text Field:</label></p>
<input type="text" id="text_field" />
<p><label for="text_area">Text Area:</label></p>
<p>		<textarea id="text_area"></textarea></p>
<p><label for="select_element">Select Element:</label></p>
<select name="select_element">
			<optgroup label="Option Group 1"></p>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>
<p>			</optgroup></p>
<p>			<optgroup label="Option Group 2"></p>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>
<p>			</optgroup><br />
		</select>
</p>
<p><label for="radio_buttons">Radio Buttons:</label></p>
<input type="radio" class="radio" name="radio_button" value="radio_1" /> Radio 1<br/></p>
<input type="radio" class="radio" name="radio_button" value="radio_2" /> Radio 2<br/></p>
<input type="radio" class="radio" name="radio_button" value="radio_3" /> Radio 3<br/>
		</p>
<p><label for="checkboxes">Checkboxes:</label></p>
<input type="checkbox" class="checkbox" name="checkboxes" value="check_1" /> Radio 1<br/></p>
<input type="checkbox" class="checkbox" name="checkboxes" value="check_2" /> Radio 2<br/></p>
<input type="checkbox" class="checkbox" name="checkboxes" value="check_3" /> Radio 3<br/>
		</p>
<p><label for="password">Password:</label></p>
<input type="password" class="password" name="password" />
<p><label for="file">File Input:</label></p>
<input type="file" class="file" name="file" />
<input class="button" type="reset" value="Clear" />
<input class="button" type="submit" value="Submit" />
</form>
</fieldset>
<p><small><a href="#wapper">[top]</a></small></p>
<hr />
<h2 id="tables">Tables</h2>
<table cellspacing="0" cellpadding="0">
<tr>
<th>Table Header 1</th>
<th>Table Header 2</th>
<th>Table Header 3</th>
</tr>
<tr>
<td>Division 1</td>
<td>Division 2</td>
<td>Division 3</td>
</tr>
<tr class="even">
<td>Division 1</td>
<td>Division 2</td>
<td>Division 3</td>
</tr>
<tr>
<td>Division 1</td>
<td>Division 2</td>
<td>Division 3</td>
</tr>
</table>
<p><small><a href="#wapper">[top]</a></small></p>
<hr />
<h2 id="misc">Misc Stuff &#8211; abbr, acronym, pre, code, sub, sup, etc.</h2>
<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.  <abbr title="Avenue">AVE</abbr></p>
<pre>

Lorem ipsum dolor sit amet,
 consectetuer adipiscing elit.
 Nullam dignissim convallis est.
 Quisque aliquam. Donec faucibus.
Nunc iaculis suscipit dui.
Nam sit amet sem.
Aliquam libero nisi, imperdiet at,
 tincidunt nec, gravida vehicula,
 nisl.
Praesent mattis, massa quis
luctus fermentum, turpis mi
volutpat justo, eu volutpat
enim diam eget metus.
Maecenas ornare tortor.
Donec sed tellus eget sapien
 fringilla nonummy.
NBA
Mauris a ante. Suspendisse
 quam sem, consequat at,
commodo vitae, feugiat in,
nunc. Morbi imperdiet augue
 quis tellus.
AVE
</pre>
<blockquote><p>
	&#8220;This stylesheet is going to help so freaking much.&#8221; <br />-Blockquote
</p>
</blockquote>
<p><small><a href="#wapper">[top]</a></small></p>
<p><!-- End of Sample Content --></p>
]]></content:encoded>
			<wfw:commentRss>http://demo.cloverthemes.com/business/2011/08/20/elements-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample Post With Threaded Comments</title>
		<link>http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-threaded-comments/</link>
		<comments>http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-threaded-comments/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 07:56:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[comments]]></category>

		<guid isPermaLink="false">http://demo.cloverthemes.com/business/?p=20</guid>
		<description><![CDATA[This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can...<a href="http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-threaded-comments/">[Read More...]</a>]]></description>
			<content:encoded><![CDATA[<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-threaded-comments/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Sample Post With Image Caption</title>
		<link>http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-image-caption/</link>
		<comments>http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-image-caption/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 07:54:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[caption]]></category>

		<guid isPermaLink="false">http://demo.cloverthemes.com/business/?p=17</guid>
		<description><![CDATA[This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can...<a href="http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-image-caption/">[Read More...]</a>]]></description>
			<content:encoded><![CDATA[<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like.</p>
<div id="attachment_7" class="wp-caption alignleft" style="width: 284px"><img class="size-full wp-image-7" title="meeting" src="http://demo.cloverthemes.com/business/wp-content/uploads/2011/08/meeting.jpg" alt="meeting" width="274" height="181" /><p class="wp-caption-text">Sample Post With Image Caption</p></div>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-image-caption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business WordPress Theme With Image Centered</title>
		<link>http://demo.cloverthemes.com/business/2011/08/20/business-wordpress-theme-with-image-centered/</link>
		<comments>http://demo.cloverthemes.com/business/2011/08/20/business-wordpress-theme-with-image-centered/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 07:52:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://demo.cloverthemes.com/business/?p=15</guid>
		<description><![CDATA[This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can...<a href="http://demo.cloverthemes.com/business/2011/08/20/business-wordpress-theme-with-image-centered/">[Read More...]</a>]]></description>
			<content:encoded><![CDATA[<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers.</p>
<p><img class="size-full wp-image-7 aligncenter" title="meeting" src="http://demo.cloverthemes.com/business/wp-content/uploads/2011/08/meeting.jpg" alt="meeting" width="442" height="289" />This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://demo.cloverthemes.com/business/2011/08/20/business-wordpress-theme-with-image-centered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample Post With Image Aligned Right</title>
		<link>http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-image-aligned-right/</link>
		<comments>http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-image-aligned-right/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 07:50:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://demo.cloverthemes.com/business/?p=11</guid>
		<description><![CDATA[This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can...<a href="http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-image-aligned-right/">[Read More...]</a>]]></description>
			<content:encoded><![CDATA[<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers.</p>
<p><img class="alignright size-full wp-image-7" title="meeting" src="http://demo.cloverthemes.com/business/wp-content/uploads/2011/08/meeting.jpg" alt="meeting" width="252" height="166" />This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-image-aligned-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample Post With Image Aligned Left</title>
		<link>http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-image-aligned-left/</link>
		<comments>http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-image-aligned-left/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 07:49:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://demo.cloverthemes.com/business/?p=6</guid>
		<description><![CDATA[This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can...<a href="http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-image-aligned-left/">[Read More...]</a>]]></description>
			<content:encoded><![CDATA[<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers.</p>
<p><img class="alignleft size-full wp-image-7" title="meeting" src="http://demo.cloverthemes.com/business/wp-content/uploads/2011/08/meeting.jpg" alt="meeting" width="252" height="166" />This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://demo.cloverthemes.com/business/2011/08/20/sample-post-with-image-aligned-left/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is an example of a WordPress post</title>
		<link>http://demo.cloverthemes.com/business/2011/08/20/this-is-an-example-of-a-wordpress-post/</link>
		<comments>http://demo.cloverthemes.com/business/2011/08/20/this-is-an-example-of-a-wordpress-post/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 07:39:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://demo.cloverthemes.com/business/?p=4</guid>
		<description><![CDATA[This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. It’s really...<a href="http://demo.cloverthemes.com/business/2011/08/20/this-is-an-example-of-a-wordpress-post/">[Read More...]</a>]]></description>
			<content:encoded><![CDATA[<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. It’s really a great way to express yourself. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://demo.cloverthemes.com/business/2011/08/20/this-is-an-example-of-a-wordpress-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://demo.cloverthemes.com/business/2011/07/28/hello-world/</link>
		<comments>http://demo.cloverthemes.com/business/2011/07/28/hello-world/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 22:11:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://demogator.hostgator.com/w1/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://demo.cloverthemes.com/business/2011/07/28/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
