@media screen, projection {

  /* CSS RESET */
  html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote { font-size: 100%; font-weight: normal; margin: 0; padding: 0; }
  table { border-collapse: collapse; border-spacing: 0; }
  td, th, caption { font-weight: normal; text-align: left; }
  img, fieldset { border: 0; }
  ol { list-style: decimal; padding-left: 1.4em; }
  ul { list-style: square; padding-left: 1.4em; }
  q:before, q:after { content: ''; }
  form { display: inline; }

  /*
    COLOR SCHEME
    The High School
    http://www.colourlovers.com/palette/25883/The_High_School

    Dark Wood:  #4f2700
    Vitamin C:  #f90
    Tuscany:    #fc8
    White Sand: #f3f2e2
    Youth:      #b0c7aa
  */

  html {
    background-color: #f3f2e2;
    color: #4f2700;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
  }

  body {
    margin: 10px auto;
    max-width: 940px;
    padding-bottom: 10px;
    position: relative;
  }

  #header {
    background-color: #f90;
    color: #fff;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: bold;
    padding: 0px 10px;
    text-transform: lowercase;
  }
  #header a {
    color: #fff;
    text-decoration: none;
  }
  #header span {
    color: #fc8;
  }

  #search {
    position: absolute;
    top: 18px;
    right: 18px;
  }

  #q {
    background: #fff url(../images/icon-magnifier.png) no-repeat right center;
    border-bottom: solid 1px #b0c7aa;
    border-left: solid 1px #4f2700;
    border-right: solid 1px #b0c7aa;
    border-top: solid 1px #4f2700;
    font-size: 0.8em;
    padding: 2px 18px 2px 2px;
  }
  #q.watermark {
    color: #ccc;
  }

  #menu {
    background-color: #fff;
    border: solid 1px #f90;
    color: #4f2700;
    font-size: 0.7em;
    list-style: none;
    padding: 5px 10px;
  }
  #menu li {
    display: inline;
    margin-right: 15px;
  }
  #menu li.plusone {
    float: right;
    margin: 0;
  }
  #menu a {
    color: #4f2700;
    padding: 5px 10px;
    margin: -5px -10px;
    text-decoration: none;
  }
  #menu a:hover {
    background-color: #fc8;
  }

  #content {
    float: left;
    font-size: 0.8em;
    padding: 10px;
    position: relative;
    width: 650px;
  }
  #content h1,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6 {
    font-weight: bold;
  }
  #content h1 {
    font-size: 2em;
    margin: 0 0 0.75em 0;
  }
  #content h2 {
    font-size: 1.75em;
    margin: 0.86em 0;
  }
  #content h3 {
    font-size: 1.5em;
    margin: 1em 0;
  }
  #content h4 {
    font-size: 1.25em;
    margin: 1.2em 0;
  }
  #content h5 {
    font-size: 1em;
    margin: 1.5em 0;
  }
  #content h6 {
    font-size: 0.75em;
    margin: 2em 0;
  }
  #content p,
  #content ol,
  #content ul {
    line-height: 1.5em;
    margin: 1em 0;
  }
  #content ol,
  #content ul {
    margin-left: 1em;
  }
  #content ol ol,
  #content ol ul,
  #content ul ol,
  #content ul ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  #content blockquote {
    margin: 1em 40px;
  }
  #content a,
  #content a:link {
    border-bottom: solid 1px #4f2700;
    color: #4f2700;
    text-decoration: none;
  }
  #content a:visited {
    border-bottom: solid 1px #b0c7aa;
  }
  #content a:hover,
  #content a:active {
    border-bottom: solid 1px #f90;
  }
  #content img {
    background-color: #fff;
    border: solid 1px #4f2700;
    padding: 5px;
  }
  #content hr {
    background-color: #e0e0e0;
    border: none;
    height: 1px;
    margin: 10px -10px;
  }

  #content code,
  #content pre {
    font-size: 1.2em;
  }

  #content table.data {
    border: solid 1px #4f2700;
    border-top: solid 5px #4f2700;
    font-size: 0.85em;
  }
  #content table.data th {
    background-color: #b0c7aa;
    border-bottom: solid 1px #4f2700;
    border-top: solid 1px #4f2700;
    font-weight: bold;
    padding: 3px 5px;
    vertical-align: bottom;
  }
  #content table.data th a,
  #content table.data th a:link,
  #content table.data th a:visited {
    border-bottom: solid 1px #4f2700;
  }
  #content table.data th a:hover,
  #content table.data th a:active {
    border-bottom: solid 1px #f90;
  }
  #content table.data td {
    border-bottom: solid 1px #4f2700;
    border-top: solid 1px #4f2700;
    padding: 3px 5px;
    vertical-align: top;
  }
  #content table.data tr.inactive {
    background-color: #e0e0e0;
  }

  #content div.entry {
    line-height: 1.5em;
    margin: 1em 0;
  }
  #content div.entry div.plusone {
    float: right;
    margin: 0 0 3px 5px;
  }
  #content div.entry div.text {
    font-size: 1.2em;
    margin: 0.5em 0;
  }
  #content div.entry div.comment {
    margin: 0.5em 0;
    padding-left: 20px;
  }
  #content div.entry div.info {
    color: #999;
    font-size: 0.85em;
    line-height: 16px;
    min-height: 16px;
  }
  #content div.entry div.info img {
    background-color: inherit;
    border: none;
    padding: 0;
    vertical-align: middle;
  }
  #content div.entry div.info a,
  #content div.entry div.info a:link,
  #content div.entry div.info a:visited {
    border-bottom: none;
    color: #999;
    margin: 0 -2px;
    padding: 0 2px;
    text-decoration: none;
  }
  #content div.entry div.info a:hover,
  #content div.entry div.info a:active {
    background-color: #fff;
    margin: 0 -2px;
    padding: 0 2px;
    text-decoration: underline;
  }
  #content div.entry div.info .likes,
  #content div.entry div.info .comments,
  #content div.entry div.info .add-comment {
    display: inline-block;
    margin-left: 5px ! important;
    padding-left: 20px ! important;
  }
  #content div.entry div.info .likes {
    background: url(../images/icon-like.png) no-repeat;
  }
  #content div.entry div.info .comments {
    background: url(../images/icon-comment.png) no-repeat;
  }
  #content div.entry div.info .add-comment {
    background: url(../images/icon-comment-add.png) no-repeat;
  }
  #content .back-to-top {
    text-align: right;
  }
  #content .disclaimer {
    background: #fff url(../images/icon-exclamation.png) no-repeat 6px 6px;
    border: solid 1px #cb543b;
    font-weight: bold;
    padding: 5px 5px 5px 26px;
  }
  #content .disclaimer strong {
    display: block;
    color: #cb543b;
  }
  #content .logos {
    background-color: #fff;
    border: solid 1px #4f2700;
    padding: 5px;
  }
  #content .logos img {
    border: none;
    padding: 0;
  }
  #content .link {
    background: url(../images/icon-go.png) no-repeat 6px 6px;
    padding: 5px 5px 5px 26px;
  }
  #content .note {
    background: #fff url(../images/icon-information.png) no-repeat 6px 6px;
    border: solid 1px #b0c7aa;
    padding: 5px 5px 5px 26px;
  }
  #content .note strong {
    display: block;
  }
  #content .screenshot img {
    padding: 0;
  }

  /* STYLES USED BY BLOGOSCOPED POSTS */
  #content .footnote {
    color: #999;
    font-size: 85%;
    font-style: italic;
  }
  #content .more {
  }
  #content .note {
  }
  #content .separator {
    border-top: solid 1px #000;
  }
  #content .update {
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    clear: both;
    margin: 1em 0;
    padding: 15px;
    -moz-border-radius: 8px 8px 8px 8px;
  }
  #content .via {
    color:#999; font-size:85%;
  }

  /* STYLES USED BY BLOGGER  */
  #content .blogger-labels {
    background-color: #fc8;
    font-size: 0.85em;
    padding: 5px 10px;
    margin: 0 -10px;
  }
  #content .blogger-labels a {
    background: url(../images/icon-tag-orange.png) no-repeat left 2px;
    border-bottom: 0;
    color:#4f2700;
    font-weight: bold;
    margin: 0 1px 0 5px;
    padding: 2px 0 2px 20px;
    text-decoration: none;
  }
  #content .blogger-labels a:hover {
    text-decoration: underline;
  }

  #sidebar {
    float: left;
    font-size: 0.7em;
    padding: 10px 0 10px 10px;
    width: 260px;
  }
  #sidebar h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.83em;
  }
  #sidebar p,
  #sidebar ul {
    margin-bottom: 10px;
  }
  #sidebar a {
    color: #4f2700;
    font-weight: bold;
  }
  #sidebar a:hover {
    text-decoration: none;
  }
  #sidebar a.more {
    background: url(../images/icon-go.png) no-repeat -3px center;
    font-style: italic;
    font-weight: normal;
    padding-left: 1.4em;
  }
  #sidebar .icons {
    list-style: none;
    padding-left: 0;
  }
  #sidebar .icons li {
    display: inline;
  }
  #sidebar .icons img {
    vertical-align: middle;
  }
  #sidebar .photo img {
    background-color: #fff;
    border: solid 1px #4f2700;
    float: right;
    margin: 0 0 5px 5px;
  }
  #sidebar .section {
    background-color: #fff;
    border: solid 1px #b0c7aa;
    border-top: solid 5px #b0c7aa;
    margin: 0 0 10px;
    padding: 10px 10px 0 10px;
  }

  #footer {
    background-color: #b0c7aa;
    border: solid 1px #4f2700;
    border-top: solid 5px #4f2700;
    clear: both;
    font-size: 0.7em;
    padding: 5px 10px;
    text-align: right;
  }
  #footer a {
    border-bottom: solid 1px #fff;
    color: #4f2700;
    font-weight: bold;
    margin: 0 -2px;
    padding: 0 2px;
    text-decoration: none;
  }
  #footer a:hover {
    background-color: #fff;
    border-bottom: solid 1px #f90;
    margin: 0 -2px;
    padding: 0 2px;
  }

  #search-results ul.results {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  #search-results ul.results li {
    margin: 20px 0;
  }
  #search-results ul.results li .snippet {
    margin: 5px 0;
  }
  #search-results ul.results li .snippet a:link {
    color: #77c;
  }
  #search-results ul.results li .url {
    color: #008000;
  }
  #search-results .pages {
    text-align: center;
  }
  #search-results .pages a,
  #search-results .pages span {
    padding: 0 2px;
    margin: 0 2px;
  }

}

@media print {

  
  
}