/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: helvetica, arial, clean, sans-serif;
  font-size: large;
  margin-left: 2em;
  /* text-align: center; */
}

button {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
  margin-bottom: 1em;
}


h1 {
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}


table {
  font-size: inherit;
  font: 100%;
}

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/

ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
}

  ul.posts li {
    line-height: 1.75em;
  }

  ul.posts span {
    font-family: Monaco, "Courier New", monospace;
    font-size: 90%;
  }

  dl#repos dd {
    font-style: italic;
  }
/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

.site {
  font-size: 110%;
  text-align: justify;
  /* width: 40em; */
  margin: 0.5em auto 2em auto;
  line-height: 1.5em;
}

.title {  
  font-weight: bold;
  margin-bottom: 2em;
}

  .site .title a {
    text-decoration: none;
  }

  .site .title a.extra {
    text-decoration: none;
    margin-left: 1em;
  }

  .site .footer {
	  width: 40em;
	  text-align: center;
    font-size: 80%;
    border-top: 4px solid #555; /* Darker border for footer */
    margin-top: 2em;
    overflow: hidden;
  }

    .site .footer .contact {
      float: left;
      margin-right: 3em;
    }

      .site .footer .contact a {
        color: #8085C1;
      }

    .site .footer .rss {
      margin-top: 1.1em;
      margin-right: -.2em;
      float: right;
    }

      .site .footer .rss img {
        border: 0;
      }

 section#by_category {
  border: 1px solid #555; /* Darker border for category section */
	float: right;
  margin: 8px;
  padding: 8px;
	/* top: 100px; */
 }

#repos_frame {
	width: 100%;
	height: 600px;
	border: none;
}

#theme-toggle {
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  margin-right: 8pt;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
}

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/

#post {

}

  /* standard */

  #post pre {
    border: 1px solid #555; /* Darker border for preformatted text */
    background-color: #444; /* Dark gray background for preformatted text */
    padding: 0 .4em;
  }

  #post ul,
  #post ol {
    margin-left: 1.25em;
  }

  #post code {
    border: 1px solid #555; /* Darker border for inline code */
    background-color: #444; /* Dark gray background for inline code */
    font-size: 95%;
    padding: 0 .2em;
  }

    #post pre code {
      border: none;
    }

  /* terminal */

  #post pre.terminal {
    border: 1px solid black;
    background-color: #333;
    color: white;
  }

  #post pre.terminal code {
    background-color: #333;
  }

#related {
  margin-top: 2em;
}

  #related h2 {
    margin-bottom: 1em;
  }

/******************* Misc ***********

************************************/

.badge {
  width: 16px;
  height: 16px;
}

.screenshot {
  border: 1px solid blue;
}

.update {
  font-style: italic;
}
