/*
Theme Name: moonbuggy
Theme URI: https://www.moonbuggy.org/
Description: moonbuggy's theme.
Version: 0.1
Author: moonbuggy
Author URI: https://www.moonbuggy.org/

  moonbuggy v0.1

  Based on WordPress Default (Kubrick v1.5)
  https://binarybonsai.com/kubrick/

  The CSS, XHTML and design is released under GPL:
  https://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Main Page Elements */
body {
  font: small "Century Gothic", "Berlin Sans FB", Arial, Verdana, sans-serif;
  background-color: black;
  color: #ddd;
  text-align: center;
  margin: 0;
  padding: 0;
  }

/* #header {
  text-transform: lowercase;
  color: #ddd;
  background-color: black;
  margin: 10px auto;
  width: 70%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0 0 10px 0;
  } */
#heading {
  text-transform: lowercase;
  margin: 1em auto;
  max-width: 70%;
  border: 0.1em solid #ddd;
  border-radius: 1em;
}

#content {
  text-align: left;
  width: 85%;
  margin: 2em auto;
  /* min-width: 780px; */
/*  padding: 10px;  */
  }

#main  {
  float: left;
  width: 65%;
/*  min-width: 468px;  */
  margin: 0 auto;
}

#sidebar  {
  width: 30%;
  float: right;
  margin: 0 auto;
}

#footer {
  padding: 0 0 0 1px;
  margin: 0 auto;
  width: 80%;
  clear: both;
  }
/*  End Main Page Elements  */

/* Set some font sizes depending on the client's resolution */
@media screen and (min-width: 610px) {
  h1 { font-size: 250%; }
  h2 { font-size: 150%; }
	.description { font-size: 130%; }
	.desktop-br { display: inline; }
	.mobile-br { display: none; }
}

@media screen and (max-width: 609px) {
  h1 { font-size: 150%; }
  h2 { font-size: 100%; }
	.description { font-size: 80%; }
	.desktop-br { display: none; }
	.mobile-br { display: inline; }
}


/*  Start Header Elements  */
.description {
  margin: 0em 0 1.5em;
}
/* End Header Elements  */

/*  Start Content Elements  */
.date-heading, .boxed-heading  {
  margin: auto 0 1em;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1em;
}

.post  {
  padding: 0 0 1.5em .5em;
/*  padding:  .5em 0;  */
}

.entry  {
  margin:  0;
  padding: 0;
}

.postmetadata  {
  width: 98%;
  color: #9E9E9E;
  background-color: black;
  text-transform: uppercase;
  font: bold 75% "Century Gothic", "Berlin Sans FB", Arial, Verdana, sans-serif;
/*  clear:  left;  */
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }
/*  End Content Elements  */

/* Start Link Elements  */
a:link {
  color: #6974C9;
  text-decoration: none;
  background-color: #000000;
}

a:hover {
  color: #AADD99;
  text-decoration: none;
  background-color:  #000000;
}

a:visited {
  color: #AD87D4;
  text-decoration: none;
  background-color:  #000000;
}
/*  End Link Elements  */

/*  Start Heading Elements  */
h1 {
  letter-spacing: .5em;
  padding: 0;
  margin: 0.5em 0;
}

h2 {
  font: "Century Gothic", "Berlin Sans FB", Arial, Verdana, sans-serif;
  color: #AADD99;
  margin: 0 0 .5em;
  padding: 0;
  clear: both;
}

h2 a:hover  {
  color: #AADD99;
  text-decoration: underline;
}

h2.pagetitle {
  font-size: 1.6em;
  margin-top: 30px;
  text-align: center;
}

h3, h3 a, h3 a:link, h3 a:visited {
  letter-spacing: .2em;
  text-transform: lowercase;
  color: #ddd;
  font: bold 100% "Century Gothic", "Berlin Sans FB", Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background-color:  black;
}

h1, h1 a, h1 a:link, h1 a:visited {
  text-decoration: none;
  color: #ddd;
}

h2, h2 a, h2 a:link, h2 a:visited  {
  color: #aadd99;
  background-color: black;
}

h3 a:hover {
  color: #aadd99;
  background-color: black;
  text-decoration: none;
}

h1 a:hover  {
  color: #ad9;
}
/*  End Heading  Elements  */

#wp-calendar caption, cite {
  text-decoration: none;
}

.alt {
/*  background-color: #000000;  */
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
/*  margin: 0 0 0 10px;  */
  padding: .5em 2em .5em 0;
  }

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em "Lucida Grande", Verdana, Arial, Sans-Serif;
  }

.commentlist li {
  font-weight: bold;
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  }

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  margin: 10px 5px 10px 0;
  }

#commentform p {
  font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
  margin: 5px 0;
  }

.commentmetadata {
  font-weight: normal;
  margin: 0;
  display: block;
  }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
  color: #9E9E9E;
  background-color: black;
  }

