*.screen-reader-text {
  display:none;
}

a {
  color:#c60;
}
  a:active {
    color:#f93;
  }

blockquote, dl, fieldset, form, hr, ol, p, pre, ul, table {
  margin-left:auto;
  margin-right:auto;
  max-width:480px;
}

body {
  margin:20px auto;
  max-width:1024px;
  min-width:360px;
}

div.aligncenter {
  margin:0 auto;
}
div.alignleft {
  margin-right:auto;
}
div.alignright {
  margin-left:auto;
}
div.wp-caption {
  text-align:center;
}
div.wp-footer,
div.wp-header,
table.wp-page {
  box-shadow:0 1px 3px #000;
    -khtml-box-shadow:0 1px 3px #000;
    -moz-box-shadow:0 1px 3px #000;
    -webkit-box-shadow:0 1px 3px #000;
}
div.wp-footer,
div.wp-header {
  background:#333 url('jqface/images/outset.png') repeat-x;
  text-align:center;
}
div.wp-footer {
  background-position:0 -40px;
  border-radius-bottom-left:5px;
  border-radius-bottom-right:5px;
    -khtml-border-bottom-left-radius:5px;
    -khtml-border-bottom-right-radius:5px;
  	-moz-border-radius-bottomleft:5px;
  	-moz-border-radius-bottomright:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
  color:#fff;
  height:30px;
  line-height:30px;
  text-shadow: #000 0 -1px 1px;
}
div.wp-header {
  background-position:0 -70px;
  border-radius-top-left:5px;
  border-radius-top-right:5px;
    -khtml-border-top-left-radius:5px;
    -khtml-border-top-right-radius:5px;
  	-moz-border-radius-topleft:5px;
  	-moz-border-radius-topright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
  height:200px;
  position:relative;
}
  div.wp-header h1 {
    color:#c60;
    font-size:50px;
    font-variant:small-caps;
    height:40px;
    line-height:40px;
    position:absolute;
    top:60px;
    width:100%;
  }
    div.wp-header h1 a {
      text-decoration:none;
    }
  div.wp-header h2 {
    color:#fff;
    font-size:12px;
    font-weight:normal;
    height:12px;
    line-height:12px;
    position:absolute;
    top:120px;
    width:100%;
  }
div.wp-navigation {
  background:#666 url('jqface/images/outset.png') repeat-x 0 -40px;
  border:1px solid #333;
  box-shadow:0 1px 3px #000;
    -khtml-box-shadow:0 1px 3px #000;
    -moz-box-shadow:0 1px 3px #000;
    -webkit-box-shadow:0 1px 3px #000;
  color:#fff;
  height:30px;
  line-height:30px;
  margin:0 -20px;
  position:relative;
  text-align:center;
  text-shadow:#000 0 -1px 1px;
}
  div.wp-navigation a,
  div.wp-navigation span {
    height:30px;
    line-height:30px;
    min-width:25%;
    position:absolute;
  }  
  div.wp-navigation a {
    background:#c60 url('jqface/images/outset.png') repeat-x 0 -40px;
    border:1px solid #930;
    color:#fff;
    text-decoration:none;
    text-shadow:#930 0 -1px 1px;
  }  
  div.wp-navigation span {
    background:#666 url('jqface/images/outset.png') repeat-x 0 -40px;
    border:1px solid #333;
    color:#999;
  }  
  div.wp-navigation a[rel='next'],
  div.wp-navigation span[rel='next'] {
    right:-1px;
    top:-1px;
  }  
  div.wp-navigation a[rel='prev'],
  div.wp-navigation span[rel='prev'] {
    left:-1px;
    top:-1px;
  }  
div.wp-post {
  margin:50px auto;
}
  div.wp-post-author,
  a.wp-post-title,
  div.wp-post-footer,
  div.wp-post-title {
    display:block;
    margin:10px auto;
    max-width:480px;
  }
  div.wp-post-author,
  div.wp-post-footer {
    color:#666;
  }
  div.wp-post-author,
  a.wp-post-title,
  div.wp-post-title {
    text-align:center;
  }
  a.wp-post-title,
  div.wp-post-title {
    color:#333;
    font-size:40px;
    font-variant:small-caps;
    font-weight:bold;
    text-decoration:none;
  }
  a.wp-post-title:hover {
    color:#c60;
    text-decoration:underline;
  }
div.wp-widget {
}
  div.wp-widget li {
    list-style:none;
    margin-left:0;
  }
    div.wp-widget li li {
      margin-left:10px;
    }
