/*
Theme Name: Sharp
Theme URI: http://themeforest.net/item/sharp/21861
Description: Clean, Crisp WordPress theme
Version: 2.0
Author: Derek Herman
Author URI: http://valendesigns.com
*/

/* Resets */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
html {
  overflow-y: scroll;
}
body {
  color: #3f3f3f;
  background: #343434 url(images/header.png) repeat-x 0 0;
	font: 15px/25px Arial, Helvetica, sans-serif;
	padding: 0 10px;
	min-width: 960px;
}
p {
  padding-bottom: 22px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #aaa;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.screen-reader-text,
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */
a:link, 
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
  background: #eee;
	color: #000;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
a:active {
	color: #000;
	text-decoration: none;
}
/* Blue Link Styles */
body.blue a:link,
body.blue a:visited {
  color: #2490c6;
}
body.blue a:hover {
	color: #000;
}
body.blue a:active {
	color: #2490c6;
}
/* Green Link Styles */
body.green a:link,
body.green a:visited {
  color: #45a61a;
}
body.green a:hover {
	color: #000;
}
body.green a:active {
	color: #45a61a;
}
/* Orange Link Styles */
body.orange a:link,
body.orange a:visited {
  color: #e8561c;
}
body.orange a:hover {
	color: #000;
}
body.orange a:active {
	color: #e8561c;
}
/* Red Link Styles */
body.red a:link,
body.red a:visited {
  color: #c22323;
}
body.red a:hover {
	color: #000;
}
body.red a:active {
	color: #c22323;
}
h1.post-title a {
  color: #000 !important;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding-left: 0.03em;
}
h1 {
  font-size: 34px;
}
h1.post-title {
	margin-bottom: 20px;
	clear: left;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 19px;
}
h6 {
  font-size: 16px;
}
/* Wraps */
#header-wrap {
  height: 117px;
}
#content-wrap {
  background: #fff url(images/sidebar-bg-dark.png) repeat-y 795px top;
  margin: 0 auto;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  width: 960px;
  /* CSS3 */
  box-shadow: 0px 1px 5px #000;
  -moz-box-shadow: 0px 1px 5px #000;
  -webkit-box-shadow: 0px 1px 5px #000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
body.medium #content-wrap {
  background-position: 720px top;
}
body.large #content-wrap {
  background-position: right top;
}
/* Header */
#header {
  background: url(images/gradient.png) no-repeat 0 -2px;
  height: 117px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
  #branding {
  	position: absolute;
  	left: 0px;
  	top: 27px;
  	font-family: "Trebuchet MS", Helvetica, sans-serif;
  }
  * html #branding {
    left: 15px;
  }
    #branding a.logo {
      background: url(images/branding-a.png) no-repeat 0 0;
      color: #fff;
      display: block;
    	float: left;
    	font-size: 46px;
    	font-style: italic;
    	letter-spacing: -0.03em;
    	line-height: 55px;
    	height: 60px;
    	padding: 0px 0px 0px 30px;
    }
    * html #branding a.logo {
      padding-left: 15px;
    }
    body.blue #branding a.logo {
      background-position: 0 0;
    }
    body.green #branding a.logo {
      background-position: 0 -60px;
    }
    body.orange #branding a.logo {
      background-position: 0 -120px;
    }
    body.red #branding a.logo {
      background-position: 0 -180px;
    }
      #branding a.logo span {
        background: url(images/branding-span.png) no-repeat 100% 0;
        display: block;
        float: left;
        line-height: 55px;
        padding: 0 30px 5px 0;
      }
      * html #branding a.logo span {
        padding-right: 15px;
      }
      body.blue #branding a.logo span {
        background-position: 100% 0;
      }
      body.green #branding a.logo span {
        background-position: 100% -60px;
      }
      body.orange #branding a.logo span {
        background-position: 100% -120px;
      }
      body.red #branding a.logo span {
        background-position: 100% -180px;
      }
    #branding a.logo:hover {
      text-shadow: none;
    }
    #branding .description {
    	color: #666;
    	float: left;
    	font-size: 14px;
    	font-style: italic;
    	height: 60px;
    	line-height: 60px;
    	margin-left: 15px;
    	text-shadow: 0 1px 0 #000;
    }
  #access div.menu ul {
    bottom: 15px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	position: absolute;
  	right: 0px;
  	text-transform: uppercase;
  	z-index: 99;
  }
    #access div.menu ul li {
    	display: block;
    	float: left;
    	margin-left: 5px;
    }
      #access div.menu ul ul {
        display: none;
      }
      #access div.menu ul a {
        background: #000;
      	color: #666;
      	display: block;
      	float: left;
      	padding: 0px 15px 1px 15px;
      	text-shadow: 0 1px 0 #000;
      	/* CSS3 */
      	box-shadow: 0px 1px 0px #333;
        -moz-box-shadow: 0px 1px 0px #333;
        -webkit-box-shadow: 0px 1px 0px #333;
      	-webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
      }
      #access div.menu ul a:hover,
      #access div.menu ul li.current_page_item a {
        background: #222;
      	color: #ddd;
      }
      body.blue #access div.menu ul li.current_page_item a,
      body.green #access div.menu ul li.current_page_item a,
      body.orange #access div.menu ul li.current_page_item a,
      body.red #access div.menu ul li.current_page_item a {
        color: #fff;
        /* CSS3 */
      	box-shadow: 0px 1px 0px #000;
        -moz-box-shadow: 0px 1px 0px #000;
        -webkit-box-shadow: 0px 1px 0px #000;
      }
      body.blue #access div.menu ul li.current_page_item a {
        background: #2490c6;
      }
      body.green #access div.menu ul li.current_page_item a {
        background: #45a61a;
      }
      body.orange #access div.menu ul li.current_page_item a {
        background: #e8561c;
      }
      body.red #access div.menu ul li.current_page_item a {
        background: #c22323;
      }
