body {
  background-color: #000000;
  color: #999999;
}

body #wrapper {
  background: url('https://blog.bp-n.com/theme-test/wp-content/themes/maze/images/your_name_here_bottle.png') no-repeat bottom right;
  background-color: #333;
  border: none;
  margin: 0 auto 20px auto;
}

#content-outer #content,
#content-outer #content-blog,
#content-outer #content-archive {
  margin-top: 20px;
}

#logo {
  background: #000000 url('https://blog.bp-n.com/theme-test/wp-content/themes/maze/images/your_name_here_logo.jpg') no-repeat top center;
  width: 100%;
  height: 150px;
}

/*
body.default-layout #content-outer {
  background-color: #435be6;
  background: #333 url('https://blog.bp-n.com/theme-test/wp-content/themes/maze/images/your_name_here_glasses.png') no-repeat bottom right;
  color: #ff9966;
}
*/

/*.post-entry {
  background: #333 url('https://blog.bp-n.com/theme-test/wp-content/themes/maze/images/your_name_here_bottle.png') no-repeat bottom right;
}*/

div.post,
div.page {
  /*#content div.post, #content-blog div.post, #content div.page {
}*/
  /*border: #262626 8px solid;*/
  background: url('https://blog.bp-n.com/theme-test/wp-content/themes/maze/images/your_name_here_background.png') no-repeat bottom right;
  background-color: #262626;
  /*outline: #262626 thick solid;*/
  padding-left: 8px;
  padding-right: 8px;
}

div.post .navigation {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
}

div.post .navigation .previous a {
  color: #ffcccc;
}

div.post .navigation .previous a:hover {
  color: #006699;
}

div.post .navigation .next a {
  color: #006699;
}

div.post .navigation .next a:hover {
  color: #ffcccc;
}

a,
#footer a {
  color: #ff9966;
}

a:hover,
#footer a:hover {
  color: #f3f781;
}

.menu {
  display: none;
}

/* bill who? */

.site-description {
  color: #555555;
  font-style: italic;
  font-size: 32px;
  text-align: left;
  text-indent: 5px;
  margin-top: 70px;
}

.site-name {
  text-align: center;
}

.site-name a {
  color: #262626;
}

.site-name a:hover {
  color: #cccccc;
}

.entry-title.post-title {
  color: #7ac5cd;
}

.entry-title.post-title a {
  color: #7ac5cd;
}

.entry-title.post-title a:hover {
  color: #e0eee0;
}

.post-meta .byline {
  display: none;
}

.post-meta .author.vcard {
  display: none;
}

.post-entry p {
  color: #939393;
}

.post-entry p a {
  color: #8ec7f5;
}

.post-entry p a:hover {
  color: #ffffc9;
}

.post-data a {
  color: #c1cdcd;
}

.post-meta a {
  color: #528B8B;
}

#footer {
  background-color: #333;
  background-color: transparent;
  background: url('https://blog.bp-n.com/theme-test/wp-content/themes/maze/images/your_name_here_glasses.png') no-repeat bottom right;
}

#widgets .widget-wrapper {
  background-color: #262626;
  border: none;
}

input#s {
  color: #ff9966;
  background-color: #262626;
  max-height: 24px;
}

input#searchsubmit {
  color: #ff9966;
  background-color: #262626;
  background-image: none;
  vertical-align: middle;
  line-height: 15px;
  font-weight: 500;
}

#widgets select {
  color: #ff9966;
  background-color: #262626;
}

blockquote {
  background-color: #3d3e42;
  border-color: #757575;
  border-width: 5px;
}