<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for lunaz.com</title>
	<atom:link href="http://www.lunaz.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lunaz.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Jan 2012 15:35:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Doing My Small Part by luna</title>
		<link>http://www.lunaz.com/2012/01/18/doing-my-small-part/#comment-1241</link>
		<dc:creator>luna</dc:creator>
		<pubDate>Thu, 19 Jan 2012 15:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunaz.com/?p=536#comment-1241</guid>
		<description>Ok, that other theme wasn&#039;t as black as I thought it was at work! Still don&#039;t forget to write your reps, I did!</description>
		<content:encoded><![CDATA[<p>Ok, that other theme wasn&#8217;t as black as I thought it was at work! Still don&#8217;t forget to write your reps, I did!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gizmodo Sucks by TJ</title>
		<link>http://www.lunaz.com/2011/02/12/gizmodo-sucks/#comment-406</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Sat, 01 Oct 2011 15:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunaz.com/?p=475#comment-406</guid>
		<description>figures...</description>
		<content:encoded><![CDATA[<p>figures&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My first wordpress theme by luna</title>
		<link>http://www.lunaz.com/2011/03/27/my-first-wordpress-theme/#comment-138</link>
		<dc:creator>luna</dc:creator>
		<pubDate>Mon, 15 Aug 2011 06:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunaz.com/?p=483#comment-138</guid>
		<description>Hey, did you get it working yet? Just checking. I moved my site to a linux host over the last couple weeks &amp; hoping stuff isn&#039;t b0rked. :)</description>
		<content:encoded><![CDATA[<p>Hey, did you get it working yet? Just checking. I moved my site to a linux host over the last couple weeks &#038; hoping stuff isn&#8217;t b0rked. <img src='http://www.lunaz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My first wordpress theme by luna</title>
		<link>http://www.lunaz.com/2011/03/27/my-first-wordpress-theme/#comment-39</link>
		<dc:creator>luna</dc:creator>
		<pubDate>Sat, 30 Jul 2011 18:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunaz.com/?p=483#comment-39</guid>
		<description>I would upload it to the darkbasic folder, usually under wp_content/themes/darkbasic

Then in the css all you have to do is change the filename &amp; not have to worry about paths. Those confuse me... :)</description>
		<content:encoded><![CDATA[<p>I would upload it to the darkbasic folder, usually under wp_content/themes/darkbasic</p>
<p>Then in the css all you have to do is change the filename &#038; not have to worry about paths. Those confuse me&#8230; <img src='http://www.lunaz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My first wordpress theme by Jeff Murray</title>
		<link>http://www.lunaz.com/2011/03/27/my-first-wordpress-theme/#comment-26</link>
		<dc:creator>Jeff Murray</dc:creator>
		<pubDate>Fri, 29 Jul 2011 12:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunaz.com/?p=483#comment-26</guid>
		<description>I will give it a try, tonight. Thank you so much. 

As far as the header. I wasn&#039;t able to change it to the picture I wanted. I am not good at that stuff or need more help. lol 
If the picture is on my hard drive where should I upload it to and then I guess I have to point that line to it?</description>
		<content:encoded><![CDATA[<p>I will give it a try, tonight. Thank you so much. </p>
<p>As far as the header. I wasn&#8217;t able to change it to the picture I wanted. I am not good at that stuff or need more help. lol<br />
If the picture is on my hard drive where should I upload it to and then I guess I have to point that line to it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My first wordpress theme by luna</title>
		<link>http://www.lunaz.com/2011/03/27/my-first-wordpress-theme/#comment-14</link>
		<dc:creator>luna</dc:creator>
		<pubDate>Sun, 24 Jul 2011 04:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunaz.com/?p=483#comment-14</guid>
		<description>Ok I rule at copy pasting stuff from the 2010 theme! This should fix it:

Delete everything starting line 224 where it says /*gallery shortcode styles*/ to line 255, the end of .gallery-caption {}

Replace that with this:

&lt;code&gt;&lt;strong&gt;
/*gallery shortcode*/
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #666;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

.attachment-thumbnail {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #666 !important;
}

.gallery-caption {
	font-size: 85%;
}

.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #c0c0c0;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #c0c0c0;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #c0c0c0;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/*end gallery*/
&lt;/strong&gt;&lt;/code&gt;

Or if it&#039;s easier the whole file is at http://lunaz.com/wp-content/themes/darkbasic/style.css

I&#039;ll make sure this works for you before I submit the fix to the official repo.
What happened with the header?</description>
		<content:encoded><![CDATA[<p>Ok I rule at copy pasting stuff from the 2010 theme! This should fix it:</p>
<p>Delete everything starting line 224 where it says /*gallery shortcode styles*/ to line 255, the end of .gallery-caption {}</p>
<p>Replace that with this:</p>
<p><code><strong><br />
/*gallery shortcode*/<br />
.format-gallery .size-thumbnail img,<br />
.category-gallery .size-thumbnail img {<br />
	border: 10px solid #666;<br />
	margin-bottom: 0;<br />
}<br />
.format-gallery .gallery-thumb,<br />
.category-gallery .gallery-thumb {<br />
	float: left;<br />
	margin-right: 20px;<br />
	margin-top: -4px;<br />
}<br />
.home #content .format-gallery .entry-utility,<br />
.home #content .category-gallery .entry-utility {<br />
	padding-top: 4px;<br />
}</p>
<p>.attachment-thumbnail {<br />
	display: block;<br />
	margin-left: auto;<br />
	margin-right: auto;<br />
	border: 5px solid #666 !important;<br />
}</p>
<p>.gallery-caption {<br />
	font-size: 85%;<br />
}</p>
<p>.gallery {<br />
	margin: 0 auto 18px;<br />
}<br />
.gallery .gallery-item {<br />
	float: left;<br />
	margin-top: 0;<br />
	text-align: center;<br />
	width: 33%;<br />
}<br />
.gallery-columns-2 .gallery-item {<br />
	width: 50%;<br />
}<br />
.gallery-columns-4 .gallery-item {<br />
	width: 25%;<br />
}<br />
.gallery img {<br />
	border: 2px solid #c0c0c0;<br />
}<br />
.gallery-columns-2 .attachment-medium {<br />
	max-width: 92%;<br />
	height: auto;<br />
}<br />
.gallery-columns-4 .attachment-thumbnail {<br />
	max-width: 84%;<br />
	height: auto;<br />
}<br />
.gallery .gallery-caption {<br />
	color: #c0c0c0;<br />
	margin: 0 0 12px;<br />
}<br />
.gallery dl {<br />
	margin: 0;<br />
}<br />
.gallery img {<br />
	border: 10px solid #c0c0c0;<br />
}<br />
.gallery br+br {<br />
	display: none;<br />
}<br />
#content .attachment img {/* single attachment images should be centered */<br />
	display: block;<br />
	margin: 0 auto;<br />
}<br />
/*end gallery*/<br />
</strong></code></p>
<p>Or if it&#8217;s easier the whole file is at <a href="http://lunaz.com/wp-content/themes/darkbasic/style.css" rel="nofollow">http://lunaz.com/wp-content/themes/darkbasic/style.css</a></p>
<p>I&#8217;ll make sure this works for you before I submit the fix to the official repo.<br />
What happened with the header?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My first wordpress theme by Jeff Muray</title>
		<link>http://www.lunaz.com/2011/03/27/my-first-wordpress-theme/#comment-13</link>
		<dc:creator>Jeff Muray</dc:creator>
		<pubDate>Sat, 23 Jul 2011 01:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunaz.com/?p=483#comment-13</guid>
		<description>I&#039;ll be waiting!!</description>
		<content:encoded><![CDATA[<p>I&#8217;ll be waiting!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My first wordpress theme by luna</title>
		<link>http://www.lunaz.com/2011/03/27/my-first-wordpress-theme/#comment-12</link>
		<dc:creator>luna</dc:creator>
		<pubDate>Mon, 18 Jul 2011 04:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunaz.com/?p=483#comment-12</guid>
		<description>Ok I&#039;m back home now &amp; can start looking into it. :)</description>
		<content:encoded><![CDATA[<p>Ok I&#8217;m back home now &#038; can start looking into it. <img src='http://www.lunaz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My first wordpress theme by Jeff Muray</title>
		<link>http://www.lunaz.com/2011/03/27/my-first-wordpress-theme/#comment-11</link>
		<dc:creator>Jeff Muray</dc:creator>
		<pubDate>Mon, 04 Jul 2011 14:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunaz.com/?p=483#comment-11</guid>
		<description>Thanks you.</description>
		<content:encoded><![CDATA[<p>Thanks you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My first wordpress theme by luna</title>
		<link>http://www.lunaz.com/2011/03/27/my-first-wordpress-theme/#comment-10</link>
		<dc:creator>luna</dc:creator>
		<pubDate>Mon, 04 Jul 2011 03:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunaz.com/?p=483#comment-10</guid>
		<description>I&#039;m not at my computer the next 2 weeks but if I have time will try to figure out the gallery problem.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not at my computer the next 2 weeks but if I have time will try to figure out the gallery problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