/* Content */
#content {
  float: left;
  padding: 40px;
  padding-right: 0;
}
body.small #content {
  width: 715px;
}
body.medium #content {
  width: 640px;
}
body.large #content {
  width: 580px;
}
  .post {
    background: url(images/post-divider.png) repeat-x left bottom;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .entry {
  }
  /* Entry Meta */
  #content .entry-meta {
    color: #000;
    display: block;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: -0.03em;
  	line-height: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    text-transform: uppercase;
  }
    #content .entry-meta ul {
      display: block;
      float: left;
    	margin: 0;
    	padding: 0;
    }
      #content .entry-meta ul li {
        background: none;
      	border-right: 1px solid #c5c5c5;
      	display: inline;
      	margin-right: 7px;
      	padding: 0 8px 0 0;
      }
      #content .entry-meta ul li.comments,
      #content .entry-meta ul li.date {
      	border-right: none;
      }
  .tag-links {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: -0.03em;
  	line-height: 12px;
  }
  /* More link */
  .more-link {
    overflow: hidden;
  }
    .more-link a {
      background: #333;
    	color: #fff !important;
    	display: block;
    	float: left;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 10px;
    	padding: 0px 15px;
    	text-shadow: 0 1px 0 #000;
    	text-transform: uppercase;
    	/* CSS3 */
    	-webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
    }
    .more-link a:hover  {
    	background: #666;
    }
    body.blue .more-link a:hover {
      background: #2490c6;
    }
    body.green .more-link a:hover {
      background: #45a61a;
    }
    body.orange .more-link a:hover {
      background: #e8561c;
    }
    body.red .more-link a:hover {
      background: #c22323;
    }
  /* Images */
  .post .aligncenter, 
  .post div.aligncenter {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  }
  .post .alignleft {
  	float: left;
  	margin: 5px 22px 22px 0;
  }
  .post .alignright {
  	float: right;
  	margin: 5px 0 22px 22px;
  }
  .post .wp-caption {
  	border: 1px solid #ddd;
  	text-align: center;
  	background-color: #eee;
  	padding-top: 4px;
  }
  .post .wp-caption img {
  	margin: 0;
  	padding: 0;
  	border: none;
  }
  .post .wp-caption p.wp-caption-text {
  	font-size: 10px;
  	line-height: 16px;
  	padding: 0 10px 6px 10px;
  	margin: 0;
  }
  p.attachment a img {
    display: block;
  }
  /* Lists */
  .entry ol, 
  .entry ul {
  	margin: 0 0 22px 22px;
  }
    .entry ol ol, 
    .entry ul ul {
      margin-bottom: 0px;
    }
    .entry ol li {
    	list-style: decimal;
    }
    *:first-child+html .entry ol li {
      margin-left: 10px;
    }
    .entry ul li {
    	list-style: disc;
    }
  .entry dl {
  
  }	
    .entry dl dt { 
    	font-weight: bold;
    }	
      .entry dl dd { 
      	padding-bottom: 22px;
      }
  /* Blockquote & Code */
  .entry blockquote {
  	font-size: 13px;
  	line-height: 20px;
  	font-style: italic;
  	padding-left: 40px;
  	background: url(images/quote.gif) no-repeat 0 0;
  }
  .entry code {
    background-color: #f1f1f1;
    color: #000;
    font-size: 13px;
    text-shadow: 0 1px 0 #fff;
    font-family: "Lucida Console", Monaco, "Andale Mono", monospace;
  }
  .entry pre {
  	padding: 0;
  	margin: 0;
  	line-height: 18px;
  	overflow: auto;
  	overflow-Y: hidden;
  	padding-top: 18px;
  	background: #333;
  	margin-bottom: 22px;
  	color: #000;
  	white-space:pre-wrap;
    word-wrap:break-word;
    /* CSS3 */
  	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
  }
  .entry pre code {
    font-size: 12px !important;
  	padding: 18px 22px;
  	display: block;
  	background: url(images/pre.gif) repeat left 18px;
  }
  /* Tables */
  .post table { 
    margin-bottom: 22px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
  }
    .post table th, 
    .post table td { 
      padding: 3px 15px;
      text-align: left;
    }
    .post table thead th { 
      font-family: inherit; 	
      background-color: #333;
      border: 1px solid #333;
      color: #fff;
      font-weight: bold;
    }
    .post table tbody tr.alt { 
      background-color: #fafafa; 
    }
      .post table tbody th { 
        color: #000; 
      }
      .post table tbody th, 
      .post table tbody td { 
        border-top: 1px solid #ddd;
      }
    .post table tfoot tr th,
    .post table tfoot tr td {
      border-top: 1px solid #ddd;
      background-color: #eee;
    }
  /* About Author */
  #about-author {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 20px;
  }
    #about-author h3 {
      margin-bottom: 10px;
    }
    #about-author .avatar {
      background: #fffef3;
      border: 1px solid #f8f5d4;
      float: left;
      margin: 0 20px 20px 0;
      padding: 4px;
      /* CSS3 */
    	-webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;
    }
    #about-author .author-text {
      background: #fffef3;
      margin: 0px 0 10px 80px;
      padding: 10px 20px 0px 20px;
      position: relative;
      /* CSS3 */
      box-shadow: 0px 1px 0px #f8f5d4;
      -moz-box-shadow: 0px 1px 0px #f8f5d4;
      -webkit-box-shadow: 0px 1px 0px #f8f5d4;
    	-webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;
    }
      .author-text h4 {
        color: #3f3f3f;
        font-size: 18px;
      }
    #author-page {
      background: url(images/post-divider.png) repeat-x left bottom;
      margin-bottom: 30px;
      overflow: hidden;
      padding-bottom: 10px;
    }
  /* Pagnavi */
  .wp-pagenavi {
  	font-size: 11px;
  	text-transform: uppercase;
  	clear: both;
  	font-weight: normal;
  	text-align: right;
  }
  .wp-pagenavi a,
  .wp-pagenavi .current {
  	padding: 3px 7px;
  	border: 1px solid #c5c7c7;
  	margin-left: 3px;
  	/* CSS3 */
  	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .wp-pagenavi a:hover {
  	background: #e7eaea;
  }
  .wp-pagenavi .current {
  	background: #d3d6d7;
  	border-color: #b5b8b8;
  	text-shadow: 0 1px 0 #ddd;
  }
  .wp-pagenavi .pages {
  	float: left;
  }
  /* Comments */
  #comments {
  }
    #comments-title {
      margin-bottom: 20px;
    }
      #comments-title a {
        color: #000;
      }
    /* comment form */
    #respond {
      background: #fafafa;
      margin: 10px 0 0 0;
      padding: 20px;
      position: relative;
      /* CSS3 */
      box-shadow: 0px 1px 0px #f1f3f3;
      -moz-box-shadow: 0px 1px 0px #f1f3f3;
      -webkit-box-shadow: 0px 1px 0px #f1f3f3;
    	-webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;
    }
      #respond h3 {
        font-size: 20px;
        margin-bottom: 20px;
      }
      #commentform {
        overflow: hidden;
      }
        #commentform p {
          overflow: hidden;
          padding-bottom: 20px;
        }
        #commentform label {
          display: block;
          float: left;
          font-size: 10px;
          text-transform: uppercase;
          padding-right: 3px;
          line-height: 30px;
          text-shadow: 0 1px 0 #fff;
        }
        #commentform .required {
          color: red;
          line-height: 30px;
          text-shadow: 0 1px 0 #fff;
        }
        #commentform #author,
        #commentform #email,
        #commentform #url,
        #commentform textarea {
          border: 1px solid #fff;
          float: right;
          font-size: 14px;
          font-family: Arial, Helvetica, sans-serif;
          padding: 6px 10px;
          width: 80%;
          /* CSS3 */
          box-shadow: 0px 1px 0px #ddd;
          -moz-box-shadow: 0px 1px 0px #ddd;
          -webkit-box-shadow: 0px 1px 0px #ddd;
        	-webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
        }
        #commentform #author:focus,
        #commentform #email:focus,
        #commentform #url:focus,
        #commentform textarea:focus {
          background: #fffef3;
          border: 1px solid #fff;
          text-shadow: 0 1px 0 #fff;
          /* CSS3 */
          box-shadow: 0px 1px 0px #f0ebb9;
          -moz-box-shadow: 0px 1px 0px #f0ebb9;
          -webkit-box-shadow: 0px 1px 0px #f0ebb9;
        }
        p.form-submit {
          padding-bottom: 0 !important;
        }
        #submit {
          background: #333;
          border: none;
        	color: #fff !important;
        	display: block;
        	float: right;
        	font-family: Verdana, Arial, Helvetica, sans-serif;
        	font-size: 10px;
        	padding: 5px 15px;
        	text-shadow: 0 1px 0 #000;
        	text-transform: uppercase;
        	width: auto;
        	/* CSS3 */
        	-webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
        }
        *:first-child+html #submit {
          padding: 5px 0;
        }
        * html #submit {
          padding: 5px 0;
          float: none;
        }
        #submit:hover  {
        	background: #666;
        	cursor: pointer;
        }
        body.blue #submit:hover {
          background: #2490c6;
        }
        body.green #submit:hover {
          background: #45a61a;
        }
        body.orange #submit:hover {
          background: #e8561c;
        }
        body.red #submit:hover {
          background: #c22323;
        }
    /* comment list */
    .commentlist {
      margin-bottom: 10px;
    }
      .comment {
        font-size: 14px;
        line-height: 20px;
      }
        .comment .comment-body {
          background: #fafafa;
          margin: 10px 0 10px 80px;
          padding: 10px 20px 6px 20px;
          position: relative;
          /* CSS3 */
          box-shadow: 0px 1px 0px #f1f3f3;
          -moz-box-shadow: 0px 1px 0px #f1f3f3;
          -webkit-box-shadow: 0px 1px 0px #f1f3f3;
        	-webkit-border-radius: 7px;
          -moz-border-radius: 7px;
          border-radius: 7px;
        }
        .bypostauthor > .comment-body {
          background: #fffef3;
          /* CSS3 */
          box-shadow: 0px 1px 0px #f8f5d4;
          -moz-box-shadow: 0px 1px 0px #f8f5d4;
          -webkit-box-shadow: 0px 1px 0px #f8f5d4;
        }
          .comment .comment-body .vcard {
            float: left;
            font-size: 12px;
            margin-right: 5px;
          }
          * html .comment .comment-body .vcard {
            float: none;
          }
            .comment .comment-body .avatar {
              background: #fafafa;
              border: 1px solid #f1f3f3;
              position: absolute;
              left: -80px;
              top: -1px;
              padding: 4px;
              /* CSS3 */
            	-webkit-border-radius: 7px;
              -moz-border-radius: 7px;
              border-radius: 7px;
            }
            .bypostauthor > .comment-body .avatar {
              background: #fffef3;
              border: 1px solid #f8f5d4;
            }
            .comment-body .says {
              display: none;
            }
          .comment .comment-body .comment-meta {
            font-size: 12px;
            padding-right: 40px;
          }
          .comment .comment-body .reply a {
            background: #fff;
            border-bottom: 1px solid #f1f3f3;
            border-left: 1px solid #f1f3f3;
            position: absolute;
            top: 0px;
            right: 0px;
            font-size: 10px;
            padding: 2px 10px;
          }
          .bypostauthor > .comment-body .reply a {
            border-bottom: 1px solid #f8f5d4;
            border-left: 1px solid #f8f5d4;
          }
            .children .comment .comment-body {
              margin-left: 130px;
            }
              .children .children .comment .comment-body {
                margin-left: 180px;
              }
                .children .children .children .comment .comment-body {
                  margin-left: 230px;
                }
                  .children .children .children .children .comment .comment-body {
                    margin-left: 280px;
                  }
            .children .comment .comment-body .avatar {
              width: 30px;
              height: 30px;
              left: -50px;
            }
    #pings-title {
    }
    .pings {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 10px;
    }
      .pings .comment-body {
        background: #fafafa;
        padding: 10px 20px 0px 20px;
        margin: 10px 0;
        /* CSS3 */
      	-webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
      }
        .pings .comment-body .vcard {
          float: left;
          margin-right: 5px;
        }
