Index: /trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
===================================================================
--- /trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php	(revision 605)
+++ /trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php	(revision 606)
@@ -579,5 +579,5 @@
 			array_push($words, ' ... ');
 			$text = implode(' ', $words);
-			if (!empty($more_link_text)) $text .= '<p align="center"><a href="'. get_permalink() . "\">".$more_link_text .'</a></p>';
+			if (!empty($more_link_text)) $text .= '<div class="xpress-more-link"><a href="'. get_permalink() . "\">".$more_link_text .'</a></div>';
 
 		}
@@ -585,5 +585,5 @@
 	elseif(mb_strlen($text, $blog_encoding) > $excerpt_length_character) {
 		$text = mb_substr($text, 0, $xpress_config->excerpt_length_character, $blog_encoding) . ' ... ';
-		if (!empty($more_link_text)) $text .= '<p align="center"><a href="'. get_permalink() . "\">".$more_link_text .'</a></p>';
+		if (!empty($more_link_text)) $text .= '<div class="xpress-more-link"><a href="'. get_permalink() . "\">".$more_link_text .'</a></div>';
 	}
 
Index: /trunk/xpressme_integration_kit/wp-content/themes/xpress_default/style.css
===================================================================
--- /trunk/xpressme_integration_kit/wp-content/themes/xpress_default/style.css	(revision 605)
+++ /trunk/xpressme_integration_kit/wp-content/themes/xpress_default/style.css	(revision 606)
@@ -166,4 +166,11 @@
 
 	}
+.xpress-post-title h2{
+	margin: 0;
+	color: #4478B0;
+	text-shadow: 2px 2px 3px #AAAAAA;
+	font-size: 16px;
+	font-weight: bold;
+}
 
 .xpress-post .xpress-post-entry {
@@ -184,4 +191,32 @@
 	margin-bottom: 10px;
 }
+a.more-link {
+	font-size: 12px;
+	margin: 0;
+	padding: 0;
+	color: #E98838;
+	text-shadow: 2px 2px 3px #AAAAAA;
+	font-style: normal;
+	font-weight: bold;
+	text-align: center;
+}
+.xpress-more-link {
+	font-size: 12px;
+	margin: 0;
+	padding: 0;
+	color: #E98838;
+	text-shadow: 2px 2px 3px #AAAAAA;
+	font-style: normal;
+	font-weight: bold;
+	text-align: center;
+}
+.xpress-more-link a{
+	color: #E98838;
+	text-shadow: 2px 2px 3px #AAAAAA;
+	font-style: normal;
+	font-weight: bold;
+	text-align: center;
+}
+
 /* End post */
 
@@ -199,4 +234,13 @@
 	clear: both;
 	}
+#xpress-pings-block h3{
+	font-size: 12px;
+	margin: 0;
+	padding: 0;
+	color: #E98838;
+	text-shadow: 2px 2px 3px #AAAAAA;
+	font-style: normal;
+	font-weight: bold;
+}
 #xpress_pingslist ol{
 	font-size: 1em;
@@ -763,5 +807,5 @@
 	display:block;
 	clear:both;
-	height:26px;
+	height:20px;
 //	float:left;
 }
@@ -774,5 +818,5 @@
 	margin: 0 auto;
 	display:block;
-	padding-left: 5px;
+	padding-left: 0px;
 	float:left;
 }
@@ -786,5 +830,5 @@
 #access .menu,
 #xpress-menu .menu-header {
-	font-size: 13px;
+	font-size: 11px;
 	margin-left: 12px;
 }
@@ -808,5 +852,5 @@
 //	color:#aaa;
 	padding:0 2px;
-	line-height:24px;
+	line-height:18px;
 }
 #access ul ul,