code {
  font: 1em "Century Gothic", "Berlin Sans FB", Arial, Verdana, sans-serif;
  }

acronym, abbr
{
  font-size: 0.9em;
  letter-spacing: .07em;
  cursor: help;
  border-bottom: 1px dashed #999;
  }

span.caps  {
  font-size: 0.9em;
  letter-spacing: .07em;
  cursor: help;
}

#wp-calendar #prev a {
  font-size: 9pt;
  padding-left: 10px;
  text-align: left;
  }

#wp-calendar a {
  text-decoration: none;
  display: block;
  }

#wp-calendar caption {
  font: bold 1.3em "Lucida Grande", Verdana, Arial, Sans-Serif;
  text-align: center;
  width: 100%;
  }

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  }
/* End Typography & Colors */


/* Begin Structure  -  do the main page elements first */

.narrowcolumn {  /* deprecated - replaced with #main, I think  */
  float: left;
/*  padding: 10px;  */
  margin: 0 auto;
  width: 60%;
  }

.widecolumn {
  padding: 10px 0 20px 0;
  margin: 5px 0 0 150px;
  width: 450px;
  }

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

#footer p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  }
/* End Structure */

/*  Begin Headers */
#sidebar h2 {
  margin: 0;
  padding: 0;
  }

h3 {
  padding: 0;
  margin: 0;
  }

h3.comments {
  padding: 0;
  margin: 40px auto 20px ;
  }
/* End Headers */

/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
  }

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
  text-align: right;
  width: auto;
}

.alignleft {
  float: left;
  text-align: left;
  width: auto;
}
/* End Images */

.float {
  float: left;
  text-align: left;
  width: auto;
/*  margin: 0 1em 1em 0;  */
/*  padding: 5px;  */
}

.sidebar-image {
  float: left;
  text-align: left;
  width: auto;
  margin: 5px 10px;
/*  clear: left;  */
}

/* Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
/*  padding-left: 10px;  */
  text-indent: -10px;
}

html>body .entry li {
  margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
  content: "\00BB \0020";
}

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: left;
}

#sidebar #searchform #s {
  width: 115px;
  padding: 2px;
}

#sidebar #searchsubmit {
  padding: 1px;
}

.entry form {
 /* This is mainly for password protected posts, makes them look better. */
  text-align: center;
}

select {
  width: 130px;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
  background-color: #ddd;
}

.wpcf7 input {
  background-color: #ddd;
}

#commentform textarea, .wpcf7 textarea {
  width: 100%;
  padding: 2px;
  background-color: #ddd;
}

#commentform #submit {
  margin: 0;
  float: right;
}
/* End Form Elements */

/* Begin Comments*/
.commentlist {
  padding: 0;
  text-align: justify;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}
/* End Comments */

/* Begin Sidebar */
#sidebar form {
  margin: 0;
}
/* End Sidebar */

.form-text {
  background: #ddd;
}

/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover {
 /* Doesn't work in IE */
  color:  #ccc;
  background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
  }

blockquote cite {
  margin: 5px 0 0;
  display: block;
  }

.center {
  vertical-align: middle;
  text-align: center;
  margin: 0 auto 1em;
  }

hr {
  display: none;
  }

a img {
  border: none;
  }

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  }
/* End Various Tags & Classes*/

/* Start graphical elements for curved borders */
.t {
  background: url(images/dot.gif) 0 0 repeat-x;
  width: 100%;
}

.b {
  background: url(images/dot.gif) 0 100% repeat-x;
}

.l {
  background: url(images/dot.gif) 0 0 repeat-y;
}

.r {
  background: url(images/dot.gif) 100% 0 repeat-y;
}

.bl {
  background: url(images/bl.gif) 0 100% no-repeat;
}

.br {
  background: url(images/br.gif) 100% 100% no-repeat;
}

.tl {
  background: url(images/tl.gif) 0 0 no-repeat;
}

.tr {
  background: url(images/tr.gif) 100% 0 no-repeat;
  padding: 1em;
}

.cb {
  background: url(images/cdot.gif) 0 100% repeat-x;
  width: 100%;
  margin: 0 auto 1em;
}

.cbl {
  background: url(images/circle.gif) 0 100% no-repeat;
  padding: 0;
}

.cbr {
  background: url(images/circle.gif) 100% 100% no-repeat;
  padding: 6px;
}

.clear {
  font-size: 1px;
  height: 1px;
}
/* End graphical elements for curved borders */

.sociable {
  margin: 0;
  padding: 0;
  float: left;
/*  text-align: left;  */
  width: 100%;
}

.sociable ul {
  margin: 0;
  padding: 0;
}

.brokenbutton  {
  background: black;
  border:  0;
  color: #6974C9;
  float:  right;
  margin:  0;
  padding:  0;
}
