<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Pro Theme Design Forum &#187; Recent Posts</title>
		<link>http://forum.prothemedesign.com/</link>
		<description><![CDATA[Pro Theme Design Forum &raquo; Recent Posts]]></description> 
		<language>en-US</language>
		<pubDate>Sat, 13 Mar 2010 22:22:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.prothemedesign.com/search.php</link>
		</textInput>
		<atom:link href="http://forum.prothemedesign.com/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>nynow on "Appearance not showing on dashboard"</title>
			<link>http://forum.prothemedesign.com/topic/appearance-not-showing-on-dashboard#post-5752</link>
			<pubDate>Sat, 13 Mar 2010 20:49:01 +0000</pubDate>
			<dc:creator>nynow</dc:creator>
			<guid isPermaLink="false">5752@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;This was done by a developer and I am not sure how it was done but yes, it was a new Wordpress install. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>duward on "Appearance not showing on dashboard"</title>
			<link>http://forum.prothemedesign.com/topic/appearance-not-showing-on-dashboard#post-5751</link>
			<pubDate>Sat, 13 Mar 2010 00:47:29 +0000</pubDate>
			<dc:creator>duward</dc:creator>
			<guid isPermaLink="false">5751@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Is this a new WordPress install? Did you set WordPress up via FTP or did you use an auto installer?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nynow on "Appearance not showing on dashboard"</title>
			<link>http://forum.prothemedesign.com/topic/appearance-not-showing-on-dashboard#post-5750</link>
			<pubDate>Fri, 12 Mar 2010 18:59:35 +0000</pubDate>
			<dc:creator>nynow</dc:creator>
			<guid isPermaLink="false">5750@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;The Appearance tab isn't showing up on the Dashboard. I'm running Mimbo Pro and Wordpress 2.9.2. I need to edit the  text on some of the theme pages (not the posts themselves). Any help appreciated for this fantastic theme!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jamesmorrison on "Small Design Tweaks"</title>
			<link>http://forum.prothemedesign.com/topic/small-design-tweaks#post-5749</link>
			<pubDate>Fri, 12 Mar 2010 12:08:37 +0000</pubDate>
			<dc:creator>jamesmorrison</dc:creator>
			<guid isPermaLink="false">5749@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;I can't see the &#60;em&#62;h2.posttitle a:hover { text-decoration:none; }&#60;/em&#62; code within your CSS (both above and on the site).&#60;/p&#62;
&#60;p&#62;To get rid of the underline on the post titles this code needs to be there:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;h2.posttitle a:hover { text-decoration:none; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;or you could take it one step further, and use this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;h2.posttitle a, h2.posttitle a:hover, h2.posttitle a:active { text-decoration: none; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This covers everything in one line.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "TimThumb variables"</title>
			<link>http://forum.prothemedesign.com/topic/timthumb-varaibles#post-5748</link>
			<pubDate>Fri, 12 Mar 2010 11:01:07 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">5748@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Question 2 in the Elemental FAQ - &#60;a href=&#34;http://prothemedesign.com/support/elemental-help/&#34; rel=&#34;nofollow&#34;&#62;http://prothemedesign.com/support/elemental-help/&#60;/a&#62; - mentions the custom field. Maybe there should be a separate question to help answer a more specific problem though.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>symvolve on "Small Design Tweaks"</title>
			<link>http://forum.prothemedesign.com/topic/small-design-tweaks#post-5747</link>
			<pubDate>Thu, 11 Mar 2010 21:42:12 +0000</pubDate>
			<dc:creator>symvolve</dc:creator>
			<guid isPermaLink="false">5747@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Thanks for all your help. For some reason, that still doesn't solve it on the actual blog page. Here is my style.css file. Sorry if I am doing something stupid.&#60;/p&#62;
