<?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; Topic: Help with moving body text in CSS - Manifest Theme</title>
		<link>http://en.forums.wordpress.com/topic/help-with-moving-body-text-in-css-manifest-theme</link>
		<description>WordPress.com Forums &#187; Topic: Help with moving body text in CSS - Manifest Theme</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 09:54:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/help-with-moving-body-text-in-css-manifest-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>greenslateblog on "Help with moving body text in CSS - Manifest Theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-moving-body-text-in-css-manifest-theme#post-666462</link>
			<pubDate>Mon, 08 Aug 2011 22:39:55 +0000</pubDate>
			<dc:creator>greenslateblog</dc:creator>
			<guid isPermaLink="false">666462@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry, one last thing. If you look now you will see that I have tried to add a header instead of the site description. It allows me position it a bit easier, by just saving the image block as I want, and also allows me use other types of font. But i'd love to know if you could suggest a way to get it above the navigation menu??</p>
<p>Many thanks in advance
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Help with moving body text in CSS - Manifest Theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-moving-body-text-in-css-manifest-theme#post-666442</link>
			<pubDate>Mon, 08 Aug 2011 22:15:46 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">666442@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>greenslateblog on "Help with moving body text in CSS - Manifest Theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-moving-body-text-in-css-manifest-theme#post-666429</link>
			<pubDate>Mon, 08 Aug 2011 22:05:06 +0000</pubDate>
			<dc:creator>greenslateblog</dc:creator>
			<guid isPermaLink="false">666429@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks a million, huge help
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Help with moving body text in CSS - Manifest Theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-moving-body-text-in-css-manifest-theme#post-666355</link>
			<pubDate>Mon, 08 Aug 2011 20:49:25 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">666355@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Not a problem.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Help with moving body text in CSS - Manifest Theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-moving-body-text-in-css-manifest-theme#post-666354</link>
			<pubDate>Mon, 08 Aug 2011 20:47:22 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">666354@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The first widens the content to match the width you have set in #site-wrapper . The second moves the site title up a touch.</p>
<pre><code>#core-content {
width: 600px;
}

#site-title {
margin-top: 0;
}</code></pre>
<p>Not really understanding what you are wanting with the title. It seems to look best for me where it is, centered. You have two options for moving it to the left.</p>
<p>Something like this</p>
<pre><code>#site-title a {
margin-left: -150px;
}</code></pre>
<p>Or something like this</p>
<pre><code>#site-title {
text-align: left;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>greenslateblog on "Help with moving body text in CSS - Manifest Theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-moving-body-text-in-css-manifest-theme#post-666351</link>
			<pubDate>Mon, 08 Aug 2011 20:33:59 +0000</pubDate>
			<dc:creator>greenslateblog</dc:creator>
			<guid isPermaLink="false">666351@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry about that. I thought I had seen someone complain that the code wasn't posted on another discussion. Apologies.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Help with moving body text in CSS - Manifest Theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-moving-body-text-in-css-manifest-theme#post-666346</link>
			<pubDate>Mon, 08 Aug 2011 20:29:51 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">666346@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please do not copy and paste your entire CSS into the forums. We can get to it just fine and it just makes for marathon scrolling for anyone coming to this thread.
</p>
]]></description>
					</item>
		<item>
			<title>greenslateblog on "Help with moving body text in CSS - Manifest Theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-moving-body-text-in-css-manifest-theme#post-666344</link>
			<pubDate>Mon, 08 Aug 2011 20:23:32 +0000</pubDate>
			<dc:creator>greenslateblog</dc:creator>
			<guid isPermaLink="false">666344@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey,</p>
