<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; User Favorites: blacksoxfan</title>
		<link>http://en.forums.wordpress.com/profile/</link>
		<description>WordPress.com Forums &#187; User Favorites: blacksoxfan</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 05:28:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>blacksoxfan on "Theme CSS Help"</title>
			<link>http://en.forums.wordpress.com/topic/theme-css-help#post-73098</link>
			<pubDate>Fri, 27 Apr 2007 11:30:59 +0000</pubDate>
			<dc:creator>blacksoxfan</dc:creator>
			<guid isPermaLink="false">73098@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>ahhhh.... thanks and i'll go do that :-)
</p>
]]></description>
					</item>
		<item>
			<title>cornell on "Theme CSS Help"</title>
			<link>http://en.forums.wordpress.com/topic/theme-css-help#post-73092</link>
			<pubDate>Fri, 27 Apr 2007 09:55:39 +0000</pubDate>
			<dc:creator>cornell</dc:creator>
			<guid isPermaLink="false">73092@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Blacksoxfan - due to the URL, I am guessing that you are not hosted at wordpress.com.  If that is the case then you need to be asking over at <a href="http://www.wordpress.org" rel="nofollow">http://www.wordpress.org</a>.  We run different software here.</p>
<p>Collin
</p>
]]></description>
					</item>
		<item>
			<title>blacksoxfan on "Theme CSS Help"</title>
			<link>http://en.forums.wordpress.com/topic/theme-css-help#post-73042</link>
			<pubDate>Fri, 27 Apr 2007 05:26:51 +0000</pubDate>
			<dc:creator>blacksoxfan</dc:creator>
			<guid isPermaLink="false">73042@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,<br />
