/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/
/* Global Reset */
* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  background-color: #FFF;
  font: 13.34px Helvetica, Arial, sans-serif;
  font-size: normal;
  text-align: left; }

h1 {
  margin-bottom: 1em; }

p {
  margin: 1em 0; }

a {
  color: #253566;
  text-decoration: none;
  transition: .35s ease; }

a:hover {
  color: #5C85FF; }

.content {
  font-size: 1.2em; }

.content a {
  color: #647ECC;
  transition: .35s ease; }

.content a:hover {
  color: #5C85FF; }

hr {
  background-color: #EEEEFB;
  background: linear-gradient(to right, #FFF 0%, #EEEEFB 20%, #EEEEFB 70%, #FFF 100%);
  height: 3px;
  margin: 3em auto;
  border: 0px; }

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/
.posts {
  list-style-type: none;
  margin-bottom: 2em; }

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

.posts span {
  color: #aaa;
  font-family: Monaco, "Courier New", monospace;
  font-size: 80%; }

.button a {
  padding: 0.6em 0em;
  margin: 1em 0em;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background-color: #00aaff;
  display: block; }

.button a:hover {
  color: #253566; }

.box {
  padding-right: 1em; }

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/
.site {
  font-size: 115%;
  text-align: justify;
  width: 42em;
  margin: 3em auto 2em;
  line-height: 1.5em; }

.wrapper {
  max-width: 920px;
  margin: 0px auto 0px auto;
  padding: 0px 32px; }

.header {
  background-color: #EEEEFB;
  font-size: 1.2em; }

.header a#urbackup_home {
  line-height: 75px;
  padding-right: 50px;
  float: left;
  color: #666666;
  font-size: 2.0em; }

.navigation {
  float: right; }

.navigation a {
  margin-left: 2em;
  line-height: 75px; }

.navigation .active {
  margin-left: 2em;
  line-height: 75px;
  font-weight: bold; }

.title {
  display: inline-block;
  margin-bottom: 2em; }

.title a {
  color: #a00; }

.title a:hover {
  color: #000; }

.header a.extra {
  color: #aaa;
  margin-left: 1em; }

.header a.extra:hover {
  color: #000; }

.meta {
  color: #aaa; }

.footer {
  font-size: 0.9em;
  padding: 3em 0em;
  background-color: #EEEEFB;
  text-align: left; }

.footer ul {
  list-style-type: none;
  padding-left: 0; }

.admin_guide hr {
  background-color: black;
  background: black;
  border: 0px;
  height: 1px; }

td, th {
  padding: 0.1em; }

.admin_guide td, th {
  padding: 0px; }

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/
/* standard */
.post pre {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .4em; }

.post ul, .post ol {
  margin-left: 1.35em; }

.post code {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .2em; }

.post pre code {
  border: none; }

/* terminal */
.post pre.terminal {
  border: 1px solid #000;
  background-color: #333;
  color: #FFF; }

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