+
diff --git a/style.css b/style.css
index 8b9384c..2de33d4 100644
--- a/style.css
+++ b/style.css
@@ -11,6 +11,7 @@ No, hassan!
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
+.green {color:#609F34;}
a {color: #000;}
a:hover {color:#609F34;}
a h1, h2, h3, h4, h5, h6 {color:#111}
@@ -39,16 +40,17 @@ a:hover .git-fork { position: absolute; top: 0; right: 0; border: 0; width: 149p
.class {clear: both;}
.float-right {float: right;}
.float-left {float: left;}
-
-.post p a {color: #666;}
-.post p a:hover {color: #111;}
+.post p a {color: black;}
+.post p a:hover {color: #609F34;}
#header {margin-top: 1em;}
#nav {font-size:2em;margin-bottom:0.75em;}
#nav a { color: #444; padding: 0 4px 0 14px;}
#nav a:hover { color: #609F34;}
-body {line-height:1.5;}
+html{ background: url(images/bg-grad.png) repeat-x; display: block; height: 100%;}
+body {line-height:1.5; }
+head {display: none;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
@@ -57,7 +59,7 @@ blockquote, q {quotes:"" "";}
a img {border:none;}
/* typography.css */
-body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
+body {font-size:75%;color: rgb(73, 70, 63);font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
@@ -97,8 +99,8 @@ caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
-.quiet {color:#666;}
-.extra-quiet {color: #E9E9E9;}
+.quiet {color: rgb(149, 149, 149);}
+.extra-quiet {color: ##D2CEC3;}
.quiet strong{color: #111;}
.loud {color:#000;}
.highlight {background:#ff0;}
@@ -108,9 +110,6 @@ caption {background:#eee;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
-
-
-
.container {width:950px;margin:0 auto;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}