<?xml version="1.0" encoding="UTF-8"?><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>Comments on: Agneka Simple — WordPress Theme</title>
	<atom:link href="http://konstruktors.com/blog/design-suggetions/19-agneka-simple-minimalistic-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://konstruktors.com/blog/design-suggetions/19-agneka-simple-minimalistic-wordpress-theme/</link>
	<description>Observing the Web and Thinking About Design</description>
	<pubDate>Sat, 17 May 2008 02:18:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/design-suggetions/19-agneka-simple-minimalistic-wordpress-theme/#comment-2749</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Thu, 24 Apr 2008 07:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/19-agneka-simple-%e2%80%94-minimalistic-wordpress-theme/#comment-2749</guid>
		<description>Matt, thank you for adding the theme!</description>
		<content:encoded><![CDATA[<p>Matt, thank you for adding the theme!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://konstruktors.com/blog/design-suggetions/19-agneka-simple-minimalistic-wordpress-theme/#comment-2747</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 24 Apr 2008 06:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/19-agneka-simple-%e2%80%94-minimalistic-wordpress-theme/#comment-2747</guid>
		<description>Hi. I just wanted to let you know I've added Agneka Simple to www.bestwpthemes.com, our list of the coolest Wordpress themes on the planet. Good work! Look forward to seeing your other themes.</description>
		<content:encoded><![CDATA[<p>Hi. I just wanted to let you know I&#8217;ve added Agneka Simple to <a href="http://www.bestwpthemes.com" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.bestwpthemes.com?referer=');">http://www.bestwpthemes.com</a>, our list of the coolest Wordpress themes on the planet. Good work! Look forward to seeing your other themes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/design-suggetions/19-agneka-simple-minimalistic-wordpress-theme/#comment-605</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Sun, 24 Feb 2008 21:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/19-agneka-simple-%e2%80%94-minimalistic-wordpress-theme/#comment-605</guid>
		<description>Sure, Manuel, you can use it with Google AdSense.</description>
		<content:encoded><![CDATA[<p>Sure, Manuel, you can use it with Google AdSense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://konstruktors.com/blog/design-suggetions/19-agneka-simple-minimalistic-wordpress-theme/#comment-604</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Sun, 24 Feb 2008 21:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/19-agneka-simple-%e2%80%94-minimalistic-wordpress-theme/#comment-604</guid>
		<description>Can i use it, with Google-Adsens?</description>
		<content:encoded><![CDATA[<p>Can i use it, with Google-Adsens?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deuts</title>
		<link>http://konstruktors.com/blog/design-suggetions/19-agneka-simple-minimalistic-wordpress-theme/#comment-310</link>
		<dc:creator>deuts</dc:creator>
		<pubDate>Fri, 11 Jan 2008 06:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/19-agneka-simple-%e2%80%94-minimalistic-wordpress-theme/#comment-310</guid>
		<description>Hi, it worked. Thanks. This surely is a great theme.</description>
		<content:encoded><![CDATA[<p>Hi, it worked. Thanks. This surely is a great theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/design-suggetions/19-agneka-simple-minimalistic-wordpress-theme/#comment-309</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Thu, 10 Jan 2008 17:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/19-agneka-simple-%e2%80%94-minimalistic-wordpress-theme/#comment-309</guid>
		<description>Deuts, the problem seems to be with the CSS styling of &lt;code&gt;#footer&lt;/code&gt; in &lt;code&gt;style.css&lt;/code&gt; under theme's files.

Currently it reads: &lt;code&gt;#footer { float:right; width:99.9%; clear:both; color:#666; font-size:0.88em; line-height:1.4em; margin:3em 0 1em; padding:1em 0 3em; }&lt;/code&gt;

Could you try and change it to: &lt;code&gt;#footer { float:left; width:100%; clear:both; color:#666; font-size:0.88em; line-height:1.4em; margin:3em 0 1em; padding:1em 0 3em; }&lt;/code&gt;

Let me know if that solves the problem.</description>
		<content:encoded><![CDATA[<p>Deuts, the problem seems to be with the CSS styling of <code>#footer</code> in <code>style.css</code> under theme&#8217;s files.</p>
<p>Currently it reads: <code>#footer { float:right; width:99.9%; clear:both; color:#666; font-size:0.88em; line-height:1.4em; margin:3em 0 1em; padding:1em 0 3em; }</code></p>
<p>Could you try and change it to: <code>#footer { float:left; width:100%; clear:both; color:#666; font-size:0.88em; line-height:1.4em; margin:3em 0 1em; padding:1em 0 3em; }</code></p>
<p>Let me know if that solves the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deuts</title>
		<link>http://konstruktors.com/blog/design-suggetions/19-agneka-simple-minimalistic-wordpress-theme/#comment-308</link>
		<dc:creator>deuts</dc:creator>
		<pubDate>Thu, 10 Jan 2008 17:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/19-agneka-simple-%e2%80%94-minimalistic-wordpress-theme/#comment-308</guid>
		<description>there still seems to be a problem in version 0.4 when it comes to IE7, which the footer goes to the upper right. You could see the working example using IE7 in http://obeertym.deuts.net/

Thanks!</description>
		<content:encoded><![CDATA[<p>there still seems to be a problem in version 0.4 when it comes to IE7, which the footer goes to the upper right. You could see the working example using IE7 in <a href="http://obeertym.deuts.net/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/obeertym.deuts.net/?referer=');">http://obeertym.deuts.net/</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
