<?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>CSS Is Easy &#187; Tutorials</title>
	<atom:link href="http://cssiseasy.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssiseasy.com</link>
	<description>Let me show you how!</description>
	<lastBuildDate>Wed, 05 Aug 2009 22:51:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tutorial #3: Hot Dates With CSS</title>
		<link>http://cssiseasy.com/2009/08/04/tutorial-3-hot-dates-with-css/</link>
		<comments>http://cssiseasy.com/2009/08/04/tutorial-3-hot-dates-with-css/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 20:12:04 +0000</pubDate>
		<dc:creator>Montoya</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssiseasy.com/?p=42</guid>
		<description><![CDATA[I&#8217;m back from a long hiatus, and I present to you a classic tutorial from my blog, which I posted in 2006. Now you can watch my process in video form and see some new techniques not in the original tutorial. This is the first part; the second part will incorporate background images for more [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back from a long hiatus, and I present to you a classic tutorial from my blog, which I posted in 2006. Now you can watch my process in video form and see some new techniques not in the original tutorial. This is the first part; the second part will incorporate background images for more effects. <span id="more-42"></span></p>
<p><object width="500" height="315"><param name="movie" value="http://www.youtube.com/v/V2Sceonx8jA&#038;hl=en&#038;fs=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/V2Sceonx8jA&#038;hl=en&#038;fs=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed></object></p>
<p>Remember to view in HD to get the proper quality. </p>
<p>Here is the HTML used in this tutorial:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;acronym class=&quot;published&quot; title=&quot;August 11, 2009&quot;&gt;
	&lt;span class=&quot;pub-month&quot;&gt;Aug&lt;/span&gt;
	&lt;span class=&quot;pub-date&quot;&gt;11&lt;/span&gt;
&lt;/acronym&gt;</pre></div></div>

<p>And here is the final CSS:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.published</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #3333ff;">:Arial</span><span style="color: #00AA00;">,</span> Helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.pub-month</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">.9em</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.pub-date</span> <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">1.4em</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.published</span> <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">outset</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.pub-month</span> <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#555</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fafafa</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">.2em</span> <span style="color: #933;">.4em</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.pub-date</span> <span style="color: #00AA00;">&#123;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
body <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">2em</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
h1 <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">1.5em</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1em</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
p <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">3em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://cssiseasy.com/2009/08/04/tutorial-3-hot-dates-with-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial #2: &#8220;Dog Eared&#8221; Tabs With One Image</title>
		<link>http://cssiseasy.com/2009/06/17/tutorial-2-dog-eared-tabs-with-one-image/</link>
		<comments>http://cssiseasy.com/2009/06/17/tutorial-2-dog-eared-tabs-with-one-image/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 01:53:50 +0000</pubDate>
		<dc:creator>Montoya</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssiseasy.com/?p=32</guid>
		<description><![CDATA[In this tutorial, I&#8217;ll show you how to make a flexible set of navigation tabs with a single background image that allows you to use any set of colors for the inactive &#038; active states. Hit &#8220;Continue Reading&#8221; for the video &#038; code. Remember to view in HD for best quality. 

View the finished version: [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, I&#8217;ll show you how to make a flexible set of navigation tabs with a single background image that allows you to use any set of colors for the inactive &#038; active states. Hit &#8220;Continue Reading&#8221; for the video &#038; code. Remember to view in HD for best quality. <span id="more-32"></span></p>
<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/4Q0Jq0LSP9Q&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4Q0Jq0LSP9Q&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
<p>View the finished version: <a href="http://static.cssiseasy.com/tutorials/2/">Tutorial #2 Live Demo</a></p>
<p>Here is the base HTML for the page:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;h1&gt;&quot;Dog-eared&quot; tabs&lt;/h1&gt;
  &lt;ul class=&quot;tabs&quot;&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Main&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Street&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Weapon Shop&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Item Shop&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Travel&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Recruit&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;FAQ&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Talk&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Top&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/p&gt;</pre></div></div>

<p>And here is the final CSS (not including the reset file):</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span> 
 <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span><span style="color: #00AA00;">;</span> 
 <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span><span style="color: #ff0000;">&quot;Helvetica Neue&quot;</span><span style="color: #00AA00;">,</span> Arial<span style="color: #00AA00;">,</span> Helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
h1<span style="color: #00AA00;">,</span> ul<span style="color: #00AA00;">,</span> p <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1em</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
h1 <span style="color: #00AA00;">&#123;</span> 
 <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">1.4em</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
ul<span style="color: #6666ff;">.tabs</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#aaa</span><span style="color: #00AA00;">;</span>  
  <span style="color: #000000; font-weight: bold;">list-style-type</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>  
<span style="color: #00AA00;">&#125;</span>
&nbsp;
ul<span style="color: #6666ff;">.tabs</span> li <span style="color: #00AA00;">&#123;</span>  
  <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">2px</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
ul<span style="color: #6666ff;">.tabs</span> li a <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#ddd</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">corner.png</span><span style="color: #00AA00;">&#41;</span> <span style="color: #000000; font-weight: bold;">top</span> <span style="color: #000000; font-weight: bold;">right</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">border-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#aaa</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#333</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">4px</span> <span style="color: #933;">10px</span> <span style="color: #933;">2px</span> <span style="color: #933;">8px</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
ul<span style="color: #6666ff;">.tabs</span> li a<span style="color: #3333ff;">:focus</span><span style="color: #00AA00;">,</span> ul<span style="color: #6666ff;">.tabs</span> li a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#aaf</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://cssiseasy.com/2009/06/17/tutorial-2-dog-eared-tabs-with-one-image/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tutorial #1: Inline Form with Blueprint</title>
		<link>http://cssiseasy.com/2009/06/07/tutorial-1-inline-form-with-blueprint/</link>
		<comments>http://cssiseasy.com/2009/06/07/tutorial-1-inline-form-with-blueprint/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 01:01:27 +0000</pubDate>
		<dc:creator>Montoya</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://cssiseasy.com/?p=10</guid>
		<description><![CDATA[The first tutorial ever right here on CSSIsEasy.com is a follow-up to a question posted by Jitrenda Vyas on my blog. The timing is perfect because it allowed me to showcase the latest feature in Blueprint: inline forms. It also allowed me to demonstrate how you can next columns to build complex layouts. Watch the [...]]]></description>
			<content:encoded><![CDATA[<p>The first tutorial ever right here on CSSIsEasy.com is a follow-up to a question posted by <a href="http://jitendravyas.com">Jitrenda Vyas</a> on <a href="http://christianmontoya.com">my blog</a>. The timing is perfect because it allowed me to showcase the latest feature in <a href="http://blueprintcss.org/">Blueprint</a>: inline forms. It also allowed me to demonstrate how you can next columns to build complex layouts. Watch the video, or view the demo page.<span id="more-10"></span></p>
<p><object width="500" height="405"><param name="movie" value="http://www.youtube-nocookie.com/v/MMY91V1m5ow&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/MMY91V1m5ow&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
<p>You can also view the final web page: <a href="http://static.cssiseasy.com/tutorials/1/">Tutorial #1 Demo Page</a></p>
<p>Body markup:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div class=&quot;container&quot;&gt;
  &lt;div class=&quot;column span-12 append-6 prepend-6 last&quot;&gt;
    &lt;form method=&quot;get&quot; action=&quot;#&quot; class=&quot;inline&quot;&gt;
      &lt;div class=&quot;column span-4&quot;&gt;
        &lt;label for=&quot;input1&quot;&gt;Label:&lt;/label&gt;
      &lt;/div&gt;
      &lt;div class=&quot;column span-8 last&quot;&gt;
        &lt;input type=&quot;text&quot; name=&quot;input1&quot; id=&quot;input1&quot;&gt;
      &lt;/div&gt;
      &lt;div class=&quot;column span-4&quot;&gt;
        &lt;label for=&quot;input2&quot;&gt;Longer Label:&lt;/label&gt;
      &lt;/div&gt;
      &lt;div class=&quot;column span-8 last&quot;&gt;
        &lt;select name=&quot;input2&quot; id=&quot;input2&quot;&gt;
          &lt;option value=&quot;1&quot;&gt;One&lt;/option&gt;
          &lt;option value=&quot;2&quot;&gt;Two&lt;/option&gt;
        &lt;/select&gt;
      &lt;/div&gt;
      &lt;div class=&quot;column span-4&quot;&gt;
        &lt;label for=&quot;input3&quot;&gt;Even Longer Label:&lt;/label&gt;
      &lt;/div&gt;
&nbsp;
      &lt;div class=&quot;column span-8 last&quot;&gt;
        &lt;input type=&quot;text&quot; name=&quot;input3&quot; id=&quot;input3&quot;&gt;
      &lt;/div&gt;
      &lt;div class=&quot;column span-4&quot;&gt;
        &lt;label for=&quot;value&quot;&gt;One More Label:&lt;/label&gt;
      &lt;/div&gt;
      &lt;div class=&quot;column span-8 last&quot; id=&quot;radio_inputs&quot;&gt;
        &lt;input type=&quot;radio&quot; name=&quot;value&quot; value=&quot;1&quot;&gt; Value 1&lt;br&gt;
        &lt;input type=&quot;radio&quot; name=&quot;value&quot; value=&quot;2&quot;&gt; Value 2
      &lt;/div&gt;
      &lt;div class=&quot;column span-8 prepend-4 last&quot;&gt;
        &lt;button&gt;Primary Action&lt;/button&gt;
      &lt;/div&gt;
    &lt;/form&gt;
  &lt;/div&gt;
&lt;/div&gt;</pre></div></div>

<p>Custom CSS (after Blueprint):</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#radio_inputs</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">1.5</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding-top</span><span style="color: #00AA00;">:</span><span style="color: #933;">.5em</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">.5em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
label <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#555</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">1em</span><span style="color: #00AA00;">;</span>
<span style="color: #808080; font-style: italic;">/* text-align:right; */</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#input2</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">13.5em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://cssiseasy.com/2009/06/07/tutorial-1-inline-form-with-blueprint/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
<enclosure url="http://content.screencast.com/users/CSSIsEasy/folders/Default/media/7f021ed0-c9f9-477a-a364-8db0b5da3ef9/Tutorial1.mov" length="75736342" type="video/quicktime" />
<enclosure url="http://content.screencast.com/users/CSSIsEasy/folders/Default/media/555279da-80e5-4e2c-809e-d4ceac5c872b/Tutorial1.flv" length="77993647" type="video/x-flv" />
		</item>
	</channel>
</rss>