<p>Struggling a little with the layout of my blog - <a href="http://www.greenslateblog.wordpress.com" rel="nofollow">http://www.greenslateblog.wordpress.com</a></p>
<p>Trying to keep it pretty clean, so using manifest as a base. I have the CSS upgrade but am pretty new to it. Doing ok but need ot try and centre the body text underneath the menu. As you can see at the moment it is over to the left. I' sure its easy but i'm banging my head against a wall here.</p>
<p>Would also love to know how to move the GreenSlate logo/text over, say to the left and higher. Basically, where is the code that lets me move around that title?</p>
<p>Thanks so much in advance.</p>
<p>Here is the code that I think is relevant</p>
<p>html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {<br />
border:0;<br />
outline:0;<br />
font-size:100%;<br />
vertical-align:baseline;<br />
background:transparent;<br />
margin:0;<br />
padding:0;<br />
}</p>
<p>body {<br />
line-height:1;<br />
background:#F0F0F0;<br />
font:62.5% Palatino, "Times New Roman", serif;<br />
color:#333;<br />
}</p>
<p>ol,ul {<br />
list-style:none;<br />
}</p>
<p>blockquote,q {<br />
quotes:none;<br />
}</p>
<p>blockquote:before,blockquote:after,q:before,q:after {<br />
content:none;<br />
}</p>
<p>:focus {<br />
outline:0;<br />
}</p>
<p>ins {<br />
text-decoration:none;<br />
}</p>
<p>del {<br />
text-decoration:line-through;<br />
}</p>
<p>table {<br />
border-collapse:collapse;<br />
border-spacing:8px;<br />
}</p>
<p>strong {<br />
font-weight:bold;<br />
}</p>
<p>a:link,a:visited {<br />
color:#9C8A6A;<br />
text-decoration:none;<br />
}</p>
<p>a:hover,a:active {<br />
color:#3E372B;<br />
text-decoration:underline;<br />
}</p>
<p>h1 {<br />
font-size:7em;<br />
font-weight:normal;<br />
text-transform:normal;<br />
letter-spacing:.05em;<br />
word-spacing:.2em;<br />
margin:10px 0 20px;<br />
}</p>
<p>h1 a:link,h1 a:visited {<br />
color:#336633;<br />
}</p>
<p>h1 a:hover,h1 a:active {<br />
color:#000;<br />
text-decoration:underline;<br />
}</p>
<p>h2 {<br />
margin-top:30px;<br />
margin-bottom:40px;<br />
font-size:2.4em;<br />
font-weight:normal;<br />
color:#0000;<br />
text-transform:uppercase;<br />
}</p>
<p>h3 {<br />
margin-bottom:5px;<br />
font-size:1.6em;<br />
font-weight:normal;<br />
}</p>
<p>h3 a:link,h3 a:visited {<br />
color:#333;<br />
}</p>
<p>h3 a:hover,h3 a:active {<br />
text-decoration:underline;<br />
}</p>
<p>h4 {<br />
margin-bottom:10px;<br />
font-size:7em;<br />
font-weight:bold;<br />
color:#333;<br />
}</p>
<p>h5 {<br />
position:relative;<br />
top:-35px;<br />
margin-bottom:40px;<br />
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;<br />
font-size:1.2em;<br />
color:#000000;<br />
font-weight:normal;<br />
border-bottom:1px solid #336633;<br />
background:#F0F0F0;<br />
}</p>
<p>h5 abbr {<br />
display:inline-block;<br />
position:relative;<br />
background:#F0F0F0;<br />
top:8px;<br />
margin:0 auto;<br />
padding:0 8px;<br />
}</p>
<p>input[type=text],textarea {<br />
border:1px solid #000000;<br />
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;<br />
font-size:12px;<br />
color:#00000;<br />
padding:3px;<br />
}</p>
<p>input:focus,textarea:focus {<br />
color:#00000;<br />
border-color:#999;<br />
}</p>
<p>input[type=submit],#core-content #respond #comment-submit {<br />
color:#fff!important;<br />
font-weight:bold;<br />
background-color:#8ea7aa;<br />
background-image:url('images/button.png');<br />
background-repeat:repeat-x;<br />
background-position:left top;<br />
-moz-border-radius:10px;<br />
border-radius:10px;<br />
cursor:pointer;<br />
text-shadow:none;<br />
border-color:#999;<br />
border-style:solid;<br />
border-width:1px;<br />
padding:3px 10px;<br />
}</p>
<p>input[type=submit]:hover,input[type=submit]:focus,#core-content #respond #comment-submit:hover {<br />
background-color:#697d80;<br />
border-color:#666;<br />
}</p>
<p>#site-wrapper {<br />
padding-top:15px;<br />
width:600px;<br />
text-align:center;<br />
position:relative;<br />
margin:0 auto;<br />
}</p>
<p>#site-description {<br />
color:#fff;<br />
font-size:1.2em;<br />
font-style:italic;<br />
width:100px;<br />
margin:18px auto 60px;<br />
padding:0 0 13px;<br />
}</p>
<p>#main-nav {<br />
background:#F0F0F0;<br />
border-bottom:1px solid #336633;<br />
border-top:1px solid #336633;<br />
min-height:20px;<br />
margin-top:10px;<br />
position:relative;<br />
padding:6px 0 0;<br />
}</p>
<p>#main-nav ul {<br />
text-align:center;<br />
width:45em;<br />
margin:0 auto;<br />
}</p>
<p>#main-nav li {<br />
display:inline-block;<br />
font-size:1.5em;<br />
height:20px;<br />
margin-right:20px;<br />
text-transform:lowercase;<br />
}</p>
<p>#main-nav li:last-child {<br />
margin-right:0;<br />
}</p>
<p>#main-nav a {<br />
color:#000000;<br />
white-space:nowrap;<br />
}</p>
<p>#main-nav a:hover {<br />
color:#2e301c;<br />
text-decoration:underline;<br />
}</p>
<p>#main-nav .current_page_parent &#62; a,#main-nav .current_page_item &#62; a {<br />
color:#2a2d1a;<br />
font-weight:bold;<br />
}</p>
<p>#main-nav .current_page_parent a:hover,#main-nav .current_page_item a:hover {<br />
color:#2e301c;<br />
}</p>
<p>#main-nav ul ul {<br />
background:#fff;<br />
border-bottom:1px solid #f4f4f4;<br />
border-top:1px solid #eaeaea;<br />
display:none;<br />
position:absolute;<br />
top:100%;<br />
left:0;<br />
text-align:center;<br />
width:100px;<br />
margin:0 auto;<br />
padding:4px 0 3px;<br />
}</p>
<p>#main-nav ul ul li {<br />
display:inline;<br />
font-size:12px;<br />
margin-right:20px;<br />
text-transform:uppercase;<br />
}</p>
<p>#main-nav ul ul li:last-child {<br />
margin-right:0;<br />
}</p>
<p>#main-nav ul ul a {<br />
color:#999;<br />
white-space:nowrap;<br />
}</p>
<p>#main-nav ul ul a:hover {<br />
color:#2e301c;<br />
text-decoration:underline;<br />
}</p>
<p>#main-nav ul li:hover &#62; ul {<br />
display:block;<br />
}</p>
<p>#main-nav ul ul .current_page_item a {<br />
color:#2a2d1a;<br />
}</p>
<p>#main-nav ul .current_page_item &#62; ul,#main-nav ul .current_page_ancestor &#62; ul {<br />
display:block;<br />
}</p>
<p>#core-content {<br />
float:center;<br />
width:500px;<br />
margin-top:15px;<br />
}
</p>
]]></description>
					</item>

	</channel>
</rss>
