<?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 on: A fresh new look for moon:and:6</title>
	<atom:link href="http://www.moonand6.com/2009/06/11/a-fresh-new-look-for-moonand6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moonand6.com/2009/06/11/a-fresh-new-look-for-moonand6/</link>
	<description>// artist development and music production</description>
	<lastBuildDate>Sun, 21 Mar 2010 08:11:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: frank</title>
		<link>http://www.moonand6.com/2009/06/11/a-fresh-new-look-for-moonand6/comment-page-1/#comment-30</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Thu, 25 Jun 2009 22:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.moonand6.com/?p=722#comment-30</guid>
		<description>Thanks, Michael - much appreciated!  ( I&#039;m messing something up in the customs.php folder I think.....still gets wonky stylistically on my end)  
But - love the simplicity of your design - saw it on the gallery earlier today and it really stands out...:-)</description>
		<content:encoded><![CDATA[<p>Thanks, Michael &#8211; much appreciated!  ( I&#8217;m messing something up in the customs.php folder I think&#8230;..still gets wonky stylistically on my end)<br />
But &#8211; love the simplicity of your design &#8211; saw it on the gallery earlier today and it really stands out&#8230;:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.moonand6.com/2009/06/11/a-fresh-new-look-for-moonand6/comment-page-1/#comment-29</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 25 Jun 2009 20:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.moonand6.com/?p=722#comment-29</guid>
		<description>Thanks! I like the nav bar too. I use the full-width framework and some tips and code from &lt;a href=&quot;http://www.kristarella.com/&quot; rel=&quot;nofollow&quot;&gt;kristarella.com&lt;/a&gt;. She&#039;s posted some great tutorials on how to customize &lt;a href=&quot;http://diythemes.com/?a_aid=moonand6&quot; rel=&quot;nofollow&quot;&gt;Thesis&lt;/a&gt; quite comprehensively. I used &lt;a href=&quot;http://www.kristarella.com/2008/11/thesis-full-width-headers/&quot; rel=&quot;nofollow&quot;&gt;this tutorial&lt;/a&gt; to set up my header. 

This is the code I use to style my navigation bar:
&lt;code&gt;
/*---:[ nav menu styles ]:---*/
 
.custom #nav_area { background:#000; padding:0.5em 0; border-bottom:0px solid #000; position:fixed; z-index:1; }
.custom #nav_area ul { border-bottom:none; border-left:none;}
.custom #nav_area ul li { border-width:0; margin-bottom:0; margin-right:0px;padding-bottom:0;}
 
ul#tabs { list-style: none; border: 1px solid #000; border-width: 0 0 1px 1px; }
 
ul#tabs li { margin-bottom: -0.1em; background: #000; border: 1px solid #000; border-left: 0; float: left; }
 
ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0em; border-bottom: 0; }
	
ul#tabs li a { font-weight: bold; display: block; line-height: 1em; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
 
ul#tabs li a:hover { color: #aaa; text-decoration: none; }
	
ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; background:#000; border: 0px;}
		
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
&lt;/code&gt;

I hope this helps!</description>
		<content:encoded><![CDATA[<p>Thanks! I like the nav bar too. I use the full-width framework and some tips and code from <a href="http://www.kristarella.com/" rel="nofollow">kristarella.com</a>. She&#8217;s posted some great tutorials on how to customize <a href="http://diythemes.com/?a_aid=moonand6" rel="nofollow">Thesis</a> quite comprehensively. I used <a href="http://www.kristarella.com/2008/11/thesis-full-width-headers/" rel="nofollow">this tutorial</a> to set up my header. </p>
<p>This is the code I use to style my navigation bar:<br />
<code><br />
/*---:[ nav menu styles ]:---*/</p>
<p>.custom #nav_area { background:#000; padding:0.5em 0; border-bottom:0px solid #000; position:fixed; z-index:1; }<br />
.custom #nav_area ul { border-bottom:none; border-left:none;}<br />
.custom #nav_area ul li { border-width:0; margin-bottom:0; margin-right:0px;padding-bottom:0;}</p>
<p>ul#tabs { list-style: none; border: 1px solid #000; border-width: 0 0 1px 1px; }</p>
<p>ul#tabs li { margin-bottom: -0.1em; background: #000; border: 1px solid #000; border-left: 0; float: left; }</p>
<p>ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0em; border-bottom: 0; }</p>
<p>ul#tabs li a { font-weight: bold; display: block; line-height: 1em; color: #fff; text-transform: uppercase; letter-spacing: 1px; }</p>
<p>ul#tabs li a:hover { color: #aaa; text-decoration: none; }</p>
<p>ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; background:#000; border: 0px;}</p>
<p>ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }<br />
</code></p>
<p>I hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://www.moonand6.com/2009/06/11/a-fresh-new-look-for-moonand6/comment-page-1/#comment-28</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Thu, 25 Jun 2009 17:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.moonand6.com/?p=722#comment-28</guid>
		<description>Hi there - I love what you&#039;ve done with the navigation bar with Thesis.....looks great!  Any insight on the forums as to how you did this?  (I&#039;ve been looking to do something similar - just haven&#039;t been able to get it as &quot;pretty&quot; as yours!)  Thanks..:-) F.D.</description>
		<content:encoded><![CDATA[<p>Hi there &#8211; I love what you&#8217;ve done with the navigation bar with Thesis&#8230;..looks great!  Any insight on the forums as to how you did this?  (I&#8217;ve been looking to do something similar &#8211; just haven&#8217;t been able to get it as &#8220;pretty&#8221; as yours!)  Thanks..:-) F.D.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
