<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Custom CSS frustration</title>
	<atom:link href="http://blog.thestateofme.com/2009/08/27/custom-css-frustration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thestateofme.com/2009/08/27/custom-css-frustration/</link>
	<description>IT mixology and other thoughts about tech, life the universe and everything</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:17:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Luke Hall</title>
		<link>http://blog.thestateofme.com/2009/08/27/custom-css-frustration/#comment-888</link>
		<dc:creator><![CDATA[Luke Hall]]></dc:creator>
		<pubDate>Sun, 01 Aug 2010 15:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thestateofme.com/?p=150#comment-888</guid>
		<description><![CDATA[Not a problem, hopefully it will help you with any CSS work you take on in the future. I hope the relaunch goes well.]]></description>
		<content:encoded><![CDATA[<p>Not a problem, hopefully it will help you with any CSS work you take on in the future. I hope the relaunch goes well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Swan</title>
		<link>http://blog.thestateofme.com/2009/08/27/custom-css-frustration/#comment-886</link>
		<dc:creator><![CDATA[Chris Swan]]></dc:creator>
		<pubDate>Thu, 29 Jul 2010 07:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thestateofme.com/?p=150#comment-886</guid>
		<description><![CDATA[Wow - thanks for that. I&#039;ll check it out. It&#039;s a shame that we&#039;re days away from a web site relaunch that&#039;s going to change the look of our corporate site.]]></description>
		<content:encoded><![CDATA[<p>Wow &#8211; thanks for that. I&#8217;ll check it out. It&#8217;s a shame that we&#8217;re days away from a web site relaunch that&#8217;s going to change the look of our corporate site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hall</title>
		<link>http://blog.thestateofme.com/2009/08/27/custom-css-frustration/#comment-885</link>
		<dc:creator><![CDATA[Luke Hall]]></dc:creator>
		<pubDate>Thu, 29 Jul 2010 01:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thestateofme.com/?p=150#comment-885</guid>
		<description><![CDATA[Hi Chris, I found this post following the &quot;custom CSS&quot; tag while browsing for other people using the feature. I&#039;ve been tweaking my own designs for a little while and have taught myself CSS the hard way: reading tutorials and reference pages online. The feature on WP.com is completely un-supported so you did well to take such a dive into the (relatively) unknown. I&#039;ve been working on CSS skins for the Sandbox theme and I pieced together something that looks a little like your corporate site, just to see if I could. I didn&#039;t spend ages on it or check very thoroughly and I know that it is almost a year since you made this post but I thought I&#039;d share anyway just in case you find it useful. You&#039;d need to switch to the Sandbox 1.6.1 theme and add the CSS code to the original stylesheet. I will post it below because I couldn&#039;t find a contact form or email address, apologies if it doesn&#039;t get formatted correctly.

Luke


/*********************************************************************/

body {background-color:#cbcbcb; color:#5e5e5e; font-family:&quot;Futura-Medium&quot;,&quot;Futura&quot;,&quot;Trebuchet MS&quot;,sans-serif; font-size:62.5%; margin:0;}
#wrapper {margin:0 auto; padding:10px; width:700px; background-color:#ffffff; font-size:1.4em;}
a {color:#5e5e5e;}
a:hover {color:#999999;}

div#container {margin:0 0 0 40px; width:450px; float:left;}
div#content {margin:0;}
div#primary {float:right; margin:0;}
#secondary, .skip-link {display:none;}
#footer {margin:0; visibility:hidden;}

h1#blog-title {margin:0;}
h1#blog-title a {display:block; text-indent:-999em; background:#fff url(&quot;http://www.capitalscf.com/content/sites/all/themes/capitalscf/images/capital-scf-large-logo.png&quot;); height:150px; width:500px;}
#blog-description {display:none;}

div#menu {background-color:#ffffff; font-size:1.1em; font-weight:bold; text-transform:capitalize;}
#menu a {font-family:&quot;Helvetica Neue&quot;,Arial,sans-serif; color:#999999;}
#menu a:hover {color:#ff0000;}
#menu ul ul {display:none;}

#nav-above {display:none;}
h2.entry-title {margin:0;}
h2.entry-title a {color:#5e5e5e; text-decoration:none; font-family:&quot;Helvetica Neue&quot;,Arial,sans-serif;}
h2.entry-title a:hover {color:#999999;}
.entry-date, .entry-meta {color:#999999; font-size:0.8em;}
.entry-date abbr {border:none;}
.entry-meta {margin:20px 0 50px 0; padding-top:10px; border-top:1px dashed #999999;}

#primary h3, #primary h3 a {font-family:&quot;Helvetica Neue&quot;,Arial,sans-serif; margin-bottom:10px;}
#primary ul {margin:0;}
#primary ul li {list-style-type:none; padding-bottom:8px;}
#primary ul ul ul {display:none;}

#primary a {text-decoration:none; color:#007600}

body.page textarea#comment {width:450px; font-family:&quot;Helvetica Neue&quot;,Arial,sans-serif; font-size:0.9em;}

/*********************************************************************/]]></description>
		<content:encoded><![CDATA[<p>Hi Chris, I found this post following the &#8220;custom CSS&#8221; tag while browsing for other people using the feature. I&#8217;ve been tweaking my own designs for a little while and have taught myself CSS the hard way: reading tutorials and reference pages online. The feature on WP.com is completely un-supported so you did well to take such a dive into the (relatively) unknown. I&#8217;ve been working on CSS skins for the Sandbox theme and I pieced together something that looks a little like your corporate site, just to see if I could. I didn&#8217;t spend ages on it or check very thoroughly and I know that it is almost a year since you made this post but I thought I&#8217;d share anyway just in case you find it useful. You&#8217;d need to switch to the Sandbox 1.6.1 theme and add the CSS code to the original stylesheet. I will post it below because I couldn&#8217;t find a contact form or email address, apologies if it doesn&#8217;t get formatted correctly.</p>
<p>Luke</p>
<p>/*********************************************************************/</p>
<p>body {background-color:#cbcbcb; color:#5e5e5e; font-family:&#8221;Futura-Medium&#8221;,&#8221;Futura&#8221;,&#8221;Trebuchet MS&#8221;,sans-serif; font-size:62.5%; margin:0;}<br />
#wrapper {margin:0 auto; padding:10px; width:700px; background-color:#ffffff; font-size:1.4em;}<br />
a {color:#5e5e5e;}<br />
a:hover {color:#999999;}</p>
<p>div#container {margin:0 0 0 40px; width:450px; float:left;}<br />
div#content {margin:0;}<br />
div#primary {float:right; margin:0;}<br />
#secondary, .skip-link {display:none;}<br />
#footer {margin:0; visibility:hidden;}</p>
<p>h1#blog-title {margin:0;}<br />
h1#blog-title a {display:block; text-indent:-999em; background:#fff url(&#8220;http://www.capitalscf.com/content/sites/all/themes/capitalscf/images/capital-scf-large-logo.png&#8221;); height:150px; width:500px;}<br />
#blog-description {display:none;}</p>
<p>div#menu {background-color:#ffffff; font-size:1.1em; font-weight:bold; text-transform:capitalize;}<br />
#menu a {font-family:&#8221;Helvetica Neue&#8221;,Arial,sans-serif; color:#999999;}<br />
#menu a:hover {color:#ff0000;}<br />
#menu ul ul {display:none;}</p>
<p>#nav-above {display:none;}<br />
h2.entry-title {margin:0;}<br />
h2.entry-title a {color:#5e5e5e; text-decoration:none; font-family:&#8221;Helvetica Neue&#8221;,Arial,sans-serif;}<br />
h2.entry-title a:hover {color:#999999;}<br />
.entry-date, .entry-meta {color:#999999; font-size:0.8em;}<br />
.entry-date abbr {border:none;}<br />
.entry-meta {margin:20px 0 50px 0; padding-top:10px; border-top:1px dashed #999999;}</p>
<p>#primary h3, #primary h3 a {font-family:&#8221;Helvetica Neue&#8221;,Arial,sans-serif; margin-bottom:10px;}<br />
#primary ul {margin:0;}<br />
#primary ul li {list-style-type:none; padding-bottom:8px;}<br />
#primary ul ul ul {display:none;}</p>
<p>#primary a {text-decoration:none; color:#007600}</p>
<p>body.page textarea#comment {width:450px; font-family:&#8221;Helvetica Neue&#8221;,Arial,sans-serif; font-size:0.9em;}</p>
<p>/*********************************************************************/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Swan</title>
		<link>http://blog.thestateofme.com/2009/08/27/custom-css-frustration/#comment-295</link>
		<dc:creator><![CDATA[Chris Swan]]></dc:creator>
		<pubDate>Sat, 29 Aug 2009 16:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thestateofme.com/?p=150#comment-295</guid>
		<description><![CDATA[Vromano - I already posted everything useful that I found, which I don&#039;t think does actually amount to a HowTo.

If you want to save that Mac from the lake then I&#039;d suggest just going with the the Vigilance theme and customising that a bit. At least it lets you have a logo in the header, and choose your own colour scheme.]]></description>
		<content:encoded><![CDATA[<p>Vromano &#8211; I already posted everything useful that I found, which I don&#8217;t think does actually amount to a HowTo.</p>
<p>If you want to save that Mac from the lake then I&#8217;d suggest just going with the the Vigilance theme and customising that a bit. At least it lets you have a logo in the header, and choose your own colour scheme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vromano</title>
		<link>http://blog.thestateofme.com/2009/08/27/custom-css-frustration/#comment-294</link>
		<dc:creator><![CDATA[vromano]]></dc:creator>
		<pubDate>Sat, 29 Aug 2009 14:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thestateofme.com/?p=150#comment-294</guid>
		<description><![CDATA[so can you help me figure out HOW TO??? before I shoot my computer and throw my mac in the lake?????]]></description>
		<content:encoded><![CDATA[<p>so can you help me figure out HOW TO??? before I shoot my computer and throw my mac in the lake?????</p>
]]></content:encoded>
	</item>
</channel>
</rss>

