/* -- inanimatt.com site specific styles ------------------------------- */

/* Global  */
body
{
  font-size: 1em;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  background: #f2f2f2 url(../images/headgrad.png) repeat-x;
  color: #59554d;
  text-align: justify;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}

a,
.notice a
{
  font-weight: bold;
  color: #75afd5;
}

  .notice a:hover,
  a:hover
  {
    color: #3579FF;
  }

  a:active,
  .notice a:active
  {
    color: #190a08;
  }


ul
{
  padding-left: 0;
}
li
{
  list-style-position: outside;
  text-align: left;
  margin-bottom: 1em;
}

ul.inline li 
{
  list-style-type: disc;
  list-style-position: inside;
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
}
ul.inline li:first-child
{
  list-style-type: none;
  margin-left: 0;
}

/* Footer / Site title */
#footer
{
  background: #59554d url(../images/footer-grad.png) repeat-x;
  color: #d2c7b2;
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .75em; /* 12px */
  text-align: left;
  
  margin-top: 3em;
  padding: 1em 0 4em 0;
}
.site-title
{
  display: block;
  margin-bottom: 5px;
}
.site-title .name 
{
  font-size: 1.33em; /* 24px */
  font-weight: normal;
}

a.site-title, 
a:link.site-title, 
a:visited.site-title,
a:hover.site-title
{
  font-size: 1.5em; /* 18px */
  line-height: 1.2  ;
  color: #eaeaea;
  text-decoration: none;
  font-weight: normal;
}

.site-title a:hover
{
  text-decoration: underline;
}



/* Nav */
.nav a
{
  color: #eaeaea;
  text-decoration: none;
}
.nav li li a
{
  font-weight: normal;
  color: #d2c7b2;
}


  .nav a:hover
  {
    color: #75afd5;
  }

  .nav a:active
  {
    color: #190a08;
  }


.nav li
{
  list-style-type: none;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}


  .nav li li
  {
    list-style-type: none;
    text-transform: none;
    margin-bottom: 0;
  }




/* Headings */

h1, h2, h3, h4
{
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #59554d;
  font-weight: bold;
}

p#top
{
  margin-top: 2em;
  margin-bottom: 0;
}
p#top a
{
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #59554d;
  font-weight: normal;
  text-decoration: none;
  font-size: .75em;
}
p#top a:hover
{
  text-decoration: underline;
}

h1 
{
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.5em; 
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1em;
}

#content h2,
#content h3,
#content h4
{
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}
#content h2
{
  font-size: 1.3125em;
  line-height: 1.15;
}
#content h3
{
  font-size: 1.125em;
  line-height: 1.34;
}
#content h4
{
  font-size: 1em;
  line-height: 1.5;
}



/* Miscellaneous */
.notice
{
  float:right;margin-top: 0.8em; margin-right:-7.5em;width:15em;margin-left:1.5em;position:relative;
  padding: 0.8em;
  
  background: #EAEAEA;
  border-color: transparent;
  color: #7D7768;
  font-size: .86em; 
  line-height: 1.75; 
  text-align: left;
  
  box-shadow: 3px 3px 5px rgba(0,0,0, .1);
  -webkit-box-shadow: 3px 3px 8px rgba(0,0,0, .1);
  -moz-box-shadow: 3px 3px 8px rgba(0,0,0, .1);
}
#content .notice h2
{
  line-height: 1.34;
}

.notice.wide
{
  float: none;
  width: auto;
  margin-right: 0;
  margin-left: 0;
}

hr
{
  background:#ddd;
  color:#ddd;
}

abbr
{
  border: none;
}

ins
{
  text-decoration: none;
  font-style: italic;
}

/* Source code examples */
code
{
  background-color: #e7e7e7;
  padding: 0 .5em;
}
.notice code
{
  background-color: #D5D5D5;
}
pre.source-code,
code
{
  font-size: 0.87em;
  line-height: 1.5em;
  text-align: left;
}
  pre.source-code
  {
    text-shadow: 0 0 0;
    background: #59554d;
    color: #e7e7e7;
    font-size: 1em;
    line-height: 1.5em;
    display: block;
    margin: 1.5em -1em 1.5em -1em;
    padding: 1em 1.5em 0.5em 1em;
    min-height: 36px;
    box-shadow: 3px 3px 5px rgba(0,0,0, .1);
    -webkit-box-shadow: 3px 3px 8px rgba(0,0,0, .1);
    -moz-box-shadow: 3px 3px 8px rgba(0,0,0, .1);
  }

  h3+pre.source-code,
  h4+pre.source-code
  {
    margin-top: 0;
  }

  /* Hyperlight theme based on Textmate's Monokai */
  .source-code .keyword { color: #F92672; font-weight: bold; }
  .source-code .keyword.literal { color: #FC0; }
  .source-code .keyword.type { color: #95DC24; }
  .source-code .keyword.builtin { color: #66D9EF; }
  .source-code .preprocessor { color: #435A5F; }
  .source-code .comment { color: #878A85; }
  .source-code .comment .doc { color: #878A85; font-weight: bold; }
  .source-code .identifier { color: #66D9EF; }
  .source-code .string, .source-code .char { color: #E6DB74; }
  .source-code .escaped { color: #AAA; }
  .source-code .number { color: #AE81FF; }
  .source-code .tag { color: white;}
  .source-code .regex, .source-code .attribute { color: #44B4CC; }
  .source-code .operator { color: #F92672; }
  .source-code .keyword.operator { color: #F92672; }
  .source-code .whitespace { background: #333; }
  .source-code .error { border-bottom: 1px solid red; }

  .source-code .tag .identifier { color: white;}

  .source-code .tag .attribute { font-style: italic; }
  .source-code.xml .preprocessor .keyword { color: #996; }
  .source-code.xml .preprocessor .keyword { color: #996; }


/* Home page foo */
#home #footer
{
  padding-bottom: 0;
}
#home #main
{
  margin-top: 1em;
}
#music img { float: left; margin-right: 10px; }
#music .last img { float: right; margin-right: 0; margin-left: 10px; }
#music .album,
#photos .photo { margin-bottom: 21px;}
#photos .photo.last { text-align: right;}

#music .album { text-align:left; }
#music .album.last, #music .album.last h3 { text-align: right; }


/* Pesky cats */
body.scratch #pesky-cat
{
  position: absolute;
  z-index: 1;
  bottom: 43px;
  width: 365px;
  height: 708px;
  background: url(../images/cat-scratch.png) no-repeat;
}
body.sniff #pesky-cat
{
  position: absolute;
  z-index: 1;
  bottom: 258px;
  width: 365px;
  height: 161px;
  background: url(../images/cat-sniff.png) no-repeat;
}
body#home #pesky-cat
{
  position: absolute;
  z-index: 1;
  top: 180px;
  right:0;
  width: 240px;
  height: 771px;
  background: url(../images/cat-hang.png) no-repeat;
}

.container
{
  position: relative;
  z-index: 2;
}
#content
{
  background-color: rgba(242,242,242,0.4);
  width: 610px; /* Override blueprint to incorporate padding */
  padding: 10px;
  text-shadow: #F2F2F2 1px 1px 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#about-me
{
  width: 380px;
  padding-left: 10px;
  background-color: rgba(89,85,77,0.4);
  text-shadow: rgb(89,85,77) 1px 1px 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; 
}
.prepend-2 /* Override blueprint to use margins instead of padding */
{
  padding-left: 0;
  margin-left: 160px;
}

.gist
{
  font-size: 86%;
  margin-bottom: 1.5em;
}