/* Sidebar */
#sidebar {
  float: right;
  font-size: 11px;
  line-height: 19px;
  text-shadow: 0 1px 0 #fff;
  padding-bottom: 15px;
}
* html #sidebar {
  position: relative;
  right: -10px;
}
body.small #sidebar {
  width: 165px;
}
body.medium #sidebar {
  width: 240px;
}
body.large #sidebar {
  width: 300px;
}
  #sidebar a:link, 
  #sidebar a:visited {
  	color: #8b8f8f;
  }
  #sidebar a:hover {
    background: none;
  	color: #000;
  }
  #sidebar a:active {
  	color: #8b8f8f;
  }
  .widget-title {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  #sidebar .search {
    background: url(images/sidebar-bg-search.png) repeat-y 0 0;
    border-bottom: 1px solid #a5aaaa;
    padding: 15px 20px;
    position: relative;
    /* CSS3 */
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
  }
  body.small #sidebar .search {
    width: 125px;
  }
  body.medium #sidebar .search {
    width: 200px;
  }
  body.large #sidebar .search {
    width: 260px;
  }
    #s {
      background: #fff;
      border: 1px solid #9e9e9e;
      padding: 5px 25px 5px 5px;
    }
    body.small #s {
      width: 93px;
    }
    body.medium #s {
      width: 168px;
    }
    body.large #s {
      width: 228px;
    }
    #searchsubmit {
      background: #fff url(images/sprite.png) no-repeat 0 0;
      border: none;
      cursor: pointer;
      display: block;
      height: 20px;
      position: absolute;
      right: 24px;
      top: 18px;
      text-indent: -9999px;
      text-transform: capitalize;
      width: 20px;
    }
  .advert {
    border-bottom:1px solid #b7bbbb;
    border-top:1px solid #dadada;
    overflow: hidden;
    padding: 15px 20px 5px 10px;
  }
    .advert li {
      display: block;
      float: left;
    }
      .advert a {
        display: block;
        float: left;
        margin: 0 0 10px 10px;
      }
        .advert a img {
          display: block;
          float: left;
        }
  .sidebox {
    background: url(images/sidebar-bg-light.png) repeat-y 0 0;
    border-top:1px solid #f2f4f4;
    border-bottom:1px solid #c5c7c7;
    overflow: hidden;
    padding: 15px 20px;
  }
  .subscribe {
  }
    .subscribe li {
      padding: 3px 0;
    }
      .subscribe li a {
        display: block;
      }
  .sidebar-icon {
    float: left;
    margin-right: 5px;
  }
  .related-title {
    margin-bottom: 7px;
  }
  .related-posts {
    line-height: 15px;
  }
    .related-posts li {
      display: block;
      margin: 5px 0;
    }
      .related-posts li a {
        display: block;
      }
/* Footer */
#footer {
  margin: 20px auto 30px auto;
  position: relative;
  width: 960px;
}
  #footer p {
    color: #151515;
    text-shadow: 0 1px 0 #434343;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 2px;
  }
  #footer a {
    color: #000;
  }
  #footer a:hover {
    background: none;
    color: #151515;
    text-shadow: 0 1px 0 #494949;
  }
  #footer a.wp-link {
    background: url(images/sprite.png) no-repeat 0 -20px;
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    text-indent: -9999px;
    top: -8px;
    width: 129px;
  }
  #footer a:hover.wp-link {
    background-position: 0 -50px;
  }