&#60;p&#62;/* ---------- @ HTML Tags -----------*/&#60;/p&#62;
&#60;p&#62;* {&#60;br /&#62;
	margin:0;&#60;br /&#62;
	padding:0;&#60;br /&#62;
	outline:none;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;body,html {&#60;br /&#62;
	min-height:101%; /*Firefox scrollbar fix*/&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;body {&#60;br /&#62;
	background: #333333;&#60;br /&#62;
	color: #111;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;body, select, input, textarea {&#60;br /&#62;
	font: 100% Georgia, &#34;Times New Roman&#34;, Times, serif;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;p {&#60;br /&#62;
	margin: 15px 0;&#60;br /&#62;
	line-height:160%;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;a, a:visited {&#60;br /&#62;
	color:#36c;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;a:hover, a:active {&#60;br /&#62;
	color:#ff9933;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;a img {&#60;br /&#62;
	border: none&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;hr {&#60;br /&#62;
	display: block;&#60;br /&#62;
	height:1px;&#60;br /&#62;
	background:#CCC;&#60;br /&#62;
	border:0;&#60;br /&#62;
	color:#CCC;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;table {&#60;br /&#62;
	border-collapse:collapse;&#60;br /&#62;
	width:100%;&#60;br /&#62;
	margin:15px 0;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;td {&#60;br /&#62;
	padding:4px 6px;&#60;br /&#62;
	border-top:1px solid #CCC;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;tr {&#60;br /&#62;
	background:#e3e3e3;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;table caption {&#60;br /&#62;
	background:#FFF;&#60;br /&#62;
	padding:2px 0;&#60;br /&#62;
	}	&#60;/p&#62;
&#60;p&#62;blockquote {&#60;br /&#62;
	color:#7b7b7b;&#60;br /&#62;
	padding:0 18px;&#60;br /&#62;
	margin:25px 45px;&#60;br /&#62;
	border-left:3px solid #CCC;&#60;br /&#62;
	font:italic 1em Georgia, &#34;Times New Roman&#34;, Times, serif;&#60;br /&#62;
	letter-spacing:.03em;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;/* ---------- @ Structure -----------*/&#60;/p&#62;
&#60;p&#62;#branding {&#60;br /&#62;
float:left;&#60;br /&#62;
width:520px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top {&#60;br /&#62;
	padding: 4px 0 7px;&#60;br /&#62;
	border-bottom: 1px solid #FFF;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#main {&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
	background: #FFF;&#60;br /&#62;
	padding: 30px 0;&#60;br /&#62;
	border-bottom: 6px solid #e7e7e7;&#60;br /&#62;
	border-top: 6px solid #eee;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.wrapper {&#60;br /&#62;
	font-size:.75em;&#60;br /&#62;
	width:990px;&#60;br /&#62;
	margin:0 auto;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.single #content, .page-template-custom-page-blog-php #content {&#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 752px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#sidebar {&#60;br /&#62;
	float: right;&#60;br /&#62;
	width: 200px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.left {&#60;br /&#62;
	float:left&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.right {&#60;br /&#62;
	float:right&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;/* ---------- @ Headers -----------*/&#60;/p&#62;
&#60;p&#62;h1, h2, h3, h4, h5, h6 {&#60;br /&#62;
	font-family:'Helvetica Neue',Helvetica,Arial;&#60;br /&#62;
	font-weight:bold;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;h1.pagetitle, h1.posttitle {&#60;br /&#62;
	font-size: 2.5em;&#60;br /&#62;
	border-bottom:1px solid #D7D7D7;&#60;br /&#62;
	margin-bottom:20px;&#60;br /&#62;
	padding-bottom:12px;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.entry h2 {&#60;br /&#62;
	font-size:1.8em;&#60;br /&#62;
	margin: 15px 0 0;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h2.posttitle {&#60;br /&#62;
	font-size:2.5em;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h2.posttitle a:active { text-decoration:none; &#60;/p&#62;
&#60;p&#62;} &#60;/p&#62;
&#60;p&#62;.archive h2.posttitle {&#60;br /&#62;
	font-size:1.8em;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h3 {&#60;br /&#62;
	font-size.85em;&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.ui-tabs-panel h3 {&#60;br /&#62;
	font-size: 1em;&#60;br /&#62;
	border-bottom: 3px solid #CCC;&#60;br /&#62;
	height: 21px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#widgets-bottom h3 {&#60;br /&#62;
	color: #a6a6a6;&#60;br /&#62;
	margin-bottom: 3px;&#60;br /&#62;
	font-size:.9em;&#60;br /&#62;
	text-shadow: 0 1px 0 #FFF;&#60;br /&#62;
	}&#60;br /&#62;
.widget_position_0 {&#60;br /&#62;
	clear:both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h3.widgettitle a, h3.widgettitle a:visited {&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#footer h3 {&#60;br /&#62;
	border-color:#757575&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#sidebar h3 {&#60;br /&#62;
	color:#939393;&#60;br /&#62;
	font-size:.85em;&#60;br /&#62;
	text-transform:uppercase&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.entry h3 {&#60;br /&#62;
	font-size:1.5em;&#60;br /&#62;
	text-transform: none&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#respond h3, h3#comments, h3#trackbacks {&#60;br /&#62;
	margin:45px 0 20px;&#60;br /&#62;
	font-weight:bold;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;h3#comments {&#60;br /&#62;
	margin:32px 0 12px;&#60;br /&#62;
	border-bottom: 1px solid #ddd;&#60;br /&#62;
	padding-bottom: 10px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;h4 {&#60;br /&#62;
	font-size:1.3em;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;h5 {&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
	font-size: 1.2em&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
	font-size: 1em;&#60;br /&#62;
	}	&#60;/p&#62;
&#60;p&#62;/* ---------- @ Content Styles -----------*/&#60;/p&#62;
&#60;p&#62;#logo {&#60;br /&#62;
	float: left;&#60;br /&#62;
	margin: 8px 13px 0 0;&#60;br /&#62;
	font:bold 1.3em Helvetica Neue,Helvetica,Arial;&#60;br /&#62;
	background: url(images/logo.png) no-repeat;&#60;br /&#62;
	padding: 3px 0 0 32px;&#60;br /&#62;
	height: 28px;&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
	color: #e4e4e4;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#logo a, #logo a:visited {&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
	color: #e4e4e4;&#60;br /&#62;
	display: block&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#logo a:hover {&#60;br /&#62;
	text-decoration: underline&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#logo a:active {&#60;br /&#62;
	color: #d1d1d1;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#description {&#60;br /&#62;
	font: italic 1em Georgia, &#34;Times New Roman&#34;, Times, serif;&#60;br /&#62;
	color:#9a9a9a;&#60;br /&#62;
	float:left;&#60;br /&#62;
	width: 280px;&#60;br /&#62;
	margin-top: 14px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.item-row-position-0 {&#60;br /&#62;
	clear:both;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.feed-list {&#60;br /&#62;
	margin-top:15px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#categories {&#60;br /&#62;
	min-height: 600px !important;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.panes .widget {&#60;br /&#62;
	float:left;&#60;br /&#62;
	margin: 23px 16px 12px;&#60;br /&#62;
	width:297px;&#60;br /&#62;
	list-style: none&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.panes #sidebar .widget {&#60;br /&#62;
	width: auto;&#60;br /&#62;
	margin: 12px 0 24px;&#60;br /&#62;
	float: none;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.panes {&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.feed-item.item-row-position-2 {&#60;br /&#62;
	margin-right:0;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.ui-tabs-panel .widget img {&#60;br /&#62;
	vertical-align:middle;&#60;br /&#62;
	margin: 0 7px 4px 0;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.feed-item li {&#60;br /&#62;
	border-bottom:1px dotted #999;&#60;br /&#62;
	padding:8px 0;&#60;br /&#62;
	line-height:145%;&#60;br /&#62;
	list-style: none&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.feed-item a, .feed-item a:visited {&#60;br /&#62;
	color:#111;&#60;br /&#62;
	text-decoration:none&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.feed-item a:hover, .feed-item a:active {&#60;br /&#62;
	color:#6d6d6d;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.post-ratings {&#60;br /&#62;
	padding:15px 0 12px;&#60;br /&#62;
	height:27px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.post-ratings img {&#60;br /&#62;
	margin-right:2px !important;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.tooltip {&#60;br /&#62;
	display:none;&#60;br /&#62;
}&#60;br /&#62;
.tooltipContainer {&#60;br /&#62;
	background:#eee url(images/bg_tooltip.png) no-repeat;&#60;br /&#62;
	border:5px solid #e6e5e5;&#60;br /&#62;
	padding:18px;&#60;br /&#62;
	color:#333;&#60;br /&#62;
	width:250px;&#60;br /&#62;
	font:italic 1em Georgia, &#34;Times New Roman&#34;, Times, serif;&#60;br /&#62;
	line-height:165%;&#60;br /&#62;
	margin:0 15px;&#60;br /&#62;
}		&#60;/p&#62;
&#60;p&#62;a#arrow-top	{&#60;br /&#62;
	text-indent: -999em;&#60;br /&#62;
	display: block;&#60;br /&#62;
	background: url(images/arrow-top.png);&#60;br /&#62;
	position:fixed;&#60;br /&#62;
	bottom:40px;&#60;br /&#62;
	height: 37px;&#60;br /&#62;
	width: 37px;&#60;br /&#62;
	right: 40px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;a#arrow-top:hover {&#60;br /&#62;
	background: url(images/arrow-top.png) 0 -37px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;a#arrow-top:active {&#60;br /&#62;
	background: url(images/arrow-top.png) 0 -74px;&#60;br /&#62;
	}	&#60;/p&#62;
&#60;p&#62;.favicon {&#60;br /&#62;
	vertical-align: middle;&#60;br /&#62;
	margin-right: 7px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;/* Author Page*/&#60;/p&#62;
&#60;p&#62;#writer {&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
	background:#f2f2f2;&#60;br /&#62;
	margin-bottom:20px;&#60;br /&#62;
	padding:16px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#writer p {&#60;br /&#62;
	margin-top:0;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#writer .avatar {&#60;br /&#62;
	margin:4px 17px 7px 0&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;/* Search and Archives*/&#60;/p&#62;
&#60;p&#62;.search-highlight {&#60;br /&#62;
	background:#FFFF00&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#pagination {&#60;br /&#62;
	margin-top:22px;&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
	padding:5px 0;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#pagination a, #pagination a:visited {&#60;br /&#62;
	border:1px solid #CCC;&#60;br /&#62;
	padding:6px 8px;&#60;br /&#62;
	text-decoration:none;&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
	display:block;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#pagination a:hover {&#60;br /&#62;
	text-decoration:underline;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#pagination a:active {&#60;br /&#62;
	border-color:#949494;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#pagination div {&#60;br /&#62;
	float:left;&#60;br /&#62;
	margin-right:10px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;a #icon-rss {&#60;br /&#62;
	border:none&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.archive #icon-rss {&#60;br /&#62;
	vertical-align: middle;&#60;br /&#62;
	margin-left:3px;&#60;br /&#62;
	}		&#60;/p&#62;
&#60;p&#62;/*Sidebar and Widgets*/&#60;/p&#62;
&#60;p&#62;#sidebar .widget {&#60;br /&#62;
	margin-bottom:24px;&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
	background: #f1f6f8 url(images/highlight.png) repeat-x;&#60;br /&#62;
	padding: 32px 22px 22px;&#60;br /&#62;
	border:1px solid #dae1e5;&#60;br /&#62;
	-moz-box-shadow: 2px 2px 0 0 #dae1e5;&#60;br /&#62;
	-webkit-box-shadow: 2px 2px 0 0 #dae1e5;&#60;br /&#62;
	box-shadow: 2px 2px 0 0 #dae1e5;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#sidebar .widget li {&#60;br /&#62;
	list-style:none;&#60;br /&#62;
	border-bottom:1px dotted #CCC;&#60;br /&#62;
	padding:6px 0;&#60;br /&#62;
	line-height:140%;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#sidebar .widget li:last-child {&#60;br /&#62;
	border: none&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.widget li a, .widget li a:visited {&#60;br /&#62;
	text-decoration:none&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.widget li.current_page_item a, .widget li.current_page_item a:visited,&#60;br /&#62;
.widget li.current-cat a, .widget.current-cat a:visited {&#60;br /&#62;
	font-weight:bold&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.widget li.current_page_item li a, .widget li.current_page_item li a:visited,&#60;br /&#62;
.widget li.current-cat li a, .widget li-current-cat li a:visited {&#60;br /&#62;
	font-weight:normal;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#sidebar .widget li li {&#60;br /&#62;
	margin-left:34px;&#60;br /&#62;
	list-style:disc;&#60;br /&#62;
	border: none&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#wp-calendar tr {&#60;br /&#62;
	background:#f2f2f2;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#wp-calendar td {&#60;br /&#62;
	text-align:center;&#60;br /&#62;
	padding:3px;&#60;br /&#62;
	}	&#60;/p&#62;
&#60;p&#62;#recentcomments {&#60;br /&#62;
	color: #787878;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#recentcomments a, #recentcomments a:visited {&#60;br /&#62;
	font-style:italic&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#recentcomments a.url, #recentcomments a.url:visited {&#60;br /&#62;
	font-weight:bold;&#60;br /&#62;
	font-style:normal;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;a.rsswidget, a.rsswidget:visited {&#60;br /&#62;
	font-weight: bold&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.rssSummary {&#60;br /&#62;
	line-height:160%;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#wp125adwrap_2c {&#60;br /&#62;
	overflow:hidden&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#wp125adwrap_2c .wp125ad {&#60;br /&#62;
	float:left;&#60;br /&#62;
	margin-right: 8px;&#60;br /&#62;
	}	&#60;/p&#62;
&#60;p&#62;.wp125ad a img {&#60;br /&#62;
	border:none;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#wp125adwrap_2c div+div {&#60;br /&#62;
	margin:0 !important;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#sidebar h3.widgettitle span {&#60;br /&#62;
	background: #36c;&#60;br /&#62;
	color: #FFF;&#60;br /&#62;
	padding: 3px 8px 3px;&#60;br /&#62;
	margin:-23px 0 0 -28px;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.authorLink .avatar {&#60;br /&#62;
	float:none;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;/*Bottom Widgets*/	&#60;/p&#62;
&#60;p&#62;#widgets-bottom {&#60;br /&#62;
	background: #eee url(images/bg_widgetbot.png) no-repeat center bottom;&#60;br /&#62;
	padding: 20px 0 40px;&#60;br /&#62;
	border-top: 1px solid #f3f3f3;&#60;br /&#62;
	border-bottom: 1px solid #FFF;&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#widgets-bottom li a, #widgets-bottom li a:visited {&#60;br /&#62;
	color:#111;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
	border-bottom: 1px dotted #c5c5c5;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#widgets-bottom li a:hover {&#60;br /&#62;
	border-bottom: 1px solid #787878;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#widgets-bottom li a:active {&#60;br /&#62;
	color: #626262;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#widgets-bottom li {&#60;br /&#62;
	padding: 5px 0 5px 16px;&#60;br /&#62;
	line-height: 155%;&#60;br /&#62;
	background: url(images/bullet.png) no-repeat 0 8px;&#60;br /&#62;
	list-style: none;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#widgets-bottom .widget {&#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 212px;&#60;br /&#62;
	border-right: 1px dotted #c5c5c5;&#60;br /&#62;
	padding: 0 22px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#widgets-bottom .widget:last-child {&#60;br /&#62;
	margin:0;&#60;br /&#62;
	border: none;&#60;br /&#62;
	padding-right: 0;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#widgets-bottom .widget:first-child {&#60;br /&#62;
	padding-left: 0;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#widgets-bottom p {&#60;br /&#62;
	margin-top: 0;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#widgets-bottom .twitterWidget li {&#60;br /&#62;
	background: none;&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
	border-bottom: 1px solid #c3c3c3;&#60;br /&#62;
	padding: 8px 0 5px;&#60;br /&#62;
	margin-bottom: 7px;&#60;br /&#62;
	}			&#60;/p&#62;
&#60;p&#62;#widgets-bottom li a.profile_image_url, #widgets-bottom li a.profile_image_url:visited {&#60;br /&#62;
	display: block;&#60;br /&#62;
	float: left;&#60;br /&#62;
	margin: 5px 12px 6px 0;&#60;br /&#62;
	border: none;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;/* ---------- @ Form Elements -----------*/&#60;/p&#62;
&#60;p&#62;#author, #email, #comment, #url, #searchfield {&#60;br /&#62;
	background:#FFF !important;&#60;br /&#62;
	padding:5px;&#60;br /&#62;
	border-width:1px;&#60;br /&#62;
	border-style:solid;&#60;br /&#62;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#author, #email, #url {&#60;br /&#62;
	width:220px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.button {&#60;br /&#62;
	padding: 8px 14px;&#60;br /&#62;
	background:#424242;&#60;br /&#62;
	color:#FFF !important;&#60;br /&#62;
	border:none;&#60;br /&#62;
	font-size:1.2em;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.button:hover {&#60;br /&#62;
	background:#272727;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.button:active {&#60;br /&#62;
	background:#000;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#commentform textarea {&#60;br /&#62;
	width: 98%;&#60;br /&#62;
	height:250px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#masthead #searchform {&#60;br /&#62;
	float:right;&#60;br /&#62;
	width:260px;&#60;br /&#62;
	text-align:right;&#60;br /&#62;
	padding-top:12px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#searchfield {&#60;br /&#62;
	width:220px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#searchsubmit {&#60;br /&#62;
	vertical-align:top&#60;br /&#62;
	}		&#60;/p&#62;
&#60;p&#62;/* ---------- @ Footer -----------*/&#60;/p&#62;
&#60;p&#62;#footer {&#60;br /&#62;
	font-size:.8em;&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
	color: #CCCCCC;&#60;br /&#62;
	padding:20px 0;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
	border-top: 1px solid #000;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#footer a, #footer a:visited {&#60;br /&#62;
	text-decoration:none&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#footer a:hover, #footer a:active {&#60;br /&#62;
	color:#FFF;&#60;br /&#62;
	}	&#60;/p&#62;
&#60;p&#62;/* ---------- @ Admin Bar ---------------- */&#60;br /&#62;
/* administration bar */&#60;br /&#62;
#bm_adminBar {&#60;br /&#62;
	padding:0 0 3px 19px;&#60;br /&#62;
	background:#4f4f4f;&#60;br /&#62;
	height:40px;&#60;br /&#62;
	font-size:11px;&#60;br /&#62;
	text-transform:uppercase;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#bm_adminBar ul {&#60;br /&#62;
	width:980px;&#60;br /&#62;
	margin:0 auto;&#60;br /&#62;
	float:none&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#bm_adminBar li {&#60;br /&#62;
	background:none;&#60;br /&#62;
	float:left;&#60;br /&#62;
	list-style: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#bm_adminBar ul li a, #bm_adminBar ul li a:visited {&#60;br /&#62;
	color:#ccc;&#60;br /&#62;
	background:transparent no-repeat center left;&#60;br /&#62;
	padding:0 30px 0 20px;&#60;br /&#62;
	line-height:40px;&#60;br /&#62;
	text-decoration: none&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#bm_adminBar img {&#60;br /&#62;
	padding: 0;&#60;br /&#62;
	border: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#bm_adminBar ul li a:hover {&#60;br /&#62;
	color:#fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#bm_adminBar a.account {&#60;br /&#62;
	padding-left:10px !important;&#60;br /&#62;
}&#60;br /&#62;
#bm_adminBar li a.dashboard {&#60;br /&#62;
	background-image:url(images/icon_admin_dashboard.png) !important;&#60;br /&#62;
}&#60;br /&#62;
#bm_adminBar li a.new-page, #bm_adminBar li a.edit-page {&#60;br /&#62;
	background-image:url(images/icon_admin_page.png) !important;&#60;br /&#62;
}&#60;br /&#62;
#bm_adminBar li a.new-post, #bm_adminBar li a.edit-post {&#60;br /&#62;
	background-image:url(images/icon_admin_post.png) !important;&#60;br /&#62;
}&#60;br /&#62;
#bm_adminBar li a.logout {&#60;br /&#62;
	background-image:url(images/icon_admin_logout.png) !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#bm_adminBar ul.nav {&#60;br /&#62;
	line-height:auto;&#60;br /&#62;
	margin:auto;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#bm_adminBar ul.nav li {&#60;br /&#62;
	margin:0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.tabLoading {&#60;br /&#62;
	padding:50px;&#60;br /&#62;
	background:url(images/loadStrip.gif) center center no-repeat;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#tabBlogContent {&#60;br /&#62;
	width:725px;&#60;br /&#62;
	float:left;&#60;br /&#62;
	margin:23px 16px 12px 16px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#tabBlogSidebar {&#60;br /&#62;
	width:329px;&#60;br /&#62;
	float:left;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dbascent95 on "TimThumb variables"</title>
			<link>http://forum.prothemedesign.com/topic/timthumb-varaibles#post-5746</link>
			<pubDate>Thu, 11 Mar 2010 18:17:05 +0000</pubDate>
			<dc:creator>dbascent95</dc:creator>
			<guid isPermaLink="false">5746@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Thanks Ben,&#60;/p&#62;
&#60;p&#62;I will try including your fix. I've looked through the docs for the Local and Elemental and couldn't find a list of built in custom field options. Does that exist somewhere?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jamesmorrison on "Change line-height for &#60;li&#62; in normal content, different to sitemap &#60;li&#62;s"</title>
			<link>http://forum.prothemedesign.com/topic/change-line-height-for-ltligt-in-normal-content-different-to-sitemap-ltligts#post-5745</link>
			<pubDate>Thu, 11 Mar 2010 13:11:47 +0000</pubDate>
			<dc:creator>jamesmorrison</dc:creator>
			<guid isPermaLink="false">5745@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Can you provide a link to your site and indicate the element you want to adjust the line height of?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jamesmorrison on "Change heading on dynamic widget when displayed on posts belonging to x category"</title>
			<link>http://forum.prothemedesign.com/topic/change-heading-on-dynamic-widget-when-displayed-on-posts-belonging-to-x-category#post-5744</link>
			<pubDate>Thu, 11 Mar 2010 13:00:11 +0000</pubDate>
			<dc:creator>jamesmorrison</dc:creator>
			<guid isPermaLink="false">5744@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;You can use Widget Logic to have a separate title for a specific category, use this code for the specific category (within the widget admin page):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;is_category(&#38;#39;xxx&#38;#39;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and this code for the other categories in a separate widget:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;!is_category(&#38;#39;xxx&#38;#39;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;where xxx is the category name.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davethackeray on "Change line-height for &#60;li&#62; in normal content, different to sitemap &#60;li&#62;s"</title>
			<link>http://forum.prothemedesign.com/topic/change-line-height-for-ltligt-in-normal-content-different-to-sitemap-ltligts#post-5743</link>
			<pubDate>Thu, 11 Mar 2010 12:32:50 +0000</pubDate>
			<dc:creator>davethackeray</dc:creator>
			<guid isPermaLink="false">5743@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;I can't get line-height and font-size to play nicely so they're aligned properly in run-of-play posts and the Sitemap.&#60;/p&#62;
&#60;p&#62;Can you explain what CSS I can use so I can separate out the &#60;code&#62;&#38;lt;li&#38;gt;&#60;/code&#62;s that appear in normal content (as part of an article/post) to the &#60;code&#62;&#38;lt;li&#38;gt;&#60;/code&#62;s that appear in the Sitemap.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "TimThumb variables"</title>
			<link>http://forum.prothemedesign.com/topic/timthumb-varaibles#post-5742</link>
			<pubDate>Thu, 11 Mar 2010 12:25:39 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">5742@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;You can currently override the cropped photo which may help in this case. All you have to do is add a custom field titled &#34;image&#34; and it will override the images in the post.&#60;/p&#62;
&#60;p&#62;Currently TimThumb itself can't alter the crop location, but once it can this will probably be added to the themes as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davethackeray on "Change heading on dynamic widget when displayed on posts belonging to x category"</title>
			<link>http://forum.prothemedesign.com/topic/change-heading-on-dynamic-widget-when-displayed-on-posts-belonging-to-x-category#post-5741</link>
			<pubDate>Thu, 11 Mar 2010 12:17:31 +0000</pubDate>
			<dc:creator>davethackeray</dc:creator>
			<guid isPermaLink="false">5741@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;I'm figuring there must be some way to do this manually but am looking at Widget Logic to do this for me by defining an alternate style:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/widget-logic/other_notes/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/widget-logic/other_notes/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However I can't figure out what I'd need to do to make it happen.&#60;/p&#62;
&#60;p&#62;Any ideas? It's basically so that widget has a different heading for one category only - the rest can stay exactly the same.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>duward on "Odd Widget behavior in sidebar"</title>
			<link>http://forum.prothemedesign.com/topic/odd-widget-behavior-in-sidebar#post-5739</link>
			<pubDate>Thu, 11 Mar 2010 04:32:46 +0000</pubDate>
			<dc:creator>duward</dc:creator>
			<guid isPermaLink="false">5739@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;What version of WP do you have installed? Has this always happened or did it just start?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dano on "Odd Widget behavior in sidebar"</title>
			<link>http://forum.prothemedesign.com/topic/odd-widget-behavior-in-sidebar#post-5738</link>
			<pubDate>Thu, 11 Mar 2010 01:24:59 +0000</pubDate>
			<dc:creator>Dano</dc:creator>
			<guid isPermaLink="false">5738@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;I'm not sure what exactly is going on with the Text widget (for &#34;adding arbitrary text or HTML&#34;), but when I'm within the Widget control panel, the text will often revert to older text (even though I have saved and exited from that page) or even disappear entirely.&#60;/p&#62;
&#60;p&#62;Sometimes this results in the older text posting or sometimes the new text does seem to be okay after I've saved and gone to observe the front page.&#60;/p&#62;
&#60;p&#62;This makes it difficult if I want to go back and tweak the text: it is either entirely invisible in the Widget interface, or reflects an earlier version of that text (again, only in the interface, but not in the published page).  &#60;/p&#62;
&#60;p&#62;Is the widget corrupted? &#60;/p&#62;
&#60;p&#62;Any suggestions, as I'm puzzled...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dbascent95 on "TimThumb variables"</title>
			<link>http://forum.prothemedesign.com/topic/timthumb-varaibles#post-5737</link>
			<pubDate>Wed, 10 Mar 2010 19:33:53 +0000</pubDate>
			<dc:creator>dbascent95</dc:creator>
			<guid isPermaLink="false">5737@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Is it possible to pass TimThumb variables via custom fields in a future update? I use The Local theme and a lot of my posts include people and the cropping from the middle is not helpful. Also, can TimThumb be set to maintain aspect ratio? These comments are directed more at the Featured Post widget included with the local.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ssieloff on "Support for multiple pages per tab?"</title>
			<link>http://forum.prothemedesign.com/topic/support-for-multiple-pages-per-tab#post-5736</link>
			<pubDate>Wed, 10 Mar 2010 16:13:33 +0000</pubDate>
			<dc:creator>ssieloff</dc:creator>
			<guid isPermaLink="false">5736@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;I know the theme supports up to 10 tabs -- each tab being its own aggregation page.&#60;/p&#62;
&#60;p&#62;My question is can each tab have sub categories that, when clicked, launch individual pages that are also RSS aggregation pages?&#60;/p&#62;
&#60;p&#62;I want to have a sports page where the major tabs are various college conferences (Big10, Pac10, SEC, ACC, MEAC, Big EAST, etc.).  These major tabs would have general RSS aggreagtion stories about the conference in general on them.&#60;/p&#62;
&#60;p&#62;Then, I would like each of these major tabs to have a drop down listing each team in the conference as a separate sub-category such that, when clicked, will launch a RSS aggregation page of news about that school's sports teams.&#60;/p&#62;
&#60;p&#62;Thanks for your time and assistance in this matter!  Great looking theme!&#60;/p&#62;
&#60;p&#62;Steve
&#60;/p&#62;</description>
		</item>
		<item>
			<title>duward on "Small Design Tweaks"</title>
			<link>http://forum.prothemedesign.com/topic/small-design-tweaks#post-5735</link>
			<pubDate>Wed, 10 Mar 2010 15:47:32 +0000</pubDate>
			<dc:creator>duward</dc:creator>
			<guid isPermaLink="false">5735@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Add this code to the style.css to remove the underline from the active blog posts.&#60;/p&#62;
&#60;p&#62;&#60;code&#62; h2.posttitle a:active { text-decoration:none; } &#60;/code&#62;&#60;code&#62;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TFitz on "Long tab loading time"</title>
			<link>http://forum.prothemedesign.com/topic/long-tab-loading-time#post-5734</link>
			<pubDate>Wed, 10 Mar 2010 15:27:51 +0000</pubDate>
			<dc:creator>TFitz</dc:creator>
			<guid isPermaLink="false">5734@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davethackeray on "IE7 alignment issues with category pages"</title>
			<link>http://forum.prothemedesign.com/topic/ie7-alignment-issues-with-category-pages#post-5733</link>
			<pubDate>Wed, 10 Mar 2010 12:50:29 +0000</pubDate>
			<dc:creator>davethackeray</dc:creator>
			<guid isPermaLink="false">5733@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Ok guys, rock and roll. All done.&#60;/p&#62;
&#60;p&#62;Next time quicker, huh? :-D&#60;/p&#62;
&#60;p&#62;D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davethackeray on "IE7 alignment issues with category pages"</title>
			<link>http://forum.prothemedesign.com/topic/ie7-alignment-issues-with-category-pages#post-5732</link>
			<pubDate>Wed, 10 Mar 2010 12:25:25 +0000</pubDate>
			<dc:creator>davethackeray</dc:creator>
			<guid isPermaLink="false">5732@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Ok, I've nailed two out of three of these issues.&#60;/p&#62;
&#60;p&#62;The only one outstanding is point 3 regarding the Full Story link.&#60;/p&#62;
&#60;p&#62;I want this to appear on every story listed in panels in each Category page.&#60;/p&#62;
&#60;p&#62;Just as it appears in the lead story on each Category page.&#60;/p&#62;
&#60;p&#62;It doesn't appear at all in IE7 or IE6, please help address this issue also.&#60;/p&#62;
&#60;p&#62;Can you please advise?&#60;/p&#62;
&#60;p&#62;Thanks a mil!&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davethackeray on "Change heading on dynamic widget when displayed on posts belonging to x category"</title>
			<link>http://forum.prothemedesign.com/topic/change-heading-on-dynamic-widget-when-displayed-on-posts-belonging-to-x-category#post-5731</link>
			<pubDate>Wed, 10 Mar 2010 09:34:57 +0000</pubDate>
			<dc:creator>davethackeray</dc:creator>
			<guid isPermaLink="false">5731@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Sure can - thanks Ben, Dustin:&#60;/p&#62;
&#60;p&#62;Link to the page is:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.thewebeditor.com/2009/11/november-2009/&#34; rel=&#34;nofollow&#34;&#62;http://www.thewebeditor.com/2009/11/november-2009/&#60;/a&#62;&#60;br /&#62;
The widget on the left says - as in other categories - Also in (Magazine issues). It needs to say Other Magazine issues - but only in posts assigned to this category.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "Change heading on dynamic widget when displayed on posts belonging to x category"</title>
			<link>http://forum.prothemedesign.com/topic/change-heading-on-dynamic-widget-when-displayed-on-posts-belonging-to-x-category#post-5730</link>
			<pubDate>Wed, 10 Mar 2010 08:57:33 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">5730@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Hi Dave - sorry for the slow response. We've now hired some new support staff (Dustin who commented above, and James) to improve forum response times. However, as it says on the T&#38;#38;C, customisations are something we will help with at our discretion so we can't promise you will get the help you need... but we'll always help if we can.&#60;/p&#62;
&#60;p&#62;For future reference, it would be really helpful if you could give as much information about the problems as possible, links to the pages, and images showing what you'd like to happen will all make the support issues a lot quicker to fix.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "Long tab loading time"</title>
			<link>http://forum.prothemedesign.com/topic/long-tab-loading-time#post-5729</link>
			<pubDate>Wed, 10 Mar 2010 08:54:04 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">5729@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;If you are the first person to view the page in the last half an hour then the cache will need to be built for all the pages. Once the cache is built the tabs should load a lot more quickly.&#60;/p&#62;
&#60;p&#62;I would try increasing the cache duration (1 or 2 hours?) and installing WP-Super-Cache plugin as both these things will help speed up the loading of the tabs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>symvolve on "Small Design Tweaks"</title>
			<link>http://forum.prothemedesign.com/topic/small-design-tweaks#post-5728</link>
			<pubDate>Wed, 10 Mar 2010 04:53:54 +0000</pubDate>
			<dc:creator>symvolve</dc:creator>
			<guid isPermaLink="false">5728@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;That takes care of the hover link. Do you know how I can get rid of the active one? that's what I am having problems with. &#60;/p&#62;
&#60;p&#62;Thank you.&#60;/p&#62;
&#60;p&#62;-m
&#60;/p&#62;</description>
		</item>
		<item>
			<title>duward on "Change heading on dynamic widget when displayed on posts belonging to x category"</title>
			<link>http://forum.prothemedesign.com/topic/change-heading-on-dynamic-widget-when-displayed-on-posts-belonging-to-x-category#post-5727</link>
			<pubDate>Wed, 10 Mar 2010 02:46:21 +0000</pubDate>
			<dc:creator>duward</dc:creator>
			<guid isPermaLink="false">5727@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Could you provide me with a link to the website?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>duward on "Small Design Tweaks"</title>
			<link>http://forum.prothemedesign.com/topic/small-design-tweaks#post-5726</link>
			<pubDate>Wed, 10 Mar 2010 02:43:09 +0000</pubDate>
			<dc:creator>duward</dc:creator>
			<guid isPermaLink="false">5726@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Add this code to the style.css to remove the underline from the blog posts.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;h2.posttitle a:hover { text-decoration:none; 	}&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TFitz on "Long tab loading time"</title>
			<link>http://forum.prothemedesign.com/topic/long-tab-loading-time#post-5722</link>
			<pubDate>Wed, 10 Mar 2010 01:38:46 +0000</pubDate>
			<dc:creator>TFitz</dc:creator>
			<guid isPermaLink="false">5722@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Based on the activity log when you click on a tab, it seems to wait until all of the feeds have loaded before showing the page. Some of the feed requests take longer and the page doesn't load until the last request is completed.&#60;/p&#62;
&#60;p&#62;Comparing to your demo the load time is significantly longer.  My host MediaTemple is suggesting it is not a host issue and recommends:&#60;/p&#62;
&#60;p&#62;&#34;Set up the feeds to be loaded based on a cron. You can have this run every 5 minutes to be up-to-date. That way it does not make external requests for every page load, when it doesn't need to be instantly dynamic.&#34;&#60;/p&#62;
&#60;p&#62;BTW: Cache timeout is set to 30 minutes.&#60;/p&#62;
&#60;p&#62;Here's my site for reference: &#60;a href=&#34;http://www.itsplat.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.itsplat.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Your guidance on this is appreciated.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davethackeray on "Change heading on dynamic widget when displayed on posts belonging to x category"</title>
			<link>http://forum.prothemedesign.com/topic/change-heading-on-dynamic-widget-when-displayed-on-posts-belonging-to-x-category#post-5721</link>
			<pubDate>Tue, 09 Mar 2010 22:07:05 +0000</pubDate>
			<dc:creator>davethackeray</dc:creator>
			<guid isPermaLink="false">5721@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Come on guys, give me a GLIMMER of hope, here!&#60;/p&#62;
&#60;p&#62;I'm so accustomed to excellent customer service from you, I guess. But is it too much to ask to expect a response within 2 weeks of asking?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>symvolve on "Small Design Tweaks"</title>
			<link>http://forum.prothemedesign.com/topic/small-design-tweaks#post-5720</link>
			<pubDate>Tue, 09 Mar 2010 21:17:10 +0000</pubDate>
			<dc:creator>symvolve</dc:creator>
			<guid isPermaLink="false">5720@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;All those worked great. &#60;/p&#62;
&#60;p&#62;One more tiny question. &#60;/p&#62;
&#60;p&#62;How can I change the heading of the blog posts. I understand why they are underlined but I would like to take out the underline in that instance, and just make them look like normal page headings. &#60;/p&#62;
&#60;p&#62;This is the page I am referencing. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://scrappymarketing.com/blog/&#34; rel=&#34;nofollow&#34;&#62;http://scrappymarketing.com/blog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you so much.&#60;/p&#62;
&#60;p&#62;-Mario
&#60;/p&#62;</description>
		</item>
		<item>
			<title>patrickc on "Carousel in a different page than Home"</title>
			<link>http://forum.prothemedesign.com/topic/carousel-in-a-different-page-than-home#post-5719</link>
			<pubDate>Tue, 09 Mar 2010 21:04:02 +0000</pubDate>
			<dc:creator>patrickc</dc:creator>
			<guid isPermaLink="false">5719@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;I will give that a try. If I need help on the manual insert I'll reach out.&#60;br /&#62;
Thanks for the guidance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>symvolve on "Small Design Tweaks"</title>
			<link>http://forum.prothemedesign.com/topic/small-design-tweaks#post-5718</link>
			<pubDate>Tue, 09 Mar 2010 21:02:07 +0000</pubDate>
			<dc:creator>symvolve</dc:creator>
			<guid isPermaLink="false">5718@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Quick answer. Awesome. I will try to implement. Thank you so much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "Compatibility with Wordpress MU"</title>
			<link>http://forum.prothemedesign.com/topic/compatibility-with-wordpress-mu#post-5717</link>
			<pubDate>Tue, 09 Mar 2010 20:54:55 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">5717@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;The demos for all of our themes run on WordPress mu (including &#60;a href=&#34;http://demo.prothemedesign.com/wordpress/mimbo-pro/&#34;&#62;Mimbo Pro&#60;/a&#62;) so we know that they work. Can you please give us a link to your website and as much information about the problems as you can.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikee on "Compatibility with Wordpress MU"</title>
			<link>http://forum.prothemedesign.com/topic/compatibility-with-wordpress-mu#post-5716</link>
			<pubDate>Tue, 09 Mar 2010 17:43:10 +0000</pubDate>
			<dc:creator>mikee</dc:creator>
			<guid isPermaLink="false">5716@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;That's a different theme... is this true for the Mimbo Pro Magazine Theme?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://prothemedesign.com/news/mimbo-pro-magazine-theme-released/&#34; rel=&#34;nofollow&#34;&#62;http://prothemedesign.com/news/mimbo-pro-magazine-theme-released/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for the rapid reply.  I'm under the gun as our alumni magazine is going to run a story soon and we have yet to launch. Yikes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mongo on "Change logo and colors"</title>
			<link>http://forum.prothemedesign.com/topic/change-logo-and-colors#post-5715</link>
			<pubDate>Tue, 09 Mar 2010 17:19:04 +0000</pubDate>
			<dc:creator>Mongo</dc:creator>
			<guid isPermaLink="false">5715@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;I did not, only removed it from the root directory. At that point &#60;a href=&#34;http://www.seniorgolfer.us&#34; rel=&#34;nofollow&#34;&#62;http://www.seniorgolfer.us&#60;/a&#62; picked up the changes to &#60;a href=&#34;http://www.seniorgolfer.us/wp-content/themes/thelocal/index.php&#34; rel=&#34;nofollow&#34;&#62;http://www.seniorgolfer.us/wp-content/themes/thelocal/index.php&#60;/a&#62; , but not with index.php in the root directory.&#60;/p&#62;
&#60;p&#62;Clear as mud.. Right?&#60;/p&#62;
&#60;p&#62;Thanks Again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jamesmorrison on "Compatibility with Wordpress MU"</title>
			<link>http://forum.prothemedesign.com/topic/compatibility-with-wordpress-mu#post-5714</link>
			<pubDate>Tue, 09 Mar 2010 17:07:00 +0000</pubDate>
			<dc:creator>jamesmorrison</dc:creator>
			<guid isPermaLink="false">5714@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;The &#60;a href=&#34;http://demo.prothemedesign.com/wordpress/elemental/&#34;&#62;demo&#60;/a&#62; actually runs on WordPress MU.&#60;/p&#62;
&#60;p&#62;What problems are you having?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