div.wp-widget-content {
  background-color:#333;
  padding:10px 20px;
}
a.wp-widget-title {
  background:#666 url('jqface/images/outset.png') repeat-x 0 -40px;
  border-bottom:1px solid #000;
  border-top:1px solid #ccc;
  color:#fff;
  font-size:11px;
  height:30px;
  line-height:30px;
  text-align:center;
  text-decoration:none;
}
div#wpabar {
  position:fixed !important;
}
  
h1, h2, h3, h4, h5, h6 {
  margin:20px 0;
  text-align:center;
}

hr {
  margin-bottom:20px;
  margin-top:20px;
}

html {
  background-color:#666;
  padding:0 20px;
}

input[type='text']#s {
  width:120px;
}

p {
  margin-bottom:20px;
  margin-top:20px;
}

span.wp-loginout {
  display:block;
  position:fixed;
  right:0;
  top:0;
  z-index:999999;
}
  span.wp-loginout a.wp-loginout {
    background-image:url('/wp-content/plugins/wordpress-admin-bar/themes/grey/images/background.png');
    border-radius-bottom-left:4px;
      -khtml-border-bottom-left-radius:4px;
    	-moz-border-radius-bottomleft:4px;
      -webkit-border-bottom-left-radius:4px;
    color:#fff;
    display:inline-block;
    height:28px;
    line-height:28px;
    position:absolute;
    right:0;
    top:0;
    text-align:center;
    text-decoration:none;
    width:66px;
  }
  span.wp-loginout a.wp-loginout:hover {
    background-position:bottom left;
  }
  span.wp-loginout div.wp-loginout {
    background-image:url('jqface/images/transparent.light.png');
    border-radius-bottom-left:4px;
      -khtml-border-bottom-left-radius:4px;
    	-moz-border-radius-bottomleft:4px;
      -webkit-border-bottom-left-radius:4px;
    box-shadow:0 1px 3px #000;
      -khtml-box-shadow:0 1px 3px #000;
      -moz-box-shadow:0 1px 3px #000;
      -webkit-box-shadow:0 1px 3px #000;
    padding:28px 5px 3px 5px;
  }
span.wp-mobileme-gallery {
  display:block;
  margin-top:20px;
  padding:5px;
  text-align:center;
}
  span.wp-mobileme-gallery a.wp-mobileme-photo {
    background:#fff no-repeat 5px 5px;
    border-radius:5px;
      -khtml-border-radius:5px;
    	-moz-border-radius:5px;
    	-webkit-border-radius:5px;
    box-shadow:0 1px 3px #000;
      -khtml-box-shadow:0 1px 3px #000;
      -moz-box-shadow:0 1px 3px #000;
      -webkit-box-shadow:0 1px 3px #000;
    display:inline-block;  
    height:170px;
    margin:5px;
    position:relative;
    text-decoration:none;
    width:170px;
  }
  span.wp-mobileme-gallery a.wp-mobileme-photo span {
    background-image:url('jqface/images/transparent.light.png');
    bottom:0;
    border-radius-bottom-left:4px;
    border-radius-bottom-right:4px;
      -khtml-border-bottom-left-radius:4px;
      -khtml-border-bottom-right-radius:4px;
    	-moz-border-radius-bottomleft:4px;
    	-moz-border-radius-bottomright:4px;
      -webkit-border-bottom-left-radius:4px;
      -webkit-border-bottom-right-radius:4px;
    color:#000;
    display:block;
    height:40px;
    left:0;
    line-height:40px;
    opacity:0.4;
    position:absolute;
    text-align:center;
    width:100%;
  }
  span.wp-mobileme-gallery a.wp-mobileme-photo:hover span {
    opacity:0.8;
  }

table#wp-calendar {
}
  table#wp-calendar caption {
    color:#666;
    font-weight:bold;
    text-align:center;
  }
  table#wp-calendar tbody a {
    background:#c60 url('jqface/images/reflection.png') repeat-x 0 -15px;
    color:#fff;
    display:block;
    height:20px;
    line-height:20px;
    text-align:center;
    text-decoration:none;
    text-shadow:#930 0 -1px 1px;
    width:20px;
  }
  table#wp-calendar tbody td {
    background:url('jqface/images/inset.png') repeat-x 0 -20px;
    border:1px solid #999;
    color:#999;
    font-weight:bold;
    height:20px;
    text-align:center;
    width:20px;
  }
  table#wp-calendar thead th {
    color:#000;
    font-size:7px;
    font-weight:normal;
  }

table.wp-page {
  table-layout:fixed;
  width:100%;
}

td.wp-content,
td.wp-sidebar {
  border:1px solid #333;
  vertical-align:top;
}
td.wp-content {
  background:#eee;
  padding:0 20px 50px 20px;
}
td.wp-sidebar {
  background:#666;
  color:#fff;
  width:240px;
}
