diff --git a/base/css/blog.css b/base/css/blog.css
new file mode 100644
index 00000000..5ff2e47d
--- /dev/null
+++ b/base/css/blog.css
@@ -0,0 +1,50 @@
+/* Blog-specific code, perhaps more from style.css should be moved into this file */
+
+ h1.title, h1.entry-title, h2.title, h2.entry-title
+{
+ font-size: 22px; }
+
+ h1.title a, h1.entry-title a, h2.title a, h2.entry-title a
+{
+ text-decoration: none; }
+
+ .comments-link-top a
+{
+ font-size: 12px;
+ float: right; }
+
+ .entry-meta
+{
+ color: #999;
+ font-size: 12px;
+ margin: 20px 0; }
+
+ .post
+{
+ padding-bottom: 20px; }
+
+ a.inset-link
+{
+ background: #999;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+ -webkit-box-shadow: inset 1px 1px 1px #666;
+ -moz-box-shadow: inset 1px 1px 1px #666;
+ box-shadow: inset 1px 1px 1px #666;
+ color: #FFF;
+ display: inline-block;
+ font-weight: bold;
+ text-align: center;
+ text-decoration: none;
+ text-shadow: 0 1px 0 rgba(0,0,0,0.3);
+ padding: 6px 8px; }
+
+ #sidebar ul
+{
+ list-style: none; }
+
+ #sidebar li
+{
+ padding: 0;
+ margin: 0; }
diff --git a/base/css/style.css b/base/css/style.css
index bdff1913..f655fda9 100644
--- a/base/css/style.css
+++ b/base/css/style.css
@@ -236,18 +236,18 @@
/*******************************************************************************/
h1.title, h1.entry-title, h2.title, h2.entry-title
-{ background: #f7b535;
- width: 100%;
+{ width: 100%;
text-shadow: 0 1px 1px #fff;
margin: 0 0 20px -30px;
padding: 10px 30px 10px 30px;
- -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
- -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
- box-shadow: 0 1px 0 rgba(0,0,0,0.25);
+ border-top: 1px solid #DDD;
+ -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
+ -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
+ box-shadow: 0 1px 3px rgba(0,0,0,0.35);
background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#d5d5d5));
background: -moz-linear-gradient(top, #e5e5e5, #d5d5d5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#d5d5d5'); }
-
+
/*******************************************************************************/
/* Buttons */
/*******************************************************************************/
diff --git a/themes/jquery/content.php b/themes/jquery/content.php
index bc05a838..a18e597b 100755
--- a/themes/jquery/content.php
+++ b/themes/jquery/content.php
@@ -1,82 +1,86 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+