I run <a href="http://blog.blacksoxfan.com" rel="nofollow">http://blog.blacksoxfan.com</a>.  I am hoping someone could help me with my style sheet.  I am trying to do two things: first - get some space between my posts. second - put a horizontal line to separate them.</p>
<p>any advice would be appreciated:<br />
[CODE]<br />
/*<br />
Theme Name: Black Sox Fan<br />
Theme URI: <a href="http://blog.blacksoxfan.com" rel="nofollow">http://blog.blacksoxfan.com</a><br />
Description: Blog Template<br />
Version: 1.0<br />
Author: Trae Regan<br />
*/</p>
<p>/*START TAG ELEMENTS*/<br />
html, body {<br />
	font: 12px Arial, Helvetica, sans-serif;<br />
	line-height: 14px;<br />
	color: rgb(79, 81, 86);<br />
	margin: 0px;<br />
}</p>
<p>h1 {<br />
	font-size: 16px;<br />
	font-weight: bold;<br />
	color: rgb(0, 0, 0);<br />
	margin: 0px;<br />
}</p>
<p>h2 {<br />
	font-size: 9px;<br />
	line-height: 15px;<br />
	margin: 1px 0px 5px 0px;<br />
	color: rgb(161, 161, 163);<br />
}</p>
<p>h3 {<br />
	font-size: 11px;<br />
	line-height: 12px;<br />
	margin: 0px;<br />
	color: rgb(146, 148, 151);<br />
}</p>
<p>h4 {<br />
	font-size: 11px;<br />
	color: rgb(43, 59, 84);<br />
	margin: 0px 0px 10px 0px;<br />
	padding: 25px 0px 0px 0px;<br />
}</p>
<p>br {<br />
	margin: 0px;<br />
}</p>
<p>p {<br />
	margin: 5px 0px 5px 0px;<br />
}</p>
<p>a:link, a:visited {<br />
	color: #333;<br />
}</p>
<p>a:hover {<br />
	color: #7F7F7F;<br />
}<br />
/*END TAG ELEMENTS*/</p>
<p>/*START STRUCTURE*/<br />
#divMainWrap {<br />
	height: 100%;<br />
	width: 100%;<br />
}</p>
<p>#divLevel1 {<br />
	height: 105px;<br />
	width: 100%;<br />
	background-color: #2A2A2A;<br />
}</p>
<p>#divWrap1 {<br />
	height: 105px;<br />
	width: 710px;<br />
	margin: 0px auto 0px auto;<br />
	background: #2A2A2A;<br />
}</p>
<p>#divLevel2 {<br />
	height: 112px;<br />
	width: 100%;<br />
	background-color: #7F7F7F;<br />
}</p>
<p>#divWrap2 {<br />
	height: 112px;<br />
	width: 710px;<br />
	margin: 0px auto 0px auto;<br />
	border-left: solid 5px #000;<br />
	border-right: solid 5px #000;<br />
	background: #000;<br />
}</p>
<p>#divLevel3 {<br />
	min-height: 100%;<br />
	width: 710px;<br />
	margin: 0px auto 0px auto;<br />
	overflow: hidden;<br />
}</p>
<p>#divWrap3 {<br />
	float: left;<br />
	padding-bottom: 50px;<br />
}<br />
/*END STRUCTURE*/</p>
<p>/*START LEVEL 1 CONTENT*/<br />
#divLogo {<br />
	float: left;<br />
	height: 68px;<br />
	width: 215px;<br />
	margin-top: 20px;<br />
}</p>
<p>#divNavWrap {<br />
	float: right;<br />
	height: 85px;<br />
	width: 415px;<br />
	margin-top: 20px;<br />
}</p>
<p>#divNavWrap ul li a {<br />
	color: rgb(161, 161, 163);<br />
	text-decoration: none;<br />
}</p>
<p>#divNavWrap ul li a:hover{<br />
	color: rgb(255, 255, 255);<br />
	background-color: #7F7F7F;<br />
}</p>
<p>body.home #divNavWrap #home,</p>
<p>body.team #divNavWrap #team,</p>
<p>body.contact #divNavWrap #contact {<br />
	color: rgb(255, 255, 255);<br />
}</p>
<p>#divSearch {<br />
	float: right;<br />
	height: 25px;<br />
	margin-bottom: 5px;<br />
}</p>
<p>#divSearch #formSearch {<br />
	font-size: 9px;<br />
	height: 15px;<br />
	width: 130px;<br />
}</p>
<p>#divSearch #formGO {<br />
	font-size: 9px;<br />
	font-weight: bold;<br />
	height: auto;<br />
	margin-left: 5px;<br />
}</p>
<p>#divMainNav {<br />
	font-family: Arial, Helvetica, sans-serif;<br />
	font-size: 16px;<br />
	float: right;<br />
	clear: right;<br />
	height: 45px;<br />
	margin-top: 10px;<br />
}</p>
<p>#divMainNav ul {<br />
	margin: 0px;<br />
	padding: 0px;<br />
	list-style-type: none;<br />
}</p>
<p>#divMainNav ul li {<br />
	display: inline;<br />
	word-wrap: normal;<br />
}</p>
<p>#divMainNav ul li a {<br />
	float: left;<br />
	height: 40px;<br />
	text-align: center;<br />
	padding: 5px 12px 0px 12px;<br />
}</p>
<p>#linkcat ul #linkcat ul li ul li {<br />
	margin: 0px;<br />
	padding: 0px;<br />
}</p>
<p>#linkcat-1 #linkcat-2 ul {<br />
	margin: 0px;<br />
	padding: 0px;<br />
	list-style-type: none;<br />
}</p>
<p>#linkcat-1 #linkcat-2 ul li {<br />
	display: inline;<br />
	word-wrap: normal;<br />
}</p>
<p>#linkcat-1 #linkcat-2 ul li a {<br />
	float: left;<br />
	height: 40px;<br />
	text-align: center;<br />
	padding: 5px 12px 0px 0px;<br />
}<br />
/*END LEVEL 1 CONTENT*/</p>
<p>/*START LEVEL 2 CONTENT*/</p>
<p>#divLeftImg {<br />
	float: left;<br />
	height: 112px;<br />
	width: 710px;<br />
}<br />
/*END LEVEL 2 CONTENT*/</p>
<p>/*START LEVEL 3 CONTENT*/<br />
#divCats {<br />
}</p>
<p>#divCats ul {<br />
	margin: 0px;<br />
	padding: 0px;<br />
	list-style-type: none;<br />
}</p>
<p>#divCats ul li {<br />
	display: block;<br />
	margin: 4px 0px 4px 0px;<br />
}</p>
<p>#divCats ul a {<br />
	color: rgb(159, 160, 163);<br />
	text-decoration: none;<br />
	padding: 3px 0px 3px 0px;<br />
}</p>
<p>#divCats ul a:hover {<br />
	color: rgb(255, 255, 255);<br />
	background-color: rgb(169, 169, 171);<br />
}</p>
<p>#divContent {<br />
	float: left;<br />
	min-height: 100%;<br />
	width: 500px;<br />
	padding: 25px 30px 40px 16px;<br />
}</p>
<p>form.subscribeForm #divContact #formEmail2, #formSend{<br />
	font-size: 9px;<br />
	color: rgb(79, 81, 86);<br />
	width: 130px;<br />
	border: 1px solid rgb(189, 190, 192);<br />
	margin: 4px 0px 4px 0px;<br />
	padding: 2px;<br />
}<br />
/*END LEVEL 3 CONTENT*/</p>
<p>/* WordPress Specific */<br />
#comment {<br />
width: 320px;<br />
}</p>
<p>blockquote {<br />
font-style:italic;<br />
}<br />
[/CODE]
</p>
]]></description>
					</item>

	</channel>
</rss>
